/** Shopify CDN: Minification failed

Line 57:33 Expected ":"

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

h1, h2, h3, h4, h5, h5,
.h1, .h2, .h3, .h4, .h5 { 
  font-family: "none", sans-serif !important;
}

h1, h2, .h1, .h2 {
  font-weight: bold !important;
}

h1, .h1 {
  text-transform: uppercase !important;
}

.button {
  font-weight: bold !important;
}

/* DESKTOP NAV */

.header__primary-nav-item:nth-child(1) .mega-menu__linklist li:nth-child(1) .unstyled-list li:nth-child(1) .link-faded,
.header__primary-nav-item:nth-child(2) .mega-menu__linklist li:nth-child(2) .unstyled-list li:nth-child(3) .link-faded,
.header__primary-nav-item:nth-child(2) .mega-menu__linklist li:nth-child(3) .unstyled-list li:nth-child(7) .link-faded,
.header__primary-nav-item:nth-child(2) .mega-menu__linklist li:nth-child(5) .unstyled-list li:nth-child(5) .link-faded,
.header__primary-nav-item:nth-child(3) .mega-menu__linklist li:nth-child(2) .unstyled-list li:nth-child(3) .link-faded,
.header__primary-nav-item:nth-child(3) .mega-menu__linklist li:nth-child(3) .unstyled-list li:nth-child(8) .link-faded,
.header__primary-nav-item:nth-child(3) .mega-menu__linklist li:nth-child(5) .unstyled-list li:nth-child(5) .link-faded,
.header__primary-nav-item:nth-child(4) .mega-menu__linklist li:nth-child(4) .unstyled-list li:nth-child(4) .link-faded {
  display:block;
  margin: 5px 0 .25em;
}

/* MOBILE NAV */

.header-sidebar__footer {
  font-weight: bold;
}

.header-sidebar__linklist-button.h5,
.header-sidebar__back-button {
  font-weight: bold;
}

.header-sidebar__main-panel {
  display: flex;
  flex-direction: column;
  background-image: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;ƒ
}

.header-sidebar__collapsible-panel {
  background-image: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-sidebar__footer:before {
  background: none;
}

.header-sidebar__linklist-button.h5 {
  font-family: "none";
  font-size: 16px;
}

.header-sidebar__footer .text-with-icon {
  text-transform: uppercase;
  font-family: "none";
  font-size: 16px
}

.header-sidebar__back-button.h5 {
  text-transform: uppercase;
  font-family: "none";
  font-size: 16px
}


/* PRODUCT PAGE */

.features-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-block-start: 2em !important;
}
.features-row img {
  width: 60px;
}
.features-info {
  margin: 0;
  padding-left: 1em;
  margin-block-start: 0 !important;
}
.features-info h2 {
  font-size: 1em;
}
.features-info p {
  margin: 0;
  margin-block-start: 10px !important;
}
.sus-block .sus-title {
  margin: 2em 0 10px;
  font-size: 1em;
}
.sus-block p {
  margin-block-start: 0 !important;
  margin: 0 0 10px 0;
}
.accordion__toggle.h5 {
  font-size: 1.1em;
  font-family: "none" !important;
  text-transform: uppercase !important; 
}
.accordion__content.prose {
  padding-left: 1.5em !important;
}
.accordion__content.prose h2 {
  font-size: 1em !important;
}


.pswp__top-bar {
  top: 2em;
  bottom: auto;
  right: 2em;
  left: auto;
  justify-content: end;
}

/* COLLECTION PAGE */

.product-title {
  overflow-x: hidden;
}

.product-title.h1 {
  font-size: 12px;
  text-transform:uppercase;
  line-height:200%;
}

.product-title span.main-title {
  font-family: h5 !important;
  font-size: 16px;
  text-transform:none;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 10px;
}

.product-title span.title {
  text-wrap-mode: nowrap;
  text-wrap-style: nowrap;
  text-wrap: nowrap;
  color: #232323
}

.vendor {
  text-transform: uppercase !important;
  letter-spacing:.05em;
}

/* FOOTER */

.footer {
  background-image: url("/cdn/shop/files/footer-bg-mars.jpg?v=1715971236");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 70px);
  padding: 1px 0 0;
}
.footer .container {
  background-color: #eee;
  margin: 2% 2% 1% 2%;
  padding: 4%;
  border-radius: 30px;
  overflow: hidden;
  background-image: url("/cdn/shop/files/crag-bg-transparent.png?v=1700169138");
  background-position: 100% 100%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
.footer__block--links .h5 {
  font-family: "none";
  text-transform: uppercase; 
  font-weight: bold;
  font-size: 16px;
}

.social-media--list {
  color: #fff;
  justify-content: flex-end;
  padding-right: 3%;
}
.social-media--list .social-media__item {
    opacity: .9;
}
.social-media--list svg {
  width: 2.15em;
}

.footer__aside {
  position: absolute;
  bottom: 20px;
  left: 20px;
  
}
.footer__aside p {
  color: #fff !important;
  text-transform:uppercase;
  letter-spacing: .02em;
}

@media only screen and (max-width: 600px) {

  .footer {
    height: 100%;
    padding-bottom: 20vh;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-image: url("/cdn/shop/files/footer-bg-mars.jpg?v=1715971236");
  }
  .footer .container {
    background-size: 52.5% auto;
  }
  .social-media--list {
    justify-content: center;
    padding-right: 0;
  }
  
  .footer__aside {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .rebuy-cart__checkout-button {
  background-color: #45484b !important;  /* Dark gray from your brand */
  color: #fcf9f5 !important;             /* Off-white text */
  border: none !important;
  font-weight: bold;
}
  #cart-drawer .rebuy-button.rebuy-cart__checkout-button {
  background-color: #45484b !important;
  color: #fcf9f5 !important;
  border: none !important;
  font-weight: bold !important;
  display: inline-block !important;
}
  /* Force Rebuy Checkout Button to show correctly */
#cart-drawer .rebuy-button.rebuy-cart__checkout-button,
.rebuy-cart__checkout-button {
  background-color: #45484b !important;
  color: #fcf9f5 !important;
  border: none !important;
  font-weight: bold !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
}

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

.discount_cart_display .text-green {
    color: #6DA04A;
}

.discount_cart_display .text-subdued, .discount_cart_display .text-green {
    font-weight: 700;
}