/** Shopify CDN: Minification failed

Line 1655:0 Unexpected "}"

**/
@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet LOCAL COPY

YOU CAN EDIT THESE FILES AS YOU WISH TO CUSTOMIZE THE SITE

******************************************************************/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*********************
COLORS
*********************/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*============================================================================
  Display : GRID -- Andrea Martinez Sept-2020
    Set Up a display: grid
==============================================================================*/
/*============================================================================
  H_resize  -- function that decrease the font_size in the given breakpoints.
==============================================================================*/
.serif {
  font-family: serif;
}

.sans-serif {
  font-family: "proxima-nova", sans-serif;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

body {
  font-family: "Open Sans", serif;
  line-height: 1.75;
  color: #000;
  min-width: 319px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 1202) and (min-width: 867px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 867px) {
  body {
    font-size: 16px;
  }
}

a {
  transition: ease all 300ms;
  opacity: 1;
  text-decoration: none;
}

p,
li {
  font-size: 1em;
}

.bigger {
  font-size: 1.2em;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.smaller-text,
.smaller {
  font-size: 0.8em;
}

.black {
  color: #000;
}
.black:hover {
  color: #000;
}

.blue {
  color: #28aae1;
}
.blue:hover {
  color: #28aae1;
}

.white {
  color: #fff;
}
.white:hover {
  color: #fff;
}

.grey {
  color: #555;
}

.mid-grey {
  color: #a0a2a7;
}

.uppercase-text {
  text-transform: uppercase;
}

.bigger-text {
  font-size: 1.3em;
}

.orange-text {
  color: #E6A05B !important;
}

@media screen and (max-width: 867px) {
  .text-center-m {
    text-align: center;
  }
}

.text-transform-none {
  text-transform: none;
}

.line-height-1 {
  line-height: 1 !important;
}

@media screen and (max-width: 867px) {
  .align-left-m {
    text-align: left;
  }
}

h1,
.h1,
.font-resized {
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: 4.8rem;
  font-weight: 400;
}

@media screen and (max-width: 1543px) {
  h1,
.h1,
.font-resized {
    font-size: 4.48rem;
  }
}
@media screen and (max-width: 1455px) {
  h1,
.h1,
.font-resized {
    font-size: 4.16rem;
  }
}
@media screen and (max-width: 1367px) {
  h1,
.h1,
.font-resized {
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 1279px) {
  h1,
.h1,
.font-resized {
    font-size: 3.56rem;
  }
}
@media screen and (max-width: 1189px) {
  h1,
.h1,
.font-resized {
    font-size: 3.56rem;
  }
}
@media screen and (max-width: 423px) {
  h1,
.h1,
.font-resized {
    font-size: 3.56rem;
  }
}
@media screen and (max-width: 383px) {
  h1,
.h1,
.font-resized {
    font-size: 3.56rem;
  }
}
@media screen and (max-width: 350px) {
  h1,
.h1,
.font-resized {
    font-size: 3.56rem;
  }
}
@media screen and (max-width: 867px) {
  h1,
.h1,
.font-resized {
    text-align: center;
  }
}
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
}
.btn.grey {
  background-color: #fff;
  border-color: #ccc;
  color: #ccc;
}
.btn.grey:hover {
  background-color: #fff;
  border-color: #ccc;
  color: #ccc;
}

.button,
button,
input[type=submit] {
  display: inline-block;
  padding: 0.75em 2.05em;
  text-align: center;
  background-color: #e99243;
  color: #fff;
  border: 1px solid #e99243;
  border-radius: 10px;
  line-height: 1.2;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  display: inline-block;
}

.button-holiday,
button-holiday {
  display: inline-block;
  padding: 0.75em 2.05em;
  text-align: center;
  background-color: #006D25;
  color: #fff;
  border: 1px solid #006D25;
  border-radius: 10px;
  line-height: 1.2;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-appearance: none;
  display: inline-block;
}


@media screen and (max-width: 867px) {
  .button,
button,
input[type=submit] {
    width: 90%;
    max-width: 300px;
  }
}
.button:hover,
button:hover,
input[type=submit]:hover {
  color: #e99243;
  background-color: #fff;
}
.button:hover .button-arrow svg path,
button:hover .button-arrow svg path,
input[type=submit]:hover .button-arrow svg path {
  fill: #e99243;
}
.button.button-white,
button.button-white,
input[type=submit].button-white {
  color: #28aae1;
  background-color: #fff;
  border: 1px solid #28aae1;
}
.button.button-white:hover,
button.button-white:hover,
input[type=submit].button-white:hover {
  color: #fff;
  background-color: #28aae1;
}
.button.button-smaller,
button.button-smaller,
input[type=submit].button-smaller {
  font-size: 0.8em;
}
.button.button-bigger,
button.button-bigger,
input[type=submit].button-bigger {
  font-size: 1.2em;
}
@media screen and (min-width: 868px) {
  .button.button-bigger,
button.button-bigger,
input[type=submit].button-bigger {
    font-size: 1.5em;
  }
}
.button .button-arrow,
button .button-arrow,
input[type=submit] .button-arrow {
  display: inline-block;
  font-size: 1.2em;
  padding-left: 1rem;
  line-height: 1;
}
.button .button-arrow svg,
button .button-arrow svg,
input[type=submit] .button-arrow svg {
  max-height: 0.6em;
}

.ghost-button {
  background-color: transparent;
}
.ghost-button.white {
  color: #fff;
  border-color: #fff;
}
.ghost-button.white:hover {
  background-color: #fff;
  color: #000;
}
.ghost-button.orange {
  color: #E6A05B;
  border-color: #E6A05B;
}
.ghost-button.orange:hover {
  background-color: #E6A05B;
  color: #fff;
}

/******************************************************************

ABOUT PAGE

******************************************************************/
.about-hero-section h2 {
  color: #e99243;
}
.about-hero-section .v4-c--inner {
  display: block;
  width: 100%;
}
.about-hero-section .v4-c--content-wrap {
  padding: 0 0 47%;
  margin: auto;
}
.about-hero-section .v4-c--text-wrap {
  text-align: center;
}
@media screen and (max-width: 867px) {
  .about-hero-section {
    position: relative;
  }
  .about-hero-section .v4-c--content-wrap {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
  }
  .about-hero-section .v4-c--content-wrap .v4-c--text-wrap {
    max-width: 400px;
    margin: auto;
  }
  .about-hero-section h2 {
    margin-top: 0;
    padding-top: 1rem;
  }
}

.black-hoover {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1e22;
  top: 0;
  left: 0;
  color: #fff;
  transition: 0.15s opacity ease-in-out;
}
.black-hoover h4,
.black-hoover p {
  width: 90%;
  margin: 2rem auto;
}
.black-hoover .italic {
  font-style: italic;
}

.names-titles .v4-across--bottom-content-box {
  padding-bottom: 3rem;
}
.names-titles h3 {
  font-size: 31.5px;
  font-weight: 600;
}
@media screen and (max-width: 867px) {
  .names-titles h3 {
    font-size: 21.5px;
    margin-bottom: 1rem;
  }
  .names-titles .v4-across--bottom-content-box {
    padding-bottom: 0;
  }
}

.small {
  font-size: 0.9em;
  color: #000;
}

.position-relative {
  position: relative;
}

.position-relative:hover .black-hoover {
  display: flex;
}

.grey-bg {
  background-color: #f2f2f2;
}

.lt-grey-bg {
  background-color: #fdfdfd;
}

.green-bg {
  background-color: #a1b2ab;
}

.white-bg {
  background-color: #ffffff;
}

.manual-cards .v4-across--bottom-content-box {
  margin-bottom: 2rem;
}
.manual-cards .v4-across--bottom-text-wrap {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.manual-cards .v4-across--bottom-text-wrap a {
  display: block;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.manual-cards .v4-across--bottom-text-wrap a i {
  flex-basis: 20%;
}
.manual-cards .v4-across--bottom-text-wrap a .text {
  width: 78%;
  display: inline-block;
  margin-left: 2%;
}
.manual-cards .v4-across--bottom-text-wrap a .text h4 {
  margin-bottom: 0;
  font-family: futura-pt, serif;
  font-size: 17px;
}
.manual-cards .v4-across--bottom-text-wrap a .text p {
  margin-top: 0;
}
.manual-cards a {
  padding: 2rem;
}

.fas:not(.fa-calendar-check, .fa-shipping-fast, .fa-box-open) {
  font-size: 36px;
  transition: 0.2s opacity, 0.2s transform, 0.2s;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #e99243;
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-box:before {
  content: "\f466";
}

.orange-title h2,
.orange-title h3,
.orange-title h4,
.orange-title h5 {
  color: #e99243;
  font-weight: 700;
}
.orange-title h5 {
  font-size: 17px;
  font-family: futura-pt, serif;
  margin-bottom: 0;
}
.orange-title a {
  cursor: pointer;
  font-size: 15px;
  color: #808a96;
  font-family: futura-pt, serif;
}
.orange-title a:hover {
  color: #e99243;
}
.orange-title span {
  color: #e99243;
  font-size: 18px;
}

@media screen and (min-width: 868px) {
  .lists-styles ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lists-styles ul li {
    width: calc(50% - 10px);
    list-style: none;
  }
  .lists-styles ul li a {
    color: #4c4f59;
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 1.6;
  }
  .lists-styles ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e99243;
  }
  .lists-styles ul li a:hover {
    color: #e99243;
  }
}
@media screen and (max-width: 867px) {
  .lists-styles ul li {
    width: 100%;
    list-style: none;
  }
  .lists-styles ul li a {
    color: #4c4f59;
    padding-left: 20px;
    position: relative;
    display: block;
    line-height: 1.6;
  }
  .lists-styles ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e99243;
  }
  .lists-styles ul li a:hover {
    color: #e99243;
  }
}

.contact-section h2 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 400;
  color: #e99243;
  font-family: futura-pt, serif;
  text-transform: capitalize;
}
.contact-section a {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
}
.contact-section .v4-c--content-wrap {
  padding: 6% 0;
}

@media screen and (min-width: 868px) {
  .c-position-relative .v4-c--text-wrap {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 867px) {
  .c-position-relative {
    position: relative;
  }
  .c-position-relative .v4-c--content-wrap {
    position: absolute;
    top: 38%;
    width: 80%;
    left: 10%;
  }
}

.black-arrows .v4-f--inner {
  position: relative;
}
.black-arrows .swiper-pagination-bullet {
  background: black;
}
.black-arrows .swiper-wrapper {
  padding-bottom: 5rem;
}
.black-arrows .swiper-button-next,
.black-arrows .swiper-button-prev {
  content: "";
  font-size: 4rem;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
.black-arrows .swiper-button-next {
  right: 5%;
}
.black-arrows .swiper-button-prev {
  left: 5%;
}
.black-arrows .swiper-button-next::after {
  content: "→";
  font-size: 3rem;
}
.black-arrows .swiper-button-prev::after {
  content: "←";
  font-size: 3rem;
}
@media screen and (max-width: 867px) {
  .black-arrows .swiper-button-next,
.black-arrows .swiper-button-prev {
    display: none;
  }
}

.img-min-height-200px img {
  min-height: 200px;
}
@media screen and (max-width: 867px) {
  .img-min-height-200px img {
    width: 80%;
    margin: auto;
  }
}
.img-min-height-200px a:after {
  content: "";
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 40px solid rgba(255, 255, 255, 0.75);
}

.rte ul {
  list-style: disc outside;
}

.display-flex .v4-across--bottom-text-wrap {
  display: flex;
  justify-content: center;
}
.display-flex .v4-across--bottom-content-box-0,
.display-flex .v4-across--bottom-content-box-1 {
  border-right: 1px solid #ccc;
}

.product__title {
  font-weight: 800;
  font-size: 4rem;
}
@media screen and (max-width: 867px) {
  .product__title {
    display: none;
  }
}

.price__regular {
  color: #e99243;
  font-weight: 700;
  font-size: 1.5em;
}
@media screen and (max-width: 867px) {
  .price__regular {
    margin: auto;
  }
}

.no-js-hidden .price dl .price__sale {
  color: #e99243;
  font-weight: 700;
  font-size: 1.5em;
  flex-direction: row-reverse;
}
.no-js-hidden .price dl .price__sale .price__compare .price-item {
  color: #263235;
  opacity: 0.2;
  font-weight: 300;
}
@media screen and (max-width: 867px) {
  .no-js-hidden .price dl .price__sale {
    margin: auto;
  }
}

.no-js-hidden .price .price__badge-sale {
  display: none;
}

.accordion__content .rte ul {
  padding-left: 0;
}

#ProductInfo-template--14120965505076__main .product__accordion .accordion {
  border-top: 0;
}

.rte ul {
  margin-left: 0;
}

.product__accordion .rte ul li::marker {
  color: #e99243;
}

.tax-note {
  display: none;
}

.product__info-container #extend-offer {
  padding-bottom: 3rem;
}
@media screen and (max-width: 867px) {
  .product__info-container #extend-offer {
    width: 90%;
    margin: auto;
  }
}

@media screen and (min-width: 868px) {
  #ProductInfo-template--14120965505076__main,
#ProductInfo-template--14120965439540__main {
    width: 70%;
  }
}

