/* line 1, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
blockquote, q {
  quotes: none;
  white-space: nowrap;
}

/* line 5, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.container-lg {
  width: 100%;
}

/* line 10, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.google-review-float {
  position: fixed;
  bottom: 78px;
  right: 90px;
  margin: 0px;
  padding: 0;
  z-index: 9999;
}

/* line 19, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar {
  border-top: 1px solid #000;
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding-inline: 5rem;
  padding-block: 2rem;
}

/* line 31, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content {
  max-width: 1500px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 38, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content .reviews-link {
  font-size: 2rem;
  margin: 0;
  color: white;
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content .price {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* line 50, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content .price p {
  margin: 0;
  font-size: 2rem;
  color: white;
}

/* line 55, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content .left-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* line 60, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content .left-content .logo {
  height: 30px;
  margin-right: 1rem;
}

/* line 64, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content .left-content .star-link {
  font-size: 2rem;
  color: white;
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content .right-content {
  display: flex;
  align-items: center;
  gap: 3rem;
}

/* line 74, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.product-buy-bar .content .right-content .btn-buy-bar {
  background-color: #FFEB14;
  color: black;
  border-radius: 1.5rem;
  font-size: 95%;
  padding: 5px 20px;
  font-weight: 700;
}

@media (max-width: 576px) {
  /* line 83, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  .product-buy-bar {
    padding: 15px;
  }
  /* line 87, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  .product-buy-bar .content p {
    font-size: 15px;
  }
  /* line 89, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  .product-buy-bar .content .logo {
    height: 25px !important;
  }
  /* line 92, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  .product-buy-bar .price {
    font-size: 14px;
    gap: 0.5rem !important;
  }
  /* line 96, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  .product-buy-bar .price .sale-price {
    font-size: 20px;
    margin: 0;
  }
}

@media (max-width: 400px) {
  /* line 103, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  .product-buy-bar .content .left-content a {
    font-size: 1.8rem;
  }
  /* line 105, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  .product-buy-bar .content .price b {
    font-size: 20px;
  }
}

/* line 110, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footTop {
  padding: 10px 10px 10px 0px;
  margin-bottom: 20px;
  background: #444;
  font-size: 80%;
  border-top: solid 1px #d0d0d0;
  border-bottom: solid 1px #d0d0d0;
  text-align: center;
}

/* line 118, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footTop ul {
  width: 70%;
}

/* line 120, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footTop li {
  display: inline;
}

/* line 122, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footTop a {
  margin: 0 4px;
}

/* line 125, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footer {
  text-align: left;
  clear: both;
  color: #444;
  padding: 10px 0 45px;
  width: 100%;
  font-size: 19px;
  overflow: hidden;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  /* line 125, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  #footer {
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* line 141, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footer .h4-style {
  margin-top: 25px;
  font-size: 100%;
  text-align: left;
}

@media (max-width: 576px) {
  /* line 125, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  #footer {
    font-size: 22px;
  }
  /* line 148, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  #footer .h4-style {
    margin-top: 50px;
  }
}

/* line 150, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footer ul {
  margin: auto;
  padding: 2px 5px 10px;
}

/* line 153, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footer a {
  font-size: 80%;
}

/* line 161, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footer b {
  margin-bottom: 3px;
  font-size: 100%;
}

/* line 164, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footer li {
  list-style-type: none;
  padding: 0 6px 0 0;
  text-align: left;
}

/* line 168, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footer .last a {
  border-right: none;
}

/* line 170, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footer .last a:visited {
  border-right: none;
}

/* line 173, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.supportLi p {
  font-size: 85%;
}

/* line 176, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.phone-link {
  font-size: 80% !important;
}

/* line 179, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#list_subscriber_address {
  font-size: 80% !important;
}

/* line 182, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#social-media {
  margin-top: 0;
  padding: 5px 10px 0 0;
  float: right;
}

/* line 187, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL {
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 193, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL .footer-div {
  box-sizing: border-box;
}

/* line 197, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 85%;
  box-sizing: border-box;
}

/* line 205, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL ul {
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* line 210, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL ul li {
  display: list-item;
  border-left: solid 1px #DDD;
  padding: 0px 15px 1px 15px;
  box-sizing: border-box;
}

/* line 217, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL .firstUL li {
  border-left: none;
}

/* line 221, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#newemailrequest #em {
  min-width: 140px;
  margin: 5px 0;
  padding: 6px 12px;
  box-sizing: border-box;
}

/* line 228, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#newemailrequest .input-group {
  max-width: 220px;
}

/* line 233, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL #newemailrequest input[type="submit"] {
  color: #fff;
  background: #444;
  cursor: pointer;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
}

/* line 258, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL #newemailrequest a {
  font-size: 85%;
  display: block;
  margin: 3px 1px;
}

/* line 262, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footUL .form-control {
  padding: 6px 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* line 269, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
#footLanguages {
  border-left: none;
  padding-right: 50px !important;
  margin-bottom: 30px;
}

/* line 274, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright.subfooter {
  background: url(/assets/layout/bg_stars-d3fbd0cfe7424294e76bc011257d30280ca8711cef8d1baf10be6627fdc7dcf7.jpg) #151515;
  padding-top: 18px;
}

/* line 278, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright.subfooter b {
  font-weight: 100;
  font-size: 125%;
}

/* line 281, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright.subfooter li {
  color: #ccc;
}

/* line 283, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright.subfooter a {
  color: #bbb;
}

/* line 286, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright {
  background: #eee;
  border-top: solid 1px #ddd;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  padding: 10px 10px 0;
  font-size: 19px;
}

/* line 294, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright .fa {
  color: #444;
}

/* line 296, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright .fa-phone {
  color: #555 !important;
}

/* line 298, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright b {
  font-family: 'Raleway', tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-display: swap;
  font-size: 130%;
  font-weight: normal;
  color: #555;
}

/* line 304, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright a, .copyright h4 {
  color: #555;
}

/* line 306, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright a:hover, .copyright h4:hover {
  text-decoration: none;
}

/* line 308, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
.copyright span {
  font-size: 85%;
}

@media (max-width: 576px) {
  /* line 312, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  .subfooter span {
    font-size: 100% !important;
  }
  /* line 315, app/assets/stylesheets/spree/frontend/product/app/footer.sass */
  #launcher {
    visibility: hidden;
  }
}
/* line 2, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper h1 {
  margin: 0;
  text-indent: 0;
  font-weight: 400;
  max-width: 536px;
}

/* line 7, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper h1 span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 1px;
  color: #555;
}

/* line 13, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper hr {
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0;
}

/* line 20, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .alert {
  display: none;
}

/* line 23, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .fa-arrow-circle-o-left {
  -webkit-text-stroke: 5px white;
}

/* line 26, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .back-to-taxon span {
  font-size: 180%;
}

/* line 30, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebox strike {
  display: block;
  color: #777;
  font-size: 120%;
  margin-bottom: 5px;
}

/* line 35, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebox strike span {
  color: #888;
}

/* line 37, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebox b {
  font-weight: 400;
  font-size: 230%;
  color: #BF0000;
}

/* line 41, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebox s {
  font-size: 115%;
  color: #999;
  margin-left: 10px;
}

/* line 45, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebox h2 {
  margin-top: 10px;
  white-space: nowrap;
  font-size: 26px;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 51, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .preorder-text {
  display: block;
  font-size: 90%;
  line-height: 1.5em;
}

/* line 56, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .preorder-subtext {
  line-height: 1.5em;
}

/* line 59, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebullets {
  color: #666;
}

/* line 61, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebullets li {
  padding: 2px;
}

/* line 63, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebullets i {
  padding-right: 3px;
}

/* line 65, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .pricebullets .text-danger {
  line-height: 20px !important;
}

/* line 70, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .btn-theme-bg {
  padding: 9px 16px;
  font-size: 16px;
  background-color: #940e0e !important;
  border-color: #940e0e #940e0e #860d0d !important;
}

/* line 76, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.itemWrapper .btn-theme-bg-blue {
  padding: 9px 16px;
  font-size: 16px;
  background: #3b679e !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#207cca',GradientType=0 ) !important;
  border-color: #205EC9 #205EC9 #3b679e !important;
}

/* line 83, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
#paypal_link {
  white-space: nowrap;
}

/* line 87, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.whole-sale-price {
  display: flex;
  flex-direction: column;
}

/* line 92, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.whole-sale-price .whole-sale-txt {
  font-size: 12px;
  color: #555;
  margin-top: 3px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 768px) {
  /* line 103, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
  .itemWrapper .noRight {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (min-width: 1250px) {
  /* line 108, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
  .itemWrapper .container-lg {
    width: 85%;
  }
  /* line 110, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
  .itemWrapper .noLeft {
    padding-left: 1px;
  }
}

@media (min-width: 1100px) {
  /* line 114, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
  .itemWrapper .container-lg {
    width: 95%;
  }
}

@media (min-width: 992px) {
  /* line 118, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
  .itemWrapper .bigImageWrapper {
    min-height: auto;
  }
  /* line 120, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
  .itemWrapper .bigImageWrapper img {
    position: static;
  }
}

@media (max-width: 610px) {
  /* line 124, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
  .indicator .active, .sp-thumbs .active {
    display: inline-block !important;
  }
}

/* line 127, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
.moveLeft {
  padding: 0 30px;
}

@media (min-width: 610px) {
  /* line 127, app/assets/stylesheets/spree/frontend/product/app/itemview.sass */
  .moveLeft {
    margin-left: -1.5vw;
  }
}
/* line 1, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.bigImageWrapper {
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.detail-img-col {
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* line 9, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.sp-thumbs {
  margin-left: 0;
  min-width: 150px;
}

/* line 12, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.sp-thumbs a {
  min-width: 70px;
  min-height: 52px;
  text-align: center;
}

@media (min-width: 1280px) {
  /* line 18, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
  .gallery-thumbs {
    padding-right: 0;
  }
  /* line 21, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
  .sp-thumbs span {
    min-width: 145px;
    display: inline-block;
  }
}

/* line 25, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.detail-img-sm {
  font-size: 80%;
  border: 1px solid #ddd;
  display: inline-block;
  margin: 3px 1px;
}

/* line 30, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.detail-img-sm img {
  width: auto;
  max-width: 65px;
  height: auto;
  max-height: 50px;
}

/* line 36, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.detail-img-sm.active {
  border-color: #e77600;
}

/* line 39, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.detail-img-col img {
  display: inline-block;
  margin: auto;
}

@media (min-width: 992px) {
  /* line 44, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
  .bigImageWrapper {
    min-height: auto;
    padding: 20px 30px;
  }
  /* line 47, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
  .bigImageWrapper img {
    position: static;
  }
}

@media (max-width: 610px) {
  /* line 51, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
  .indicator .active, .sp-thumbs .active {
    display: inline-block !important;
  }
}

/* line 54, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
.itemHero {
  padding: 0 2vw;
}

@media (max-width: 576px) {
  /* line 54, app/assets/stylesheets/spree/frontend/product/app/itemview_gallery.sass */
  .itemHero {
    min-width: 100vw;
    margin-left: -15px;
  }
}
/* line 2, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper td {
  vertical-align: top;
  font-size: 90%;
}

/* line 6, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper #customerImages {
  font-size: 90%;
  line-height: 1.5em;
}

/* line 10, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper input[type=button] {
  margin-top: 10px;
}

/* line 13, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .revBar {
  background: #F4F4CF;
  width: 100px;
}

/* line 16, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .revBar div {
  background: #FC6;
  height: 17px;
}

/* line 20, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper span {
  font-size: 90%;
}

/* line 23, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .panel-heading {
  font-size: 17px;
}

/* line 27, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .panel-body button {
  margin-top: 5px;
  display: block;
}

/* line 30, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .panel-body a {
  font-size: 110%;
  display: inline-block;
  margin: 0 0 5px;
}

/* line 35, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .reviewBars {
  margin: 5px 0 10px;
  border-spacing: 3px;
  border-collapse: collapse;
}

/* line 41, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .reviewsBody {
  font-size: 13px;
}

/* line 44, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .ratingBottom {
  border-bottom: dashed 1px #BBB;
  margin-bottom: 20px;
}

/* line 48, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .ratingTop {
  font-size: 110%;
  margin: 15px 0;
  padding-right: 15px;
}

/* line 49, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.reviewWrapper .ratingTop span {
  display: block;
  font-size: 80%;
  margin: 5px 2px;
}

/* line 57, app/assets/stylesheets/spree/frontend/product/app/itemview_reviews.sass */
.ratingBottom table {
  margin: 25px 0 15px;
}
/* line 1, app/assets/stylesheets/spree/frontend/_blueimp.sass */
.blueimp-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  background: rgba(255, 255, 255, 0.975);
}

/* line 9, app/assets/stylesheets/spree/frontend/_blueimp.sass */
.blueimp-gallery.blueimp-gallery-display {
  display: block;
}

/* line 11, app/assets/stylesheets/spree/frontend/_blueimp.sass */
.blueimp-gallery .title {
  color: #8C8C8C;
  opacity: 0.8;
  font-size: 22px;
  line-height: 30px;
  text-shadow: none;
}

/* line 17, app/assets/stylesheets/spree/frontend/_blueimp.sass */
.blueimp-gallery .title:hover {
  color: #000;
  opacity: 1;
}

/* line 23, app/assets/stylesheets/spree/frontend/_blueimp.sass */
.blueimp-gallery .indicator {
  background-color: #eee;
  border-top: solid 1px #ddd;
  margin: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 31, app/assets/stylesheets/spree/frontend/_blueimp.sass */
.blueimp-gallery .indicator li {
  width: 44px !important;
  height: 44px !important;
  border-radius: 0px;
  margin: 4px;
  background-size: cover;
}

/* line 37, app/assets/stylesheets/spree/frontend/_blueimp.sass */
.blueimp-gallery .indicator li.active {
  border: 1px solid #E47404;
}

/* line 39, app/assets/stylesheets/spree/frontend/_blueimp.sass */
.blueimp-gallery .indicator li:after {
  display: none !important;
}
/* line 1, app/assets/stylesheets/spree/frontend/_discovery.sass */
.px-3 {
  padding-left: 3vw;
  padding-right: 3vw;
}

/* line 5, app/assets/stylesheets/spree/frontend/_discovery.sass */
.px-4 {
  padding-left: 4em;
  padding-right: 4em;
}

/* line 9, app/assets/stylesheets/spree/frontend/_discovery.sass */
.py-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

/* line 13, app/assets/stylesheets/spree/frontend/_discovery.sass */
.p-4 {
  padding: 4em;
}

/* line 16, app/assets/stylesheets/spree/frontend/_discovery.sass */
.delay-half-s {
  animation-delay: 500ms;
}

/* line 18, app/assets/stylesheets/spree/frontend/_discovery.sass */
.delay-one-and-half-s {
  animation-delay: 1500ms;
}

/* line 20, app/assets/stylesheets/spree/frontend/_discovery.sass */
.delay-two-and-half-s {
  animation-delay: 2500ms;
}

/* line 23, app/assets/stylesheets/spree/frontend/_discovery.sass */
.reverse-bold {
  color: #FFF;
}

@media (max-width: 576px) {
  /* line 23, app/assets/stylesheets/spree/frontend/_discovery.sass */
  .reverse-bold {
    font-size: 135%;
    line-height: 1.6em;
  }
}

/* line 28, app/assets/stylesheets/spree/frontend/_discovery.sass */
.reverse-bold .logo {
  height: auto;
  width: 100%;
  max-height: 55px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 34, app/assets/stylesheets/spree/frontend/_discovery.sass */
.full {
  font-size: 1.4em;
  font-weight: 500;
}

/* line 38, app/assets/stylesheets/spree/frontend/_discovery.sass */
.shopping-dropdown {
  min-width: 400px !important;
  padding: 20px 20px 0;
}

/* line 41, app/assets/stylesheets/spree/frontend/_discovery.sass */
.shopping-dropdown li {
  padding: 0 15px 0 0;
}

/* line 43, app/assets/stylesheets/spree/frontend/_discovery.sass */
.shopping-dropdown li .col-xs-6 {
  padding: 0 5px;
}

/* line 45, app/assets/stylesheets/spree/frontend/_discovery.sass */
.shopping-dropdown .divider {
  margin: 9px -20px;
}

/* line 47, app/assets/stylesheets/spree/frontend/_discovery.sass */
.shopping-dropdown .w100 {
  margin: 5px 0 10px 15px;
  width: 100%;
}

/* line 50, app/assets/stylesheets/spree/frontend/_discovery.sass */
.shopping-dropdown .dark {
  margin: 0 -20px -5px;
  background-color: #111;
  color: #fff !important;
  padding: 20px;
}

/* line 55, app/assets/stylesheets/spree/frontend/_discovery.sass */
.shopping-dropdown .dark a {
  color: #fff;
  text-decoration: underline;
}

/* line 59, app/assets/stylesheets/spree/frontend/_discovery.sass */
.shopping-dropdown .cart-btn {
  display: flex;
  justify-content: right;
  margin-block: 2rem;
  gap: 1rem;
}

/* line 67, app/assets/stylesheets/spree/frontend/_discovery.sass */
.productWrapper {
  line-height: 1.6em;
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-wrap: wrap;
}

/* line 79, app/assets/stylesheets/spree/frontend/_discovery.sass */
.productWrapper .fancybox-active {
  height: 100%;
}

/* line 82, app/assets/stylesheets/spree/frontend/_discovery.sass */
.productWrapper .section {
  height: calc(var(--vh, 1vh) * 97);
  min-width: 100%;
  flex: 1;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-wrap: wrap;
}

/* line 98, app/assets/stylesheets/spree/frontend/_discovery.sass */
.productWrapper .white-div {
  background-color: #fff;
  padding: 0 5vw;
}

/* line 101, app/assets/stylesheets/spree/frontend/_discovery.sass */
.productWrapper .white-div video {
  margin: 8vw 5vw 10vw;
}

@media (max-width: 576px) {
  /* line 98, app/assets/stylesheets/spree/frontend/_discovery.sass */
  .productWrapper .white-div {
    font-size: 125%;
    line-height: 1.5em;
  }
}

/* line 107, app/assets/stylesheets/spree/frontend/_discovery.sass */
.productWrapper .hero-image {
  height: calc(var(--vh, 1vh) * 97);
  margin-top: -8px;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 400%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

/* line 132, app/assets/stylesheets/spree/frontend/_discovery.sass */
.productWrapper .hero-image .animate__slideInUp {
  animation-name: slideInUp;
}

/* line 136, app/assets/stylesheets/spree/frontend/_discovery.sass */
.black-div {
  background-color: #000;
  padding: 0;
  width: 100%;
}

/* line 140, app/assets/stylesheets/spree/frontend/_discovery.sass */
.black-div p {
  padding-top: 5vh;
}

/* line 142, app/assets/stylesheets/spree/frontend/_discovery.sass */
.black-div img {
  height: 48px;
  width: 48px;
  margin: 25px auto 30px;
}

/* line 146, app/assets/stylesheets/spree/frontend/_discovery.sass */
.black-div i {
  margin: 25px 0 20px;
}

/* line 148, app/assets/stylesheets/spree/frontend/_discovery.sass */
.black-div .reverse-bold {
  margin: 0 5vw;
}

/* line 150, app/assets/stylesheets/spree/frontend/_discovery.sass */
.black-div video {
  width: 80vw;
  margin: 8vw 10vw 10vw;
}

@media (max-width: 576px) {
  /* line 150, app/assets/stylesheets/spree/frontend/_discovery.sass */
  .black-div video {
    width: 152vw;
    margin: 0 0 0 -20vw;
  }
}

/* line 157, app/assets/stylesheets/spree/frontend/_discovery.sass */
#details {
  background-color: #eee;
}

/* line 159, app/assets/stylesheets/spree/frontend/_discovery.sass */
#details .dpanel {
  border: solid 16px #fff;
  margin: 20px auto;
  background-color: #fff;
}

@media (min-width: 770px) {
  /* line 159, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #details .dpanel {
    height: 470px;
  }
}

/* line 165, app/assets/stylesheets/spree/frontend/_discovery.sass */
#details .dpanel img {
  margin-bottom: 10px;
}

/* line 168, app/assets/stylesheets/spree/frontend/_discovery.sass */
#details .dpanel h3 {
  font-size: 22px;
}

