.collection-card__bottom {
   display: flex;
   justify-content: space-between;
   gap: 10px;
}

.collection-card__colors {
   display: flex;
   align-items: center;
   gap: 2px;
}

.collection-card__color {
   --size: 20px;
   width: var(--size);
   height: var(--size);
   flex: 0 0 var(--size);
   border: 1px solid #dadada;
   border-radius: 50%;
   position: relative;
}

.collection-card__img {
   /* padding-bottom: 110%; */
}

.collection-card__img span {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-position: 0 0;
   background-size: cover;
   filter: blur(15px);
   /* background: #e6e6e6; */
}

.product-colors__color label span {
   background: var(--color-round) !important;
}

.contacts-block .social a {
   transition: all 0.3s;
}

.single-product-image__img {
   img {
      width: 100% !important;
      height: 100% !important;
   }
}


@media (max-width: 48em) {
   .hero__content {}

   .hero-content {
      min-height: 310px;
   }

   .hero-content__bottom p {
      display: none;
   }
}

.single-product__body {
   /* grid-template-columns: 0.6fr 1fr; */
   column-gap: 30px;
}

.product-slide__img img {
   /* object-fit: cover !important; */
}


.product-slider .product-slide__img {
   padding-bottom: 120%;
}

.not-found {}

.not-found__container {}

.not-found_body {
   padding: 12vh 0 25vh 0;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   text-align: center;
   line-height: 1.2;
}

.not-found_body h1 {
   font-size: 150px;
   font-weight: 700;
}

.not-found_body p {
   font-size: 20px;
   font-weight: 500;
}

@media (max-width: 478px) {
   .not-found_body h1 {
      font-size: 100px;
   }

   .not-found_body p {
      font-size: 18px;
   }
}