.selected-home-desktop-section,
.selected-home-mobile-section {
  margin-top: 1px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.selected-home-col {
  padding-left: 0.5px;
  padding-right: 0.5px;
}
.selected-products-all-link-container {
  display: block;
  visibility: visible;
  opacity: 1;
  margin-top: 32px;
}
.all-product-link.selected-products-all-link {
  display: block;
  font-family: "Gill Sans Nova Book", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}
/* Thumbnail Selected product home */
.product-miniature.product-selected-home-miniature {
  position: relative;
  display: block;
  margin: 0;
}
.selected-home-desktop-section .thumbnail-container.thumbnail-container-selected-home {
  margin-bottom: 52px;
}
@media(max-width: 991.98px) {
  .product-selected-home-miniature .thumbnail-container.thumbnail-container-selected-home {
    margin-bottom: 0;
  }
}
.product-selected-home-miniature
  .thumbnail-container.thumbnail-container-selected-home {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-selected-home-miniature .selected-home-product-thumbnail img {
  max-width: 100%;
  height: auto;
}
.product-selected-home-miniature
  .product-description.product-selected-home-description {
  height: 100%;
  width: 100%;
}
.product-selected-home-miniature .thumbnail-top.thumbnail-top-selected-home {
  position: relative;
}
.thumbnail-container-selected-home button.wishlist-button-add {
  position: absolute;
  top: 8px;
  right: 8px;
  height: auto;
  width: auto;
  min-width: unset;
  background: unset;
  border: unset;
  border-radius: unset;
  padding: 0;
  box-shadow: unset;
}
.product-selected-home-miniature
  .highlighted-informations.highlighted-informations-selected-home {
  width: 100%;
  bottom: -35px;
  height: fit-content;
  box-shadow: none;
}
.product-selected-home-miniature
  .highlighted-informations.no-variants.highlighted-informations-selected-home {
  width: 100%;
  bottom: -35px;
  height: fit-content;
  box-shadow: none;
}
.product-miniature
  .thumbnail-container:hover
  .highlighted-informations.no-variants.highlighted-informations-selected-home,
.product-miniature
  .thumbnail-container:hover
  .highlighted-informations.highlighted-informations-selected-home {
  bottom: 0;
}
.other-ProductImage {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms, visibility 600ms;
  transition: opacity 200ms, visibility 600ms;
}
a.thumbnail.product-thumbnail:hover .other-ProductImage {
  opacity: 1;
  visibility: visible;
}
.product-description.product-selected-home-description {
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 12px;
}
.product-title-selected-home,
.product-price-and-shipping-selected-home .price,
.product-price-and-shipping-selected-home .regular-price {
  font-family: "Gill Sans Nova Book", sans-serif;
  font-size: 12px;
  text-align: start;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 1;
  color: #333;
}
@media (min-width: 768px) {
  .product-title-selected-home,
  .product-price-and-shipping-selected-home .price,
  .product-price-and-shipping-selected-home .regular-price {
    font-size: 14px;
  }
}