@media screen and (max-width: 867px) {
  .product__info-wrapper .product__info-container {
    text-align: center;
  }
}

@media screen and (min-width: 868px) {
  /* .product-form__buttons {
    max-width: 60%;
  } */

  .product-form__buttons button {
    margin: auto;
    max-width: 350px;
  }
}
@media screen and (max-width: 867px) {
  /* .product-form__buttons {
    display: flex;
  } */
  .product-form__buttons button {
    margin: auto;
    max-width: none;
  }
}

@media screen and (max-width: 867px) {
  .product .price {
    justify-content: center;
  }
}

.accordion__title {
  font-size: 1.125em;
}

.grid__item .product__media-wrapper {
  max-height: 907px;
  overflow-y: scroll;
  margin-bottom: 3rem;
}

.product-grid--wrap {
  direction: rtl;
}

.product__info-container .accordion-14 {
  margin-top: 0;
}

.product__accordion:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 868px) {
  .product__accordion:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 867px) {
  .accordion__title {
    padding-left: 2rem;
    max-width: calc(100% - 3rem);
  }
}

.product-grid--wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.product-grid--wrap::-webkit-scrollbar {
  width: 12px;
  background-color: #f8f8f8;
}

.product-grid--wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e99243;
}

.product-section .page-width {
  max-width: 100vw;
  padding: 0;
}

@media screen and (min-width: 868px) {
  .product-section .page-width .product__media-wrapper {
    max-width: 70%;
    width: calc(70% - 0.5rem);
  }
}

