/** Shopify CDN: Minification failed

Line 506:15 Expected identifier but found bad string token
Line 506:16 Unterminated string token

**/
:root {
  --color-red: #CC0000;
  --color-yellow: #FFE512;
  --color-white: #ffffff;
  --color-black: #121212;
}

.relative {
  position: relative;
}

.a-center {
  text-align: center;
  justify-content: center;
}

.button {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  /* 93.75% */
  /* letter-spacing: 0.8px; */
  text-transform: uppercase;
}

.button--red {
  background-color: var(--color-red);
  color: var(--color-white);
  box-shadow: none;
}

.button--red:before,
.button--red:after {
  border-color: var(--color-red);
  box-shadow: none !important;
}

.button--red:hover:before,
.button--red:hover:after {
  border-color: var(--color-red);
  box-shadow: none !important;
}

.button--yellow {
  background-color: var(--color-yellow);
  color: var(--color-black);
  box-shadow: none;
}

.button--yellow:before,
.button--yellow:after {
  border-color: var(--color-yellow);
  box-shadow: none !important;
}

.button--yellow:hover:before,
.button--yellow:hover:after {
  border-color: var(--color-yellow);
  box-shadow: none !important;
}

.flex {
  display: flex;
}

.header__icon,
.header__icon--cart .icon {
  width: 2.4rem;
  height: 2.4rem;
}
details[open]>.header__menu-item {
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.83rem;
}

.header__menu-item:hover,
.header__menu-item:hover span {
  color: var(--color-yellow);
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-decoration-thickness: auto;
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.83rem;
}

.header__menu-item .header__active-menu-item,
.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: .4rem;
}

.header__menu-item:hover span,
.header__menu-item span {
  text-underline-offset: 0.8rem;
}
.header__icons {
  gap: 2rem;
}

.header__menu-item span {
  letter-spacing: 0px;
  font-weight: 600;
}
.header__heading-link {
  margin-left: 20px;
  margin-top: 16px;
}

.header__phone > span > a[href^=tel] {
  color: rgba(var(--color-foreground), 0.75);
  text-decoration: none;
}

.card {
  padding: 2px;
}

.card__media .media img {
  object-fit: contain;
  background-color: white;
}

.card__information {
  height: 106px;
}
.card__heading {
  height: 40px;
  overflow: hidden;
  font-size: 14px;
}

.card__product-name {
  height: 20px;
}

.product-description-open > p > a {
  color: var(--color-red);
}

/* PDP Request A Quote Button */
#shopify-block-ANUZjNkp1RWhrWkkrS__quotify_button_mwMTed {
  margin-top: -16px;
  padding-bottom: 16px;
}

/* .klaviyo-form-RwDeNP > div > form > div > div > div:first-child {
  flex: 2 0 0px !important;
} */

.klaviyo-form-RwDeNP > div > form > div > div > div:nth-child(2) {
  width: 130px !important;
  flex: none !important;
}

@media screen and (min-width: 990px) {
  .header__icons {
    padding-right: 40px;
    gap: 30px;
    align-items: center;
  }

  .header {
    padding: 0 !important;
    /* margin-top: 4px; */
  }

  .header__heading-link {
    padding-left: 40px;
  }

  .header__inline-menu {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 44px;
    align-self: stretch;
    background-color: var(--color-red);
    color: var(--color-white);
  }

  .header__menu-item {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 100% */
    /* letter-spacing: 0.8px; */
    color: var(--color-white);
    text-transform: uppercase;
  }

  .header__menu-item span,
  .header__menu-item:active span {
    color: var(--color-white);
    text-decoration: none;
  }

  .header__menu-item:hover,
  .header__menu-item:hover span {
    color: var(--color-yellow);
  }

  #HeaderMenu-request-a-quote:hover,
  .request-quote:hover {
    transform: translateY(1px);
  }

  .search-modal__form input {
    display: flex;
    width: 350px;
    height: 40px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;

    border-radius: 30px;
    border: 1px solid var(--color-red);
    background: #FFF;
    /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;*/
  }

  .search-modal__form input,
  .search-modal__form .field__label,
  .search-modal__form input::placeholder {
    font-size: 12px;
    min-width: 300px;
    font-style: normal;
    font-weight: 400;
    line-height: 2 !important;
    letter-spacing: 0.28px;
  }

  .search-modal__form .field__input:focus {
    outline: none;
    box-shadow: none;
    border-radius: 30px;
  }
}