/* line 170, app/assets/stylesheets/spree/frontend/_discovery.sass */
#details .dpanel h3 b {
  color: #e16d11;
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
}

/* line 174, app/assets/stylesheets/spree/frontend/_discovery.sass */
#details .dpanel p {
  padding-bottom: 10px;
}

/* line 183, app/assets/stylesheets/spree/frontend/_discovery.sass */
.more-to-explore {
  padding: 0 2vw;
}

/* line 185, app/assets/stylesheets/spree/frontend/_discovery.sass */
.more-to-explore h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 800 !important;
  font-size: 300%;
}

/* line 189, app/assets/stylesheets/spree/frontend/_discovery.sass */
.more-to-explore h3 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 800 !important;
  position: absolute;
  bottom: 2vw;
  left: 4vw;
  font-size: 220%;
  padding-inline: 15px;
}

/* line 197, app/assets/stylesheets/spree/frontend/_discovery.sass */
.more-to-explore img {
  margin-top: 30px;
}

@media (max-width: 600px) {
  /* line 200, app/assets/stylesheets/spree/frontend/_discovery.sass */
  .more-to-explore h2 {
    font-size: 250%;
  }
  /* line 202, app/assets/stylesheets/spree/frontend/_discovery.sass */
  .more-to-explore h3 {
    font-size: 170%;
  }
}

/* line 207, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .header h1 {
  color: white;
}

/* line 210, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper #details h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
}

@media (max-width: 576px) {
  /* line 210, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper #details h2 {
    font-size: 12vw;
  }
}

/* line 221, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .more-to-explore h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
}

@media (max-width: 576px) {
  /* line 221, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .more-to-explore h2 {
    font-size: 12vw;
  }
}

/* line 231, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .video {
  overflow: hidden;
  width: 100%;
}

/* line 234, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .video video {
  width: 100%;
  background: transparent url(/video/defiant-pro-qtr-left-beach-poster.jpg) no-repeat 53vw 0;
  background-size: contain;
}

/* line 242, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .shadow {
  position: absolute;
  width: 50%;
  height: 100%;
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.567665) 24%, rgba(255, 255, 255, 0) 100%);
}

/* line 249, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .text-overlay {
  padding: 10vh 4vw;
  color: #fff;
  font-size: 110%;
  line-height: 1.6em;
  position: relative;
}

/* line 256, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .black-room {
  position: relative;
  margin-top: -8px;
  background-size: cover;
  height: calc(var(--vh, 1vh) * 80);
  background-position: center;
  filter: contrast(1.1);
}

/* line 265, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .black-room .text-overlay h2 {
  text-align: right;
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  margin: 0;
}

/* line 273, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .around-town {
  position: relative;
  margin-top: -8px;
  background-size: cover;
  height: calc(var(--vh, 1vh) * 100);
  background-position: center;
}

/* line 281, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .around-town .text-overlay h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  margin: 0;
}

/* line 287, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .white-room {
  position: relative;
  margin-top: -8px;
  background-size: cover;
  height: calc(var(--vh, 1vh) * 80);
  background-position: center;
}

/* line 295, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .white-room .text-overlay h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  margin: 0;
}

/* line 303, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .designed img {
  max-height: 450px;
}

/* line 305, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .designed p {
  font-family: "Raleway", sans-serif;
  font-display: swap;
  line-height: 1.8em;
  font-size: 115%;
  color: #666;
  margin-top: 20px;
}

/* line 312, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .designed h2 {
  font-size: 34px;
}

/* line 314, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .designed h3 {
  font-size: 34px;
  margin-top: 12px;
}

/* line 318, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .hero-image-1 {
  position: relative;
  background-size: cover;
  height: calc(var(--vh, 1vh) * 100);
  background-position: bottom;
}

/* line 326, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .hero-image-1 .text-overlay h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  margin: 0;
}

/* line 333, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .hero-image {
  position: relative;
  margin-top: -8px;
  background-size: cover;
  height: 100%;
  background-position: bottom;
}

/* line 341, app/assets/stylesheets/spree/frontend/_discovery.sass */
#discoveryWrapper .hero-image .text-overlay h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  margin: 0;
}

@media (max-width: 1200px) {
  /* line 350, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .text-overlay {
    padding-inline: 5vw;
  }
  /* line 352, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image {
    height: 77rem;
    background-position: center;
  }
  /* line 356, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image .text-overlay {
    padding-block: 3vw;
    padding-top: 2rem;
  }
  /* line 360, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image-1 {
    height: 77rem;
    background-position: center;
  }
  /* line 364, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image-1 .text-overlay {
    padding-block: 3vw;
    padding-top: 2rem;
  }
  /* line 368, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .white-room {
    height: 40rem;
    background-position: bottom;
  }
  /* line 372, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .white-room .text-overlay {
    padding-block: 3vw;
    padding-top: 2rem;
  }
  /* line 376, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .black-room {
    height: 77rem;
  }
}

@media (max-width: 992px) {
  /* line 381, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image {
    height: 75rem;
    background-position: -6rem;
  }
  /* line 385, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image .text-overlay {
    padding-block: 3vw;
    padding-top: 2rem;
  }
  /* line 389, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image-1 {
    height: 75rem;
  }
  /* line 392, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .black-room {
    height: 75rem;
  }
}

@media (max-width: 768px) {
  /* line 399, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .video video {
    width: 230vw;
    -o-object-position: -26rem;
       object-position: -26rem;
  }
  /* line 404, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .text-overlay h2 {
    font-size: 12vw !important;
  }
  /* line 407, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image {
    height: 60rem;
    background-position: -6rem;
  }
  /* line 411, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image .text-overlay {
    padding-block: 3vw;
    padding-top: 2rem;
  }
  /* line 415, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image-1 {
    height: 60rem;
  }
  /* line 418, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .white-room {
    background-position: -12rem;
  }
  /* line 421, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .around-town {
    height: 60rem;
    background-position: -0rem;
  }
  /* line 425, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .black-room {
    height: 60rem;
    background-position: -40rem;
  }
}

@media (max-width: 576px) {
  /* line 431, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image {
    height: 60rem;
    background-position: -190px;
  }
  /* line 435, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .text-overlay {
    padding-block: 3vw;
    padding-top: 2rem;
  }
  /* line 439, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .white-room {
    background-position: -30rem;
  }
  /* line 441, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .around-town {
    height: 60rem;
    background-position: -18rem;
  }
  /* line 445, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .black-room {
    height: 60rem;
  }
}

@media (max-width: 480px) {
  /* line 450, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image {
    height: 50rem;
    background-position: -19rem;
  }
  /* line 454, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image .text-overlay {
    padding-block: 3vw;
    padding-top: 2rem;
  }
  /* line 458, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image-1 {
    height: 50rem;
  }
  /* line 461, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .white-room {
    background-position: -36rem;
  }
  /* line 464, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .around-town {
    height: 50rem;
    background-position: -15rem;
  }
  /* line 467, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .around-town .shadow {
    display: none;
  }
  /* line 469, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .around-town .text-overlay {
    display: none;
  }
  /* line 472, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .black-room {
    height: 50rem;
  }
}

@media (max-width: 380px) {
  /* line 477, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .hero-image {
    height: 50rem;
    background-position: -22rem;
  }
  /* line 481, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .text-overlay {
    padding-block: 3vw;
    padding-top: 2rem;
  }
  /* line 485, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .white-room {
    background-position: -43rem;
  }
  /* line 488, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .around-town {
    height: 50rem;
    background-position: center;
  }
  /* line 492, app/assets/stylesheets/spree/frontend/_discovery.sass */
  #discoveryWrapper .black-room {
    height: 50rem;
  }
}
/* line 3, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #compareWrapper {
  margin: auto;
}

@media (min-width: 800px) {
  /* line 6, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #compareWrapper td {
    font-size: 100%;
  }
}

/* line 9, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper .fb_video {
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/images/atlas/atlas-left-dark-wall-web.jpg);
  width: auto;
  background-color: black;
  background-position: center center;
  background-size: auto 100%;
  z-index: 3;
}

/* line 21, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
}

@media (max-width: 576px) {
  /* line 21, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper h2 {
    font-size: 12vw;
  }
}

/* line 31, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper .atlas0 {
  background-image: url(/images/atlas/atlas-video-screenshot3.jpg);
  height: 92vh;
  margin-top: -4px;
}

@media (max-width: 576px) {
  /* line 31, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper .atlas0 {
    margin-top: -16vh;
  }
}

/* line 38, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper .atlas-pro0 {
  background-image: url(/assets/atlas-pro/atlas-pro-trail-stopped-right-7f48bece9db6fcc7d3230d63e36df7d8774c2fbfe3907fd3d81db44451122b71.jpg);
  height: 92vh;
  margin-top: -4px;
}

@media (max-width: 576px) {
  /* line 38, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper .atlas-pro0 {
    margin-top: -16vh;
  }
}

/* line 46, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas1 {
  background-image: url(/assets/atlas/atlas-hero-beach-e2f43973ae8d2851e73408d069a89d0eab5ac53395385188f819678fc539ef1e.jpg);
}

@media (max-width: 576px) {
  /* line 46, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas1 {
    background-position-x: -80vh;
  }
}

/* line 52, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas1 .text-overlay {
  padding: 7vh;
}

@media (max-width: 576px) {
  /* line 52, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas1 .text-overlay {
    padding: 12vh 10vw;
  }
}

/* line 57, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro1 {
  background-image: url(/assets/atlas-pro/atlas-pro-hero-3d7a044ad52f1af06d1229f96100683366689a3405a531d26fb0f82ca9129db0.jpg);
}

@media (max-width: 1500px) {
  /* line 57, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro1 {
    height: 85vh;
  }
}

/* line 61, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro1 h2 {
  color: #fff;
  font-size: 9.5vw;
}

@media (max-width: 576px) {
  /* line 61, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro1 h2 {
    font-size: 9.5vh;
  }
}

@media (max-height: 420px) {
  /* line 57, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro1 {
    height: 100vh;
  }
}

/* line 70, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro1 .text-overlay {
  padding: 7vh;
}

@media (max-width: 576px) {
  /* line 70, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro1 .text-overlay {
    padding: 12vh 10vw;
  }
}

/* line 75, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas2 {
  width: 100vw    !important;
  height: auto   !important;
  min-width: 800px;
  background: url(/assets/atlas/atlas-left-beach-sidewalk-full-683697c0e7b32bbc30b860f215340a7a678124c50b057fd2f36d0f048860c636.jpg) center center no-repeat;
  color: #fff;
  background-size: 100% auto;
}

@media (min-width: 1500px) {
  /* line 75, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas2 {
    min-height: 680px;
  }
}

/* line 85, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas2 .col-sm-6 {
  padding: 60px;
  width: 45%;
}

/* line 89, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas3 {
  background-image: url(/assets/atlas/atlas-trail-left-360b4a29ae9a88ed2659786f3b646b692810587a2f6998b8eb64044884d3f618.jpg);
}

/* line 92, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas3 .text-overlay {
  padding: 7vh 10vh;
  width: 100vw;
}

/* line 96, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas4 {
  margin-top: -4px;
  width: 100vw;
}

/* line 99, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas4 video {
  width: 100vw;
}

@media (max-width: 768px) {
  /* line 99, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas4 video {
    width: 175vw;
    margin-left: -38vw;
  }
}

/* line 105, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas4 .inner {
  position: absolute;
  z-index: 10;
  color: #000;
  font-size: 150%;
  margin: 15vh 8vh;
}

/* line 111, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas4 h2 {
  font-size: 6.5vw;
}

/* line 113, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas4 p {
  line-height: 1.6em;
}

/* line 117, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro4 {
  margin-top: -4px;
  width: 100vw;
}

/* line 120, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro4 video {
  width: 100vw;
}

@media (max-width: 768px) {
  /* line 120, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro4 video {
    width: 300vw;
    margin-left: -54vw;
  }
}

/* line 126, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro4 .inner {
  position: absolute;
  z-index: 10;
  font-size: 150%;
  margin: 10vh 8vh;
}

/* line 131, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro4 h2 {
  color: #fff;
  font-size: 9.5vw;
}

@media (max-width: 576px) {
  /* line 131, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro4 h2 {
    font-size: 9.5vh;
  }
}

/* line 140, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas5 {
  background-image: url(/assets/atlas/atlas-black-room-slight-right-23bc5da1f0db3ff799f33573903901e514c60cce2acd70d1cb3b3612906faa3c.jpg);
  background-position-x: right;
  color: #fff;
}

@media (max-width: 900px) {
  /* line 140, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas5 {
    background-position-x: -400px;
  }
}

@media (max-width: 576px) {
  /* line 140, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas5 {
    background-position-x: 0;
    height: 78vh;
  }
}

/* line 149, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas5 h2 {
  color: #fff;
  font-size: 7.5vh;
}

@media (max-width: 576px) {
  /* line 149, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas5 h2 {
    font-size: 14.5vw;
  }
}

/* line 154, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas5 .inner {
  margin: 11vh 10vw 11vh 15vw;
  font-size: 110%;
}

/* line 157, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas5 .col-xs-1 {
  border-left: solid 1px #fff;
  height: 48px;
}

/* line 160, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas5 .light {
  color: #bbb;
}

/* line 162, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas5 b {
  font-size: 190%;
}

@media (max-width: 576px) {
  /* line 167, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas6 {
    height: 75vh;
    background-position-x: -66vw;
  }
}

@media (max-width: 768px) {
  /* line 174, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas7 {
    background-position-x: -50vw;
  }
}

@media (max-width: 576px) {
  /* line 174, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas7 {
    background-position-x: -98vw;
  }
}

/* line 180, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas7 h2 {
  color: #fff;
}

/* line 182, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas7 h3 {
  color: #fff;
  font-family: railroad-gothic-atf, sans-serif;
  font-size: 4.5vw;
}

@media (max-width: 576px) {
  /* line 182, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas7 h3 {
    font-size: 7vw;
  }
}

/* line 188, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas7 h3 span {
  font-size: 3vw;
}

@media (max-width: 576px) {
  /* line 188, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas7 h3 span {
    font-size: 5.5vw;
  }
}

/* line 192, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas7 .text-overlay {
  padding: 10vh;
  width: 100vw;
}

@media (max-width: 576px) {
  /* line 192, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas7 .text-overlay {
    padding: 8vh 10vw;
  }
}

/* line 198, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro7 {
  background-image: url(/assets/atlas-pro/atlas-pro-brakes-802f6696d2c6a00eee73176e91ac7b2e06ac9e306023680befdc8b9d1f7fc3a2.jpg);
}

@media (max-width: 768px) {
  /* line 198, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro7 {
    background-position-x: -50vw;
  }
}

@media (max-width: 576px) {
  /* line 198, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro7 {
    background-position-x: -98vw;
    height: 80vh;
  }
}

/* line 205, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro7 h2 {
  color: #fff;
  font-size: 9.5vw;
}

@media (max-width: 576px) {
  /* line 205, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro7 h2 {
    font-size: 9.5vh;
  }
}

/* line 210, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro7 h3 {
  color: #fff;
  font-family: railroad-gothic-atf, sans-serif;
  font-size: 4.5vw;
}

@media (max-width: 576px) {
  /* line 210, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro7 h3 {
    font-size: 7vw;
  }
}

/* line 216, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro7 h3 span {
  font-size: 3vw;
}

@media (max-width: 576px) {
  /* line 216, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro7 h3 span {
    font-size: 5.5vw;
  }
}

/* line 220, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro7 .text-overlay {
  padding: 10vh;
  width: 100vw;
}

@media (max-width: 576px) {
  /* line 220, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro7 .text-overlay {
    padding: 8vh 10vw;
  }
}

/* line 226, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas8 {
  background-image: url(/assets/atlas/atlas-display-black-db266c09a8f06f31ad0f38a6c7473a2b8e144c374b1a5990bf7359e6759b2ee5.jpg);
}

@media (max-width: 576px) {
  /* line 226, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas8 {
    height: 80vh;
  }
}

/* line 230, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas8 h2 {
  color: #fff;
}

/* line 232, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas8 .text-overlay {
  padding: 10vh 12vw;
}

/* line 236, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro8 {
  background-image: url(/assets/atlas-pro/atlas-pro-black-standing-urban-7d3cf1df85b377b40784ffffd8273fe86eab5b1f20feb9c2fc5d6855731c09c6.jpg);
}

@media (max-width: 768px) {
  /* line 236, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro8 {
    background-position-x: -50vw;
  }
}

@media (max-width: 576px) {
  /* line 236, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro8 {
    background-position-x: -98vw;
    height: 80vh;
  }
}

/* line 243, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro8 .text-overlay {
  padding: 10vh;
  width: 100vw;
}

@media (max-width: 576px) {
  /* line 243, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro8 .text-overlay {
    padding: 8vh 10vw;
  }
}

/* line 248, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro8 h2 {
  color: #fff;
  font-size: 9.5vw;
}

@media (max-width: 576px) {
  /* line 248, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro8 h2 {
    font-size: 9.5vh;
  }
}

/* line 255, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas9 {
  background-position-x: right;
}

@media (max-width: 576px) {
  /* line 255, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas9 {
    background-position-x: -90vh;
  }
}

/* line 260, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas9 h2 {
  color: #000;
}

/* line 262, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas9 .text-overlay {
  padding: 7vh 13vw;
  width: 100vw;
}

/* line 266, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas10 {
  background-image: url(/assets/atlas/atlas-black-handlebar-add88910260f582f409cddc9a0f4d3e0a2e889981fdea1b239e5a70c4fe84829.jpg);
  height: 80vh;
}

@media (max-width: 576px) {
  /* line 266, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas10 {
    background-position-x: -45vw;
  }
}

/* line 271, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas10 h2 {
  color: #FFF;
}

/* line 273, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas10 .left-block {
  height: 15vh;
}

/* line 275, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas10 div {
  color: #FFF;
  font-size: 110%;
  line-height: 1.6em;
}

/* line 279, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas10 .text-overlay {
  padding: 7vh 12vw;
  width: 100vw;
}

/* line 283, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro10 {
  background-image: url(/assets/atlas-pro/atlas-pro-rack-fullpage-34586a1d35bf0cb53c4d46e354e97c28bdef3a368937ebabafde0223ff5d0509.jpg);
  height: 90vh;
}

@media (max-width: 576px) {
  /* line 283, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro10 {
    background-position-x: -70vw;
    height: 70vh;
  }
  /* line 289, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro10 h2 {
    font-size: 14vw;
  }
  /* line 291, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas-pro10 .text-overlay {
    padding: 4vh;
  }
}

/* line 293, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro10 h2 {
  color: #000;
}

/* line 301, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas-pro10 .text-overlay {
  padding: 7vh 7vw;
  width: 100vw;
}

@media (max-width: 576px) {
  /* line 306, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas11 {
    background: #111;
    background-position-x: 100vw;
  }
}

/* line 311, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas11 h2 {
  color: #FFF;
}

@media (max-width: 576px) {
  /* line 311, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas11 h2 {
    font-size: 9vw;
    margin: 25px auto;
  }
}

/* line 316, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas11 .inner {
  width: 100vw;
  margin: 5vh 6vw;
}

@media (max-width: 576px) {
  /* line 316, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas11 .inner {
    margin: 0;
  }
}

/* line 322, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas11 .inner .g-color-white {
  width: 36vw;
}

@media (max-width: 768px) {
  /* line 322, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas11 .inner .g-color-white {
    width: 47vw;
  }
}

@media (max-width: 576px) {
  /* line 322, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas11 .inner .g-color-white {
    width: 100%;
  }
}

/* line 328, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas11 .inner .g-bg-primary {
  background-color: #488d0a !important;
  white-space: nowrap;
}

@media (max-height: 700px) {
  /* line 332, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas11 .hidden-sm {
    display: none;
  }
}

@media (min-width: 1150px) {
  /* line 306, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas11 {
    height: 115vh;
  }
}

@media (max-width: 576px) {
  /* line 337, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas12 {
    background-position-x: -95vw;
  }
}

/* line 341, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas12 .text-overlay {
  padding: 7vh 10vh;
  width: 100vw;
}

@media (max-width: 576px) {
  /* line 341, app/assets/stylesheets/spree/frontend/_atlas.sass */
  #atlasWrapper #atlas12 .text-overlay {
    padding: 7vh 4vw;
  }
}

