/** Shopify CDN: Minification failed

Line 152:0 Unexpected "}"

**/
  .product.grid {
border: solid #ecd8bd;
  border-style: dashed;
  padding:10px;
  width:85%;
  margin-left: auto;
    margin-right: auto;
  
}


.featured-product .product__media-list {
  width: 70%;
   margin-bottom:-20px;
  margin-top:0px!important;
  margin-left: auto;
    margin-right: auto;
  margin-top: auto;
    margin-bottom: auto;
 }

@media screen and (max-width: 1200px) {
  .product.grid {
border: solid #ecd8bd;
  border-style: dashed;
  padding:10px;
  width:100%;
  margin-left: auto;
    margin-right: auto;
  
}
  
  }

@media screen and (max-width: 1200px) {
.featured-product .product__media-list {
  width: 60%;
margin-left: auto;
    margin-right: auto;
  }
  
}

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

.featured-product .product__media-list {
  width: 70%;
   margin-bottom:0px;
  margin-top:0px!important;
 }
}














@media (min-width: 750px) and (max-width: 950px)  {
.featured-product .product__media-list {
  width: 80%;
 
  
  
}
  }


.featured-product .product__modal-opener {
  margin-bottom: var(--media-shadow-vertical-offset);
}

.featured-product .product__media-item {
  padding-left: 0;
  width: 100%;
}

.featured-product .product__media-item:not(:first-child) {
  display: none;
}

.background-secondary .featured-product {
  padding: 2.5rem;
}

.featured-product .share-button:nth-last-child(2) {
  display: inline-flex;
}

.share-button + .product__view-details {
  display: inline-flex;
  float: right;
  align-items: center;
}

.share-button + .product__view-details::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 750px) {
  .featured-product .product__media-item {
    padding-bottom: 0;
  }

  .background-secondary .featured-product {
    padding: 0rem;
  }
}

@media screen and (min-width: 750px) {
  .background-secondary .featured-product:not(.product--no-media) > .product__info-wrapper {
    padding: 0 0 0 0rem;
    
  }

  .background-secondary .featured-product:not(.product--no-media).product--right > .product__info-wrapper {
    padding: 0 0rem 0 0;
     
  }

  .featured-product:not(.product--no-media) > .product__info-wrapper {
    padding: 0 0rem;
    
  }

  .background-secondary .featured-product {
    padding: 6rem 7rem;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 750px) 
.product__info-container {
    margin-right: 2000px!important;
}
}

