/** Shopify CDN: Minification failed

Line 61:34 Expected identifier but found "!"
Line 297:0 Expected "}" to go with "{"

**/
.track-order-link {
  position: relative;
  display: flex;
  align-items: center;
}

.track-text {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  transition: 0.3s ease;
}

.track-order-link:hover .track-text {
  opacity: 1;
  visibility: visible;
}


/* footer margin css  */
footer {
    margin-top: 0px !important;
}



/* navbar bg design css  */
@media only screen and (min-width: 769px)
{
header-inner.d-flex.align-items-center {
    background-color: white;
    padding: 8px 26px;
    border-radius: 33px;
}
div#sticky-header {
    background-color: #c22331;
}

}




/* heading all home page after  and before line css is here  */
 .bls__section-heading.heading-border:before, .bls__section-heading.heading-border:after {
border-bottom: 3px solid #d94a5d; !important;
}


/* cart design collection and product  */
.bls__product-item.scroll-trigger.animate--slide-in.label-rounded-2.rounded.show__action-mobile {
    overflow: hidden;
}
.overflow-hidden {
    overflow: hidden;
  background-color: white;
}

.AirReviews-Widget .AirReviews-StarRatingWrapper {
    justify-content: center;}


.bls__sold-out-label{
    border-radius: 18px !important;

}


    /* test  */
 /* Product card image radius hard remove */
/* .bls__product-item, */
.bls__product-img,
.bls__product-main-img,
.bls__product-hover-img,
.bls__responsive-image,
.bls__responsive-image img,
.bls__product-main-img img,
.bls__product-hover-img img,
.bls__img-url {
    border-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

/* Extra safety */
.bls__product-img,
.bls__product-main-img,
.bls__product-hover-img {
    overflow: hidden !important;
}









/* =========================================================
   PRODUCT PAGE ONLY CSS
========================================================= */

.template-product{
/* pd title  */
h1.bls__product-title.mb-5{
    font-size:28px;
}
@media only screen and (max-width: 500px) {

    h1.bls__product-title.mb-5 {
        font-size: 22px;
    }
    
}


 /* AIR REVIEWS */
.AirReviews-Widget .AirReviews-StarRatingWrapper{
    display:flex !important;
    justify-content:flex-start !important;
}

.AirReviews-StarRatingWrapper{
    padding-bottom:24px !important;
}


/*PRODUCT PRICE*/
.bls__product-price{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    padding: 7px 0 !important;
}

.bls__product-price .price__regular.price.special-price{
    font-size:33px !important;
    font-weight:700 !important;
    color:#c22331 !important;
}

.bls__product-price .price__sale{
    display:flex !important;
    align-items:center !important;
    margin:0 !important;
}

.bls__product-price .price-item.compare-price{
    font-size:18px !important;
    font-weight:500 !important;
    text-decoration:line-through !important;
    text-decoration-thickness:2px !important;
}

@media only screen and (max-width: 500px) {
         .bls__product-price .price__regular.price.special-price{
            font-size: 25px;
         }
}

/* SOLD SECTION */
.text.primary-color{
    color:#000 !important;
    font-weight:500 !important;
    padding-bottom:4px !important;
}

.flex.align-items-center img.mr-5{
    display:none !important;
}

/* PRODUCT DESCRIPTION */
.bls__custom-text p{
    font-size:15px !important;
    padding-bottom:16px !important;
    font-weight:500 !important;
}

/* VARIANT / WEIGHT SWATCH */
.bls__option-swatch.bls_tooltip.relative.mr-10{
    background:#fff !important;
    border:1px solid #c22331 !important;
    color:#c22331 !important;
    font-weight:600 !important;
    border-radius:14px !important;
    cursor:pointer !important;
}
.bls__option-swatch.bls_tooltip.relative.mr-10:hover{
    border:1px solid #c22331 !important;
}
.bls__option-swatch.bls_tooltip.relative.mr-10.active{
    background:#c22331 !important;
    border:1px solid #c22331 !important;
    color:#fff !important;
}
span.swatch-attribute-label.heading-color,
span.swatch-selected-value{
    font-size:16px !important;
    font-weight:600 !important;
}

/*BUY NOW BUTTON */
button.shopify-payment-button__button.shopify-payment-button__button--unbranded{
    color:#fff !important;
    background:#139c7e !important;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover{
    color:#fff !important;
    background:#139c7e !important;
    border:none !important;
}

/* PRODUCT IMAGE 1:1 RATIO */
.gallery-img .bls__responsive-image.bls-image-js{
    --aspect-ratio:1/1 !important;
    aspect-ratio:1/1 !important;
}

/*MOBILE CSS*/
@media(max-width:767px){
.template-product .bls__product-price .price__regular.price.special-price{
    font-size:28px !important;
}
.template-product .bls__product-price .price-item.compare-price{
    font-size:16px !important;
}
}




/* ye start hai hover red css cart  */
  /* .bls__product-item{
    border-radius:14px !important;
    overflow:hidden !important;
    transition:all .3s ease !important;
    background:#fff !important;
}
.bls__product-item:hover{
    background:#cf1730 !important;
} 
.bls__product-item:hover .overflow-hidden,
.bls__product-item:hover .bls__product-details,
.bls__product-item:hover .bls__product-action,
.bls__product-item:hover .bls__product-price,
.bls__product-item:hover .bls__price{
    background:#cf1730 !important;
}

 .bls__product-img{
    background:#fff !important;
}

 
.bls__product-item:hover .bls__product-name a,
.bls__product-item:hover .price,
.bls__product-item:hover .price__regular,
.bls__product-item:hover .bls__product-price span{
    color:#fff !important;
}

 
.bls__product-item:hover button,
.bls__product-item:hover .btn,
.bls__product-item:hover .product-form__submit{
    background:#fff !important;
    color:#cf1730 !important;
    border-color:#fff !important;
}

 
.bls__product-item *,
.bls__product-item{
    transition:all .3s ease !important;
}   */

 

