 .product-logo {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .product-logo-box {
     padding: 0 20px;
 }

 .product-logo-img {
     width: auto;
     height: auto;
 }

 .product-logo-next {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .product-logo-two {
     width: 32px;
     height: 32px;
 }

 .product-logo-font {
     padding: 0 5px;
     display: flex;
     -webkit-box-pack: center;
     justify-content: center;
     font-weight: 400;
     font-size: 18px;
     line-height: 20px;
     -webkit-box-align: center;
     align-items: center;
     margin: 15px 0;
 }

 .product-logo {
     margin-top: 20px;
 }

 .product-logo-text {
     display: none;
 }

 .collection-hero__no-cover.collection-hero-new {
     display: flex;
     justify-content: center;
 }

 .collection-hero__title.new-collection-hero__title {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 32px;
     font-style: normal;
     font-weight: 700;
     line-height: 40px;
 }

 @media (max-width:767px) {
     .product-logo-text {
         display: block;
         position: absolute;
         left: 10px;
         color: #3d4043;
         font-weight: 600;
         font-size: 18px;
         font-family: Arial, Helvetica, sans-serif;
     }
 }

 @media (max-width:979px) {
     .collection-hero__title.new-collection-hero__title {
         margin-left: 10px;
         margin-bottom: 10px;
         text-transform: capitalize;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 20px;
         font-style: normal;
         line-height: 28px;
         font-weight: bold;
         position: absolute;
         left: 0;
         bottom: -18px;
     }
 }