/* line 346, app/assets/stylesheets/spree/frontend/_atlas.sass */
#atlasWrapper #atlas12 h2 {
  color: #FFF;
}
@import url("https://use.typekit.net/uth5myq.css");
/* line 4, app/assets/stylesheets/spree/frontend/_defiant.sass */
html {
  scroll-behavior: smooth;
}

/* line 7, app/assets/stylesheets/spree/frontend/_defiant.sass */
.tk-railroad-gothic-atf {
  font-family: "railroad-gothic-atf",sans-serif;
}

/* line 10, app/assets/stylesheets/spree/frontend/_defiant.sass */
.tire-rugged {
  margin: 6px auto 14px;
}

/* line 14, app/assets/stylesheets/spree/frontend/_defiant.sass */
#specs {
  margin: auto;
}

/* line 17, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper {
  scroll-behavior: smooth;
  width: 100%;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .info p {
  height: 115px;
}

/* line 26, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .inner-defiants {
  position: absolute;
  z-index: 9;
  left: 10%;
  top: 3%;
  width: 80%;
}

/* line 32, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .inner-defiants .header {
  position: relative;
  color: #fff;
  text-shadow: 0 0 15px #000;
  font-weight: 800;
  width: 100%;
}

/* line 38, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .inner-defiants .header small {
  color: white;
  display: block;
  font-size: 30px;
}

/* line 42, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .inner-defiants .header h1 {
  font-size: 60px !important;
  font-weight: 600;
}

/* line 45, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .inner-defiants .header .logo {
  height: auto;
  width: 100%;
  max-height: 55px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 51, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .divide-line {
  border-top: 1px solid #999;
  margin: 40px 0px;
  width: 110%;
}

/* line 56, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .container-fluid {
  width: 87.5vw;
  max-width: 1680px;
}

/* line 60, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .header {
  margin: 0px 0 40px 0;
}

/* line 63, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .title {
  font-size: 56px !important;
  font-weight: 600 !important;
}

/* line 67, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .compare-all {
  display: flex;
  justify-content: right;
}

/* line 71, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .my-auto {
  margin-block: auto;
}

/* line 74, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .d-flex {
  display: flex;
}

/* line 77, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #comparison {
  position: relative;
  text-align: center;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 84, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .each-item {
  display: inline-block;
}

/* line 87, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .column {
  max-width: 30%;
  margin-inline: 10px;
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .column {
    max-width: 300px;
  }
}

/* line 96, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .column h1 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 101, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .column h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0px;
}

/* line 106, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .column p {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  margin-top: 12px;
  white-space: normal;
}

/* line 113, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .column h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 12px;
}

/* line 118, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .buttons {
  margin-block: 30px;
  justify-content: space-around;
}

/* line 122, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .p-small {
  margin-top: 5px;
  font-weight: 400;
}

/* line 126, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .properties {
  padding-bottom: 20px;
  display: grid;
  gap: 25px;
}

/* line 131, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper .container-fluid {
  margin-bottom: 30px;
}

/* line 134, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #scroll-left, #defiantSelectWrapper #scroll-right {
  top: 50%;
  z-index: 10;
  background-color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}

/* line 142, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #scroll-left {
  left: 10px;
}

/* line 145, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #scroll-right {
  right: 10px;
}

/* line 148, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #pg-buttons {
  padding-block: 20px;
  gap: 20px;
  position: absolute;
  display: none;
  width: 100%;
  bottom: 0%;
  right: 0%;
  justify-content: center;
  z-index: 999;
  background: linear-gradient(0deg, white 60%, rgba(255, 255, 255, 0) 100%);
}

/* line 160, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #pg-buttons button {
  color: #777;
  padding: 5px 10px !important;
  border-radius: 25px;
  background: #E0E0E4 !important;
  margin: 12px;
  font-size: 25px;
  font-weight: 600;
  justify-items: center;
}

/* line 170, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #defiantWrapper #defiant1 {
  margin-bottom: 5vw;
  position: relative;
  width: 100%;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}

/* line 177, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #defiantWrapper #defiant1 .text-overlay {
  padding: 7vh 15px 31vh;
  margin-top: -6px;
}

/* line 181, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantSelectWrapper #homeVideo {
  width: 100%;
  background: transparent url(/video/defiant-pro-qtr-left-beach-poster.jpg) no-repeat 53vw 0;
  background-size: cover;
  background-position: center;
  height: 83vh;
}

@media (max-width: 575px) {
  /* line 189, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .inner-defiants {
    top: 3%;
  }
  /* line 191, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper #homeVideo {
    margin-top: -5rem !important;
    width: 100%;
  }
}

@media (min-width: 700px) and (max-width: 850px) {
  /* line 196, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .info p {
    height: 150px;
  }
}

@media (max-width: 768px) {
  /* line 200, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper video {
    height: 70vh;
  }
  /* line 203, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .info p {
    height: 50px;
  }
  /* line 205, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper #defiantWrapper #defiant1 h2 {
    font-size: 30px !important;
  }
  /* line 208, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper #scroll-left, #defiantSelectWrapper #scroll-right {
    display: block;
  }
  /* line 211, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper #pg-buttons {
    bottom: 0;
    position: fixed;
  }
  /* line 215, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .column a img {
    max-width: 200px;
  }
  /* line 218, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .column p {
    font-size: 12px;
  }
  /* line 221, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .title {
    font-size: 35px !important;
  }
  /* line 224, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .container-fluid {
    padding-left: 5px;
    margin-inline: 5px;
    width: 99%;
  }
  /* line 229, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .properties h1 {
    font-size: 20px !important;
  }
  /* line 232, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .divide-line {
    margin: 15px 0;
  }
  /* line 235, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantSelectWrapper .divide40 {
    display: none;
  }
}

/* line 240, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .dpanel-st {
  height: 560px;
  border: solid 16px #fff;
  margin: 20px auto;
  background-color: #fff;
}

/* line 245, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .dpanel-st-full {
  border: solid 16px #fff;
  margin: 20px auto;
  background-color: #fff;
}

/* line 249, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .dpanel-st-full img {
  margin-inline: auto;
}

/* line 252, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
}

@media (max-width: 576px) {
  /* line 252, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper h2 {
    font-size: 12vw;
  }
}

@media (max-width: 576px) {
  /* line 263, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .white-div video {
    margin: 0 0 0 -48vw;
    width: 195vw;
  }
}

/* line 268, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant0 {
  background-image: url(/images/defiant-preview.jpg);
  height: 100dvh;
  background-position: left;
}

@media (max-width: 576px) {
  /* line 268, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant0 {
    white-space: no;
  }
}

@media (max-width: 800px) {
  /* line 276, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .dpanel-st {
    height: auto;
  }
  /* line 279, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #compareWrapper {
    overflow: scroll;
  }
  /* line 281, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant0 {
    background-image: url(/images/defiant-preview-800w.jpg);
  }
}

@media (max-width: 480px) {
  /* line 284, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant0 {
    background-image: url(/images/defiant-preview-480w.jpg);
  }
}

/* line 288, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant-st0 {
  background-image: url(/images/defiant-st/defiant-st-neon-preview.jpg);
  height: 100dvh;
}

@media (max-width: 800px) {
  /* line 293, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant-st0 {
    background-image: url(/images/defiant-st/defiant-st-neon-preview-800w.jpg);
  }
}

@media (max-width: 480px) {
  /* line 296, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant-st0 {
    background-image: url(/images/defiant-st/defiant-st-neon-preview-480w.jpg);
    background-size: cover;
  }
}

/* line 301, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant-pro0 {
  background-image: url(/images/defiant-pro/defiant-pro-preview-raw.jpg);
  height: 100dvh;
}

@media (max-width: 800px) {
  /* line 307, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant-pro0 {
    background-image: url(/images/defiant-pro/defiant-pro-preview-raw-800w.jpg);
  }
}

@media (max-width: 480px) {
  /* line 311, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant-pro0 {
    background-image: url(/images/defiant-pro/defiant-pro-preview-raw-480w.jpg);
  }
}

/* line 316, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant1 {
  background: #f1f2f4;
  width: 100%;
  height: 43vh;
  min-height: 325px;
}

@media (max-width: 1200px) {
  /* line 316, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant1 {
    height: 48vh;
  }
}

/* line 323, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant1 .text-overlay {
  padding: 15vh 0 20vh;
}

@media (max-width: 576px) {
  /* line 323, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant1 .text-overlay {
    padding: 12vh 22px 44vh;
  }
}

/* line 327, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant1 h2 {
  font-family: "Raleway", sans-serif;
  line-height: 1.3em;
  font-size: 240%;
}

@media (max-width: 576px) {
  /* line 327, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant1 h2 {
    font-size: 210%;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* line 346, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant1 .fade {
  opacity: 0;
  animation: fade ease-in-out 21s infinite;
  animation-fill-mode: forwards;
}

/* line 351, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant1 .fade:nth-child(2) {
  animation-delay: 7s;
}

/* line 354, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant1 .fade:nth-child(3) {
  animation-delay: 14s;
}

/* line 356, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant1 .quote {
  position: absolute;
  width: 94%;
}

/* line 359, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant1 .quote .filled-stars {
  font-size: x-large;
  width: 100%;
  display: contents;
}

@media (max-width: 576px) {
  /* line 365, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant2 {
    background-position-x: center;
  }
}

/* line 368, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant2 h2 {
  color: #FFF;
  top: 120vh;
}

/* line 371, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant2 .text-overlay {
  padding: 10vh;
  width: 100%;
}

@media (max-width: 576px) {
  /* line 371, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant2 .text-overlay {
    padding: 8vh 10vw;
  }
}

/* line 377, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3 {
  margin-top: -4px;
  width: 100%;
  height: 85vh;
}

/* line 381, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3 video {
  width: 100%;
}

@media (max-width: 768px) {
  /* line 381, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant3 video {
    width: 230vw;
    margin-left: -53vw !important;
    background: transparent url(/video/defiant-pro-qtr-left-beach-poster.jpg) no-repeat 53vw 0;
    background-size: contain !important;
  }
}

/* line 393, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3 video[poster] {
  margin-left: 0;
}

/* line 396, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3 .inner {
  position: absolute;
  z-index: 10;
  color: #000;
  font-size: 150%;
  margin: 15vh 8vh;
}

/* line 402, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3 h2 {
  font-size: 6.5vw;
}

/* line 404, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3 p {
  line-height: 1.6em;
}

/* line 407, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3-st {
  margin-top: -4px;
  width: 100%;
}

/* line 410, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3-st video {
  width: 100%;
}

@media (max-width: 768px) {
  /* line 410, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant3-st video {
    width: 240vw;
    margin-left: -62vw;
  }
}

/* line 415, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant3-st h2 {
  position: absolute;
  z-index: 9;
  color: #fff;
  margin: 14vh 8vw;
}

@media (max-width: 768px) {
  /* line 415, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant3-st h2 {
    font-size: 15vw;
    margin: 9vh 8vw;
  }
}

/* line 425, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant4 {
  background-position-x: right;
}

@media (max-width: 576px) {
  /* line 425, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant4 {
    background-position-x: -84vw;
    height: 70vh;
  }
}

/* line 430, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant4 h2 {
  color: #000;
}

/* line 432, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant4 .text-overlay {
  padding: 7vh 13vw;
  width: 100%;
}

/* line 436, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant5 {
  background-position-x: center;
}

/* line 438, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant5 h2 {
  color: #000;
}

/* line 440, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant5 .text-overlay {
  padding: 7vh 13vw;
  width: 100%;
}

@media (max-width: 840px) {
  /* line 444, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant6 {
    background-position-x: -90vw;
  }
}

@media (max-width: 576px) {
  /* line 444, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant6 {
    background-position-x: -675px;
    height: 105vh;
  }
}

/* line 452, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant6 h2 {
  color: #fff;
}

/* line 454, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant6 h3 {
  color: #fff;
  font-family: railroad-gothic-atf, sans-serif;
  font-size: 4.5vw;
}

@media (max-width: 576px) {
  /* line 454, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant6 h3 {
    font-size: 7vw;
  }
}

/* line 460, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant6 h3 span {
  font-size: 3vw;
}

@media (max-width: 576px) {
  /* line 460, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant6 h3 span {
    font-size: 5.5vw;
  }
}

/* line 464, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant6 .text-overlay {
  padding: 10vh;
  width: 100%;
}

@media (max-width: 576px) {
  /* line 464, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant6 .text-overlay {
    padding: 8vh 10vw;
  }
}

/* line 474, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #low-light {
  align-content: flex-end;
  justify-content: flex-end;
}

@media (max-width: 576px) {
  /* line 474, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #low-light {
    background-position-x: -70vw;
  }
}

/* line 480, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #low-light2 {
  height: 90vh;
}

@media (max-width: 576px) {
  /* line 480, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #low-light2 {
    background-position-x: -70vw;
  }
}

@media (max-width: 576px) {
  /* line 488, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #journey {
    background-position-x: -38vw;
  }
}

/* line 492, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant8 {
  margin-top: -4px;
  width: 100%;
}

/* line 497, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant8 video {
  width: 100%;
}

@media (max-width: 840px) {
  /* line 497, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant8 video {
    width: 190vw;
    margin-left: -38vw;
    height: inherit;
  }
}

/* line 504, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant8 .inner {
  position: absolute;
  z-index: 10;
  color: #000;
  font-size: 150%;
  margin: 30vw 18vh 0;
}

@media (max-width: 1200px) {
  /* line 504, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant8 .inner {
    margin: 20vh 5vh 0;
  }
}

/* line 513, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant8 h2 {
  font-size: 6.5vw;
}

/* line 515, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant8 p {
  line-height: 1.6em;
}

/* line 519, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .portable-video video {
  background: transparent url(/video/defiant-pro-take-from-trunk-poster.jpg) no-repeat 53vw 0;
  background-size: contain;
}

/* line 525, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .portable-video video[poster] {
  margin-left: 0;
}

/* line 529, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .sand-skills video {
  background: transparent url(/video/defiant-pro-ride-up-beach-poster.jpg) no-repeat 53vw 0;
  background-size: contain;
}

/* line 535, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .sand-skills video[poster] {
  margin-left: 0;
}

/* line 538, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant8-pro {
  position: relative;
  margin-top: -4px;
  width: 100%;
  overflow: hidden;
}

/* line 543, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant8-pro video {
  background: transparent url(/images/defiant/defiant_camo_trailer.jpg) no-repeat 53vw 0;
  background-size: cover;
  background-position: center;
  width: 100%;
}

@media (max-width: 840px) {
  /* line 543, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant8-pro video {
    background-size: contain;
    width: 260vw;
    margin-left: -72vw !important;
    height: inherit;
  }
}

/* line 556, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant8-pro .inner {
  position: absolute;
  z-index: 5;
  color: #000;
  font-size: 150%;
  margin: 22vh 11vw 0;
}

@media (max-width: 1200px) {
  /* line 556, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant8-pro .inner {
    margin: 20vh 5vh 0;
  }
}

/* line 565, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant8-pro h2 {
  font-size: 6.5vw;
  color: #ffffff;
}

@media (max-width: 840px) {
  /* line 565, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant8-pro h2 {
    font-size: 15vw;
  }
}

/* line 570, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant8-pro p {
  line-height: 1.6em;
}

@media (max-width: 768px) {
  /* line 573, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant7 {
    height: 70vh;
  }
}

/* line 577, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 {
  height: 80vh;
  display: flex;
  justify-content: start;
  align-items: start;
  background-position-x: right;
}

@media (max-width: 576px) {
  /* line 577, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant9 {
    background-position-x: center !important;
    background-position-y: bottom;
  }
  /* line 586, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant9 .text-overlay {
    margin: 3rem !important;
  }
}

@media (max-width: 768px) {
  /* line 591, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant9 h2 {
    font-size: 15vw;
    text-align: left !important;
  }
  /* line 594, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant9 .text-overlay2 {
    top: 2% !important;
  }
}

/* line 596, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 h2 {
  color: #FFF;
}

/* line 599, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 .left-block {
  height: 15vh;
}

/* line 601, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 .text-overlay {
  margin: 10rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  text-align: left;
}

/* line 608, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 .text-overlay2-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* line 612, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 .text-overlay2-wrapper .text-overlay2 {
  position: relative;
  right: 10%;
  height: -moz-fit-content;
  height: fit-content;
  top: 45%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

/* line 620, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 .text-overlay2-wrapper .text-overlay2 .wrapper {
  width: 60%;
  color: #FFF;
  font-size: 110%;
  line-height: 1.6em;
}

/* line 626, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 .text-overlay2-wrapper .wrapper {
  width: 60%;
}

/* line 628, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 .text-overlay2-wrapper .wrapper p {
  color: #FFF;
  font-size: 110%;
  line-height: 1.6em;
}

/* line 632, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9 span {
  white-space: nowrap;
}

/* line 635, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9-pro {
  height: 90vh;
}

@media (max-width: 576px) {
  /* line 635, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant9-pro {
    background-position-x: -87vw;
  }
}

/* line 644, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9-pro h2 {
  color: #FFF;
}

@media (max-width: 768px) {
  /* line 644, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant9-pro h2 {
    font-size: 15vw;
  }
}

/* line 648, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9-pro .left-block {
  height: 15vh;
}

/* line 650, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9-pro .text-overlay-wrapper {
  color: #FFF;
  font-size: 110%;
  line-height: 1.6em;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: 10%;
  left: 10%;
  text-align: left;
}

/* line 660, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9-pro .text-overlay2-wrapper {
  position: relative;
  bottom: 10%;
  right: 10%;
}

/* line 669, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper .defiant9-pro span {
  white-space: nowrap;
}

@media (max-width: 576px) {
  /* line 672, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper .defiant9-st {
    background-position-x: -125vw !important;
  }
}

/* line 676, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant9-st {
  background-position-x: right;
}

@media (max-width: 576px) {
  /* line 676, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant9-st {
    background-position-x: -90vh;
  }
}

/* line 681, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant9-st h2 {
  color: #000;
  margin: 14vh 8vw;
}

@media (max-width: 768px) {
  /* line 681, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #defiant9-st h2 {
    font-size: 15vw;
    margin: 9vh 8vw;
  }
}

/* line 689, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #defiant10 {
  background-image: url(/assets/defiant-pro/defiant-pro-killian-pose-beach-98186511359e2e9563d51eb41131af0b1d020298a59341feef9dfc39abf9aab1.jpg);
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-wrap: wrap;
}

/* line 707, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #buy-now {
  width: 100%;
}

@media (max-width: 576px) {
  /* line 707, app/assets/stylesheets/spree/frontend/_defiant.sass */
  #defiantWrapper #buy-now {
    padding: auto 5vw;
  }
}

