/** Shopify CDN: Minification failed

Line 107:25 Expected ":"

**/
/* Place any CSS overrides in this file. */

/* General */
.btn,
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  font-weight: bold;
}
.rte.grid__item--page p {
  margin-bottom: 1em !important;
}

/* Nav */
.top-links ul.site-nav {
  column-gap: 20px;
}
.mega-menu-wrapper .inner .h4.mega-menu-link--title,
.mega-menu-wrapper .inner .h5 {
  font-weight: bold;
}
.site-nav__dropdown {
  background: #111;
}

/* Nav - Above */
.site-header.logo_above {
  .site-title {
    padding: 5px 0 0 0;
  }
  .site-header__wrapper__left {
      display: none;
  }
  .site-header__wrapper__center {
    align-self: flex-start;
    justify-self: flex-start;
    grid-column: 1 / 2;
  }
  .site-header__nav-standalone {
      margin: 0;
  }
}
.site-header .site-header__nav-standalone {
  justify-content: start;
}
/* collections */
.collection-wrapper,
.collection-wrapper.wrapper {
    background: #f3f3f3;
}

/* Product cards */
product-recommendations.product-recommendations {
  background: #f3f3f3;
}
.grid-view-item-image {
  padding: 10px;
  background: #fff;
}
.product-grid--title.product-grid--title-font-heading {
  font-style: normal;
  font-weight: bold;
  line-height: 1.2;
}
.card-color-swatch--inner.non-focusable,
.swatch-element.soldout {
    opacity: 50%;
    pointer-events: none;
}
/* PDP */
.product-details-product-title {
  font-style: normal;
}
.product-details-wrapper {
  background: #f3f3f3;
  padding: 30px;
}
.product-details-wrapper .text-link-animated a {
  color: #000;
  background-image: linear-gradient(
      to top,
      var(--text-color) 0,
      var(--text-color) 0
    ),
    linear-gradient(to top, currentColor 0, currentColor 0);
}
.product-details-wrapper .responsive-image-wrapper {
   background: #fff;
 }
.grid-view-item-image .responsive-image-wrapper img,
product-media.media-type-thumbnails .media-ratio--square, 
product-media.media-type-thumbnails .media-ratio--tall, 
product-media.media-type-thumbnails .media-ratio--wide {
    object-fit: contain !important;
}

/* Custom pages */
#faqs, #shipping-policy, #sizing, #refund-policy  {
  background: #000;
  color: #fff;
  .rte a,
  .text-link-animated a {
    color: inherit;
    text-decoration-color #fff;
    background-image: linear-gradient(to top, color(srgb 255 255 255 / 0.5) 0px, color(srgb 255 255 255 / 0.5) 0px), linear-gradient(to top, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  }
}
/* brands */
.brands-page {
  background: #000;
  color: #fff;
  a {
      color: #bbb;
  }
  .product-card__image {
    /* margin-bottom: 10px; */
  }
  .grid__item {
    border: 1px solid #333;
    margin: 0 !important;
    /* margin-bottom: 30px; */
    .product-title {
      color: transparent;
      transition: all .3s ease;
      display: none;
    }
    :hover > .product-title {
      color: #fff;
    }
  }
}