@media screen and (max-width: 867px) {
  .page-width .swiper-slide img {
    width: 100%;
  }

  .policies {
    max-width: 60% !important;
    margin: auto;
    flex-direction: column;
  }

  .product__info-container .policies {
    margin: auto;
  }

  .p-wrapper {
    min-width: 70%;
    padding: 1rem 0;
    justify-content: flex-start;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 868px) {
  .page-width .product:not(.product--no-media) .product__media-wrapper {
    width: calc(50% - 0.5rem);
    max-width: 50%;
  }
}

@media screen and (min-width: 868px) {
  .page-width .product:not(.product--no-media) .product__info-wrapper {
    width: calc(50% - 0.5rem);
    max-width: 50%;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 868px) {
  .page-width .product-grid--wrap-inner {
    grid-template-columns: 45% 45%;
    justify-content: space-evenly;
  }
  .page-width .product-grid--wrap-inner .product-grid--img-wrap {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 868px) {
  .shopify-section .product-section,
#shopify-section-template--14120965439540__main {
    background: #f5f5f5;
  }
}

#product-form-installment {
  display: none;
}

.product__info-container .out-of-stock {
  color: #fd1c1c;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 867px) {
  .product__info-container .out-of-stock {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 867px) {
  .sezzle-shopify-info-button {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 868px) {
  .product-bg,
#shopify-section-template--14120965505076__main {
    background: #f5f5f5;
  }
}

.sezzle-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 868px) {
  .sezzle-wrapper span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 867px) {
  .sezzle-wrapper {
    max-width: 88%;
    margin: auto !important;
    margin-bottom: 1rem !important;
  }
  .sezzle-wrapper .sezzle-img {
    padding-bottom: 0 !important;
    margin-left: 1rem;
  }
}
.sezzle-wrapper .sezzle-text {
  font-size: 0.8em;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0;
}
.sezzle-wrapper .sezzle-text .bold {
  font-size: 0.8em;
}
@media screen and (max-width: 867px) {
  .sezzle-wrapper .sezzle-text {
    text-align: center;
    font-size: 0.9em;
  }
}

.product__info-container .sezzle-img {
  margin-top: 0;
  max-width: 55px;
}
@media screen and (max-width: 867px) {
  .product__info-container .sezzle-img {
    margin: auto;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 867px) {
  .product__info-container .okeReviews-reviewsSummary {
    display: none;
  }
}

@media screen and (max-width: 867px) {
  .okeReviews {
    text-align: center;
  }
}

@media screen and (min-width: 868px) {
  .okeReviews .okeReviews-reviewsSummary-ratingCount {
    margin-top: 0.6rem !important;
  }
}

.okeReviews .okeReviews-review-primary {
  border: none !important;
}

.okeReviews .okeReviews-review-side {
  border: none !important;
}

.okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-medium .okeReviews-reviewsAggregate-primary {
  border: none !important;
}

.okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-medium .okeReviews-reviewsAggregate-side {
  border: none !important;
}

.reviews-style .okeReviews .okeReviews-reviewsSummary-ratingCount {
  display: none !important;
}
.reviews-style .v4-across--top-content-wrap .okeReviews--theme {
  margin: auto;
}

@media screen and (min-width: 868px) {
  .main-blog .blog-articles {
    display: flex;
    grid-gap: 1rem;
    flex-direction: column;
    width: 65%;
  }
}

.main-blog .article-card {
  background-color: #fff;
  text-align: left;
}

.article-card__title {
  font-size: 1.75em;
  font-weight: 500;
}

@media screen and (min-width: 868px) {
  .article-card__header,
.main-blog .article-card__info {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 867px) {
  .article-card__header,
.main-blog .article-card__info {
    padding: 0 0 2.5rem;
  }
}

.max-width-750px .v4-c--content-wrap {
  max-width: 750px;
  margin-left: 5%;
}
.max-width-750px .v4-c--content-wrap h2 {
  font-size: 3.5rem;
}

.redirect-link {
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.8em;
}

.element-margin {
  display: none;
}

.form-styles .medium-up--one-half {
  width: 50%;
}

.main-swipper__defaultVariant .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #E6A05B;
}

@media screen and (min-width: 868px) {
  .product__info-wrapper .grid__item {
    padding-right: 3rem;
  }
}

#extend-cart-offer {
  width: 98%;
}

@media screen and (min-width: 868px) {
  .text-resized-default-page {
    font-size: 3rem;
  }
}
@media screen and (max-width: 867px) {
  .text-resized-default-page {
    font-size: 2rem;
  }
}

.article-card__excerpt.rte-width {
  margin: 0 !important;
}

p.blog-title,
.bg-t {
  margin-bottom: 0;
  font-size: 0.8em;
  margin-bottom: 0;
  opacity: 0.6;
}

.circle-divider.caption-with-letter-spacing {
  font-weight: bold;
  font-size: 1.2rem;
}

.article-card__header {
  padding-bottom: 0.5rem;
}

.call-row {
  content: "";
  display: flex;
  clear: both;
  flex-direction: column;
  align-items: flex-start !important;
  padding: 0 1em;
  max-width: 850px;
}

.call-row ul {
  list-style: disc;
  padding-left: 2em;
  margin: auto;
}

@media screen and (max-width: 867px) {
  .swiper-container {
    padding-bottom: 5rem;
  }

  :root {
    --swiper-theme-color: #e9924;
  }
}
.product-info-imgs {
  display: flex;
  flex-direction: row;
}
.product-info-imgs div {
  display: flex;
  flex-direction: row;
  width: 33%;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.product-info-imgs div:last-child {
  border: none;
}
@media screen and (max-width: 867px) {
  .product-info-imgs div {
    width: 50%;
    border: none;
    margin: auto;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 867px) {
  .product-info-imgs {
    flex-direction: column;
  }
}

.gray-price {
  color: #ccc;
  font-weight: 500;
}

.flex-reverse .v4-d--inner {
  display: flex;
  flex-direction: column-reverse;
}
.flex-reverse .v4-across--bottom-content-box-1 {
  display: flex;
}
@media screen and (max-width: 867px) {
  .flex-reverse .v4-across--bottom-content-box-1 {
    margin: auto;
    text-align: center;
  }
}

/******************************************************************
END ABOUT PAGE
******************************************************************/
/******************************************************************
HOME STYLES
******************************************************************/
.header__icons .header__icon {
  height: 2rem;
}

.cart-count-bubble {
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

.menu-drawer-container {
  padding-left: 2rem;
}
.menu-drawer-container .menu-drawer__account {
  display: none;
}
.menu-drawer-container svg {
  width: 3rem;
  color: #000;
}

@media screen and (min-width: 868px) {
  .header {
    padding: 0 2rem !important;
    max-width: 100%;
  }
}

.header__inline-menu .list-menu a {
  color: #000;
}

summary.list-menu__item {
  color: #000;
}

.header .header__icons .header__icon {
  color: #000;
}

.header__menu-item .list-menu li:last-child span {
  color: #fff;
}

.header__icons svg {
  position: relative;
  left: 7px;
  top: 3px;
}

.header .header__icons .header__icon--account {
  display: none;
}

.header__inline-menu .list-menu--inline li:last-child a {
  font-family: "futura-pt", serif;
}

.header__inline-menu .list-menu--inline a,
.header__inline-menu details summary {
  font-family: "futura-pt", serif;
  font-size: 1.6rem;
}

.header__inline-menu .list-menu--inline li:last-child a span {
  padding: 0;
  text-decoration: none;
}

.header__icon--menu .icon {
  transform: scale(1.5);
}

.header-wrapper--border-bottom {
  border: 0.5;
}

.announcement-bar__message {
  color: #fff;
}

.cta-button a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto !important;
  font-size: 1em;
  font-weight: 700;
  padding: 0.75em 1.75em;
  background-color: #e99243;
  border: #e99243;
}

@media screen and (min-width: 868px) {
  .hero-styles {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-animation: shrink 3s alternate;
            animation: shrink 3s alternate;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
  }
  .hero-styles .v4-b--content-wrap {
    max-width: 35%;
  }
  .hero-styles .v4-cv--content-wrap {
    background: rgba(0, 0, 0, 0.22);
  }
  .hero-styles .title-video {
    text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    letter-spacing: 0.08rem;
  }
}
.hero-styles .title-video {
  font-size: 4.8rem;
}
@media screen and (max-width: 1543px) {
  .hero-styles .title-video {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 1455px) {
  .hero-styles .title-video {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1367px) {
  .hero-styles .title-video {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .hero-styles .title-video {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1189px) {
  .hero-styles .title-video {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1096px) {
  .hero-styles .title-video {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1043px) {
  .hero-styles .title-video {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 423px) {
  .hero-styles .title-video {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 393px) {
  .hero-styles .title-video {
    font-size: 3rem;
  }
}
@media screen and (max-width: 370px) {
  .hero-styles .title-video {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 348px) {
  .hero-styles .title-video {
    font-size: 2.6rem;
  }
}

.gray-bg {
  background-color: #f3f3f3;
}

.lighter-grey-bg {
  background-color: #eaeae9;
}

.t-text-max-width-95p .v4-t--text-wrap {
  max-width: 95%;
}

.height-30px {
  height: 30px;
  width: auto !important;
}

.height-26px {
  height: 26px;
  width: auto !important;
}

.img-resized .v4-across--bottom-content-wrap img {
  height: 26px;
}
@media screen and (max-width: 867px) {
  .img-resized .v4-e-slide--text-wrap img {
    width: 30%;
    margin: auto;
  }
  .img-resized .swiper-wrapper {
    padding-bottom: 5rem;
  }
  .img-resized .swiper-container-horizontal {
    bottom: 5px;
  }
  .img-resized .swiper-pagination-bullet {
    background: black;
  }
}

.c-section {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: inherit;
}
.c-section p {
  font-size: 1.8em !important;
  text-align: center;
  font-family: futura-pt, serif;
  font-weight: 300;
  color: #000;
}
.c-section h2 {
  font-size: 3em !important;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
}
@media screen and (min-width: 868px) {
  .c-section .v4-c--inner {
    display: flex;
    width: 90%;
    position: relative;
  }
  .c-section .v4-c--content-wrap {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10% 2% !important;
  }
  .c-section .v4-c--text-wrap {
    position: relative;
    top: 15%;
  }
  .c-section .c-img {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 867px) {
  .c-section .v4-c--img-wrap-m {
    position: relative;
  }
  .c-section .v4-c--content-wrap {
    position: absolute;
    margin-top: 14%;
  }
  .c-section p {
    font-size: 1em !important;
  }
  .c-section h2 {
    font-size: 2.5em !important;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 868px) {
  .icons-list .v4-d--inner {
    flex-direction: column-reverse;
    display: flex;
  }
  .icons-list .v4-d--inner a {
    display: inline-block;
    margin: 4rem 0;
    font-weight: 700;
  }
  .icons-list .v4-d--inner p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .icons-list .v4-d--inner h5 {
    font-family: "Open Sans";
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .icons-list .v4-across--bottom-content-box {
    max-height: 100%;
  }
  .icons-list.icons-list-border-top .v4-across--bottom-content-box:last-child {
    border-right: none;
  }
.icons-list-3 .v4-d--inner {
    flex-direction: column-reverse;
    display: flex;
  }
  .icons-list-3 .v4-d--inner a {
    display: inline-block;
    margin: 4rem 0;
    font-weight: 700;
  }
  .icons-list-3 .v4-d--inner p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .icons-list-3 .v4-d--inner h5 {
    font-family: "Open Sans";
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
  .icons-list-3 .v4-across--bottom-content-box {
    max-height: 100%;
  }
  .icons-list.icons-list-border-top .v4-across--bottom-content-box:last-child {
    border-right: none;
  }

  .icons-list.icons-list-remove-right-border .v4-across--bottom-content-box:last-child {
    border-right: none;
  }
}
.icons-list img {
  width: 50%;
  margin: 1rem auto;
}

.icons-list-3 img {
  width: 32%;
  margin: 1rem auto;
}
.icons-list-3 h5 {
  color: #1c1c1c;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
}

.icons-list h5 {
  color: #e99243;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
}
.icons-list .v4-across--bottom-content-box {
  border: 2px solid rgba(112, 112, 112, 0.33);
  border-bottom: none;
  border-top: none;
  text-align: center;
  flex-basis: 16.6%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: none;
}
}
.icons-list-3 .v4-across--bottom-content-box {
  border: 2px solid rgba(112, 112, 112, 0.33);
  border-bottom: none;
  border-top: none;
  text-align: center;
  flex-basis: 16.6%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-left: none;
}
@media screen and (max-width: 867px) {
  .icons-list .v4-across--bottom-content-box {
    flex-basis: 50% !important;
    border: none;
  }
  .icons-list p {
    font-size: 16px;
  }
  .icons-list.icons-list-border-top .v4-across--bottom-content-box {
    border: 1px solid rgba(112, 112, 112, 0.33);
    border-bottom: none;
    padding: 1rem 0 0;
  }
  .icons-list img {
    width: 50%;
  }
  .icons-list-3 .v4-across--bottom-content-box {
    flex-basis: 33% !important;
    border: none;
  }
  .icons-list-3 p {
    font-size: 16px;
  }
  .icons-list.icons-list-border-top .v4-across--bottom-content-box {
    border: 1px solid rgba(112, 112, 112, 0.33);
    border-bottom: none;
    padding: 1rem 0 0;
  }
  .icons-list-3 img {
    width: 50%;
  }
}

.title-position-absolute .v4-across--bottom-text-wrap {
  position: relative;
}
.title-position-absolute h2 {
  font-size: 2.6em;
  font-weight: 400;
}
.title-position-absolute .tl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.title-position-absolute .tr {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 867px) {
  .title-position-absolute {
    background-color: #eaeae9;
  }
  .title-position-absolute h2 {
    font-size: 2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .title-position-absolute .v4-across--bottom-content-box-0 {
    padding: 1rem;
  }
  .title-position-absolute .v4-across--bottom-content-wrap {
    display: flex;
    flex-flow: column;
  }
}

.m-video-section {
  background-color: #f4f3f4;
}
.m-video-section h2 {
  font-size: 2.4em;
}
.m-video-section h2 span {
  font-weight: 400;
}
@media screen and (min-width: 868px) {
  .m-video-section .v4-mv--video-wrap {
    max-width: 1600px;
    margin: auto;
  }
}
@media screen and (max-width: 867px) {
  .m-video-section h2 {
    font-size: 1.6em;
  }
}

.steps-flex .v4-across--bottom-content-box:last-child {
  border-bottom: none !important;
}
@media screen and (min-width: 868px) {
  .steps-flex .v4-across--bottom-content-box {
    align-items: center;
    border-right: 1px solid rgba(112, 112, 112, 0.33);
    border-radius: 20px;
    box-shadow: 10px 0 35px #f4f4f4;
    border-color: #f4f4f4;
    border-top: none;
    border-left: none;
    border-bottom: none;
  }
  .steps-flex .v4-across--bottom-content-box:last-child {
    border-right: none;
  }
}
.steps-flex .v4-across--bottom-text-wrap {
  display: flex !important;
  padding: 4rem 2rem;
  align-items: center;
  justify-content: center;
  max-width: 85%;
  margin-right: 0;
  height: 100%;
}
.steps-flex .v4-across--bottom-text-wrap h2 {
  flex-basis: 20%;
  letter-spacing: 8.3px;
  font-weight: 400;
  line-height: 0;
  font-size: 7em;
}
.steps-flex .v4-across--bottom-text-wrap img {
  height: 73%;
}
.steps-flex .v4-across--bottom-text-wrap div {
  flex-basis: 80% !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 13%;
}
.steps-flex .v4-across--bottom-text-wrap div h5 {
  color: #e6a05b !important;
  margin-bottom: 0.5em;
  max-width: 80%;
  font-weight: 700 !important;
  font-size: 1.1em;
  margin-bottom: 0 !important;
  font-family: "Open Sans";
  font-weight: 500;
  margin-top: 0;
}
.steps-flex .v4-across--bottom-text-wrap div p {
  max-width: 243px;
  line-height: 1.8;
  font-family: futura-pt, serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  margin-top: 0;
}
@media screen and (max-width: 867px) {
  .steps-flex .v4-across--bottom-text-wrap {
    padding: 0 2rem;
  }
  .steps-flex .v4-across--bottom-text-wrap h2 {
    font-size: 5em !important;
  }
  .steps-flex .v4-across--bottom-content-box {
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 10px 0 35px #f4f4f4;
    border-top: none;
  }
  .steps-flex .v4-across--bottom-text-wrap {
    margin: auto;
  }
  .steps-flex .v4-across--bottom-text-wrap div p {
    max-width: 100%;
  }
  .steps-flex .v4-across--bottom-content-box {
    margin: 0;
  }
  .steps-flex .v4-across--bottom-text-wrap {
    max-width: 500px;
  }
}

@media screen and (min-width: 868px) {
  .slider-containd .swiper-slide {
    max-height: 959px;
  }
  .slider-containd .slide1 .slider-content {
    padding: 14% 0;
  }
}
@media screen and (max-width: 867px) {
  .slider-containd .swiper-slide {
    max-height: 700px;
  }
  .slider-containd .slide1 .slider-content {
    padding: 35% 0;
  }
}

.slider-relaitve .slider-content {
  width: 50%;
  margin: 1rem auto 0;
  padding: 10% 0;
}
.slider-relaitve .slider-content .stars {
  width: 230.57px;
  margin: 1rem auto;
}
.slider-relaitve h5 {
  font-size: 4.8rem;
}
@media screen and (min-width: 868px) {
  .slider-relaitve .swiper-button-next,
.slider-relaitve .swiper-button-prev {
    display: block;
    color: #fff;
    width: 72px;
    height: 72px;
  }
  .slider-relaitve .swiper-button-prev {
    left: 10%;
    content: url(https://cdn.shopify.com/s/files/1/0296/2335/3480/t/4/assets/arrowWHITE.svg?v=15789008789185076045);
    transform: scaleX(-1);
  }
  .slider-relaitve .swiper-button-next {
    right: 10%;
    content: url(https://cdn.shopify.com/s/files/1/0296/2335/3480/t/4/assets/arrowWHITE.svg?v=15789008789185076045);
  }
  .slider-relaitve .lazy-bg-loaded.slide1 {
    background: url(/cdn/shop/files/Grupo_1749.jpg?v=1632413568);
    background-size: cover;
  }
  .slider-relaitve .lazy-bg-loaded.slide2 {
    background: url(/cdn/shop/files/Grupo_1640.jpg?v=1632413568);
    background-size: cover;
  }
  .slider-relaitve .lazy-bg-loaded.slide3 {
    background: url(/cdn/shop/files/Grupo_1637.jpg?v=1632413568);
    background-size: cover;
  }
}
@media screen and (max-width: 867px) {
  .slider-relaitve .swiper-container {
    padding-bottom: 0;
    margin-bottom: -1rem;
  }
  .slider-relaitve .swiper-button-next {
    display: block;
    color: #fff;
    top: 8% !important;
    right: 35px;
  }
  .slider-relaitve .swiper-button-next::after {
    content: url(/cdn/shop/files/arrowWHITE.svg?v=1630439821);
  }
  .slider-relaitve .slider-content {
    width: 90%;
    margin: 1rem auto 0;
    padding: 10% 0;
  }
  .slider-relaitve .slider-content .stars {
    margin: 1rem 0;
  }
  .slider-relaitve h5 {
    font-size: 2.9rem;
    margin-top: 0 !important;
  }
  .slider-relaitve .lazy-bg-loaded.slide1 {
    background: url(/cdn/shop/files/Grupo_1632.jpg?v=1632413568);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-relaitve .lazy-bg-loaded.slide2 {
    background: url(/cdn/shop/files/Grupo_1639.jpg?v=1632413568);
    background-size: cover;
  }
  .slider-relaitve .lazy-bg-loaded.slide3 {
    background: url(/cdn/shop/files/Grupo_1637.jpg?v=1632413568);
    background-size: cover;
  }
}

.arrows-gray-bg .swiper-button-next,
.arrows-gray-bg .swiper-button-prev {
  background-color: #e5e5e5;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 4rem;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-85%);
}
.arrows-gray-bg .swiper-button-next {
  right: 5%;
}
@media screen and (max-width: 867px) {
  .arrows-gray-bg .swiper-button-next {
    top: 69%;
  }
}
.arrows-gray-bg .swiper-button-prev {
  left: 5%;
}
@media screen and (max-width: 867px) {
  .arrows-gray-bg .swiper-button-prev {
    top: 69%;
  }
}
.arrows-gray-bg .swiper-button-next::after {
  content: "→";
  font-size: 2rem;
  top: -3px;
  position: relative;
}
.arrows-gray-bg .swiper-button-prev::after {
  content: "←";
  font-size: 2rem;
  top: -3px;
  position: relative;
}

.position-relative {
  position: relative;
}
.position-relative .swiper-container,
.position-relative .swiper-wrapper {
  position: unset;
}

.f8-grey-bg {
  background-color: #f8f8f8;
}

.button-styles a {
  display: inline-block;
  font-weight: 700;
  border-radius: 10px;
}

.bigger-font h2 {
  font-size: 3.8rem;
}
@media screen and (max-width: 560px) {
  .bigger-font h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 464px) {
  .bigger-font h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 423px) {
  .bigger-font h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 405px) {
  .bigger-font h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 390px) {
  .bigger-font h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 383px) {
  .bigger-font h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 376px) {
  .bigger-font h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 350px) {
  .bigger-font h2 {
    font-size: 2.2rem;
  }
}
.bigger-font img {
  width: 100%;
}

@media screen and (max-width: 867px) {
  .title-resized {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 868px) {
  .footer .footer--section__1,
.footer .footer--section__2,
.footer .footer--section__3 {
    flex-basis: 22%;
  }
  .footer .footer--section__4 {
    flex-basis: 34%;
  }
  .footer .footer--section__1 {
    flex-basis: 20%;
  }
  .footer h3 {
    font-size: 1.3em;
    font-weight: 400;
    margin-top: 0;
  }
  .footer p {
    font-size: 0.8em;
  }
}

footer .link {
  list-style: none;
  text-decoration: none;
}

@media screen and (min-width: 868px) {
  .footer_logo {
    margin-bottom: 27px;
    max-width: 120px;
    margin-top: 8px;
    margin-top: 0;
  }
}

.footer--section-logo-wrap-m svg {
  max-width: 49% !important;
}

@media screen and (min-width: 868px) {
  .footer--section-logo-wrap-d {
    width: 110%;
    margin-bottom: 0.5rem;
  }
}

.list-social__item--placeholder {
  display: none;
}

.footer--section {
  max-width: inherit;
}

.footer--section-bottom-text-wrap-m .footer--section-bottom--link-list {
  display: none;
}

footer h3,
footer p,
footer a {
  color: #000;
}

.light-black-bg {
  background-color: #272727;
}
.light-black-bg .slider-content {
  margin-top: 0;
}

.footer--inn-wrap {
  max-width: 90%;
}

@media screen and (max-width: 867px) {
  .footer--section-bottom--link-list {
    display: none;
  }
}

footer .list-social__link {
  padding: 1.3rem 0.9rem;
}

.footer--section-bottom-text-wrap-m p:nth-child(2) {
  margin: 0;
}
.footer--section-bottom-text-wrap-m p:nth-child(2) a {
  display: none;
}

.footer--section-bottom-text-wrap-m p:nth-child(1) {
  margin-bottom: 0;
}

.footer--section__3 p:nth-child(4) {
  margin-bottom: 0;
}
.footer--section__3 p:nth-child(7) {
  margin-top: 0;
  margin-bottom: 0;
}

footer .footer--section__1 .accordion summary h3::after,
footer .footer--section__2 .accordion summary h3::after {
  content: "+";
  padding-left: 0.35em;
  font-size: 2rem;
}

@media screen and (max-width: 867px) {
  .footer--section-link-list {
    padding-left: 2rem;
  }
  .footer--section-link-list p {
    margin: 0;
    font-size: 0.8rem !important;
  }
  .footer--section-link-list a {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 867px) {
  .footer--section__1 .accordion {
    border-bottom: 0 !important;
  }
}

.footer h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 1em;
}

@media screen and (min-width: 868px) {
  .footer {
    background-image: url("/cdn/shop/files/f-footer.svg?v=1657566184");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 11%;
  }
  .footer .footer--inn-wrap {
    max-width: 80%;
  }
}

.header__inline-menu .list-menu--inline li:first-child a {
  background: #e99243;
  color: #000;
  border: 1px solid #e99243;
  border-radius: 10px;
}
.header__inline-menu .list-menu--inline li:first-child a span {
  color: #000;
}
.header__inline-menu .list-menu--inline li:first-child a:hover {
  color: #e99243 !important;
  background: #fff;
}
.header__inline-menu .list-menu--inline li:first-child a:hover span {
  color: #e99243 !important;
}

.list-menu--inline li:first-child a {
  padding: 0 0.2em;
}
.list-menu--inline li:first-child a span {
  padding: 0.5em 1.2em;
  color: #fff;
}
.list-menu--inline li:first-child a:hover {
  color: #e99243 !important;
  background: #fff;
}

.header__inline-menu2 .list-menu--inline li:first-child a {
  background: transparent;
}

.header__inline-menu details {
  padding: 0;
}

@media only screen and (min-width: 870px) and (max-width: 1020px) {
  .header__inline-menu .list-menu--inline a,
.header__inline-menu details summary {
    padding: 3rem 1rem 0;
  }
}
.header__inline-menu details[open] > .header__submenu {
  background: #1d1d1d;
  color: #fff;
}
.header__inline-menu details[open] > .header__submenu .header__menu-item {
  color: #fff;
}
.header__inline-menu details[open] > .header__submenu li {
  color: #fff;
  border: 1px solid #000;
}
.header__inline-menu details[open] > .header__submenu li:last-child a {
  border: #1d1d1d;
}
.header__inline-menu details[open] > .header__submenu li:first-child {
  border-top: 0;
}

.header__menu-item span {
  font-family: "futura-pt", serif;
  font-size: 1.6rem;
}

.list-menu li {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}

.header__icon,
.header__icon--cart .icon {
  height: auto !important;
}

.row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.announcement-bar__message {
  font-family: "futura-pt", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
.announcement-bar__message svg {
  display: none;
}

.announcement-bar__link .icon-arrow {
  display: none;
}

.sezzle-button-text.sezzle-left.szl-light {
  text-align: left !important;
}

.needsclick .dIUMAK.dIUMAK.dIUMAK {
  background-color: #657b71;
  border-color: #657b71;
}

.needsclick .kMjDZd.kMjDZd.kMjDZd {
  background-color: rgba(101, 123, 113, 0.51);
  border-color: rgba(101, 123, 113, 0.05);
}

.swiper-thumbs-container .swiper-slide img {
  opacity: 0.65;
}

.swiper-thumbs-container.swiper-slide-duplicate.swiper-slide-duplicate-active img {
  opacity: 1;
}

.list-styles {
  list-style-type: circle;
}

ul.ul-disc-bullet li:before,
.colored-bullet-uls li:before {
  content: "•";
  color: #e99243;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.e-thumbnails .swiper-thumbs-container .swiper-slide img {
  height: 68px !important;
}

.e-thumbnails h3 {
  font-family: "Open Sans";
}

.rebrand-hero {
  position: relative;
}
.rebrand-hero h1 {
  font-family: "bebas-neue-pro";
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  font-size: 10rem;
}
@media screen and (max-width: 1100px) {
  .rebrand-hero h1 {
    font-size: 9.8rem;
  }
}
@media screen and (max-width: 1020px) {
  .rebrand-hero h1 {
    font-size: 9.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .rebrand-hero h1 {
    font-size: 9.4rem;
  }
}
@media screen and (max-width: 883px) {
  .rebrand-hero h1 {
    font-size: 9.2rem;
  }
}
@media screen and (max-width: 820px) {
  .rebrand-hero h1 {
    font-size: 9rem;
  }
}
@media screen and (max-width: 770px) {
  .rebrand-hero h1 {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 730px) {
  .rebrand-hero h1 {
    font-size: 8.6rem;
  }
}
@media screen and (max-width: 720px) {
  .rebrand-hero h1 {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 710px) {
  .rebrand-hero h1 {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 700px) {
  .rebrand-hero h1 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 690px) {
  .rebrand-hero h1 {
    font-size: 7.8rem;
  }
}
@media screen and (max-width: 680px) {
  .rebrand-hero h1 {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 670px) {
  .rebrand-hero h1 {
    font-size: 7.4rem;
  }
}
@media screen and (max-width: 660px) {
  .rebrand-hero h1 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 650px) {
  .rebrand-hero h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .rebrand-hero h1 {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 630px) {
  .rebrand-hero h1 {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 620px) {
  .rebrand-hero h1 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 610px) {
  .rebrand-hero h1 {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 600px) {
  .rebrand-hero h1 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 580px) {
  .rebrand-hero h1 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 560px) {
  .rebrand-hero h1 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 540px) {
  .rebrand-hero h1 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 500px) {
  .rebrand-hero h1 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 480px) {
  .rebrand-hero h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 460px) {
  .rebrand-hero h1 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 440px) {
  .rebrand-hero h1 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 420px) {
  .rebrand-hero h1 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 410px) {
  .rebrand-hero h1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 400px) {
  .rebrand-hero h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 390px) {
  .rebrand-hero h1 {
    font-size: 3.8rem;
  }
}
.rebrand-hero .button {
  border: 1px solid #e99243;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 2000px) {
  .rebrand-hero .button {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .rebrand-hero .button {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1020px) {
  .rebrand-hero .button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 515px) {
  .rebrand-hero .button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .rebrand-hero .button {
    font-size: 1.5rem;
  }
}
.rebrand-hero p {
  font-weight: 500;
  font-size: 2.17rem;
}
@media screen and (max-width: 1100px) {
  .rebrand-hero p {
    font-size: 1.97rem;
  }
}
@media screen and (max-width: 690px) {
  .rebrand-hero p {
    font-size: 1.77rem;
  }
}
@media screen and (max-width: 660px) {
  .rebrand-hero p {
    font-size: 1.57rem;
  }
}
@media screen and (max-width: 630px) {
  .rebrand-hero p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .rebrand-hero p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 868px) {
  .rebrand-hero p {
    margin-bottom: 3rem;
  }
  .rebrand-hero .v4-c--inner {
    width: 80%;
  }
  .rebrand-hero .v4-c--wrap {
    background-size: 100% auto;
    background-position: right center;
  }
  .rebrand-hero .v4-c--content-wrap {
    max-width: 373px;
    line-height: 1.15;
  }
  .rebrand-hero .v4-c--content-wrap {
    padding: 9% 0 16% 0;
  }
  .rebrand-hero .button {
    width: 60%;
    max-width: 300px;
    padding: 0.75em 1rem;
  }
}
@media screen and (max-width: 867px) {
  .rebrand-hero h1 {
    letter-spacing: 4px;
  }
  .rebrand-hero .v4-c--content-wrap {
    padding-bottom: 0;
    padding-top: 0;
  }
  .rebrand-hero .button {
    position: absolute;
    transform: translate(-50%, 0);
    width: 80%;
    padding: 0.5rem 0.5rem;
    line-height: 3;
  }
}
.rebrand-hero .v4-cv--content-wrap {
  padding: 0;
}

@media screen and (max-width: 867px) {
  .header-rebrand-position h1 {
    color: #000 !important;
  }
  .header-rebrand-position .semi {
    margin-top: 5rem !important;
  }
}

.orange-text {
  color: #e6a05b !important;
}

.headline-style-1 h2 {
  font-size: 8.5rem;
  font-weight: 400 !important;
  line-height: 0.83;
}

.companion-style h2 {
  font-size: 10rem;
}
@media screen and (max-width: 1100px) {
  .companion-style h2 {
    font-size: 9.8rem;
  }
}
@media screen and (max-width: 1020px) {
  .companion-style h2 {
    font-size: 9.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .companion-style h2 {
    font-size: 9.4rem;
  }
}
@media screen and (max-width: 883px) {
  .companion-style h2 {
    font-size: 9.2rem;
  }
}
@media screen and (max-width: 820px) {
  .companion-style h2 {
    font-size: 9rem;
  }
}
@media screen and (max-width: 770px) {
  .companion-style h2 {
    font-size: 8.8rem;
  }
}
@media screen and (max-width: 730px) {
  .companion-style h2 {
    font-size: 8.6rem;
  }
}
@media screen and (max-width: 720px) {
  .companion-style h2 {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 710px) {
  .companion-style h2 {
    font-size: 8.2rem;
  }
}
@media screen and (max-width: 700px) {
  .companion-style h2 {
    font-size: 8rem;
  }
}
@media screen and (max-width: 690px) {
  .companion-style h2 {
    font-size: 7.8rem;
  }
}
@media screen and (max-width: 680px) {
  .companion-style h2 {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 670px) {
  .companion-style h2 {
    font-size: 7.4rem;
  }
}
@media screen and (max-width: 660px) {
  .companion-style h2 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 650px) {
  .companion-style h2 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .companion-style h2 {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 630px) {
  .companion-style h2 {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 620px) {
  .companion-style h2 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 610px) {
  .companion-style h2 {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 600px) {
  .companion-style h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 580px) {
  .companion-style h2 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 560px) {
  .companion-style h2 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 540px) {
  .companion-style h2 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 500px) {
  .companion-style h2 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 480px) {
  .companion-style h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 460px) {
  .companion-style h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 440px) {
  .companion-style h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 420px) {
  .companion-style h2 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 410px) {
  .companion-style h2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 400px) {
  .companion-style h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 390px) {
  .companion-style h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 868px) {
  .companion-style .v4-m--top-content-wrap {
    margin-bottom: -3rem;
  }
}
@media screen and (max-width: 867px) {
  .companion-style h2 {
    margin-top: 0;
    line-height: 0.8;
  }
}

.sub-hdr-style-1 {
  font-weight: 700 !important;
}
@media screen and (min-width: 868px) {
  .sub-hdr-style-1 {
    font-size: 2.7rem;
    margin-bottom: 1rem;
    font-weight: 700;
  }
}

.sub-hdr-style-2 {
  font-weight: 800;
}
@media screen and (min-width: 868px) {
  .sub-hdr-style-2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
    letter-spacing: 1px;
  }
}

.yellow-bg {
  background-color: #fefaf3;
}

.price-bubble {
  background-color: #263236;
  padding: 1rem 2rem;
  color: #fff !important;
  border-radius: 25px;
}
@media screen and (max-width: 867px) {
  .price-bubble {
    max-width: 75px !important;
    padding: 0.7rem 1rem !important;
  }
}

.setup-section-styles h4 {
  font-weight: 500;
  margin: 0;
  color: #e6a05b;
  letter-spacing: 0;
  font-size: 2.6rem;
}
@media screen and (max-width: 1550px) {
  .setup-section-styles h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1181px) {
  .setup-section-styles h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1150px) {
  .setup-section-styles h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1120px) {
  .setup-section-styles h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1042px) {
  .setup-section-styles h4 {
    font-size: 1.6rem;
  }
}
.setup-section-styles .v4-across--bottom-content-wrap p {
  color: #000;
}
.setup-section-styles a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 868px) {
  .setup-section-styles .v4-across--top-text-wrap {
    margin-bottom: -6rem;
  }
  .setup-section-styles .v4-across--top-text-wrap p {
    margin-left: auto;
    margin-right: auto;
    max-width: 582px;
    padding-bottom: 2rem;
  }
  .setup-section-styles .v4-across--bottom-content-wrap p {
    font-size: 1.55rem;
    margin: 2rem auto;
    max-width: 356px;
    color: #000;
    font-size: 1.55rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 1181px) {
  .setup-section-styles .v4-across--bottom-content-wrap p {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 868px) {
  .setup-section-styles .v4-across--bottom-content-wrap p.price-bubble {
    max-width: 150px;
  }
}
@media screen and (min-width: 868px) {
  .setup-section-styles .v4-across--bottom-content-wrap .v4-across--bottom-text-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 867px) {
  .setup-section-styles img {
    margin: auto;
  }
  .setup-section-styles p {
    max-width: 500px;
    margin: 1rem auto;
    padding: 0 1rem;
  }
}

.at-home-styles a {
  border: 1px solid #e99243;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.8rem;
}
.at-home-styles a .button {
  padding: 0.75em 1.3em !important;
}
@media screen and (max-width: 2000px) {
  .at-home-styles a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .at-home-styles a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1020px) {
  .at-home-styles a {
    font-size: 1.4rem;
  }
}
.at-home-styles h3 {
  font-size: 3.4rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Open Sans";
  font-size: 3rem;
}
@media screen and (max-width: 1181px) {
  .at-home-styles h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1120px) {
  .at-home-styles h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1042px) {
  .at-home-styles h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 867px) {
  .at-home-styles .v4-t--content-wrap {
    padding: 2rem 3rem 3rem;
  }
  .at-home-styles a {
    line-height: 2;
  }
}

.on-the-go-styles a {
  border: 1px solid #e99243;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.8;
}
.on-the-go-styles a .button {
  padding: 0.75em 1.3em !important;
}
@media screen and (max-width: 2000px) {
  .on-the-go-styles a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .on-the-go-styles a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1020px) {
  .on-the-go-styles a {
    font-size: 1.4rem;
  }
}
.on-the-go-styles h3 {
  font-size: 3.4rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Open Sans";
  font-size: 3rem;
}
@media screen and (max-width: 1181px) {
  .on-the-go-styles h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1120px) {
  .on-the-go-styles h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1042px) {
  .on-the-go-styles h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 867px) {
  .on-the-go-styles .v4-t--content-wrap {
    padding: 2rem 3rem 3rem;
  }
  .on-the-go-styles a {
    line-height: 2;
  }
}

.h2-size h2 {
  color: #e6a05b;
  font-size: 8rem;
}
@media screen and (max-width: 1100px) {
  .h2-size h2 {
    font-size: 7.8rem;
  }
}
@media screen and (max-width: 1020px) {
  .h2-size h2 {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .h2-size h2 {
    font-size: 7.4rem;
  }
}
@media screen and (max-width: 883px) {
  .h2-size h2 {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 820px) {
  .h2-size h2 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 770px) {
  .h2-size h2 {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 730px) {
  .h2-size h2 {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 720px) {
  .h2-size h2 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 710px) {
  .h2-size h2 {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 700px) {
  .h2-size h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 690px) {
  .h2-size h2 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 680px) {
  .h2-size h2 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 670px) {
  .h2-size h2 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 660px) {
  .h2-size h2 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 650px) {
  .h2-size h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .h2-size h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 630px) {
  .h2-size h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 620px) {
  .h2-size h2 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 610px) {
  .h2-size h2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 600px) {
  .h2-size h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 580px) {
  .h2-size h2 {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 560px) {
  .h2-size h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 540px) {
  .h2-size h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 500px) {
  .h2-size h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .h2-size h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .h2-size h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 440px) {
  .h2-size h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 420px) {
  .h2-size h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 410px) {
  .h2-size h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 400px) {
  .h2-size h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 390px) {
  .h2-size h2 {
    font-size: 1.8rem;
  }
}

.semi {
  font-weight: 600 !important;
}

@media screen and (min-width: 868px) {
  .e-thumbnails .swiper-main-container h3 {
    max-width: 800px;
    margin: 2rem auto;
  }
}

@media screen and (max-width: 867px) {
  .location-logo-style {
    margin-left: 1.7rem;
  }
}

@media screen and (min-width: 868px) {
  .t-content-p5p-d .v4-t--content-wrap {
    padding: 5% 2rem;
  }
}

@media screen and (max-width: 867px) {
  .reviews.v4-e .swiper-slide {
    font-size: 0.9em;
  }
  .reviews.v4-e .swiper-wrapper {
    min-height: 320px;
    align-items: center;
  }
}
.reviews .swiper-slide-active .v4-e-slide--text-wrap {
  margin: auto !important;
  max-width: 70% !important;
}

.reviews .swiper-button-prev {
  left: 25%;
  color: black;
  display: block !important;
}

.reviews .swiper-button-next {
  right: 25%;
  color: black;
  display: block !important;
}

.reviews .swiper-container {
  padding-bottom: 2rem;
}

.reviews .swiper-slide:not(.swiper-slide-active) {
  filter: blur(2px);
  height: 214px;
}

@media screen and (max-width: 878px) {
  .reviews .swiper-button-prev {
    left: 9%;
  }

  .reviews .swiper-button-next {
    right: 9%;
  }
}
.reviews .swiper-pagination {
  display: none;
}

/******************************************************************

END HOME STYLES

******************************************************************/
/*================  PRODUCT PAGE ================*/
@media screen and (min-width: 868px) {
  .e-thumbnails .swiper-thumbs-container .swiper-pagination.swiper-pagination-bullets {
    display: none;
  }
}
@media screen and (max-width: 867px) {
  .e-thumbnails .swiper-thumbs-container .swiper-pagination.swiper-pagination-bullets {
    position: relative;
  }
}

@media screen and (max-width: 867px) {
  .e-thumbnails .swiper-thumbs-container .swiper-wrapper {
    padding-bottom: 40px;
  }
  .e-thumbnails .swiper-thumbs-container .swiper-wrapper .logo-active {
    margin: auto;
    opacity: 1;
  }

  .bigger-title-m h2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 868px) {
  .product__info-container {
    width: 80%;
  }
}

.product__text ul {
  list-style-type: disc;
  padding-left: 2.3rem;
}
@media screen and (max-width: 867px) {
  ul.max-width-ul {
    padding-left: 3.5rem;
  }
}

.shopify-policy__container {
  padding: 3rem 0;
}
.shopify-policy__container ul {
  margin: 0 0 15px 30px;
}

@media screen and (min-width: 868px) {
  .product__media-wrapper .swiper-wrapper a img {
    margin: auto;
  }
}
.product-grid--wrap-inner {
  direction: ltr;
}

@media screen and (min-width: 868px) {
  .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 1rem !important;
  }
}
.rebrand-text-style h2 {
  color: #e99241;
  font-size: 7rem;
  line-height: 0.82;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .rebrand-text-style h2 {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 1020px) {
  .rebrand-text-style h2 {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 1119px) {
  .rebrand-text-style h2 {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 1034px) {
  .rebrand-text-style h2 {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 1006px) {
  .rebrand-text-style h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 977px) {
  .rebrand-text-style h2 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 948px) {
  .rebrand-text-style h2 {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 920px) {
  .rebrand-text-style h2 {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 891px) {
  .rebrand-text-style h2 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 690px) {
  .rebrand-text-style h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 680px) {
  .rebrand-text-style h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 670px) {
  .rebrand-text-style h2 {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 660px) {
  .rebrand-text-style h2 {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 650px) {
  .rebrand-text-style h2 {
    font-size: 4.2rem;
  }
}

.t-section-airstand {
  padding: 0;
}

.t-section-airstand .v4-t--img-wrap,
.t-section-airstand .v4-tv--video-wrap {
  flex-basis: 52%;
}

.t-section-airstand .v4-t--content-wrap,
.t-section-airstand .v4-tv--content-wrap {
  flex-basis: 48%;
}

@media screen and (min-width: 868px) {
  .t-section-airstand .v4-mv--video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

@media screen and (min-width: 868px) {
  .view-angle-style .v4-tv--content-box {
    max-width: 535px;
  }
}
@media screen and (max-width: 867px) {
  .view-angle-style .v4-tv--content-box {
    max-width: 500px;
    margin: auto;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 867px) {
  .cooler-styles .v4-t--content-wrap {
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 868px) {
  .setup-styles .v4-tv--content-box {
    max-width: 530px;
  }
}
@media screen and (max-width: 867px) {
  .setup-styles .v4-tv--content-box {
    max-width: 500px;
    margin: auto;
    padding-bottom: 2rem;
  }
}

.shipping-return-warranty {
  display: flex;
}
@media screen and (max-width: 867px) {
  .shipping-return-warranty {
    justify-content: space-between;
  }
}
@media screen and (min-width: 868px) {
  .shipping-return-warranty {
    max-width: 83%;
    margin: 2rem 0 0 19%;
  }
}
.shipping-return-warranty .message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 33%;
}
.shipping-return-warranty .message img {
  max-width: 15%;
}
.shipping-return-warranty .message p {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 867px) {
  .shipping-return-warranty .message p {
    font-size: 9.3px;
  }
}

@media screen and (min-width: 868px) {
  .product.grid.grid--1-col.grid--2-col-tablet {
    padding: 0 1.5rem 5rem;
  }
}
.title-price-wrapper {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 867px) {
  .title-price-wrapper {
    justify-content: center;
    font-family: "bebas-neue-pro";
  }
  .title-price-wrapper .price__regular {
    margin: 0;
    font-size: 5rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 1543px) {
  .title-price-wrapper .price__regular {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 1455px) {
  .title-price-wrapper .price__regular {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 1367px) {
  .title-price-wrapper .price__regular {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 1279px) {
  .title-price-wrapper .price__regular {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 1189px) {
  .title-price-wrapper .price__regular {
    font-size: 4rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 1096px) {
  .title-price-wrapper .price__regular {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 1043px) {
  .title-price-wrapper .price__regular {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 423px) {
  .title-price-wrapper .price__regular {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 393px) {
  .title-price-wrapper .price__regular {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 370px) {
  .title-price-wrapper .price__regular {
    font-size: 3rem;
  }
}
@media screen and (max-width: 867px) and (max-width: 348px) {
  .title-price-wrapper .price__regular {
    font-size: 2.8rem;
  }
}

.product__info-wrapper p.price__regular {
  font-family: "bebas-neue-pro";
}
@media screen and (min-width: 868px) {
  .product__info-wrapper p.price__regular {
    margin-left: 2rem;
    margin-bottom: 1rem;
    font-size: 5rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 1543px) {
  .product__info-wrapper p.price__regular {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 1455px) {
  .product__info-wrapper p.price__regular {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 1367px) {
  .product__info-wrapper p.price__regular {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 1279px) {
  .product__info-wrapper p.price__regular {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 1189px) {
  .product__info-wrapper p.price__regular {
    font-size: 4rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 1096px) {
  .product__info-wrapper p.price__regular {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 1043px) {
  .product__info-wrapper p.price__regular {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 423px) {
  .product__info-wrapper p.price__regular {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 393px) {
  .product__info-wrapper p.price__regular {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 370px) {
  .product__info-wrapper p.price__regular {
    font-size: 3rem;
  }
}
@media screen and (min-width: 868px) and (max-width: 348px) {
  .product__info-wrapper p.price__regular {
    font-size: 2.8rem;
  }
}
.product__info-wrapper h1.desktop-only {
  line-height: 1;
  font-size: 5.5rem;
  width:100%;
}
@media screen and (max-width: 1543px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 5.3rem;
  }
}
@media screen and (max-width: 1455px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 5.1rem;
  }
}
@media screen and (max-width: 1367px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 4.9rem;
  }
}
@media screen and (max-width: 1279px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 4.7rem;
  }
}
@media screen and (max-width: 1189px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1096px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 1043px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 423px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 393px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 370px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 348px) {
  .product__info-wrapper h1.desktop-only {
    font-size: 3.3rem;
  }
}

.product.grid .main-swiper-container .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
}
.product.grid thumbs-product-slider-element .swiper-slide {
  margin-bottom: 20px !important;
}
.product.grid thumbs-product-slider-element img {
  border-radius: 4px;
}
.product.grid thumbs-product-slider-element .thumbnails-swiper-container .swiper-slide img {
  margin: auto;
}

.product.grid main-product-slider-element .swiper-wrapper {
  max-height: 550px;
}

@media screen and (min-width: 868px) {
  .product.grid main-product-slider-element .swiper-pagination {
    display: none;
  }
}

.thumb-slider-custom-pagination {
  padding: 2rem 0;
  position: relative;
  flex-basis: 20%;
}

.thumb-slider-custom-pagination .swiper-button-next {
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(270deg);
  color: #e99241;
}

.thumb-slider-custom-pagination .swiper-button-prev {
  display: block;
  top: 90%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  color: #e99241;
}

@media screen and (min-width: 1650px) {
  .product.grid thumbs-product-slider-element .thumbnails-swiper-container .swiper-slide img {
    float: right;
  }

  .thumb-slider-custom-pagination .swiper-button-next,
.thumb-slider-custom-pagination .swiper-button-prev {
    right: 3.8rem;
    left: inherit;
  }

  .thumb-slider-custom-pagination .swiper-button-next {
    transform: rotate(270deg);
  }

  .thumb-slider-custom-pagination .swiper-button-prev {
    transform: rotate(90deg);
  }
}
#next-button:after,
#prev-button:after {
  content: "next";
}

#next-button,
#prev-button {
  width: 27px;
  height: 44px;
  cursor: pointer;
  z-index: 10;
}

.e-thumbnails {
  background-color: #9eada6;
}

.e-thumbnails-old {
  background-color: #f2f0e9;
}


.e-thumbnails .swiper-thumbs-container .swiper-slide img {
  opacity: 0.65;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.e-thumbnails .swiper-thumbs-container .swiper-slide-thumb-active img {
  opacity: 1;
}

.e-thumbnails .swiper-thumbs-container {
  margin: auto;
  overflow: hidden;
  max-width: 70%;
}

.e-thumbnails .swiper-main-container h3 {
  font-weight: 500;
  text-align: center;
  font-size: clamp(2.5rem, 2vmin, 5rem);
}

.e-thumbnails {
  text-align: center;
  padding: 3rem 2rem;
}

.e-thumbnails .swiper-container {
  max-width: 95%;
  width: 95%;
}

.wsi {
  height: 50px !important;
}

@media only screen and (max-width: 867px) {
  .e-thumbnails .swiper-main-container h3 {
    font-size: 1.6rem;
  }

  .e-thumbnails .img-resized img {
    height: 34px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .e-thumbnails .img-resized .swiper-wrapper,
.e-thumbnails .swiper-container {
    padding-bottom: 0;
  }

  .e-thumbnails .swiper-thumbs-container .swiper-slide-thumb-active img {
    height: 34px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    padding-top: 2rem;
  }
}
.e-thumbnails .swiper-thumbs-container .swiper-slide img {
  width: 132px;
}

@media only screen and (max-width: 375px) {
  .sezzle-wrapper .sezzle-text {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 868px) {
  .sezzle-wrapper div img {
    max-width: 65px !important;
    margin-left: 0 !important;
  }

  .sezzle-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .sezzle-wrapper div img {
    max-width: 50px !important;
    margin-left: 0;
  }
}
.airstand-gray-bg-old {
  background-color: #ededed;
}

.airstand-gray-bg {
  background-color: #fcf9ef;
}

.brand-color-black-bg {
  background-color: #1c1c1c;
}

.brand-color-khaki-bg {
  background-color: #f1e4b2;
}

.brand-color-ecru-bg {
  background-color: #fcf9ef;
}

.brand-color-sage {
  color: #9eada6;
}

.brand-color-orange {
  color: #e99243;
}

.brand-color-ecru {
  color: #fcf9ef;
}

.product__text .ul-disc-bullet li::before {
  content: none;
}

.product__text .ul-disc-bullet li::marker {
  color: #e99241;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.title-price-wrapper .price__compare {
  font-family: "bebas-neue-pro";
  font-size: 4.8rem;
}
@media screen and (max-width: 1543px) {
  .title-price-wrapper .price__compare {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 1455px) {
  .title-price-wrapper .price__compare {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1367px) {
  .title-price-wrapper .price__compare {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .title-price-wrapper .price__compare {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1189px) {
  .title-price-wrapper .price__compare {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1096px) {
  .title-price-wrapper .price__compare {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1043px) {
  .title-price-wrapper .price__compare {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 423px) {
  .title-price-wrapper .price__compare {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 393px) {
  .title-price-wrapper .price__compare {
    font-size: 3rem;
  }
}
@media screen and (max-width: 370px) {
  .title-price-wrapper .price__compare {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 348px) {
  .title-price-wrapper .price__compare {
    font-size: 2.6rem;
  }
}

.main-swipper__default .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

/*================  END PRODUCT PAGE ================*/
/*================  CART PAGE ================*/
.cart__items .cart-items .cart-item {
  gap: 0.2rem;
}

.side-payments {
  width: 100%;
  max-width: 400px;
  margin: 20% auto 0;
  background-color: #f4f3f4;
  padding: 1em;
  padding-bottom: 0;
  position: relative;
}
.side-payments .side-title {
  font-weight: 700;
  font-size: 1.25em;
  max-width: 300px;
  margin: 1em auto;
  line-height: 1.2;
}
.side-payments .v4-m--top-content-wrap {
  width: 100%;
}
.side-payments .phone,
.side-payments .mail {
  max-width: 300px;
  margin: 1em auto;
}
.side-payments .mail {
  font-weight: 700;
}
.side-payments .mail a {
  font-weight: 400;
  color: #808a96;
}
.side-payments .woo-ssl-text {
  font-size: 0.75em;
  padding: 0.5em 1em;
  margin: 0 -1.3em;
  background-color: #424148;
}
.side-payments .side-footer {
  background-color: #000;
  margin: 0 -1em;
  padding: 0.5em 1em;
}
@media screen and (max-width: 867px) {
  .side-payments {
    margin: 0 auto;
    width: 90%;
  }
}

.cart-review {
  grid-area: other3;
  margin: 1px;
  width: 100%;
  text-align: left;
  max-width: none;
}
.cart-review .v4-t--inner {
  display: block;
}
.cart-review .v4-t--content-wrap {
  flex-basis: 60%;
}
.cart-review .v4-t--text-wrap {
  width: 100%;
  max-width: 100%;
}
.cart-review .review-bg {
  background-color: #f9f9f9;
  padding: 2rem;
}
.cart-review .featured-review-text {
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-review .featured-review-expand {
  font-style: italic;
  font-size: 0.85em;
  text-decoration: underline;
}
.cart-review .featured-review-expand:after {
  content: "+ Expand";
}
.cart-review .button-review--expanded::after {
  content: "- Hide" !important;
}
.cart-review .featured-review--expanded {
  overflow: visible;
  display: block;
  -webkit-line-clamp: 200;
}
.cart-review .stars {
  margin-bottom: 1rem;
}
.cart-review .bolder {
  font-weight: 500;
}
.cart-review .align-right {
  text-align: right;
}
@media screen and (min-width: 868px) {
  .cart-review .align-right-d {
    text-align: right;
  }
}
.cart-review h3 {
  color: #e99243;
  font-size: 1.3em;
  margin: auto;
}

@media screen and (min-width: 868px) {
  .cart__contents .cart__items {
    border-bottom: 0;
  }
}
@media screen and (max-width: 867px) {
  .cart__contents .cart__items {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.cart-items-elem .cart-items thead th {
  font-weight: 700;
  font-size: 1.9rem;
  text-transform: capitalize;
  border: 0;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 867px) {
  .cart-items-elem .cart-items thead th {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 867px) {
  .cart-items-elem .cart-items thead tr {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.1rem solid var(--color-foreground-20);
  }
}

.cart-item__totals .price {
  font-weight: 700;
  float: left;
  width: 80%;
  padding-top: 3%;
  font-size: 1.8rem;
}

@media only screen and (max-width: 1049px) {
  .cart-item__totals .price {
    font-size: 0.85em;
  }
}
.cart-item__totals {
  width: 20%;
}
@media screen and (min-width: 868px) {
  .cart-item__totals cart-remove-button {
    width: 20%;
    margin: 0;
  }
}

@media screen and (min-width: 868px) {
  .cart-item .cart-item__details {
    padding-left: 0;
  }
}

@media screen and (min-width: 868px) {
  .cart-items .cart-item .cart-item__quantity {
    padding-left: 8rem;
  }
}

.cart-item .cart-item__totals cart-remove-button {
  margin: 0;
  position: relative;
  left: 4rem;
}

.cart-item .cart-item__name {
  font-weight: 700;
  font-size: 1.8rem;
  color: #808a96;
}
@media screen and (max-width: 1049px) {
  .cart-item .cart-item__name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 934px) {
  .cart-item .cart-item__name {
    font-size: 1.4rem;
  }
}
.cart-item .cart-item__name:hover {
  text-decoration: none;
  color: #808a96;
}
@media screen and (max-width: 867px) {
  .cart-item .cart-item__name {
    font-size: 0.85em;
  }
}

.cart-item {
  margin-bottom: 1rem;
}
@media screen and (max-width: 867px) {
  .cart-item {
    border-top: 1px solid #ccc;
    gap: 0 1.5%;
    grid-template-columns: 20% 36% 16% 16% 11% 0% !important;
    padding-top: 1.2rem;
    margin-bottom: 1.5rem !important;
    align-items: center;
  }
  .cart-item:first-child {
    border: 0;
  }
  .cart-item .cart-item__media {
    width: 15%;
    min-width: 15%;
    margin: 0.5rem;
  }
  .cart-item .cart-item__totals {
    margin-top: -3%;
  }
  .cart-item .cart-item__details {
    grid-column: 2;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .cart-item .cart-item__details .cart-item__name {
    min-width: 100px;
  }
  .cart-item .cart-item__quantity {
    grid-column: 4;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 2rem;
    position: relative;
    left: 1rem;
  }
  .cart-item .cart-item__prices {
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
  .cart-item .cart-item__prices .price {
    font-size: 1.4rem;
  }
}

.cart-page-upsells {
  grid-area: other1;
}
@media screen and (min-width: 868px) {
  .cart-page-upsells {
    border-top: 0.1rem solid rgba(39, 39, 39, 0.3);
  }
}

@media screen and (max-width: 867px) {
  .cart__footer .totals {
    justify-content: center;
  }
}

@media screen and (max-width: 867px) {
  .cart-item__details dl {
    font-size: 0.85em;
  }
}

.cart-items .cart-item td {
  vertical-align: middle;
}
@media screen and (min-width: 868px) {
  .cart-items .cart-item td {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 867px) {
  .cart-items .cart-item td {
    padding-top: 0;
  }
}

@media screen and (max-width: 867px) {
  .cart-items thead tr {
    display: grid;
  }
}

@media screen and (max-width: 867px) {
  .cart-items thead tr th:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 867px) {
  .cart-items thead tr th:nth-child(2) {
    padding-left: 35%;
  }
}

cart-remove-button .button {
  background-color: transparent;
  color: #000;
  border: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  opacity: 50%;
  min-height: 100%;
}
cart-remove-button .button:hover {
  box-shadow: none;
  border: none;
}

.cart-item .cart-item__media {
  width: 15rem;
}

@media screen and (max-width: 867px) {
  .cart-items thead {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 867px) {
  .cart__items .cart-items {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 867px) {
  #main-cart-footer .cart__footer div {
    margin-left: 0;
    margin: 0 auto;
  }

  #shopify-section-template--14120964915252__1632757174ec426fe6,
#shopify-section-template--14120964915252__cart-footer,
#shopify-section-template--14120964915252__cart-items,
#shopify-section-template--14120964915252__1632758381c9408025 {
    max-width: 450px;
    margin: auto;
  }

  #shopify-section-template--14120964915252__1632765160e2ef375a {
    padding-bottom: 5rem;
  }

  .cart-item .cart-item__media {
    width: 6rem;
  }
}
@media screen and (max-width: 867px) {
  #main-cart-footer .cart__footer {
    padding-top: 0;
  }
}

@media screen and (max-width: 867px) {
  .cart-page-upsells .upsells .upsell-element .upsell-cta {
    grid-column-start: 2;
    grid-column-end: 4;
    text-align: center;
  }
}

.cart__footer div {
  width: 100%;
}

.cart__footer .cart__ctas {
  justify-content: flex-end;
}
@media screen and (max-width: 867px) {
  .cart__footer .cart__ctas {
    align-items: center;
  }
}

.cart__footer .sezzle-text {
  width: 90%;
  float: left;
  text-align: right;
}

.cart__footer .sezzle-img {
  width: 10%;
  display: flex;
  margin-left: 0;
  margin-top: 4rem;
}

.cart__footer .sub-text {
  text-align: right;
  font-style: italic;
  font-size: 0.9em;
}

.route-widget {
  justify-content: flex-end !important;
}

.cart__footer .route-widget .rw-contents .rw-right {
  width: 20%;
}

.cart__footer .cart__dynamic-checkout-buttons {
  display: none;
}

.cart-item__quantity .quantity {
  width: 6rem;
  border: 1px solid #ccc;
  margin: 0 auto;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: textfield;
  margin: 0;
}

.cart-item__quantity .quantity__input {
  font-size: 2rem;
  padding: 0;
  border: none;
}

.cart-item__quantity .quantity__button {
  display: none;
}

.cart-item__quantity label {
  display: none;
}

@media screen and (min-width: 868px) {
  .sezzle-shopify-info-button {
    text-align: right;
  }
}
@media screen and (max-width: 867px) {
  .sezzle-shopify-info-button {
    text-align: center;
  }
}

@media screen and (min-width: 868px) {
  .sezzle-button-text.sezzle-left.szl-light {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0.75em;
    text-align: right;
  }
}
@media screen and (max-width: 867px) {
  .sezzle-button-text.sezzle-left.szl-light {
    padding-top: 0.75em;
    text-align: center;
  }
}
.product__info-container .accordion .summary__title {
  display: block;
}

.product__info-container .accordion .summary__title .accordion__title {
  max-width: calc(100% - 3rem);
}

.summary__title h2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summary__title h2::after {
  content: "+";
  padding-left: 0.35em;
  font-size: 5rem;
}

details[open] h2::after {
  content: "-";
}

.icon-caret {
  display: none;
}

#sezzle-offer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#sezzle-offer img {
  width: 15%;
  padding-left: 1rem;
}
#sezzle-offer p {
  font-weight: 700;
  font-size: 0.8em;
}
@media screen and (max-width: 867px) {
  #sezzle-offer {
    justify-content: center;
  }
  #sezzle-offer p {
    font-size: 0.8em;
  }
}

.discount-warning {
  margin-left: 4rem;
  text-align: end;
}
.discount-warning p {
  font-size: 0.8em;
  font-style: italic;
}
@media screen and (max-width: 867px) {
  .discount-warning {
    text-align: center;
    padding: 0.5em 0;
  }
}

.optional-warning {
  margin-left: 4rem;
  text-align: end;
}
.optional-warning span {
  font-weight: 700;
}
@media screen and (max-width: 867px) {
  .optional-warning {
    text-align: center;
  }
}

@media screen and (max-width: 867px) {
  .cart__ctas p {
    margin-top: -1rem !important;
  }
}

.cart__ctas button {
  width: 420px;
}
@media screen and (max-width: 867px) {
  .cart__ctas button {
    max-width: 380px;
    margin: auto;
  }
}

@media screen and (max-width: 867px) {
  .cart-item .medium-up {
    display: none;
  }
}

@media screen and (max-width: 867px) {
  .cart-item .cart-item__details {
    padding-left: 0;
  }
}

@media screen and (max-width: 867px) {
  .cart-items__heading--wide.caption-with-letter-spacing {
    position: relative;
    right: 9px;
  }
}
.cart-drawer-wrap--inn .cart-items .cart-item td {
  border-top: none;
}

.main-cart-items .cart-item .cart-item__discounted-prices {
  flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
  /* .main-cart-items .cart-item .cart-item__discounted-prices {
    flex-wrap: wrap;
  } */
  
  /* .cart-items > thead {
    display: table-header-group;
  }

  .cart-items-elem .cart-items > thead > tr {
    display: table-row;
  }

  .cart-items-elem .cart-items > thead > tr > th {
    padding: 0px;
  }

  .cart-items-elem .cart-items > tbody > tr > td {
    display: table-cell;
  } */
}

@media screen and (min-width: 868px) {
  .main-cart-items .cart-item .cart-item__discounted-prices {
    flex-wrap: nowrap;
  }
}

/*================ TEMPLATE SPECIFICS ================*/
@media screen and (max-width: 1852px) {
  .hq-1 {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 1550px) {
  .hq-1 .hero-text .v4-across--top-content-wrap {
    max-width: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .hq-1 {
    padding-bottom: 8rem;
  }
  .hq-1 .hero-text .v4-across--top-content-wrap {
    max-width: 38%;
  }
}
@media screen and (max-width: 867px) {
  .hq-1 {
    padding-bottom: 0;
  }
  .hq-1 .hero-text .v4-across--top-content-wrap {
    max-width: 100%;
  }
}

.xebec-hq-container {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 867px) {
  .xebec-hq-container {
    display: block;
    position: unset;
  }
}

.xebec-hq-hero {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1530px) {
  .xebec-hq-hero {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1290px) {
  .xebec-hq-hero {
    padding-bottom: 6.5rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1148px) {
  .xebec-hq-hero {
    padding-top: 4.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .xebec-hq-hero {
    padding-top: 6.8rem;
  }
}

.xebec-hq-hero .box {
  flex-basis: 28%;
  padding-top: 5rem;
}
@media screen and (max-width: 1290px) {
  .xebec-hq-hero .box {
    flex-basis: 23%;
  }
}

@media screen and (min-width: 868px) {
  .hero-text {
    position: absolute;
    top: -6%;
    letter-spacing: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1290px) {
  .hero-text {
    top: -4%;
  }
  .hero-text h1 {
    margin-top: 0;
  }
}
.hero-text h1 {
  color: #e99243;
  margin-bottom: 0;
}
.hero-text p {
  margin-bottom: 0;
}
.hero-text .v4-across--bottom-content-wrap {
  max-width: 32%;
}
.hero-text .v4-across--bottom-content-wrap .v4-across--bottom-content-box {
  flex-basis: 50%;
}
.hero-text .v4-across--bottom-content-wrap .v4-across--bottom-content-box p.bold {
  margin-bottom: 0;
}
@media screen and (max-width: 867px) {
  .hero-text .v4-across--bottom-content-wrap .v4-across--bottom-content-box p.bold {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .hero-text .v4-across--bottom-content-wrap .v4-across--bottom-content-box p.bold:nth-child(2) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 867px) {
  .hero-text .v4-across--bottom-content-wrap .v4-across--bottom-content-box p {
    line-height: 1.4;
    font-size: 1.23em;
  }
}
@media screen and (max-width: 1530px) {
  .hero-text .v4-across--bottom-content-wrap {
    max-width: 45%;
  }
}
@media screen and (max-width: 867px) {
  .hero-text .v4-across--bottom-content-wrap {
    flex-direction: column;
    max-width: 100%;
  }
  .hero-text .v4-across--bottom-content-wrap .v4-across--bottom-content-box {
    flex-basis: 90%;
  }
}
.hero-text .v4-across--top-content-wrap {
  max-width: 40%;
}
@media screen and (max-width: 1530px) {
  .hero-text .v4-across--top-content-wrap {
    max-width: 49%;
  }
}
@media screen and (max-width: 867px) {
  .hero-text .v4-across--top-content-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 867px) {
  .hero-text {
    position: unset;
  }
}

@media screen and (min-width: 868px) {
  .button.come-visit {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 867px) {
  .xebec-hq .v4-across--bottom-content-box {
    padding: 0.5rem 0 !important;
  }

  .xebec-hq .v4-across--bottom-text-wrap {
    padding-bottom: 0rem !important;
  }

  .button.come-visit {
    width: 52%;
    text-transform: capitalize !important;
  }
}
details-disclosure .header__submenu li:last-child a {
  background-color: transparent;
}
.grid__item .card-information {
  text-align: center;
}
@media screen and (min-width: 868px) {
  .grid__item {
    position: relative;
  }
  .grid__item .card-wrapper {
    position: relative;
  }
  .grid__item .card-wrapper .card-information__wrapper {
    position: absolute;
    bottom: -70%;
  }
  .grid__item .card-wrapper .card-information__wrapper a {
    color: #fff;
  }
  .grid__item .card-wrapper .card-information__wrapper a:hover {
    color: #e99243;
  }
}

.header__inline-menu .link {
  text-decoration: none;
}

cart-notification {
  display: none;
}

@media screen and (max-width: 867px) {
  .shopify-policy__container {
    max-width: 90%;
    margin: auto;
  }
  .shopify-policy__container .shopify-policy__body,
.shopify-policy__container .shopify-policy__body div {
    max-width: 100%;
  }
}

/*================  END TEMPLATE SPECIFICS ================*/
/*================  COLLECTION PAGE ================*/
@media screen and (max-width: 867px) {
  .collections-container {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 868px) {
  .collections-container {
    max-width: 90%;
    margin: auto;
    margin-bottom: 4rem;
  }
}
.collections-container .button-selector-container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #263236;
  max-width: 250px;
  margin: auto;
  font-weight: bold;
  letter-spacing: 0;
}
.collections-container .button-selector-container .option {
  padding: 15px 28px;
  cursor: pointer;
  border: 1px solid #263236;
}
.collections-container .button-selector-container .option:first-child {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.collections-container .button-selector-container .option:last-child {
  border-radius: 0 4px 4px 0;
}
.collections-container .button-selector-container .active {
  background-color: #9eada6;
  color: #fff;
}
.collections-container .button-selector-container .option:hover {
  background-color: #1c1c1c;
  color: #fff;
}
@media screen and (min-width: 868px) {
  .collections-container .collections-body {
    margin-top: 4rem;
  }
}
.collections-container .collections-body .gear-products,
.collections-container .collections-body .bundle-products {
  display: flex;
}
.collections-container .collections-body .product {
  flex-basis: 30%;
}
.collections-container .collections-body .products {
  display: none;
}
.collections-container .collections-body .products.active {
  display: flex;
}

.swap img:last-child {
  display: none;
}

.swap:hover img:first-child {
  display: none;
}

.swap:hover img:last-child {
  display: inline-block;
}

.collections-container .button-selector-container {
  max-width: 310px;
}

@media screen and (min-width: 878px) {
  .collections-body .products.active {
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 877px) {
  .collections-body .products.active {
    margin-top: 8rem;
  }

  .collections-body .gear-products a,
.collections-body .bundle-products a {
    flex-basis: 100% !important;
  }
}
.collections-body .products.active {
  justify-content: space-between;
  flex-wrap: wrap;
}

.collections-body .product {
  margin-bottom: 16rem;
}
@media screen and (max-width: 867px) {
  .collections-body .product {
    margin-bottom: 4rem;
  }
}

.product-info {
  max-width: 67%;
  margin: auto;
}
.product-info p,
.product-info data-oke-reviews-product-listing-rating,
.product-info okeReviews-reviewsSummary-ratingCount {
  color: #000 !important;
}
.product-info .stars {
  max-width: 120px;
  margin: 1.2rem auto;
}
.product-info .description {
  max-width: 78%;
  margin: auto;
}

@media screen and (max-width: 894px) {
  .collec-size {
    font-size: 5rem !important;
    margin-top: 0;
    line-height: 1;
  }
}

@media screen and (min-width: 895px) {
  .collec-size {
    font-size: 6rem !important;
    margin-top: 0;
    line-height: 1;
  }
}

.reviews-size {
  font-size: 6rem !important;
  margin-top: 0;
  line-height: 1;
}

.collections-body .product-image,
.v4-across--bottom-content-wrap .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 868px) {
  .collections-body .product-image,
.v4-across--bottom-content-wrap .product-image {
    min-height: 450px;
  }
}

.image-price {
  position: relative;
}

.image-price .save-price {
  position: relative;
  right: 16%;
  position: absolute;
  bottom: 5%;
}

.image-price .save-price .compare-price {
  font-family: "bebas-neue-pro", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background: #e99243;
  border-radius: 75px;
 /* padding: 1.45rem;*/
  height: 85px;
  width: 85px;
  border: 2px solid;
  border-color: #fcf9ef;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.image-price .save-price .compare-price .price {
  color: #fff;
}

.title-collection {
  display: none;
}
.title-collection.active {
  display: block;
}

/*
      Rollover Image
     */
.figure {
  position: relative;
  width: 100%;
  max-width: 480px;
}

.figure img.image-main {
  margin: auto;
}

.figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  transition: opacity 0.2s;
}

.figure:hover img.image-main {
  opacity: 0;
}

.figure:hover img.image-hover {
  opacity: 1;
  margin: auto;
}

.collections-body .okeReviews-reviewsSummary-ratingCount {
  display: none !important;
}

.collection-link {
  box-sizing: border-box;
}
.collection-link .product {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-around;
}

/*================  END COLLECTION PAGE ================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
html,
::i-block-chrome,
body {
    height: 100%;
    /* fixes focus scrolling in Safari (OS X) */
  }
}

/*================  BEGIN NAVIDIUM SHIPPING POLICY PAGE ================*/

.nspp ul, .nspp ul > li {
  list-style-type: disc;
}

/*================  END NAVIDIUM SHIPPING POLICY PAGE ================*/

/*================  BEGIN SHOPIFY INSTALLMENTS BANNER ================*/

.shopify-payment-terms {
  margin-top: 10px;
  font-size: 1.5rem;
}

/*================  END SHOPIFY INSTALLMENTS BANNER ================*/

/*================  BEGIN DOWNLOADS PAGE ================*/

  .download-page section {
    margin: 20px;
  }
  
  .download-page h1, .download-page h2 {
    text-align: center;
  }

  .download-page h1 {
    margin-bottom: 0px;
  }

  .download-page h2 {
    color: #e99243;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .download-page > .download-section > .compatibility-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    flex-wrap: wrap;
  }

  .download-page > .download-section > .compatibility-section > div {
    height: 100%;
    text-wrap: nowrap;
  }

  .download-page > .download-section > .compatibility-section > .labelled-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .download-page > .download-section > .compatibility-section > .labelled-icons > .icon {
    width: 40px;
    height: 100%;
  }

  .download-page > .download-section > .features-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .download-page > .download-section > .features-section > .feature-group {
    display: flex;
  }

  .download-page > .download-section > .features-section > .feature-group > .feature {
    text-align: center;
    max-width: 150px;
  }

  .download-page > .download-section > .download-cta-section {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .download-page > .download-section > .download-cta-section > div {
    
  }

  .download-page > .download-section > .download-cta-section > div > .button {
    text-wrap: nowrap;
    width: 100%;
    max-width: 300px;
  }

  .download-page .feature-label {
    text-transform: uppercase;
    font-weight: bold;
  }

  .download-page .subscript {
    font-size: .75em;
    font-style: italic;
    font-weight: bold;
  }
/*================  END DOWNLOADS PAGE ================*/
/*=========== BEGIN CUSTOM VARIANT SELECTOR ============*/

.custom-condition.variant-option > fieldset > input[type=radio]+label {
  width: 180px;
  height: 80px;
  border-radius: 0px;
  padding: 5px;
  background-color: transparent;
  color: black;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "bebas-neue-pro", serif;
}

.custom-condition.variant-option > fieldset > input[type=radio]+label.rounded {
  border-radius: 15px;
}

.custom-condition.variant-option > fieldset > input[type=radio]:checked+label {
  background-color: rgba(0,0,0,0.1)
}

.custom-condition.variant-option > fieldset > input[type=radio]:checked+label.rounded:after {
  border-radius: 15px;
}

.custom-condition.variant-option > fieldset > label > div.variant-info-grid {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 20% 40% 40%;
  grid-template-rows: 50% 50%;
  grid-template-areas:
        "dot info info"
        "dot price compareatprice";
}

.custom-condition.variant-option > fieldset > label > div.variant-info-grid > .dot {
  grid-area: dot;
  align-self: center;
  justify-self: center;
}

.custom-condition.variant-option > fieldset > label > div.variant-info-grid > .dot > div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid black;
}

.custom-condition.variant-option > fieldset > input[type=radio]:checked+label > div.variant-info-grid > .dot > div {
  background-color: black;
}

.custom-condition.variant-option > fieldset > label > div.variant-info-grid > .info {
  grid-area: info;
  align-self: center;
  justify-self: start;
}

.custom-condition.variant-option > fieldset > label > div.variant-info-grid > .price {
  grid-area: price;
  align-self: center;
  justify-self: start;
}

.custom-condition.variant-option > fieldset > label > div.variant-info-grid > .compare-at-price {
  grid-area: compareatprice;
  align-self: center;
  justify-self: start;
  text-decoration: line-through;
}

@media screen and (max-width: 750px) {
  .custom-condition.variant-option {
    display: flex;
    justify-content: center;
  }
}

/*=========== END CUSTOM VARIANT SELECTOR ============*/
/*=========== BEGIN XEBEC CUSTOM VARIANT SELECTOR (to replace the CUSTOM VARIANT SELECTOR above) ============*/


xebec-variant-options {
  padding: 10px;
  display: block;
}

xebec-variant-options > .variant-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}

xebec-variant-options > button.button--full-width {
  width: 100%;
}

xebec-variant {
  flex-grow: 1;
  padding: 5px;
  border: 1px solid black;
  background-color: transparent;
  color: black;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "bebas-neue-pro", serif;
}

xebec-variant > div.variant-info-grid {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 20% 60%;
  grid-template-rows: 100%;
  grid-template-areas: "dot info"
}

xebec-variant > div.variant-info-grid > .dot {
  grid-area: dot;
  align-self: center;
  justify-self: center;
}

xebec-variant > div.variant-info-grid > .dot > div {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid black;
}

xebec-variant.selected > div.variant-info-grid > .dot > div {
  background-color: black;
}

xebec-variant > div.variant-info-grid > .info {
  grid-area: info;
  align-self: center;
  justify-self: start;
  white-space: nowrap;
}

xebec-variant > div.variant-info-grid > .price {
  grid-area: price;
  align-self: center;
  justify-self: start;
}

xebec-variant > div.variant-info-grid > .compare-at-price {
  grid-area: compareatprice;
  align-self: center;
  justify-self: start;
  text-decoration: line-through;
}

/*=========== END XEBEC CUSTOM VARIANT SELECTOR ============*/