/* line 712, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #details {
  width: 100%;
}

/* line 714, app/assets/stylesheets/spree/frontend/_defiant.sass */
#defiantWrapper #details .dpanel {
  height: 545px !important;
}
/* line 2, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
}

@media (max-width: 576px) {
  /* line 2, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper h2 {
    font-size: 12vw;
  }
}

@media (max-width: 576px) {
  /* line 13, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .white-div video {
    margin: 0 0 0 -25vw;
    width: 140vw;
  }
}

/* line 18, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit0 {
  background-image: url(/images//summit/summit-preview.jpg);
  height: 92vh;
  margin-top: -4px;
}

@media (max-width: 576px) {
  /* line 18, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit0 {
    margin-top: -16vh;
    white-space: no;
  }
}

@media (max-width: 800px) {
  /* line 27, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit0 {
    background-image: url(/images//summit/summit-preview-800w.jpg);
  }
}

@media (max-width: 480px) {
  /* line 30, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit0 {
    background: #C33764;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/images//summit/summit-preview-480w.jpg);
  }
}

/* line 43, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper #home_video .header .logo {
  max-width: none;
  max-height: none;
  width: auto;
}

/* line 48, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper #home_video .bottom-content .logo {
  max-width: none;
  max-height: none;
  width: 150px;
  height: auto;
  padding-top: 9px;
}

/* line 54, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper #home_video .bottom-content .text-center {
  padding-bottom: 0;
}

/* line 58, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit1 {
  margin-top: -4px;
  width: 100vw;
}

/* line 62, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit1 .inner {
  position: absolute;
  z-index: 10;
  color: #FFF;
  font-size: 150%;
  margin: 15vh 8vh;
}

/* line 68, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit1 h2 {
  color: #FFF;
}

@media (max-width: 480px) {
  /* line 58, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit1 {
    width: 175vw;
    margin-left: -10vw;
    margin-top: -10px;
  }
}

/* line 77, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit2 {
  margin-top: -4px;
  width: 100vw;
}

/* line 80, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit2 video {
  width: 100vw;
}

@media (max-width: 840px) {
  /* line 80, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit2 video {
    width: 190vw;
    margin-left: -38vw;
    height: inherit;
  }
}

/* line 86, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit2 .inner {
  position: absolute;
  z-index: 10;
  color: #FFF;
  font-size: 150%;
  margin: 15vh 8vh;
}

/* line 92, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit2 h2 {
  color: #FFF;
}

@media (max-width: 480px) {
  /* line 95, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit3 {
    height: 70vh;
  }
}

@media (max-width: 480px) {
  /* line 99, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit4 {
    height: 70vh;
    margin-left: -40vw;
  }
}

@media (max-width: 480px) {
  /* line 104, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit5 {
    height: 70vh;
    margin-left: -40vw;
  }
  /* line 108, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit5 .inner {
    margin-left: 50vw;
  }
}

@media (max-width: 480px) {
  /* line 111, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit6 {
    height: 70vh;
  }
}

/* line 116, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit9 {
  height: 80vh;
}

@media (max-width: 576px) {
  /* line 116, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit9 {
    background-position-x: -45vw;
  }
  /* line 120, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper .summit9 .text-overlay {
    width: 100vw;
  }
}

/* line 122, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit9 h2 {
  color: #FFF;
}

/* line 124, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit9 .left-block {
  height: 15vh;
}

/* line 126, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit9 div {
  color: #FFF;
  font-size: 110%;
  line-height: 1.6em;
}

/* line 130, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit9 .text-overlay {
  padding: 7vh 12vw;
}

/* line 133, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper .summit9 span {
  white-space: nowrap;
}

/* line 136, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper #buy-now {
  width: 100%;
}

@media (max-width: 576px) {
  /* line 136, app/assets/stylesheets/spree/frontend/_summit.sass */
  #summitWrapper #buy-now {
    padding: auto 5vw;
  }
}

/* line 141, app/assets/stylesheets/spree/frontend/_summit.sass */
#summitWrapper #details {
  width: 100%;
}
/* line 2, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #buy-now {
  width: 100%;
}

/* line 17, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
}

@media (max-width: 900px) {
  /* line 17, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper h2 {
    font-size: 8vh;
  }
}

/* line 28, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .tempo0 {
  background-image: url(/assets/tempo/tempo-ashley-trail-posing-16x9-f3cafe79ff821d8f18a09a586a907daebd03eea56590d60d3f65c17238aa5b7f.jpg);
  height: calc(var(--vh, 1vh) * 92);
  margin-top: -4px;
}

@media (max-width: 576px) {
  /* line 28, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper .tempo0 {
    margin-top: -11vh;
    background-position-x: -448px;
  }
}

/* line 38, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo1 {
  background-image: url(/assets/tempo/tempo-hero-dude-center-c4e562a0c1660c055f8e4dfe84f5cdd286f0036482800d184b0d9ec8f8845c8b.jpg);
}

@media (max-width: 576px) {
  /* line 38, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo1 {
    background-position-x: -49vh;
  }
}

/* line 42, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo1 .text-overlay {
  padding: 7vh;
}

@media (max-width: 576px) {
  /* line 42, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo1 .text-overlay {
    padding: 12vh 10vw;
  }
}

/* line 46, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo1 h3 {
  font-size: 1.6vw;
}

/* line 49, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue1 {
  background-image: url(/assets/rogue/rogue-motor-closeup-banner-03775c163c62e5ba63ab19e1febbe15f577ed5452a6690bb2b1e6800ee2a4a4b.jpg) !important;
}

/* line 54, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo2 {
  background-image: url(/assets/tempo/tempo-dark-street-a4480213eaaea778db5014ecc110b37d129bf3a31400a0dd0d2d6defa6a09135.jpg);
}

@media (max-width: 576px) {
  /* line 54, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo2 {
    background-position-x: -64vh;
  }
}

/* line 59, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo2 .text-overlay {
  padding: 10vh;
  width: 100vw;
  text-align: left;
}

@media (max-width: 576px) {
  /* line 59, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo2 .text-overlay {
    padding: 8vh 10vw;
  }
}

/* line 65, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo2 h2 {
  color: #fff;
  font-size: 9.5vw;
}

@media (max-width: 576px) {
  /* line 65, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo2 h2 {
    font-size: 9.5vh;
  }
}

/* line 70, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo2 h3 {
  color: #fff;
}

/* line 73, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo3 {
  background-image: url(/assets/tempo/tempo-armature-girl-3de3dfcb5a003bf1e6509f06527d5340d28d6cd7df50e721c031bbf139514e53.jpg);
}

/* line 77, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo4 {
  margin-top: -4px;
  width: 100vw;
}

/* line 80, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo4 video {
  width: 100vw;
}

@media (max-width: 900px) {
  /* line 80, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo4 video {
    width: 160vw;
    margin-left: -15vw;
  }
}

@media (max-width: 768px) {
  /* line 80, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo4 video {
    width: 300vw;
    margin-left: -95vw;
  }
}

/* line 88, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo4 .inner {
  position: absolute;
  z-index: 10;
  font-size: 150%;
  margin: 10vh 8vh;
}

/* line 93, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo4 h2 {
  color: #fff;
  font-size: 9.5vw;
}

@media (max-width: 576px) {
  /* line 93, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo4 h2 {
    font-size: 9.5vh;
  }
}

/* line 103, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo7 {
  background-image: url(/assets/tempo/tempo-front-white-room-03cc362d37d9175fc39eec52c3f48109e86edae23be24514f39a6be3022a388d.jpg);
}

@media (max-width: 768px) {
  /* line 103, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo7 {
    background-position-x: 0vw;
  }
}

@media (max-width: 576px) {
  /* line 103, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo7 {
    background-position-x: -79vw;
    height: calc(var(--vh, 1vh) * 80);
  }
}

/* line 111, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue7 {
  background-image: url(/assets/rogue/rogue-turning-brick-banner-ae8c6e8a93502d348bdd7b14678abf4b8807311b2637c864128f64db30b50e98.jpg) !important;
  height: calc(var(--vh, 1vh) * 85);
}

@media (max-width: 900px) {
  /* line 111, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper .rogue7 {
    background-image: url(/assets/rogue/rogue-riverwalk-girl2-5f61260034211d3a3d35b759daba5b4f8a6669be325084ebc619c3222d1fa94e.jpg) !important;
  }
}

/* line 118, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue-dark {
  background-image: url(/assets/rogue/rogue-girl-smile-pier-8bf7ccc68fbb093f86e32ca598cfc2307768bf8ff6f7b2c6c1eed4a23aac4336.jpg) !important;
}

/* line 122, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue-girl {
  background-image: url(/assets/rogue/rogue-girl-sidewalk-banner-f7e353fbb325855add8033e3483b3b959e2b2eb13c2aaf078a3e4200df13fac3.jpg) !important;
}

/* line 125, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue-tcc {
  background-image: url(/assets/rogue/rogue-riverwalk-tcc-a47ab4ce7978b1c2f2cd95985d14cb1522442cd81dd935abb495a90cad369e67.jpg) !important;
}

@media (max-width: 768px) {
  /* line 125, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper .rogue-tcc {
    background-position-x: center !important;
  }
}

/* line 131, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue-girl3 {
  background-image: url(/assets/rogue/rogue-red-girl-vinoy-ride-8dd97e947337ac9af143ee00dde234b8a98fc1885bba5b58f0062df5cecaff1c.jpg) !important;
}

/* line 136, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue-battery {
  max-height: 1000px;
  padding: 20px;
}

/* line 140, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .turn-signal video {
  width: 100vw;
}

/* line 143, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .no-background {
  background: #000;
  color: #fff;
  height: auto;
  padding-bottom: 5rem;
}

/* line 148, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .no-background h2 {
  color: #fff;
}

/* line 150, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .no-background b {
  color: cyan;
}

@media (min-width: 1400px) {
  /* line 153, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper .no-background .container {
    width: 80%;
  }
}

@media (max-width: 576px) {
  /* line 143, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper .no-background {
    height: calc(var(--vh, 1vh) * 120);
  }
}

/* line 182, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo8 {
  background-image: url(/assets/tempo/tempo-ashley-armiture-riding-closeup-012f4bf9b19c79ef5ae1fd40290ad4e27ff391ab79b52d4e426b3fc618490df1.jpg);
}

@media (max-width: 576px) {
  /* line 182, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo8 {
    background-position-x: -75vw;
    height: calc(var(--vh, 1vh) * 80);
  }
}

/* line 190, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo8 .text-overlay {
  padding: 10vh;
  width: 100vw;
}

@media (max-width: 576px) {
  /* line 190, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo8 .text-overlay {
    padding: 8vh 10vw;
  }
}

/* line 195, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo8 h2 {
  color: #fff;
  font-size: 9.5vw;
}

/* line 199, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo10 {
  background-image: url(/assets/tempo/tempo-rear-headlight-wallpaper-db0a1fbd673f50a747b182449a6ff9cdea3cbe070b38b5bfc3e6faa335901d24.jpg);
  height: calc(var(--vh, 1vh) * 90);
}

@media (max-width: 576px) {
  /* line 199, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo10 {
    background-position-x: -70vw;
    height: calc(var(--vh, 1vh) * 79);
  }
  /* line 207, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo10 .text-overlay {
    padding: 4vh;
  }
}

/* line 209, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo10 h2 {
  color: #000;
}

/* line 217, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo10 .text-overlay {
  padding: 7vh 7vw;
  width: 100vw;
  text-align: left;
}

/* line 221, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue10 {
  background-image: url(/assets/rogue/rogue-white-room-profile-c3654a718df59cfbbaae86d498577aab7a48ee0911dc771cfba45f152547b1b6.jpg) !important;
}

@media (max-width: 576px) {
  /* line 221, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper .rogue10 {
    background-position-x: -54vw !important;
    height: calc(var(--vh, 1vh) * 100) !important;
  }
  /* line 227, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper .rogue10 h2 {
    font-size: 8vh !important;
  }
}

/* line 229, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper .rogue-display {
  background-image: url(/assets/rogue/rogue-display-white-room-63e9c28b79c5c3d4d32f4717e06f886dfef2dbb2a56543cb07345cc71106db04.jpg) !important;
}

@media (max-width: 576px) {
  /* line 233, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo11 {
    background: #111;
    background-position-x: left;
  }
}

/* line 238, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo11 h2 {
  color: #FFF;
}

@media (max-width: 576px) {
  /* line 238, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo11 h2 {
    font-size: 9vw;
    margin: 25px auto;
  }
}

/* line 243, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo11 .inner {
  width: 100vw;
  margin: 5vh 6vw;
}

@media (max-width: 576px) {
  /* line 243, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo11 .inner {
    margin: 0;
  }
}

/* line 249, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo11 .inner .g-color-white {
  width: 36vw;
}

@media (max-width: 768px) {
  /* line 249, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo11 .inner .g-color-white {
    width: 47vw;
  }
}

@media (max-width: 576px) {
  /* line 249, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo11 .inner .g-color-white {
    width: 100%;
  }
}

/* line 255, app/assets/stylesheets/spree/frontend/_tempo.sass */
#tempoWrapper #tempo11 .inner .g-bg-primary {
  background-color: #488d0a !important;
  white-space: nowrap;
}