.menu-drawer__menu .list-menu__item {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  /* letter-spacing: 0.8px; */
  color: var(--color-white);
  text-transform: uppercase;
}


#HeaderMenu-sale span,
.menu-drawer__menu #HeaderDrawer-sale.list-menu__item {
  color: var(--color-yellow);
}

#HeaderMenu-request-a-quote,
.request-quote {
  border-radius: 30px;
  background: var(--color-yellow);
  /* box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25); */

  display: flex;
  height: 40px;
  padding: 10px 40px;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.menu-drawer__menu #HeaderDrawer-request-a-quote {
  display: none;
}

#HeaderMenu-request-a-quote span,
.menu-drawer__menu #HeaderDrawer-request-a-quote,
.request-quote {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  /* letter-spacing: 0.8px; */
  color: var(--color-black);
}

.header__phone {
  display: flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  gap: 23px;
  align-self: stretch;
}

.header__phone span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 21px */
  /* letter-spacing: 0.28px; */
}

.header__heading-logo-wrapper {
  display: flex; 
  width: 440px; 
  margin-top: -10px;
}

.header-store-name {
  text-transform: uppercase; 
  margin-left: 20px; 
  color: var(--color-red); 
  font-size: 30px; 
  font-weight: 700;
  font-family: 'Metropolis', 'Poppins', sans-serif;
  letter-spacing: 0.28px;
}

