.sterntaler-lookbook-slider {

  .title-wrapper {
    .button {
      margin-top: 2rem;
    }
    img {
      margin-right: 1rem;
    }
  }
  
  padding: 24px 0;

  .swiper {
    margin: 0 -6px;
  }
 .swiper-wrapper{
       padding: 0;
     .swiper-slide {
       height: 100%;
     }
  }
}

.sterntaler-lookbook-item {
  display: block;
  padding: 0.1rem;
  border-radius: 16px;
  display: flex;
  text-decoration: none;
  gap: 16px;
  box-sizing: border-box;
  height: 100%;
  position: relative;

  .sterntaler-lookbook-hotspot {
    position: absolute;
    cursor: pointer;
  }

  .sterntaler-lookbook-item-image {
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    > img {
      object-fit: contain;
      width: 100%;
      height: 100%;
    }
  } 
}

.sterntaler-lookbook-grid {
  padding: 0 0 64px;
}