@media (max-height: 700px) {
  /* line 259, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo11 .hidden-sm {
    display: none;
  }
}

@media (min-width: 1150px) {
  /* line 233, app/assets/stylesheets/spree/frontend/_tempo.sass */
  #tempoWrapper #tempo11 {
    height: -moz-fit-content;
    height: fit-content;
  }
}
/* line 2, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .inner {
  top: 30% !important;
}

/* line 4, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #buy-now {
  width: 100%;
}

@media (min-width: 900px) {
  /* line 8, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .lg-90 {
    width: 90%;
  }
}

/* line 11, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .stats-container {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}

/* line 19, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
}

@media (max-width: 900px) {
  /* line 19, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper h2 {
    font-size: 8vh;
  }
}

/* line 30, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue0 {
  height: 100dvh;
  background-position-y: center;
}

/* line 36, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue1 .text-overlay {
  position: relative;
  top: 10%;
  left: 20%;
  color: white;
  text-align: left !important;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 43, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue1 .text-overlay h2 {
  color: white !important;
}

@media (max-width: 576px) {
  /* line 35, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue1 {
    height: calc(var(--vh, 1vh) * 74) !important;
    background-position: right center !important;
    padding: 12vh 10vw;
  }
}

/* line 49, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue1 h3 {
  font-size: 1.6vw;
}

/* line 52, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue4 {
  margin-top: -4px;
  width: 100vw;
}

/* line 55, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue4 video {
  width: 100vw;
}

@media (max-width: 900px) {
  /* line 55, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue4 video {
    width: 160vw;
    margin-left: -15vw;
  }
}

@media (max-width: 768px) {
  /* line 55, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue4 video {
    width: 300vw;
    margin-left: -95vw;
  }
}

/* line 63, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue4 .inner {
  position: absolute;
  z-index: 10;
  font-size: 150%;
  margin: 10vh 8vh;
}

/* line 68, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue4 h2 {
  color: #fff;
  font-size: 9.5vw;
}

@media (max-width: 576px) {
  /* line 68, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue4 h2 {
    font-size: 9.5vh;
  }
}

/* line 74, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue8 {
  height: calc(var(--vh, 1vh) * 85);
}

@media (max-width: 900px) {
  /* line 74, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .rogue8 {
    background-image: url(/assets/rogue/rogue-riverwalk-girl2-5f61260034211d3a3d35b759daba5b4f8a6669be325084ebc619c3222d1fa94e.jpg) !important;
    background-position-x: -70vw;
  }
}

@media (max-width: 768px) {
  /* line 87, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .rogue-tcc {
    background-position-x: center !important;
  }
}

/* line 95, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue-battery {
  max-height: 1000px;
  padding: 60px;
}

/* line 99, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .turn-signal video {
  width: 100vw;
}

/* line 105, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .no-background {
  background: #000;
  color: #fff;
  height: auto;
  padding-bottom: 5rem;
}

/* line 110, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .no-background h2 {
  color: #fff;
}

/* line 112, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .no-background b {
  color: cyan;
}

@media (min-width: 1400px) {
  /* line 115, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .no-background .container {
    width: 80%;
  }
}

@media (max-width: 576px) {
  /* line 105, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .no-background {
    height: auto;
  }
}

/* line 121, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue10 {
  height: calc(var(--vh, 1vh) * 90);
  background-size: contain !important;
}

@media (max-width: 576px) {
  /* line 121, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .rogue10 {
    background-position-x: center;
    background-size: cover !important;
    height: calc(var(--vh, 1vh) * 100);
  }
  /* line 129, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .rogue10 .text-overlay {
    padding: 4vh;
  }
}

/* line 131, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue10 h2 {
  color: #000;
}

/* line 134, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue10 .text-overlay {
  padding: 7vh 7vw;
  width: 100vw;
  text-align: left;
}

/* line 139, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #ride-share {
  background-image: url(/assets/rogue/rogue-seats2-park-7e4578384bd249883b3d72080d5cc9ab30e06a0f1e2a42d0624696ce53f70bcf.jpg);
}

/* line 142, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue11 {
  background-image: url(/assets/rogue/rouge-display-white-room-8d1a692d27be13456ffe5602af3213364857232cd928934c090faf16e75492cc.jpg);
}

/* line 144, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue11 h2 {
  color: #000;
}

/* line 147, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper .rogue11 .text-overlay {
  padding: 7vh 7vw;
  width: 100vw;
  text-align: left;
}

@media (max-width: 576px) {
  /* line 142, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .rogue11 {
    background-position: right center !important;
    height: calc(var(--vh, 1vh) * 70);
  }
  /* line 152, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .rogue11 h2 {
    color: white;
    filter: drop-shadow(2px 4px 6px black);
  }
  /* line 157, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .rogue11 .text-overlay {
    padding: 4vh;
  }
}

/* line 161, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue-specs-sm td {
  white-space: normal;
}

/* line 164, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue-specs {
  padding-block: 10rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* line 171, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue-specs .inner {
  margin: unset !important;
}

/* line 173, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue-specs .inner .g-color-white {
  width: 40vw;
  margin-bottom: 2rem;
}

/* line 176, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue-specs .inner .g-bg-primary {
  background-color: #488d0a !important;
}

/* line 179, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue-specs .hero-image {
  width: 35vw;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  /* line 164, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs {
    background: #111;
    background-position-x: left;
  }
  /* line 187, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .inner {
    width: 100% !important;
  }
  /* line 189, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .hero-image {
    display: none;
  }
  /* line 193, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs h2 {
    color: white;
    font-size: 9vw;
    margin: 25px auto;
    margin: 0;
    text-align: center;
  }
  /* line 199, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .g-color-white {
    width: 90vw !important;
  }
}

@media (max-width: 576px) and (max-width: 768px) {
  /* line 199, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .g-color-white {
    width: 47vw;
  }
}

@media (max-width: 576px) and (max-width: 576px) {
  /* line 199, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .g-color-white {
    width: 100%;
  }
}

@media (max-width: 576px) {
  /* line 205, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .g-bg-primary {
    background-color: #488d0a !important;
    white-space: nowrap;
  }
}

@media (max-height: 700px) {
  /* line 209, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .hidden-sm {
    display: none;
  }
}

/* line 212, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue-details {
  width: 100%;
}

/* line 214, app/assets/stylesheets/spree/frontend/_rogue.sass */
#rogueWrapper #rogue-details .rpanel {
  height: 545px !important;
}

@media (max-height: 450px) and (max-width: 900px) {
  /* line 218, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper .rogue8 {
    background-image: url(/assets/rogue/rogue-riverwalk-girl2-5f61260034211d3a3d35b759daba5b4f8a6669be325084ebc619c3222d1fa94e.jpg) !important;
  }
}

@media (max-height: 450px) {
  /* line 224, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .inner h2 {
    text-align: center !important;
  }
  /* line 226, app/assets/stylesheets/spree/frontend/_rogue.sass */
  #rogueWrapper #rogue-specs .inner .g-color-white {
    width: 50vw !important;
  }
}
@media (max-width: 1200px) {
  /* line 6, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey1 .text-overlay h2, #journeyWrapper #journey2 .text-overlay h2, #journeyWrapper #journey3 .text-overlay h2, #journeyWrapper #journey4 .text-overlay h2, #journeyWrapper #journey5 .text-overlay h2 {
    font-size: 7rem !important;
  }
  /* line 8, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey5, #journeyWrapper #journey1 {
    justify-content: end !important;
  }
  /* line 10, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey5 .text-overlay, #journeyWrapper #journey1 .text-overlay {
    right: 5% !important;
  }
  /* line 13, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .more-to-explore h2 {
    font-size: 7rem !important;
  }
  /* line 15, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .reviews {
    padding: 10rem 3rem !important;
  }
  /* line 17, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #details {
    padding-top: 5rem !important;
  }
  /* line 19, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #details h2 {
    font-size: 7rem !important;
  }
}

@media (max-width: 954px) and (max-height: 650px) {
  /* line 30, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey1 h2, #journeyWrapper #journey2 h2, #journeyWrapper #journey3 h2, #journeyWrapper #journey4 h2, #journeyWrapper #journey5 h2 {
    font-size: 7rem !important;
  }
}

/* line 33, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .icons {
  padding: 2rem 5rem 0;
}

/* line 36, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 3rem;
}

/* line 43, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .section {
  height: 100dvh;
  min-width: 100%;
  flex: 1;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-wrap: wrap;
}

/* line 53, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .inner {
  position: absolute;
  margin: 0;
  width: auto;
  right: 10%;
  top: 2%;
  align-items: end;
}

/* line 61, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .inner a {
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .inner .btn-film:hover {
  text-decoration: none;
  color: white !important;
}

/* line 68, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .inner .a-btn {
  border-radius: 5px;
  filter: drop-shadow(3px 4px 4px gray);
}

/* line 72, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .firstVideo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
}

/* line 78, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .firstVideo #journeyVideo {
  padding: 1rem 15rem 15rem 15rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 750px) {
  /* line 78, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .firstVideo #journeyVideo {
    height: 80vh !important;
    padding: 0;
  }
}

/* line 88, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journeyVideo2 {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

@media (max-width: 750px) {
  /* line 88, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journeyVideo2 {
    height: 80vh !important;
  }
}

/* line 97, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .journey0 {
  background-position: 40% center;
}

@media (min-width: 2024px) {
  /* line 97, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 {
    background-position: 0% 100%;
  }
  /* line 102, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner {
    right: 25%;
  }
}

@media (max-width: 768px) {
  /* line 107, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
  }
  /* line 112, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner .header h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 954px) and (max-height: 650px) {
  /* line 97, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 {
    background-position: 0% bottom;
  }
  /* line 117, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner {
    right: 5%;
    top: 1% !important;
  }
  /* line 120, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner .header h1 {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  /* line 124, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner {
    top: 0.8%;
    right: 5%;
    margin: 0 !important;
  }
  /* line 129, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner .header h1 small {
    margin-block: auto;
  }
  /* line 131, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner .header h1 .logo {
    min-width: 215px !important;
  }
}

@media (max-height: 425px) {
  /* line 135, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner {
    top: 1%;
    margin: 0 !important;
  }
  /* line 138, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner .divide20 {
    display: none;
  }
  /* line 140, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper .journey0 .inner .header h1 .logo {
    max-width: 25vh !important;
  }
}

/* line 143, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #buy-now {
  width: 100%;
}

/* line 146, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #fff;
  margin: 0;
}

@media (max-width: 900px) {
  /* line 146, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper h2 {
    font-size: 8vh;
  }
}

/* line 156, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey1 {
  height: calc(var(--vh, 1vh) * 90);
  justify-content: center;
  align-items: start;
  background-image: url(/images/journey_st/journey-profile-vinoy.jpg);
  background-position: 30% center;
}

/* line 163, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey1 .text-overlay {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  top: 10%;
  right: 5%;
  text-align: right;
  width: 80%;
  filter: drop-shadow(2px 4px 6px gray);
}

/* line 171, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey1 .text-overlay h2 {
  font-size: 15rem;
}

@media (max-width: 576px) {
  /* line 156, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey1 {
    align-items: end;
  }
  /* line 176, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey1 .text-overlay {
    top: auto;
    right: auto;
    bottom: 5%;
    width: auto;
    text-align: center;
    filter: drop-shadow(2px 4px 6px black);
  }
  /* line 183, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey1 .text-overlay h2 {
    font-size: 7rem;
  }
}

/* line 186, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey2 {
  height: calc(var(--vh, 1vh) * 90);
  justify-content: start;
  align-content: end;
  background-image: url(/images/journey_st/journey-banner01.jpg);
  background-position: 50% center;
}

/* line 193, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey2 .text-overlay {
  position: relative;
  left: 10%;
  bottom: 15%;
  height: -moz-fit-content;
  height: fit-content;
  filter: drop-shadow(2px 4px 6px gray);
}

/* line 199, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey2 .text-overlay h2 {
  font-size: 15rem;
}

@media (max-width: 576px) {
  /* line 203, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey2 .text-overlay {
    width: 50%;
  }
}

@media (max-width: 425px) {
  /* line 207, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey2 .text-overlay {
    width: 90%;
  }
}

@media (max-width: 375px) {
  /* line 186, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey2 {
    background-position-x: -37rem;
  }
}

/* line 213, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey3 {
  height: calc(var(--vh, 1vh) * 90);
  justify-content: start;
  background-image: url(/images/journey_st/journey-lifestyle-display.webp);
  background-position: center;
  display: flex;
  align-items: end;
  justify-content: start;
}

/* line 222, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey3 .text-overlay {
  position: relative;
  left: 10%;
  bottom: 15%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
  filter: drop-shadow(2px 4px 6px gray);
}

/* line 229, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey3 .text-overlay h2 {
  font-size: 15rem;
}

@media (max-width: 576px) {
  /* line 213, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey3 {
    justify-content: center;
    align-items: end;
  }
  /* line 235, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey3 .text-overlay {
    margin: 0;
    top: auto;
    right: auto;
    left: 2%;
    bottom: 5%;
    width: auto;
    filter: drop-shadow(2px 4px 6px black);
  }
  /* line 243, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey3 .text-overlay h2 {
    font-size: 7rem;
  }
}

@media (min-aspect-ratio: 4/1) {
  /* line 213, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey3 {
    background-position: center 88%;
  }
}

/* line 249, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey4 {
  height: calc(var(--vh, 1vh) * 90);
  justify-content: center;
  align-content: center;
  background-image: url(/images/journey_st/journey-tail-light-bp.jpg);
  background-position: center;
}

/* line 270, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey5 {
  height: calc(var(--vh, 1vh) * 90);
  justify-content: center;
  align-content: center;
  background-image: url(/images/journey_st/Journey-riding-vinoy-trail.webp);
  background-position: center;
}

/* line 277, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey5 .text-overlay {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 80%;
  text-align: right;
  filter: drop-shadow(2px 4px 6px gray);
}

/* line 283, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #journey5 .text-overlay h2 {
  font-size: 15rem;
}

@media (max-width: 576px) {
  /* line 270, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey5 {
    align-content: start;
  }
  /* line 288, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey5 .text-overlay {
    filter: drop-shadow(2px 4px 6px black);
    top: 15%;
    right: 5%;
    width: 100%;
  }
  /* line 293, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #journey5 .text-overlay h2 {
    font-size: 7rem;
  }
}

/* line 296, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details {
  padding-top: 15rem;
}

@media (max-width: 1200px) {
  /* line 300, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #details .dpanel a {
    max-height: 55% !important;
  }
}

/* line 303, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
  background-color: #eee;
}

@media (max-width: 576px) {
  /* line 303, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #details h2 {
    font-size: 12vw;
  }
}

/* line 314, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details .dpanel {
  border: solid 16px #fff;
  margin: 20px auto;
  background-color: #fff;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  gap: 1rem;
}

/* line 323, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details .dpanel section {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  gap: 1rem;
}

/* line 329, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details .dpanel p {
  margin: 0;
  padding: 0;
}

@media (min-width: 770px) {
  /* line 314, app/assets/stylesheets/spree/frontend/_journey_st.sass */
  #journeyWrapper #details .dpanel {
    height: 500px;
  }
}

