/** Shopify CDN: Minification failed

Line 249:6 Expected ":"

**/
  
  .faq-checkbox {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .faq-title h2 {
    font-size: 1.5rem;
  }

  .faq-title p:last-child {
    margin-bottom: .5rem;
  }
  
  .tab {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid white;
  }
  
  .tab-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    font-weight: bold;
  }
  
  .tab-label:before, .tab-label:after {
    content: " ";
    width: 15px;
    height: 3px;
    position: absolute;
    top: 1.5rem;
    right: 0;
    background-color: #fff;
    transition: all 0.5s;
  }
  
  .tab-label:after {
    transform: rotate(90deg);
  }
  
  .tab-content {
    max-height: 0;
    padding: 0;
    transition: all 0.5s;
  }
  
  .tab-content p:last-child {
    margin-bottom: 0; 
  }
  
  .faq-checkbox:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0 0 1rem;
  }

  .faq-checkbox:checked ~ .tab-label:after {
    transform: rotate(-180deg);
  }


#insta-feed {
  margin-top: 0 !important;
  padding-top: 30px;
}
#insta-feed, .footer {
  background-color: #221AB1 !important;
}
.footer .footer__links h3 {
  font-size: 1rem;
}
  
.footer .footer__links .footer__navigation div {
  margin-bottom: .5rem;
}
.footer input {
  padding-right: 14px !important;
  padding-left: 14px !important;
}
.footer input:focus {
  background-color: #d4d3fc !important;
  transition: all .3s ease !important;
}
.footer button {
  transition: background-color .3s ease !important;
}
.footer-bottom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-bottom .footer-bottom__links {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-bottom .copyright,
.footer-bottom .footer-bottom__links a {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.footer-bottom .cc-image {
  margin-bottom: 1rem;
}

@media (max-width: 820px) {
  .footer-bottom .footer-bottom__links {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom .footer-bottom__links a {
    padding: .5rem;
  }
}
  


  .home-video__box .home-video__image {
    max-width: min(500px, 95%);
  }
  .home-video__box .page-title {
    z-index: -1;
  }
















.page-cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  text-align: center;
  background-color: #322ec1;
}
/* @media (max-width: 820px) {
	.home-video__box .text-centered {
		font-size: 7vw !important;
	}
} */
.page-cta-container {
  z-index: 1;
/*   background-color: rgba(50, 46, 193,.9); */
  background-color: rgba(34,26,177,.95);
}
.page-cta-content {
  max-width: 820px;
  margin: 0 auto;
}
.page-cta-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.page-cta-content .page-cta-title-image {
  width: 100%;
  max-width: 500px;
}
.page-cta-title.hidden {
  display: none;
}


.page-featured-collection {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
/*   background-color: #322ec1; */
  background-color: #221ab1;
}
.page-featured-collection__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  text-align: center;
  background-position: center;
  background-size: auto;
}
.page-featured-collection__item img {
  max-width: 100%;
}
.page-featured-collection__item .title {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: .5em;
}
@media (min-width: 821px) {
  .page-featured-collection {
    flex-direction: row;
    justify-content: center; 
  }
  .page-featured-collection__item {
    width: 50vw;
  }
}
@media (min-width: 1024px) {
  .page-featured-collection__item {
    width: 33.33333vw;
  }
}


.page-flex-grid-wrapper {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  background-color: #221ab1;
/*   background-color: #322ec1; */
}
.page-flex-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  min- height: 100vw;
  text-align: center;
  background-position: center;
  background-size: auto;
}
@media (min-width: 821px) {
  .page-flex-grid-wrapper {
    flex-direction: row;
  }
  .page-flex-item {
    width: 33.33333vw;
    min-height: 33.33333vw;
  }
}






.product-description.inherit-color {
  color: inherit;
  background-color: inherit;
}
@media screen and (max-width: 820px) {
  .product-description>.container>div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 821px) {
  .product-description>.container>div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-description>.container {
    padding-left: 0;
  	padding-right: 0;
  }
}


.commmon-uses .common-uses-img-wrapper {
	position: relative;
}
.commmon-uses.product__images a img {
  transition: all 1s ease-out;
  filter: brightness(75%);
}
.commmon-uses.product__images a:hover img {
  filter: brightness(100%);
}
.commmon-uses .image-alt-text {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (min-width: 821px) {
  .commmon-uses .image-alt-text {
	font-size: 2rem;
  }
}
@media screen and (max-width: 512px) {
  .commmon-uses.product__images-4 a {
    width: 100% !important;
  }
}
@media screen and (min-width: 513px) and (max-width: 1024px) {
  .commmon-uses.product__images-4 a {
    width: 50% !important;
  }
}


h2 {
	line-height: 1.2;
}
/* @media screen and (min-width: 821px) {
  .product-description>.container>div {
    padding-right: 2rem;
  }
  .product-description>.container {
  	padding-right: -2rem;
  }
} */


@media screen and (max-width: 820px) {
  .product-description>.container>div:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 821px) {
  .product-description>.container>div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-description>.container {
    padding-left: 0;
  	padding-right: 0;
  }
}


.home-video__box {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 820px) {
	.home-video__box .text-centered {
		font-size: 7vw !important;
	}
}
.home-video__box .topical-header__poster {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 55%;
    transition: opacity .6s ease-in-out;
}


  
@media screen and (max-width: 512px) {
  .topical_images.product__images-3 a {
    width: 100% !important;
  }
}
@media screen and (min-width: 513px) and (max-width: 1024px) {
  .topical_images.product__images-3 a {
    width: 33.3333% !important;
  }
}




.topical-video__box {
	width: 100%;
    position: relative;
	height: 56.25vw;
    overflow: hidden;
    background: black;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}
#topical-video__box {
	height: 0;
}
#topical-video__box.show {
	height: 56.25vw;
}
.topical-video__box #topical-video {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    transition: opacity .6s ease-in-out;
    z-index: 0;
}
.topical-video__box #topical-video.show {
    opacity: 1;
}
.topical-video__box .container {
	z-index: 1;
}


.wholesale-header {
	display: flex;
	align-items: center;
	justify-content: center;
}
.wholesale-header .wholesale-image {
    width: 100%;
}
@media only screen and (min-width: 821px) {
  .wholesale-header {
    margin-bottom: 3rem;
  }
}


  @media only screen and (min-width: 821px) {
    .run-line {
      display: none !important;
      
    }
  }




  .top-bar {
    background-color: white;
    z-index: 4;
  }
  .top-bar-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    background-color: white;
    color: #221ab1;
  }
  .social-links {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
  }
  .social-links a {
    font-size: 20px;
    margin-right: 15px;
    display: inline-block;
    color: #221ab1;
  }
  .top-line {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
  }
  .top-line-text p {
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
  }
  .nav-links {
    display: flex;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .nav-links > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-links a {
    margin-left: 16px;
    text-transform: uppercase;
    font-size: 15px;
/*     letter-spacing: .2em; */
    font-weight: 700;
    line-height: 20px;
    color: #221ab1;
  }
  @media only screen and (max-width: 820px) {
    .top-bar {
      margin-top: -9px;
    }
    .container.top-bar-wrapper {
      height: auto;
    }
    .top-line {
      display: none;
    }
    .nav-links {
      flex: 1;
    }
    .nav-links a {
      letter-spacing: 0;
    }
    .nav-links div:first-child a {
      margin-left: 0;
    }
    .social-links {
      flex: 0;
    }
  }
  @media only screen and (max-width: 1000px) {
    .nav-links, .social-links {
      flex: 0;
    }
    .top-line {
      flex: 1;
    }
  }
