/** Shopify CDN: Minification failed

Line 134:1 Expected "}" to go with "{"

**/
/* Use this file to add custom css to the theme. */
.collection-list-grid__title, .collection-list-grid__product-count, .product-item__details,
.product-item__details .price,
.spr-badge {
  text-align: center;
  align-items: center;
}
    
body.template-product .spr-starrating {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
    
.product-form__submit-button-wrapper .product-form__cart-submit {
    background-color: #21454E;
    color: #fff !important;
    transition: all ease-in-out .3s;
}

.product-form__submit-button-wrapper .product-form__cart-submit:before {
  display: none !important;
}

.product-form__submit-button-wrapper .product-form__cart-submit:hover,
.product-form__submit-button-wrapper .product-form__cart-submit:focus {
  background-color: #4c6870;
}
.option-isgift{
  margin: 20px 0;
}
.option-isgift input[type=checkbox]{
  visibility: hidden;
  position: absolute;
}
.option-isgift label{
  padding-right: 60px;
  display: block;
  position: relative;
}
.option-isgift label:after{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #dedede;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.option-isgift input[type="checkbox"]:checked ~ label:before{
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  transform: translateY(-75%) rotate(-45deg);
  transform-origin: center;
  right: 7px;
  top: 50%;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
}

.nav__item-sale a{
  color: #dd2200!important;
  font-weight: bold;
}
.product__price_sale{
  color: #dd2200!important;
}

.product-item__details .price--listing dl{
  margin-right: 0;
  gap: 5px;
}
.product-item__details .price--listing dl dd{
  margin-right: 0;
}

.shipping_more_span{
  display: flex;
  align-items: center;
  gap: 5px;
}
.shipping_more_span .variant-popup__trigger{
  border: 1px solid;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 768px){
  .mobile-product_header{
    display: block!important;
  }
  .product__meta-inner .product-form__inner .product__title{
    display: none!important;
  }
  .product__meta-inner .product-form__inner .product__price{
    display: none!important;
  }
  .product__meta-inner .product-form__inner .review_rating_snippet,
  .product__meta-inner .product-form__inner .shipping_more{
    display: none!important;
  }
  .mobile-product_header .shipping_more{
    margin-top: -10px;
  }
}

.similar_products{
  margin: 20px 0;
}
.similar_products a{
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 4px;

  a.header__menu-item[href="/collections/sale"] {
    color: red !important;
}