/* line 336, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details .dpanel a {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 65%;
}

/* line 343, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details .dpanel img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

/* line 348, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details .dpanel .title {
  width: 100%;
  font-size: 22px;
  margin: 0;
}

/* line 353, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details .dpanel .description {
  width: 100%;
  padding-bottom: 10px;
}

/* line 357, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper #details .list-features {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(271px, 1fr));
  gap: 2rem;
}

/* line 364, app/assets/stylesheets/spree/frontend/_journey_st.sass */
#journeyWrapper .more-to-explore h2 {
  font-family: railroad-gothic-atf, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5vw;
  color: #000;
  margin: 0;
}
/* line 4, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal.modal.fade.show {
  opacity: 1 !important;
}

/* line 6, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal.modal.fade.show .modal-dialog {
  transform: translate(0, 0) !important;
}

/* line 11, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
body.modal-open > .modal-backdrop.fade.show {
  opacity: 0.5 !important;
}

/* line 14, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal {
  max-width: 100vw;
}

/* line 16, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal h3 {
  font-size: 20px;
}

@media (max-width: 576px) {
  /* line 16, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
  #addedItemModal h3 {
    font-size: 18px;
  }
}

/* line 20, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal h4 {
  font-size: 95%;
}

/* line 22, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal hr {
  width: 80%;
  margin-top: 10px;
}

/* line 25, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal img {
  max-width: 150px;
}

/* line 27, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .modal-header {
  padding: 10px 20px 0;
  border: none;
}

/* line 30, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .modal-title::first-letter {
  font-size: 125%;
}

/* line 32, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .modal-title {
  font-weight: 300;
  color: #165485;
  font-size: 22px;
}

/* line 36, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .btn-default {
  border: none;
}

/* line 39, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .media {
  padding: 0 3%;
}

/* line 41, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .media .media-body {
  padding-left: 0;
}

/* line 43, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .media-body {
  padding: 0 10px 30px 40px;
}

/* line 45, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .media-body b {
  color: #900;
  font-size: 120%;
  padding-left: 2px;
}

/* line 49, app/assets/stylesheets/spree/frontend/item_added_modal.sass */
#addedItemModal .btn-link {
  border: solid 1px rgba(28, 92, 146, 0.4);
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com//fancybox/#license */
/* line 2, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

/* line 37, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/images/common/fancybox/fancybox_sprite.png);
}

/* line 82, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/common/fancybox/fancybox_loading.gif) center center no-repeat;
}

/* line 100, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 122, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/common/fancybox/fancybox_overlay.png);
}

/* line 190, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/images/common/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  /* line 270, app/assets/stylesheets/spree/frontend/jquery.fancybox.scss */
  #fancybox-loading div {
    background-image: url(/images/common/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@font-face {
  font-family: 'railroad-gothic-atf';
  src: url(/assets/RailroadGothicCC-f15fc888c9151c690e08900c057a9dbe9946dd33636112a4433af4d5091ca9ec.otf) format("opentype"), url(/assets/RailroadGothicCC-bda996714b8d1490a66dddb770ca495254aaba665f164b2ded224dc1240e77fb.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* line 14, app/assets/stylesheets/spree/frontend/global.sass */
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 19, app/assets/stylesheets/spree/frontend/global.sass */
.newsletter-float-wrap {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  left: 3%;
  margin-bottom: 70px;
  padding: 0;
  z-index: 9999;
}

/* line 28, app/assets/stylesheets/spree/frontend/global.sass */
.newsletter-float-wrap #newsletter-float-btn {
  height: 80px;
  width: 80px;
  color: white;
  background-color: #1f73b7;
  border-radius: 50%;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}

/* line 43, app/assets/stylesheets/spree/frontend/global.sass */
.newsletter-float-wrap #newsletter-float-btn p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}

/* line 49, app/assets/stylesheets/spree/frontend/global.sass */
.newsletter-float-wrap #newsletter-float-btn .text {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0;
}

/* line 55, app/assets/stylesheets/spree/frontend/global.sass */
.newsletter-float-wrap #newsletter-float-btn .percent {
  font-size: 20px;
  font-weight: 800;
}

/* line 60, app/assets/stylesheets/spree/frontend/global.sass */
.newsletter-float-wrap .newsletter-float-close {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: rgba(4, 4, 4, 0.5);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  /* line 75, app/assets/stylesheets/spree/frontend/global.sass */
  .newsletter-float-wrap {
    margin-bottom: 60px;
  }
  /* line 77, app/assets/stylesheets/spree/frontend/global.sass */
  .newsletter-float-wrap #newsletter-float-btn {
    height: 60px;
    width: 60px;
    gap: 0;
  }
  /* line 81, app/assets/stylesheets/spree/frontend/global.sass */
  .newsletter-float-wrap #newsletter-float-btn p {
    font-size: 15px;
    line-height: 1.5rem;
  }
  /* line 84, app/assets/stylesheets/spree/frontend/global.sass */
  .newsletter-float-wrap #newsletter-float-btn .text {
    font-size: 20px;
    line-height: 0rem;
  }
  /* line 87, app/assets/stylesheets/spree/frontend/global.sass */
  .newsletter-float-wrap #newsletter-float-btn .percent {
    font-size: 16px;
    line-height: 1.5rem;
  }
}

/* line 91, app/assets/stylesheets/spree/frontend/global.sass */
#newsletter-float-btn:hover {
  background-color: #165486;
}

/* line 94, app/assets/stylesheets/spree/frontend/global.sass */
.btn-dropdown-cart {
  padding: 10px !important;
  border: 1px solid #ddd !important;
}

/* line 102, app/assets/stylesheets/spree/frontend/global.sass */
.remove-coupon {
  font-size: 12px;
  color: #5B89B4 !important;
}

/* line 106, app/assets/stylesheets/spree/frontend/global.sass */
#homefeatures {
  overflow: hidden;
}

/* line 108, app/assets/stylesheets/spree/frontend/global.sass */
#homefeatures .col-sm-3 {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

/* line 112, app/assets/stylesheets/spree/frontend/global.sass */
#content {
  padding-right: 0;
  padding-left: 0;
}

/* line 119, app/assets/stylesheets/spree/frontend/global.sass */
html {
  margin: 0;
  padding: 0;
}

/* line 123, app/assets/stylesheets/spree/frontend/global.sass */
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  max-width: 100%;
  overflow-x: hidden;
}

/* line 133, app/assets/stylesheets/spree/frontend/global.sass */
table.borderless td, table.borderless th {
  border: none !important;
}

/* line 137, app/assets/stylesheets/spree/frontend/global.sass */
#content h1 {
  font-size: 28px;
}

/* line 140, app/assets/stylesheets/spree/frontend/global.sass */
h5,
.h5 {
  font-size: 16px !important;
}

/* line 144, app/assets/stylesheets/spree/frontend/global.sass */
.one-col {
  font-size: 16px;
}

/* line 146, app/assets/stylesheets/spree/frontend/global.sass */
.one-col h1, .one-col h2, .one-col h3, .one-col h4, .one-col h5, .one-col h6 {
  font-family: 'Raleway', sans-serif;
  font-display: swap;
  font-weight: 300;
}

/* line 150, app/assets/stylesheets/spree/frontend/global.sass */
.one-col sup {
  top: -0.2em;
}

/* line 152, app/assets/stylesheets/spree/frontend/global.sass */
.one-col label {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 105%;
}

/* line 157, app/assets/stylesheets/spree/frontend/global.sass */
.rounded {
  border-radius: 0.35rem !important;
}

/* line 160, app/assets/stylesheets/spree/frontend/global.sass */
.clear {
  clear: both;
}

/* line 163, app/assets/stylesheets/spree/frontend/global.sass */
.wide15 {
  width: 15px;
}

/* line 166, app/assets/stylesheets/spree/frontend/global.sass */
.wide20 {
  width: 20px;
}

/* line 169, app/assets/stylesheets/spree/frontend/global.sass */
.wide40 {
  width: 40px;
}

/* line 172, app/assets/stylesheets/spree/frontend/global.sass */
.wide60 {
  width: 60px;
}

/* line 177, app/assets/stylesheets/spree/frontend/global.sass */
.spec-panel .table td {
  padding: 15px 5px 16px 8px;
  border: none;
}

@media (max-width: 768px) {
  /* line 177, app/assets/stylesheets/spree/frontend/global.sass */
  .spec-panel .table td {
    font-size: larger;
  }
}

@media (min-width: 768px) {
  /* line 177, app/assets/stylesheets/spree/frontend/global.sass */
  .spec-panel .table td {
    font-size: 90%;
  }
}

/* line 187, app/assets/stylesheets/spree/frontend/global.sass */
.header-icon {
  height: 0px;
}

/* line 199, app/assets/stylesheets/spree/frontend/global.sass */
.animation img {
  width: 60px;
  margin-left: 2px;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  /* line 217, app/assets/stylesheets/spree/frontend/global.sass */
  .subfooter {
    text-align: left;
  }
}

/* line 220, app/assets/stylesheets/spree/frontend/global.sass */
.subfooter {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  color: #999999;
  background-color: #f5f5f5;
  padding: 25px 0;
  border-top: 1px solid #eaeaea;
  min-height: 52px;
}

/* line 229, app/assets/stylesheets/spree/frontend/global.sass */
.subfooter ul {
  margin-bottom: 0;
}

/* line 232, app/assets/stylesheets/spree/frontend/global.sass */
.btn-default {
  min-height: 45px;
  padding: 10px 20px;
}

/* line 236, app/assets/stylesheets/spree/frontend/global.sass */
.btn-show {
  opacity: 1;
  transform: translateY(0);
}

/* line 241, app/assets/stylesheets/spree/frontend/global.sass */
.btn-hide {
  opacity: 0;
  transform: translateY(40px);
}

/* line 246, app/assets/stylesheets/spree/frontend/global.sass */
.topbutton {
  background: white;
  border: 1px solid;
  bottom: 50px;
  display: block;
  height: 40px;
  line-height: 37px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  border-radius: 50px;
  transition: all 0.3s;
}

/* line 263, app/assets/stylesheets/spree/frontend/global.sass */
blockquote, q {
  quotes: none;
  white-space: nowrap;
}

/* line 272, app/assets/stylesheets/spree/frontend/global.sass */
.divide5 {
  width: 100%;
  height: 5px;
}

/* line 276, app/assets/stylesheets/spree/frontend/global.sass */
.divide10 {
  width: 100%;
  height: 10px;
}

/* line 280, app/assets/stylesheets/spree/frontend/global.sass */
.divide15 {
  width: 100%;
  height: 15px;
}

/* line 284, app/assets/stylesheets/spree/frontend/global.sass */
.divide20 {
  width: 100%;
  height: 20px;
}

/* line 288, app/assets/stylesheets/spree/frontend/global.sass */
.divide25 {
  width: 100%;
  height: 25px;
}

/* line 292, app/assets/stylesheets/spree/frontend/global.sass */
.divide30 {
  width: 100%;
  height: 30px;
}

/* line 296, app/assets/stylesheets/spree/frontend/global.sass */
.divide40 {
  width: 100%;
  height: 40px;
}

/* line 300, app/assets/stylesheets/spree/frontend/global.sass */
.divide50 {
  width: 100%;
  height: 50px;
}

/* line 304, app/assets/stylesheets/spree/frontend/global.sass */
.divide60 {
  width: 100%;
  height: 60px;
}

/* line 308, app/assets/stylesheets/spree/frontend/global.sass */
.divide70 {
  width: 100%;
  height: 70px;
}

/* line 312, app/assets/stylesheets/spree/frontend/global.sass */
.divide80 {
  width: 100%;
  height: 80px;
}

/* line 316, app/assets/stylesheets/spree/frontend/global.sass */
.padding40 {
  padding: 40px;
}

/* line 321, app/assets/stylesheets/spree/frontend/global.sass */
#spree-header {
  margin-top: 0 !important;
}

/* line 324, app/assets/stylesheets/spree/frontend/global.sass */
.spree-header-spacing {
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
  overflow: hidden;
}

@media (min-width: 769px) and (max-width: 991px) {
  /* line 332, app/assets/stylesheets/spree/frontend/global.sass */
  #spree-header ul.nav.navbar-nav.navbar-right > li > a {
    font-size: 12px;
    padding: 14px 6px;
  }
}

@media (max-width: 767px) {
  /* line 338, app/assets/stylesheets/spree/frontend/global.sass */
  main#content {
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
  }
  /* line 356, app/assets/stylesheets/spree/frontend/global.sass */
  body#atlas main#content,
body#atlas_pro main#content,
body#Defiant main#content,
body#defiant-pro main#content,
body#defiant-ebike-selection main#content,
body#defiant-st main#content,
body#discovery main#content,
body#discovery_rf main#content,
body#discovery-x7 main#content,
body#journey-st main#content,
body#rogue main#content,
body#summit main#content,
body#tempo main#content {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 360, app/assets/stylesheets/spree/frontend/global.sass */
  .container-lg.fixed-space {
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 575px) {
  /* line 368, app/assets/stylesheets/spree/frontend/global.sass */
  .spree-header-spacing {
    height: 218px;
    min-height: 198px;
    overflow: visible;
  }
  /* line 374, app/assets/stylesheets/spree/frontend/global.sass */
  main#content {
    padding-top: 100px;
  }
  /* line 390, app/assets/stylesheets/spree/frontend/global.sass */
  body#atlas main#content,
body#atlas_pro main#content,
body#Defiant main#content,
body#defiant-pro main#content,
body#defiant-ebike-selection main#content,
body#defiant-st main#content,
body#discovery main#content,
body#discovery_rf main#content,
body#discovery-x7 main#content,
body#journey-st main#content,
body#rogue main#content,
body#summit main#content,
body#tempo main#content {
    padding-top: 0;
  }
  /* line 393, app/assets/stylesheets/spree/frontend/global.sass */
  #spree-header {
    position: fixed !important;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    max-width: 100vw;
  }
  /* line 401, app/assets/stylesheets/spree/frontend/global.sass */
  .headroom {
    transition: transform .5s ease-in-out;
    will-change: transform;
  }
  /* line 405, app/assets/stylesheets/spree/frontend/global.sass */
  .headroom--pinned {
    transform: translateY(0);
  }
  /* line 408, app/assets/stylesheets/spree/frontend/global.sass */
  .headroom--unpinned {
    transform: translateY(-100%);
  }
}
/* line 7, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.form-group {
  margin-bottom: 15px;
}

/* line 10, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}

/* line 16, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 31, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 36, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}

/* line 40, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
textarea.form-control {
  height: auto;
}

/* line 43, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
select.form-control {
  height: 34px;
  line-height: 34px;
}

/* line 47, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
input[type="search"] {
  box-sizing: border-box;
}

/* line 50, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 57, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.checkbox label,
.radio label,
.checkbox-inline,
.radio-inline {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 67, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}

/* line 75, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 81, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.has-error .form-control {
  border-color: #c9302c;
}

/* line 83, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.has-error .form-control:focus {
  border-color: #a94442;
  box-shadow: 0 0 0 3px rgba(201, 48, 44, 0.22);
}

/* line 92, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.modal.fade.show {
  opacity: 1 !important;
}

/* line 95, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
.modal.fade.show .modal-dialog {
  transform: translate(0, 0) !important;
}

/* line 100, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
body.modal-open > .modal-backdrop.fade.show {
  opacity: 0.5 !important;
}

/* line 104, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
#toast-container {
  z-index: 2147483646 !important;
}

/* line 107, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
#toast-container > div.toast {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  min-width: 360px;
  max-width: 560px;
  max-width: 92vw;
  border-radius: 8px;
  padding: 0;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
  position: relative;
}

/* line 119, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
#toast-container > div.toast .toast-title {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

/* line 124, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
#toast-container > div.toast .toast-message {
  font-size: 16px;
  line-height: 1.45;
  padding: 14px 18px;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* line 131, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
#toast-container > div.toast .toast-close-button {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: 0.9;
  pointer-events: auto;
  text-shadow: none;
}

/* line 151, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
#toast-container > div.toast .toast-close-button + .toast-message,
#toast-container > div.toast .toast-close-button ~ .toast-message {
  padding-right: 44px;
}

@media (max-width: 575px) {
  /* line 156, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
  #toast-container {
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
  }
  /* line 161, app/assets/stylesheets/spree/frontend/zzz_storefront_forms.sass */
  #toast-container > div.toast {
    width: 100% !important;
    min-width: 0;
  }
}
/* line 1, app/assets/stylesheets/spree/frontend/loader.sass */
.loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: inline-block;
  position: absolute;
  margin-left: 8px;
  margin-right: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 1, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header {
  width: 100%;
  z-index: 5000;
  box-shadow: 0 3px 1px #ebebeb;
  background: #fff;
  margin-bottom: 6px;
}

