/** Shopify CDN: Minification failed

Line 203:0 Expected "}" to go with "{"

**/
.banner-video {
  position: relative; 
  overflow: hidden; 
  width: 100%; 
}
@media screen and (min-width:990px){
  .banner-video{
    height:550px;
  }
}
.card-information {
  align-items:center !important;
}
@media screen and (min-width: 750px) {
    .rich-text__blocks {
        max-width: 129rem !important;
    }
}

.price--large{
  font-size:24px !important;
}
/* Extra CSS for Product Info */
.p-title {
  font-size: 28px;
}
.price .price-item {
  font-weight: 700;
}
.product__sku:before {
  content: "SKU:";
}
.card-price:before{
  content:"from";
  font-size:12px;
  font-weight:700;
  padding-top:4px;
  padding-right:4px;
}

.card-rating{
  justify-self:center !important;
}
.card-wrapper .rating-star{
  --font-size:2.1 !important;
  --color-rating-star: #ED3030 !important;
}

.product__sku  {
  font-size: 12px;
}

.product-form__quantity .form__label {
  font-size: 16px !important;
}
.price-box {
  display:inline-flex;
  margin-top:20px;
}
#price-label {
  margin:auto;
}

@media screen and (max-width: 749px) {
    .grid--peek.slider .grid__item:first-of-type {
      margin-bottom:10px;
    }
}
 .product__info-container>*+* {
   margin:0px !important;
 } 

.card__content .price .price-item {
  font-size: 18px !important;
  font-weight: 700;
}
.card__content .price {
  display: flex;
  justify-content: center;
}

.mobile__product_title {
  margin-bottom: 12px;
  margin-left:15px !important;
}

#price--large {
  display:-webkit-inline-box !important;
}
.product__title>* {
  font-size:28px !important;
  font-weight:700 !important;
}

.newsletter-form__field-wrapper .field label{
  color:white !important;
}

@media only screen and (min-width: 768px) {
  .mobile__product_title {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .p-title {
    font-size: 20px;
  }
  .price .price-item {
    font-size: 20px;
  }

  .product_price:not(.mobile__product_title > .product_price) {
    display: none;
  }

   .product__title:not(.mobile__product_title > .product__title) {
    display: none;
  }

  .header__heading-logo-wrapper > img {
    width: 120px;
  }
}

.card__content,
.card-information {
  text-align: center;
}

.poll-frame.zigpoll-shopify-checkout-page,
.frame-content,
div.footer {
  display: none;
}
.card__heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pagination__list a {
  font-size: 20px !important;
  border: 1px solid;
}
.card__badge {
  display: none;
}
.announcement-bar__message {
  font-weight: 600;
  font-size: 13px;
}


.installment {
  display: none;
}


.product-popup-modal__opener {
  margin: -10px 0px -10px 0px;
}
.thumbnail-slider {
  display: none !important;
}
.product__tax,
.slider-buttons {
  display: none !important;
}


/* Read more button code */
#more {
  display: none;
}
#myBtn {
  color: #ed0303;
}
#myBtn:hover {
  text-decoration: underline;
}

/* gift card pills */
#tobehidden {
  display: none !important;
}

@media only screen and (min-width: 750px) {
  h1, .h1 {
    font-weight:700;
  }
  .collection-hero__description {
    max-width:100% !important;
  }