@media screen and (max-width: 1192px) {
  .header__heading-logo-wrapper {
    width: auto;
  }
  .header__heading-logo {
    width: 140px; 
  }
  .header-store-name {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .contact-us-section .newsletter__wrapper {
      flex-direction: column;
    }
  
    .newsletter__subheading {
      text-align: left;
    }
  
    .contact-us-section .phone-wrapper {
      justify-content: center;
      text-align: center;
    }
  .header__phone {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    gap: 6px;
    background-color: var(--color-white);
  }

  .request-quote {
    margin-left: 17px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 18px */
    /* letter-spacing: 0.6px; */
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 20px;
  }

  .header__heading-logo {
    min-width: 140px;
  }
  
.quotes {
  top: 0;
}
}
.card__information {
  grid-row-start: 1 !important;
}
.product-form__buttons {
  max-width: 100% !important;
}
.product__sku {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  /* letter-spacing: 0.8px; */
  color: #121212;
}

.product__title h1, .product__title h2 {
  color: #121212;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 135% */
}

.price__regular .price-item {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.quantity__label {
  color: var(--Text-color-Default-text, #121212);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.33px;
  text-transform: uppercase;
}

.quantity::after {
  box-shadow: none;
  border: 1px solid var(--color-red);
  border-radius: 40px;
}

.product .price .badge {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.33px;
  text-transform: uppercase;
  background: unset;
  color: #121212;
  margin-bottom: 0 !important;
  padding: 0 !important;
  order: 0;
}

.price.price--large.price--show-badge {
  display: flex;
  align-items: center;
  gap: 13px;
}

.price.price--large.price--show-badge .price__container {
  order: 1;
}

.price--sold-out .price__badge-in-stock {
  display: none;
}

.footer-block__newsletter {
  text-align: left !important;
  width: 100% !important;
}

.footer-block__details-content {
  font-size: 14px;
}

/* .newsletter-form {
  margin: unset !important;
} */

/* .list-social {
  margin-top: 40px !important;
} */


/* @media screen and (min-width: 990px) {
  .list-social {
    justify-content: flex-start !important;
  }
} */

.list-social__link:first-child {
  padding-left: 0 !important;
}

.klaviyo-form-RwDeNP {
  width: 100%; 
  flex: 1 0 0px;
  padding-right: 50px;
}

.footer-block__newsletter-text {
  flex: 1 0 0px;
}

.footer-block__newsletter .footer-block__heading {
  color: rgba(var(--color-foreground), 0.75);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 172%;
  align-content: center; 
  justify-self: end; 
  text-transform: uppercase;
  height: 100%;"
  /* 27.52px */
  /* letter-spacing: 0.64px; */
}

.footer__content-bottom {
  padding-top: 0 !important;
}

.contact-us-section .newsletter__wrapper {
  display: flex;
  align-items: center;
}

.mega-menu__list {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.mega-menu__link:hover {
  text-decoration: underline !important;
}

.mega-menu__link--active {
  text-decoration: none !important;
}

.banner__richtext h1,
.banner__richtext h2,
.banner__richtext h3,
.banner__richtext h4,
.banner__richtext h5 {
  font-weight: 400 !important;
  margin: 0;
}

.banner__richtext h1 strong,
.banner__richtext h2 strong,
.banner__richtext h3 strong,
.banner__richtext h4 strong,
.banner__richtext h5 strong {
  font-weight: 700 !important;
}
@media screen and (max-width: 989px) {
  .banner--mobile-bottom .slideshow__text .button {
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
  .banner__buttons {
    max-width: 60rem !important;
  }
}

.multicolumn-card .rating {
  display: flex;
  gap: 6px;
  list-style: none;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 0;
}

.author {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  /* letter-spacing: 0.42px; */
  margin-top: 20px !important;
}
.slider-counter span {
  color: #202020;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
}

.slider-button .icon {
  height: 20px !important;
}

.price .price-item {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
}

.price .price-item--sale {
  color: var(--color-red);
}

.icon-with-text .multicolumn-card.content-container {
  display: flex;
  /* flex: 1 2 auto; */
  justify-content: center;
  align-items: center;
}

.icon-with-text .multicolumn-card.content-container .multicolumn-card__image-wrapper .media {
  width: 70px;
  height: 70px;
  margin: 0 auto !important;
}

.icon-with-text .multicolumn-card.content-container .multicolumn-card__image-wrapper .media>img {
  object-fit: contain !important;
  max-width: 80% !important
}

.icon-with-text .multicolumn-card__info {
  padding: 0 !important;
  min-width: 80%;
  margin-left: 10px;
}

.icon-with-text .multicolumn-list {
  gap: 0;
  justify-content: center;
}

.icon-with-text .multicolumn-list li {
  padding-left: 50px;
  padding-right: 50px;
}

/* @media screen and (min-width: 990px) {
    .icon-with-text .multicolumn-list li:first-child {
    padding-left: 0 !important;
  }
  
  .icon-with-text .multicolumn-list li:last-child {
    padding-right: 0 !important;
  }
}
 */
.icon-with-text .multicolumn-card.content-container .multicolumn-card__image-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
}

.icon-with-text .multicolumn-list p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  /* letter-spacing: 0.42px; */
}

@media screen and (max-width: 989px) {
  .icon-with-text .multicolumn-list p {
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    /* 116.667% */
    text-transform: capitalize;
  }

  .icon-with-text .multicolumn-list {
    row-gap: 23px;
  }

  .icon-with-text .multicolumn-list li {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* .icon-with-text .multicolumn-card__info {
    min-width: 107px;
  } */

  .icon-with-text .multicolumn-card.content-container .multicolumn-card__image-wrapper .media {
    width: 52px;
    height: 52px;
  }

  /* .footer-block__newsletter .footer-block__heading {
    justify-self: center;
  }
  
  .footer-block__newsletter-text {
    flex: 2 0 0px;
  } */
  
  /* .klaviyo-form-RwDeNP {
    flex: 3 0 0px;
    padding-right: 10px;
  } */
}

@media screen and (max-width: 749px) {
  .icon-with-text .multicolumn-list p {
    text-align: left;
    font-size: 12px !important;
  }

  /* .klaviyo-form-RwDeNP {
    flex: 1 1 100% !important;
  } */
  
  /* .footer-block__newsletter-text {
    flex: 1 1 100% !important;
    padding: 0;
  } */

  #Banner-template--17676142739606__image_banner_7CxVac {
    background: #000000;
    background: linear-gradient(53deg, #391E02 2%, #010101 25%, #010101);
    padding: 30px;
  }

  #Banner-template--17676142739606__image_banner_7CxVac > .banner__media {
    display: none;
  }
}

/* KLAVIYO STYLES */
/* FOOTER FORM */
/* 
@media screen and (min-width: 990px) {
  .klaviyo-form.klaviyo-form.klaviyo-form {
    width: 25%;
  }
}

.klaviyo-form-V5EEvj .needsclick.klaviyo-form {
  padding: 0 !important;
  margin: 0 !important;
}

.klaviyo-form-V5EEvj .needsclick.kl-private-reset-css-Xuajs1,
.klaviyo-form-V5EEvj .needsclick.kl-private-reset-css-Xuajs1 {
  padding: 0 !important;
  margin: 0 !important;
}

.klaviyo-form-V5EEvj input.needsclick.go879412718.kl-private-reset-css-Xuajs1 {
  padding: 0 0 0 16px !important;
  margin: 0 !important;
}

.klaviyo-form-V5EEvj .kl-private-reset-css-Xuajs1.go3176171171 {
  margin-bottom: 10px !important;
}

.klaviyo-form-V5EEvj button.needsclick.kl-private-reset-css-Xuajs1 {
  position: absolute;
  right: 11px;
  top: -34px;
  width: 20px !important;
  height: 20px !important;
  font-size: 0 !important;
}

.klaviyo-form-V5EEvj button.needsclick.kl-private-reset-css-Xuajs1::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" transform="translate(0.253906 0.952637)" fill="%23121212"/><path d="M11.7909 6.76221C11.8223 6.68598 11.8721 6.6187 11.9358 6.56635C11.9995 6.514 12.0751 6.47822 12.156 6.46219C12.2368 6.44615 12.3204 6.45036 12.3993 6.47444C12.4781 6.49853 12.5498 6.54173 12.6079 6.60021L16.6079 10.6002C16.6545 10.6467 16.6914 10.7018 16.7166 10.7626C16.7418 10.8233 16.7548 10.8884 16.7548 10.9542C16.7548 11.02 16.7418 11.0851 16.7166 11.1458C16.6914 11.2066 16.6545 11.2618 16.6079 11.3082L12.6079 15.3082C12.514 15.4021 12.3867 15.4548 12.2539 15.4548C12.1211 15.4548 11.9938 15.4021 11.8999 15.3082C11.806 15.2143 11.7533 15.087 11.7533 14.9542C11.7533 14.8214 11.806 14.6941 11.8999 14.6002L15.0469 11.4542H4.25391C4.1213 11.4542 3.99412 11.4015 3.90035 11.3078C3.80658 11.214 3.75391 11.0868 3.75391 10.9542C3.75391 10.8216 3.80658 10.6944 3.90035 10.6007C3.99412 10.5069 4.1213 10.4542 4.25391 10.4542H15.0469L11.8999 7.30821C11.8297 7.23826 11.7818 7.14901 11.7624 7.05179C11.743 6.95457 11.7529 6.85378 11.7909 6.76221Z" fill="white"/></svg>') no-repeat !important;
} */

.reviews-table {
  border-spacing: 10px;
}

table.reviews-table td {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, .25);
}

.prefooter-banner-container {
    background-image: url('/cdn/shop/files/keyboard.jpg?v=1740182698');
    background-size: cover;
    height: 300px;
    display: flex;
    flex-direction: row;
}
.prefooter-section-1 {
    flex: 1 0 0px;
    align-self: center;
    padding-left: 40px;
}

.prefooter-section-2 {
    flex: 1 0 0px;
    align-self: center;
    padding-left: 40px;
}

.prefooter-title {
  letter-spacing: 0px;
  font-size: 28px;
  font-weight: 500;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}

.prefooter-phone {
  display: flex;
  align-items: center;
}

.outer-container1 {
      display: flex;
      flex-direction: column;
      gap: 24px;
      max-width: 800px;
      margin: auto;
    }

.flex-container1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.image-div1 {
  flex: 0 1 auto;
  max-width: 100%;
  align-self: flex-start;
    justify-content: center;
}

  .image-div1 img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .text-div1 {
    flex: 1;
    min-width: 200px;
  }

@media screen and (max-width: 989px) {
  .prefooter-section-1 {
      flex: 0;
  }
  .prefooter-section-2 {
    padding: 0rem 2rem 2rem 2rem;
    text-align: center;
    margin: auto;
  }
  .prefooter-banner-container {
    background-color: #f7f7f7;
    background-image: none;
    flex-direction: column;
    height: auto;
    padding: 48px 0px;
  }

  .prefooter-phone {
    justify-content: center;
  }
}

.desktop-localization-wrapper {
  display: none !important;
}

.stamped-pagination > li > a {
  color: var(--color-red);
}