/* line 4, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header.on-bike-page {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

/* line 9, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header:not(.on-bike-page) {
  position: relative;
}

/* line 11, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header #main-nav-bar {
  display: block;
  margin: 0;
}

/* line 16, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-header .shopping-link-mobile {
  position: relative;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

/* line 22, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-header .shopping-link-mobile a {
  font-size: 20px;
  color: #222;
  text-transform: none;
  padding: 0 10px;
}

/* line 28, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-header .shopping-link-mobile .badge {
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 50%;
  line-height: 1.5;
}

/* line 38, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-collapse.in {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  /* line 44, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .navbar-nav {
    max-height: 80vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 50, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .nav-mobile-submenu {
    float: none;
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 4px 0 10px;
    border: 0;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.96);
  }
  /* line 61, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .nav-mobile-submenu > li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* line 66, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .nav-mobile-submenu > li > a,
#spree-header .nav-mobile-submenu > li > a.dropdown-item {
    display: block;
    text-align: left;
    padding: 10px 16px !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.35;
    white-space: normal;
    color: #222 !important;
  }
  /* line 78, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .nav-mobile-submenu > li > a:hover,
#spree-header .nav-mobile-submenu > li > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
    color: #111 !important;
  }
}

/* line 85, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .headroom--unpinned .navbar-collapse.in {
  transform: none !important;
  position: fixed !important;
  top: 0 !important;
}

/* line 90, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .mobile-menu {
  padding: 0;
}

/* line 92, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .mobile-menu li {
  list-style: none;
  padding: 10px 0;
}

/* line 96, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-nav {
  display: block;
  flex-direction: row;
}

/* line 100, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-nav li a {
  font-size: 13px;
}

@media (min-width: 769px) {
  /* line 104, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .dropdown {
    position: relative;
  }
  /* line 106, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .dropdown:hover > .dropdown-menu {
    display: block;
  }
  /* line 109, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5100;
    float: none;
    width: -moz-max-content;
    width: max-content;
    min-width: 220px;
    max-width: calc(100vw - 40px);
    margin-top: 0;
  }
  /* line 119, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .dropdown-menu li > a {
    white-space: nowrap;
  }
}

/* line 122, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-default {
  background-color: inherit;
  border: none;
}

/* line 125, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-default .navbar-toggle {
  border: none;
}

/* line 129, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-default .navbar-toggle .icon-bar {
  transition: all 0.3s ease;
  position: relative;
}

/* line 133, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-default .navbar-toggle .icon-bar-top {
  transform-origin: 10% 10%;
}

/* line 136, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-default .navbar-toggle .icon-bar-bottom {
  transform-origin: 10% 90%;
}

/* line 140, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-default .navbar-toggle.active .icon-bar-middle {
  opacity: 0;
}

/* line 143, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-default .navbar-toggle.active .icon-bar-top {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

/* line 147, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-default .navbar-toggle.active .icon-bar-bottom {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

/* line 152, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .dropdown-bikes {
  background-image: url(/assets/homepage/burger-menu-bikes-1061177bef3adc023ecf598b0f3d73991bc98345787e099e1d5819ea204157c7.jpg) !important;
}

/* line 154, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .dropdown-parts {
  background-image: url(/assets/homepage/burger-menu-accessories-c0b16885e4b834938efea1d0ca721ea2ea9d4ed4a462ef6114306888b1964af0.jpg) !important;
}

/* line 162, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .hidden-sm.hidden-md.hidden-lg a {
  color: #222 !important;
  font-weight: 400 !important;
  margin-bottom: 10px;
}

/* line 167, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .mobile-support-dropdown {
  background-color: transparent !important;
}

/* line 170, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .bg-image-btn {
  padding: 2rem !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 0.5rem;
  margin-top: 12px;
}

/* line 186, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header #logo {
  margin-bottom: 0;
}

/* line 189, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header #top-nav-bar {
  padding: 0;
}

/* line 192, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header #header, #spree-header #main-nav-bar {
  padding: 12px 0;
}

/* line 195, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header #header {
  background-color: #ebebeb;
}

/* line 199, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .nav li > a {
  color: #222;
  text-transform: uppercase;
  padding: 14px 13px;
}

/* line 205, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .nav li > a:hover {
  color: #2c63c7;
  background-color: transparent;
}

/* line 209, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header #buy-now-btn {
  padding: 0 15px;
}

/* line 211, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header #buy-now-btn .navbar-btn > a:hover {
  background-color: #449d44;
  border-color: #398439;
}

/* line 215, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-brand {
  padding: 12px 0 12px 10px;
}

/* line 218, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .navbar-brand > img {
  width: 175px;
  margin: -14px 0 0 12px;
}

/* line 222, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .shopping-link {
  margin-right: 10px;
}

/* line 224, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .shopping-link .dropdown-toggle {
  padding-left: 10px;
  padding-right: 6px;
}

/* line 227, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .shopping-link > .dropdown-menu.shopping-dropdown {
  left: auto;
  right: 0;
  width: 340px;
  min-width: 280px;
  max-width: calc(100vw - 20px);
  padding: 14px 16px 8px;
}

/* line 235, app/assets/stylesheets/spree/frontend/header.sass */
#spree-header .shopping-link > .dropdown-menu.shopping-dropdown li > a {
  white-space: normal;
}

/* line 239, app/assets/stylesheets/spree/frontend/header.sass */
#navbar > ul > li.dropdown.shopping-link > ul > li > div {
  padding: 8px 0;
}

/* line 241, app/assets/stylesheets/spree/frontend/header.sass */
#navbar > ul > li.dropdown.shopping-link > ul > li > div div.media-left > a > img {
  max-height: 75px;
}

/* line 243, app/assets/stylesheets/spree/frontend/header.sass */
#navbar > ul > li.dropdown.shopping-link > ul > li > div div.media-body > h5 {
  margin-top: 2px;
}

@media (max-width: 768px) {
  /* line 250, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header #buy-now-btn p > a {
    font-size: 18px;
  }
  /* line 252, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .navbar-brand {
    padding: 20px 0;
  }
  /* line 254, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .navbar-brand img {
    width: 165px;
  }
  /* line 256, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .nav {
    padding: 15px;
  }
  /* line 258, app/assets/stylesheets/spree/frontend/header.sass */
  #spree-header .nav li > a {
    font-size: 20px;
    text-transform: none;
  }
}
/* line 4, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
#loadingwrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}

/* line 12, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
#loading {
  display: flex;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  z-index: 1;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* line 32, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 37, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.bounce {
  animation: bounce 3s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  60% {
    transform: translateY(-8px);
  }
}

/* line 81, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.jupiterbike {
  display: none;
}

/* line 84, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.collapse {
  padding-left: 15px;
}

/* line 87, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
#lazydiv {
  visibility: hidden;
}

/* line 90, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

/* line 92, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.navbar-toggler-icon.icon-up {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><path d='M0 52.5c0-1.3.5-2.6 1.5-3.5L50 .5 98.5 49c2 2 2 5.1 0 7.1s-5.1 2-7.1 0L50 14.6 8.5 56.1c-2 2-5.1 2-7.1 0-.9-1-1.4-2.3-1.4-3.6z'/></svg>") !important;
}

/* line 95, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
#footer {
  bottom: 0px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 9;
  text-align: center;
  padding: 15px;
}

/* line 103, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
#footer .small {
  font-weight: 100;
}

/* line 106, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.sidebar-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1111;
  display: none;
}

/* line 114, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.sidebar-menu hr {
  margin: 0;
}

/* line 116, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.sidebar-menu a {
  padding: 11px 1.5rem;
  display: block;
  color: #444;
  text-decoration: none;
}

/* line 121, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.sidebar-menu a:hover {
  color: #222;
}

/* line 123, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.sidebar-menu.active {
  animation-duration: 0.35s;
  animation-name: showmenu;
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
}

/* line 128, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.sidebar-menu .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -250px;
  z-index: 1112;
  min-width: 240px;
  max-width: 290px;
  background-color: white;
}

@keyframes showmenu {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

/* line 144, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.info-close {
  top: 20px;
  right: 48px;
  z-index: 1999;
  font-size: 3em;
  cursor: pointer;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  line-height: 50px;
}

/* line 154, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.info-close:after, .info-close:before {
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 32px;
  right: 32px;
  margin-top: -5px;
  margin-left: -25px;
  display: block;
  height: 4px;
  width: 20px;
  background-color: #444;
  transition: all .25s ease-out;
}

/* line 167, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.info-close:after {
  transform: rotate(-135deg);
}

/* line 170, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
h2 {
  font-weight: 200 !important;
}

/* line 173, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.btn-light {
  color: #f8f9f9fa !important;
  background-color: initial !important;
}

/* line 177, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.navbar-toggler {
  border: none !important;
}

/* line 180, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95) !important;
}

/* line 183, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.navbar-brand {
  width: 26px;
}

/* line 185, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.navbar-brand a {
  color: #fff;
  text-decoration: none;
}

/* line 188, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.navbar-brand a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 192, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.navbar-expand .navbar-nav .dropdown-menu {
  position: fixed !important;
  border-radius: 0px;
  right: 0;
  top: 0px;
  margin: 0px;
  bottom: 0px;
  border-bottom: none;
  left: unset;
  padding-top: 48px;
}

/* line 203, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.dropdown-item {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 207, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.dropdown-divider {
  margin: auto 20px !important;
}

/* line 210, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.dropdown-toggle::after {
  display: none !important;
}

/* line 213, app/assets/stylesheets/spree/frontend/_bike_shared.sass */
.section {
  text-align: center;
  overflow: hidden;
}
/* line 3, app/assets/stylesheets/spree/frontend/_home_video.sass */
#atlas_pro #home_video .logo {
  max-height: 64px;
  width: auto;
  max-width: 100%;
}

@media (max-height: 410px) {
  /* line 9, app/assets/stylesheets/spree/frontend/_home_video.sass */
  #atlas_pro #home_video .inner p {
    display: none !important;
  }
}

/* line 21, app/assets/stylesheets/spree/frontend/_home_video.sass */
.a-btn {
  padding: 18px 30px;
  text-decoration: none;
  position: relative;
  margin-bottom: 15px;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-display: swap;
  font-size: 105%;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 576px) {
  /* line 21, app/assets/stylesheets/spree/frontend/_home_video.sass */
  .a-btn {
    font-size: 130%;
  }
}

/* line 35, app/assets/stylesheets/spree/frontend/_home_video.sass */
.btn-buy-now {
  background: #5cb85c;
  color: #fff;
}

/* line 38, app/assets/stylesheets/spree/frontend/_home_video.sass */
.btn-buy-now:hover {
  background-color: #449d44;
  color: #ffffff;
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/spree/frontend/_home_video.sass */
.btn-preorder {
  background: #3b679e;
  border-color: #205EC9 #205EC9 #3b679e;
}

/* line 46, app/assets/stylesheets/spree/frontend/_home_video.sass */
.btn-preorder:hover {
  background-color: #205EC9;
}

/* line 49, app/assets/stylesheets/spree/frontend/_home_video.sass */
.btn-film {
  background: #111;
  margin-left: 20px;
}

@media (max-width: 576px) {
  /* line 49, app/assets/stylesheets/spree/frontend/_home_video.sass */
  .btn-film {
    margin-left: 0;
  }
}

/* line 54, app/assets/stylesheets/spree/frontend/_home_video.sass */
.btn-film .fa-play {
  margin-right: 10px;
}

/* line 56, app/assets/stylesheets/spree/frontend/_home_video.sass */
.btn-film:hover {
  background-color: #000;
}

/* line 59, app/assets/stylesheets/spree/frontend/_home_video.sass */
#home_video {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100dvh;
}

/* line 65, app/assets/stylesheets/spree/frontend/_home_video.sass */
#home_video video {
  width: 100%;
}

/* line 72, app/assets/stylesheets/spree/frontend/_home_video.sass */
#home_video .section {
  /* layout */
  height: 97vh;
  min-width: 100%;
  flex: 1;
  display: flex;
  /* content styling OPTIONAL*/
  /* background styling */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-wrap: wrap;
}

/* line 88, app/assets/stylesheets/spree/frontend/_home_video.sass */
#home_video .bottom-content {
  align-self: flex-end;
  background: rgba(39, 62, 84, 0.9);
  padding: 10px 30px;
  width: 100%;
  font-weight: 500;
}

@media (max-width: 576px) {
  /* line 88, app/assets/stylesheets/spree/frontend/_home_video.sass */
  #home_video .bottom-content {
    font-size: 80%;
  }
}

/* line 99, app/assets/stylesheets/spree/frontend/_home_video.sass */
#home_video .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  top: 30%;
  left: 15%;
  align-items: flex-start;
  text-align: left;
  filter: drop-shadow(2px 4px 20px gray);
  z-index: 999;
}

/* line 120, app/assets/stylesheets/spree/frontend/_home_video.sass */
#home_video .header small {
  color: white;
  display: block;
  font-size: 30px;
  position: relative;
  font-size: 60px !important;
  text-shadow: 0 0 15px #000;
  font-weight: 800;
}

/* line 130, app/assets/stylesheets/spree/frontend/_home_video.sass */
#home_video .header h1 {
  font-size: 50px;
  font-weight: 600;
}

/* line 134, app/assets/stylesheets/spree/frontend/_home_video.sass */
#home_video .header .logo {
  width: 350px;
  max-width: 70vw;
}

@media (max-width: 768px) {
  /* line 119, app/assets/stylesheets/spree/frontend/_home_video.sass */
  #home_video .header {
    font-size: 25px !important;
  }
}

/* line 141, app/assets/stylesheets/spree/frontend/_home_video.sass */
.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100dvh;
  z-index: -1;
}

/* line 148, app/assets/stylesheets/spree/frontend/_home_video.sass */
#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
}

@media (max-height: 500px) {
  /* line 170, app/assets/stylesheets/spree/frontend/_home_video.sass */
  #home_video .inner p {
    display: none !important;
  }
  /* line 172, app/assets/stylesheets/spree/frontend/_home_video.sass */
  #home_video .inner .logo {
    display: none !important;
  }
  /* line 174, app/assets/stylesheets/spree/frontend/_home_video.sass */
  #home_video .bottom-content {
    padding: 15px;
  }
  /* line 176, app/assets/stylesheets/spree/frontend/_home_video.sass */
  #home_video .bottom-content .hidden-xs {
    display: none !important;
  }
  /* line 178, app/assets/stylesheets/spree/frontend/_home_video.sass */
  #home_video .bottom-content .reverse-bold {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    justify-content: center;
  }
}
/* line 1, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
.flex {
  display: flex;
  height: 100vh;
  align-items: center;
}

/* line 7, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest.modal.fade.show {
  opacity: 1 !important;
}

/* line 10, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest {
  justify-content: center;
  -webkit-backdrop-filter: brightness(0.8);
          backdrop-filter: brightness(0.8);
}

/* line 18, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest button {
  margin-top: 30px;
}

/* line 21, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .row {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 27, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .modal-lg {
  width: 800px;
}

@media (max-width: 576px) {
  /* line 27, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
  #newsletter-contest .modal-lg {
    min-width: 80vw;
    margin: 10vw;
  }
}

/* line 34, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest h2 {
  font-weight: 600 !important;
  font-size: 40px;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  /* line 34, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
  #newsletter-contest h2 {
    font-size: 7.5vw;
  }
}

/* line 41, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest span {
  white-space: nowrap;
}

/* line 44, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .newsletterWrapper {
  background: #000;
  color: #fff;
  padding: 0;
}

@media (max-width: 576px) {
  /* line 44, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
  #newsletter-contest .newsletterWrapper {
    padding-bottom: 40px;
  }
}

/* line 51, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .newsletter-bike {
  background: url(/assets/defiant/defiant-left-snow-chop-7cc0502613e6d17534602bd51f26f50d3999a2cc64b6380f5140deb5136818ea.jpg);
  height: 600px;
  background-position: center;
}

/* line 56, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .newsletter-bike-spring {
  background: url(/images/defiant/defiant-left-beach-chop.jpg);
  height: 600px;
  background-position: center;
}

/* line 61, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .newsletter-bike-summer {
  background: url(/images/discovery/discovery-left-chop.jpg);
  height: 600px;
  background-position: center;
}

/* line 66, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .newsletter-bike-promo {
  background: url(/assets/rogue/front-white-background-ecc319021e9d7f95ae97184d8abe7edd9253a4bda6b8975ee957a13ee532b581.jpg);
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* line 75, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .newsletter-bike-promo .bike-png {
  width: 100%;
  height: auto;
}

/* line 79, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .bike-promo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  max-width: -webkit-fit-available;
}

/* line 87, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .bike-promo-wrap h2 {
  margin: 0;
  font-size: 4rem;
}

/* line 90, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .bike-promo-wrap h2 span {
  font-size: 10rem;
  letter-spacing: -5px;
}

/* line 93, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .bike-promo-wrap h1 {
  font-size: 10rem;
  margin: 0;
  font-weight: 700;
}

/* line 97, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .bike-promo-wrap .bike-logo {
  width: 90% !important;
  margin: 0;
}

/* line 100, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .bike-promo-wrap #bike-promo-btn {
  margin: 0;
}

/* line 104, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest .newsletter-content .jb-logo {
  width: 80%;
  margin: 40px auto 28px;
  max-width: 300px;
}

@media (max-width: 576px) {
  /* line 103, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
  #newsletter-contest .newsletter-content {
    padding: 15px;
  }
}

/* line 113, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest #new_newsletter {
  padding: 20px 3vw;
}

/* line 116, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest #newsletter_email {
  height: 40px;
}

/* line 119, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest #closeIconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1px;
  padding: 16px;
  right: 1px;
  z-index: 3;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  background: black;
  border: none;
}

/* line 136, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
#newsletter-contest #closeIconSvg {
  stroke: white;
  stroke-width: 4px;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
}

@media (max-width: 576px) {
  /* line 146, app/assets/stylesheets/spree/frontend/newsletter-contest.sass */
  #newsletter-contest .newsletter-bike-df-pro-slv, #newsletter-contest .newsletter-bike-spring, #newsletter-contest .newsletter-bike-summer, #newsletter-contest .newsletter-bike-promo {
    display: none !important;
  }
}
/* line 1, app/assets/stylesheets/spree/frontend/_product-view.sass */
[data-hook="product_show"] {
  padding-right: 48px;
  padding-left: 48px;
}

