.product-label {
  display: inline-flex;    
}
.grid-item__content .collection--product-label{
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
}
.product-label img {
width: 56px;
}
.collection--product-label img {
width: 50px;
}
.upsell-product {
  display: flex;
  align-items: center;
}
 .more-detail {
   font-size: 12px;
   text-decoration: underline;
 }
 .form-add-on {
  margin-bottom: 1rem;
}
.upsale-product--dsc {
margin-left: 1rem;
}

.product--label-container.show-product-label {
display: inline-flex;
}
.product--data-label {
font-size: 11px;
}
.product-label a{
display: inline-flex;
}
.product-block--price {
display: flex;
align-items: center;
@media only screen and (max-width:768px){
  justify-content: space-between;
}
}
.product-block--price .variant__label {
margin-bottom: 0;
}
.collection--data-label {
display: inline-flex;
}
.grid-item__content .product-label {
  position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 2;
}
.collection--data-label a{
    font-size: 11px;
    z-index: 3;
    position: absolute;
    left: 9px;
    top: 3rem;
    background-color: #fff;
    padding:6px 8px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
}
.collection-grid .product-overlay svg {
  width:80px;
  height:80px;
}
.product--label-container {
display: flex;
flex-direction: column;
margin-left: 12rem;
}
.product-overlay {
  position: absolute;
  z-index: 3;
top: 0;
right: -3px;
}