/* line 6, app/assets/stylesheets/spree/frontend/_product-view.sass */
[data-hook="product_show"] #product-images #main-image {
  box-shadow: none;
  border: none;
}

/* line 10, app/assets/stylesheets/spree/frontend/_product-view.sass */
[data-hook="product_show"] #product-images #main-image img {
  width: 100%;
  padding: 0 15px;
  max-height: 100%;
  max-width: 80%;
}

/* line 17, app/assets/stylesheets/spree/frontend/_product-view.sass */
[data-hook="product_show"] span.price {
  font-weight: 400;
  font-size: 230%;
  color: #BF0000;
}

/* line 22, app/assets/stylesheets/spree/frontend/_product-view.sass */
[data-hook="product_show"] h6.product-section-title {
  display: none;
}

/* line 26, app/assets/stylesheets/spree/frontend/_product-view.sass */
[data-hook="cart_form"] br {
  display: none;
}

/* line 29, app/assets/stylesheets/spree/frontend/_product-view.sass */
[data-hook="description"], [data-hook="product_properties"] {
  padding-top: 24px;
}

/* line 33, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-properties tr {
  background-color: inherit !important;
}

/* line 36, app/assets/stylesheets/spree/frontend/_product-view.sass */
.detail-content-right {
  color: #444;
  padding-left: 1rem;
}

/* line 39, app/assets/stylesheets/spree/frontend/_product-view.sass */
.detail-content-right ul {
  margin-top: 10px;
}

/* line 41, app/assets/stylesheets/spree/frontend/_product-view.sass */
.detail-content-right ul li {
  line-height: unset;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 47, app/assets/stylesheets/spree/frontend/_product-view.sass */
#includes li {
  margin-top: 0;
}

/* line 49, app/assets/stylesheets/spree/frontend/_product-view.sass */
#includes li h4 {
  font-size: 16px;
}

/* line 53, app/assets/stylesheets/spree/frontend/_product-view.sass */
#add-to-cart-button {
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #940e0e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc1414", endColorstr="#940e0e");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#cc1414), to(#940e0e));
  background-image: linear-gradient(#cc1414, #940e0e);
  border-color: #940e0e #940e0e #860d0d;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
  color: #BF0000;
}

/* line 74, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .cart-wrap,
#buy-now .cart-wrap,
.itemWrapper .cart-wrap,
#care-buy-box .cart-wrap {
  margin-top: 10px;
  margin-bottom: 16px;
}

/* line 77, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .cart-wrap .add-cart,
#buy-now .cart-wrap .add-cart,
.itemWrapper .cart-wrap .add-cart,
#care-buy-box .cart-wrap .add-cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* line 82, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .cart-wrap .add-cart .quantity-stepper,
#buy-now .cart-wrap .add-cart .quantity-stepper,
.itemWrapper .cart-wrap .add-cart .quantity-stepper,
#care-buy-box .cart-wrap .add-cart .quantity-stepper {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  flex: 0 0 auto;
  width: 132px;
  min-width: 132px;
  max-width: 132px;
  border: 1px solid #ccc;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

/* line 95, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .cart-wrap .add-cart .quantity-stepper .quantity-btn,
#buy-now .cart-wrap .add-cart .quantity-stepper .quantity-btn,
.itemWrapper .cart-wrap .add-cart .quantity-stepper .quantity-btn,
#care-buy-box .cart-wrap .add-cart .quantity-stepper .quantity-btn {
  width: 36px;
  min-width: 36px;
  height: 45px;
  border: 0;
  background: #f7f7f7;
  color: #222;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

/* line 106, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .cart-wrap .add-cart .quantity-stepper .input-qty,
#buy-now .cart-wrap .add-cart .quantity-stepper .input-qty,
.itemWrapper .cart-wrap .add-cart .quantity-stepper .input-qty,
#care-buy-box .cart-wrap .add-cart .quantity-stepper .input-qty {
  width: 60px;
  min-height: 45px;
  border: 0;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  box-shadow: none;
  -moz-appearance: textfield;
}

/* line 115, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .cart-wrap .add-cart .quantity-stepper .input-qty::-webkit-outer-spin-button, #product-details .cart-wrap .add-cart .quantity-stepper .input-qty::-webkit-inner-spin-button,
#buy-now .cart-wrap .add-cart .quantity-stepper .input-qty::-webkit-outer-spin-button,
#buy-now .cart-wrap .add-cart .quantity-stepper .input-qty::-webkit-inner-spin-button,
.itemWrapper .cart-wrap .add-cart .quantity-stepper .input-qty::-webkit-outer-spin-button,
.itemWrapper .cart-wrap .add-cart .quantity-stepper .input-qty::-webkit-inner-spin-button,
#care-buy-box .cart-wrap .add-cart .quantity-stepper .input-qty::-webkit-outer-spin-button,
#care-buy-box .cart-wrap .add-cart .quantity-stepper .input-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 119, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .cart-wrap .add-cart #add-to-cart-button,
#buy-now .cart-wrap .add-cart #add-to-cart-button,
.itemWrapper .cart-wrap .add-cart #add-to-cart-button,
#care-buy-box .cart-wrap .add-cart #add-to-cart-button {
  min-height: 45px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-top: 0;
  flex: 0 0 auto;
}

/* line 134, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details {
  padding-top: 0 !important;
}

/* line 137, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details #spree-header {
  margin-top: 0;
}

/* line 139, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details #spree-header .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 142, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details #spree-header .navbar-brand > img {
  margin-top: -6px;
}

/* line 145, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .blueimp-gallery {
  display: none;
}

/* line 147, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .blueimp-gallery.blueimp-gallery-display {
  display: block;
}

/* line 150, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .spree-header-spacing {
  height: 0;
}

/* line 153, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details #buy-now {
  padding-top: 10px;
  padding-bottom: 40px;
}

/* line 158, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .gallery-main-image .bigImageWrapper {
  padding: 0 10px;
}

/* line 160, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .gallery-main-image .itemHero {
  width: 100%;
  max-width: 760px;
  max-height: 620px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

/* line 167, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .gallery-thumbs {
  padding-right: 0;
}

/* line 170, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .sp-thumbs {
  min-width: 0;
}

/* line 172, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .sp-thumbs span {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* line 176, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .sp-thumbs .detail-img-sm {
  width: 78px;
  height: 78px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  margin: 0;
}

/* line 182, app/assets/stylesheets/spree/frontend/_product-view.sass */
#product-details .sp-thumbs .detail-img-sm img {
  width: 100%;
  max-width: none;
  max-height: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  /* line 191, app/assets/stylesheets/spree/frontend/_product-view.sass */
  #product-details .spree-header-spacing {
    height: 52px;
  }
  /* line 194, app/assets/stylesheets/spree/frontend/_product-view.sass */
  #product-details .gallery-main-image .itemHero {
    max-height: 520px;
  }
  /* line 197, app/assets/stylesheets/spree/frontend/_product-view.sass */
  #product-details .sp-thumbs .detail-img-sm {
    width: 66px;
    height: 66px;
  }
}

/* line 201, app/assets/stylesheets/spree/frontend/_product-view.sass */
.btn-support {
  padding: 18px 50px;
  font-size: 20px;
}

/* line 206, app/assets/stylesheets/spree/frontend/_product-view.sass */
.product-features-figure {
  align-content: center;
  margin-bottom: 3rem;
}

/* line 211, app/assets/stylesheets/spree/frontend/_product-view.sass */
.product-features-figure img {
  width: 300px;
  position: relative;
  left: 0px;
  border-radius: 100%;
  border: 1px solid #0097df;
}

/* line 219, app/assets/stylesheets/spree/frontend/_product-view.sass */
.product-features-figure .product-features-caption {
  width: 300px;
  height: 300px;
  margin: 0;
  position: absolute;
  left: 1.55rem;
  top: 0rem;
  border-radius: 100%;
  border: 1px solid #0097df;
  color: rgba(0, 151, 223, 0);
}

/* line 230, app/assets/stylesheets/spree/frontend/_product-view.sass */
.product-features-figure .product-features-caption:hover {
  background: rgba(0, 151, 223, 0.7);
  color: white;
  padding: 2em;
  padding-top: 8rem;
  text-shadow: #8e8e8e 1px 1px;
}

/* line 237, app/assets/stylesheets/spree/frontend/_product-view.sass */
.product-features-figure .product-features-caption:focus {
  background: rgba(0, 151, 223, 0.7);
  color: white;
  padding: 2em;
  padding-top: 8rem;
  text-shadow: #8e8e8e 1px 1px;
}

/* line 244, app/assets/stylesheets/spree/frontend/_product-view.sass */
.product-features-caption-onClick {
  background: rgba(0, 151, 223, 0.7);
  color: white;
  padding: 2em;
  padding-top: 8rem;
  text-shadow: #8e8e8e 1px 1px;
}

/* line 251, app/assets/stylesheets/spree/frontend/_product-view.sass */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 9, app/assets/stylesheets/spree/frontend/promotion.sass */
.slide-down {
  animation: 1.3s ease-out 0s 1 slideInFromTop;
  height: 46px;
}

/* line 13, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_wrapper {
  background-color: #5e8095;
  color: white;
  font-weight: 500;
  margin-bottom: -6px;
}

/* line 19, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_wrapper td {
  padding: 0 20px;
}

/* line 22, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_wrapper p.promotion,
.promotion_wrapper p.icon {
  cursor: pointer;
  margin-bottom: 0;
  padding: 10px 0;
}

/* line 27, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_wrapper p.promotion .fa-minus,
.promotion_wrapper p.icon .fa-minus {
  display: none;
}

/* line 29, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_wrapper p.promotion {
  text-align: center;
  padding: 9px 0 11px;
  font-size: 115%;
}

/* line 33, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_wrapper p.icon {
  font-size: 14px;
}

/* line 36, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_block {
  display: none;
  maxewidth: 400px;
  margin: 0 auto;
  background-color: #5e8095;
  color: white;
  font-weight: 500;
  position: absolute;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

/* line 50, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_block .wrapper {
  padding: 20px;
}

/* line 52, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_block .wrapper p {
  font-size: 18px;
}

/* line 54, app/assets/stylesheets/spree/frontend/promotion.sass */
.promotion_block .wrapper span {
  font-size: 12px;
  strong-font-size: 14px;
}
/* line 2, app/assets/stylesheets/spree/frontend/social_links.sass */
.social-links li {
  margin: 0 5px 5px 0;
  display: inline-block;
}

/* line 6, app/assets/stylesheets/spree/frontend/social_links.sass */
.circle {
  border-radius: 100% !important;
}

/* line 11, app/assets/stylesheets/spree/frontend/social_links.sass */
.social-links {
  list-style: none;
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 18, app/assets/stylesheets/spree/frontend/social_links.sass */
.social-links.circle li a {
  border-radius: 100%;
  cursor: pointer;
}

/* line 24, app/assets/stylesheets/spree/frontend/social_links.sass */
.footer-content .social-links li a {
  color: #777777;
  background-color: transparent;
  border-color: #777777;
}

/* line 30, app/assets/stylesheets/spree/frontend/social_links.sass */
.social-links.animated-effect-1 li a {
  transition: color 0.4s;
  position: relative;
  z-index: 1;
}

/* line 36, app/assets/stylesheets/spree/frontend/social_links.sass */
.social-links li a {
  border: 1px solid #e7e7e7;
  color: #999;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}

/* line 47, app/assets/stylesheets/spree/frontend/social_links.sass */
.social-links li a i {
  line-height: 40px;
}
/* line 3, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-brd-primary {
  border-color: #72c02c !important;
}

/* line 5, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-bg-primary {
  background-color: #72c02c !important;
}

/* line 7, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-shadow-v29 {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
}

/* line 9, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-color-white {
  color: #fff !important;
}

/* line 11, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-color-white:visited {
  color: #fff !important;
}

/* line 13, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-brd-white {
  border-color: #fff !important;
}

/* line 16, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 19, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before {
  width: 5rem;
  border-top-width: 1px;
}

/* line 23, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-heading-v2-3--bottom::after {
  margin-top: 1.07143rem;
}

/* line 26, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-heading-v2-3--top::before {
  margin-bottom: 1.07143rem;
}

/* line 29, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before {
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: inherit;
}

/* line 35, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-shadow-v19 {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

/* line 38, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-bg-secondary {
  background-color: #fafafa !important;
}

/* line 43, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-brd-2 {
  border-width: 2px !important;
}

/* line 46, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-rounded-25 {
  border-radius: 25px !important;
}

/* line 49, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-rounded-50 {
  border-radius: 50px !important;
}

/* line 52, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-px-30 {
  padding-left: 2.14286rem !important;
  padding-right: 2.14286rem !important;
}

/* line 56, app/assets/stylesheets/spree/frontend/unify-global.sass */
.g-py-15 {
  padding-top: 1.07143rem !important;
  padding-bottom: 1.07143rem !important;
}

/* line 60, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-btn-primary {
  color: #fff;
  background-color: #72c02c;
}

/* line 64, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

/* line 69, app/assets/stylesheets/spree/frontend/unify-global.sass */
.u-btn-outline-white:hover {
  color: #777;
  background-color: #fff;
  transition: all 250ms linear;
}

/* line 74, app/assets/stylesheets/spree/frontend/unify-global.sass */
.btn {
  position: relative;
  transition: .2s ease;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/spree/frontend/unify-global.sass */
.btn-md {
  line-height: 1.4;
  padding: 0.57143rem 1.42857rem;
  font-size: 1.07143rem;
}
/*!
 * bootstrap-star-rating v4.0.5
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url(/../img/loading.gif) top left no-repeat;
    border: none;
}

/*
 * Stars & Input
 */
.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: none;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.rating-container.is-display-only .rating-input,
.rating-container.is-display-only .rating-stars {
    cursor: default;
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    transition: none;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */

/* extend support to BS4 */
.rating-container .caption .label {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

/**
 * Sizes
 */
.rating-xl  {
    font-size: 48px;
}
.rating-lg  {
    font-size: 40px;
}
.rating-md  {
    font-size: 32px;
}
.rating-sm  {
    font-size: 24px;
}
.rating-xs  {
    font-size: 16px;
}

.rating-xl .caption {
    font-size: 20px;
}
.rating-lg .caption {
    font-size: 18px;
}
.rating-md .caption {
    font-size: 16px;
}
.rating-sm .caption {
    font-size: 14px;
}
.rating-xs .caption {
    font-size: 12px;
}




.info-text{
  padding-block: 2rem;
}
.info-text h3 span{
  font-weight: bold;
  font-size: 3rem;
}



.rating-container.rating-xs {
    display: inline-block;
}

.flex-column-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
}

.rating-container .empty-stars {
    color: #e3e3e3;
}

.rating-container .filled-stars {
    -webkit-text-stroke: 0;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.reviews-none {
    padding:20px 20px 40px;
}

.review-form-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.review-svg-container {
    position: relative;
    height: 20rem;
    width: 100%;
    margin: 0 auto;
}

.review-svg-container svg {
    position: absolute;
    transform: translateX(-50%) rotate(5deg);
    width: 17rem;
    left: 50%;
    height: auto;
    filter: drop-shadow(2px 4px 6px black);
    top: 60px;
}

.review-title {
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: left;
}

.review-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.review-image .product-image {
    width: 100%;
    height: auto;
}

@media (min-width: 1199px) {
    .review-form-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .review-svg-container {
        flex: 0 0 25%;
        max-width: 300px;
    }

    .review-title {
        flex: 0 0 25%;
        text-align: left;
    }

    .review-image {
        flex: 0 0 25%;
        max-width: 300px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .review-form-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .review-svg-container {
        flex: 0 0 29%;
        max-width: 300px;
    }

    .review-title {
        flex: 0 0 35%;
        text-align: left;
    }

    .review-image {
        flex: 0 0 30%;
        max-width: 300px;
    }
}

table.reviews-ratings {
    margin:5px 0 10px;
}

table.reviews-ratings td div {
    background-color: #FC6;
    height: 17px;
}

table.reviews-ratings td:nth-child(1) {
    padding-right: 8px;
}

table.reviews-ratings td:nth-child(3) {
    padding-left: 8px;
}

table.reviews-ratings td:nth-child(2) {
    background: #F4F4CF;
    width: 100px;
}

table.review-item td {
    border-top: none !important;
    padding: 10px;
}

#reviews div.header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lit {
    background-color: #aaaaaa;
    color: #0000bb;
    margin-right: 1px;
    padding-left: 1px;
}

.unlit {
    background-color: #aaaaaa;
    color: #000000;
    margin-right: 1px;
    padding-left: 1px;
}

.star-rating-control {
    display: inline-block;
    height: 14px;
}

.review_hr {
    size: 1px;
    background: silver;
    border: none;
    margin: 1em 0;
}
/*


























 * Vendor

 */
