#resleep .img-top img {
  max-height: 21vw;
  object-fit: cover;
}
#resleep .img-top .content {
  top: 60%;
}
#resleep .img-top .content h1 {
  text-transform: uppercase;
}
#resleep .contain-top {
  display: flex;
  width: 100%;
  padding: 40px 144px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  bottom: 62px;
}
#resleep .contain-top .card {
  display: flex;
  width: 100%;
  padding: 24px 40px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 25px 0 rgba(12, 12, 13, 0.05);
}
#resleep .contain-top .card .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
#resleep .contain-top .card .item p {
  color: #0C0C0D;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#resleep .contain {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 40px;
}
#resleep .contain .block-discover {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin-top: -40px;
  padding: 40px 144px 0;
}
#resleep .contain .block-discover .title {
  color: #0C0C0D;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
#resleep .contain .block-discover div {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 10px;
  background: #AABE96;
}
#resleep .contain .block-discover div h3 {
  margin: 0;
  color: #0C0C0D;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
#resleep .contain .block-discover div p {
  color: #0C0C0D;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#resleep .contain .block-discover a {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #FFFFFF;
  background: #0C0C0D;
}
#resleep .contain .block-discover a span {
  display: block;
  padding: 0 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#resleep .contain .block-detail {
  display: flex;
  padding: 0 144px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
#resleep .contain .block-detail img {
  width: 100%;
}
#resleep .contain .block-detail video {
  width: 100%;
  border-radius: 10px;
}
#resleep .contain .block-detail .mobile {
  display: none;
}
#resleep .contain .block-products {
  display: flex;
  padding: 40px 64px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
#resleep .contain .block-products .product {
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#resleep .contain .block-products .product .card-img-top {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
#resleep .contain .block-products .product .card-img-top .product-thumbnail {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  height: auto;
}
#resleep .contain .block-products .product .contain_product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  color: black;
}
#resleep .contain .block-products .product .contain_product .name_product {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
}
#resleep .contain .block-products .product .contain_product .name_product .name {
  overflow: hidden;
  color: #0C0C0D;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}
#resleep .contain .block-products .product .contain_product .name_product .flag-is-in-stock {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
#resleep .contain .block-products .product .contain_product .name_product .flag-is-in-stock .in-stock {
  background: #00a809;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
#resleep .contain .block-products .product .contain_product .description_product {
  overflow: hidden;
  color: #888891;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  align-self: stretch;
  margin-bottom: 8px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#resleep .contain .block-products .product .contain_product .price_product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 8px;
}
#resleep .contain .block-products .product .contain_product .price_product .price {
  color: #0C0C0D;
  text-align: right;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
#resleep .contain .block-products .product .contain_product .flag-is-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
#resleep .contain .block-products .product .contain_product .flag-is-new .new {
  position: inherit !important;
  border: none;
  background: #F5222D;
  width: 65px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  gap: 5px;
  color: #FFFFFF;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
#resleep .contain .block-products .product:hover {
  text-decoration: none;
}
#resleep .contain .block-video {
  display: flex;
  padding: 0 144px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  gap: 10px;
}
#resleep .contain .block-video video {
  width: 100%;
  border-radius: 10px;
}
#resleep .contain .block-video .mobile {
  display: none;
}
#resleep .contain .block-video p {
  color: #0C0C0D;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
#resleep .contain .block-question {
  display: flex;
  padding: 0 144px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
#resleep .contain .block-question .card-question {
  border-radius: 10px;
  border: 1.5px solid #888891;
  background: #FFF;
  box-shadow: 0 0 25px 0 rgba(12, 12, 13, 0.05);
  height: 322px;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#resleep .contain .block-question .card-question .img-question {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#resleep .contain .block-question .card-question .img-question .mobile {
  display: none;
}
#resleep .contain .block-question .card-question .img-question img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
#resleep .contain .block-question .card-question .text-question {
  display: flex;
  width: 552px;
  height: 322px;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}
#resleep .contain .block-question .card-question .text-question h3 {
  margin: 0;
  color: #0C0C0D;
  font-family: "Hanken Grotesk", sans-serif;
  align-self: stretch;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
#resleep .contain .block-question .card-question .text-question p {
  color: #0C0C0D;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#resleep .contain .block-question .card-question .text-question a {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: #0C0C0D;
  color: #FFFFFF;
  cursor: pointer;
}
#resleep .contain .block-question .card-question .text-question a span {
  display: block;
  padding: 0 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
#resleep .contain .block-question .card-question .text-question a:hover {
  text-decoration: none;
}
#resleep .contain .block-matelas {
  position: relative;
  display: flex;
  padding: 0 144px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
#resleep .contain .block-matelas .image-container {
  position: relative;
  width: 100%;
}
#resleep .contain .block-matelas .image-container .img-matelas {
  width: 100%;
  border-radius: 10px;
}
#resleep .contain .block-matelas .image-container .button-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#resleep .contain .block-matelas .image-container .button-container .button {
  border-radius: 360px;
  background: rgba(12, 12, 13, 0.3);
  cursor: pointer;
  padding: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #888891;
}
#resleep .contain .block-matelas .image-container .button-container .button img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
#resleep .contain .block-matelas .image-container .button-container .button1 {
  position: absolute;
  top: 17%;
  left: 50%;
}
#resleep .contain .block-matelas .image-container .button-container .button2 {
  position: absolute;
  top: 46%;
  right: 47%;
}
#resleep .contain .block-matelas .image-container .button-container .button3 {
  position: absolute;
  bottom: 54%;
  left: 68%;
}
#resleep .contain .block-matelas .image-container .button-container .button4 {
  position: absolute;
  top: 66%;
  left: 53%;
}
#resleep .contain .block-matelas .image-container .button-container .button5 {
  position: absolute;
  bottom: 16%;
  right: 58%;
}
#resleep .contain .block-matelas .image-container .button-container .button6 {
  position: absolute;
  bottom: 28%;
  left: 20%;
}
#resleep .contain .block-matelas .info {
  display: flex;
  position: absolute;
  max-width: 356px;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 25px 0 rgba(12, 12, 13, 0.1);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#resleep .contain .block-matelas .info h3 {
  margin: 0;
  color: #0C0C0D;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#resleep .contain .block-matelas .info h3 a {
  color: #0C0C0D;
  text-decoration: underline;
}
#resleep .contain .block-matelas .info p {
  margin: 0;
  color: #0C0C0D;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
#resleep .contain .block-matelas .info.showInfo {
  opacity: 1;
}
#resleep .contain .block-matelas .info.hideInfo {
  opacity: 0;
}
#resleep .contain .block-matelas .info1 {
  top: 17%;
  left: 53%;
}
#resleep .contain .block-matelas .info2 {
  top: 46%;
  right: 50%;
}
#resleep .contain .block-matelas .info3 {
  bottom: 56%;
  left: 68%;
}
#resleep .contain .block-matelas .info3 div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
#resleep .contain .block-matelas .info3 div a {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #FFFFFF;
  background: #0C0C0D;
}
#resleep .contain .block-matelas .info3 div a span {
  display: block;
  padding: 0 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#resleep .contain .block-matelas .info4 {
  top: 69%;
  left: 54%;
}
#resleep .contain .block-matelas .info5 {
  bottom: 5%;
  right: 60%;
}
#resleep .contain .block-matelas .info6 {
  bottom: 35%;
  right: 60%;
}
#resleep .contain .block-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#resleep .contain .block-you .text-you {
  display: flex;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#resleep .contain .block-you .text-you h2 {
  margin: 0;
  color: #0C0C0D;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
#resleep .contain .block-you .text-you p {
  margin: 0;
  color: #0C0C0D;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#resleep .contain .block-you .text-you a {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #FFFFFF;
  background: #0C0C0D;
}
#resleep .contain .block-you .text-you a span {
  display: block;
  padding: 0 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#resleep .contain .block-you .block-eco {
  width: 100%;
  background-size: cover;
  background-position: right;
  display: flex;
  justify-content: flex-end;
}
#resleep .contain .block-you .block-eco .contain-eco {
  display: flex;
  width: 522px;
  height: 600px;
  padding: 64px;
  align-items: flex-start;
  flex-shrink: 0;
}
#resleep .contain .block-you .block-eco .contain-eco .card-eco {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(40px);
}
#resleep .contain .block-you .block-eco .contain-eco .card-eco p {
  font-family: "Hanken Grotesk", sans-serif;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#resleep .contain .block-you .block-eco .contain-eco .card-eco a {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #FFFFFF;
  background: #0C0C0D;
}
#resleep .contain .block-you .block-eco .contain-eco .card-eco a span {
  display: block;
  padding: 0 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#resleep .contain .block-you .block-eco .contain-eco .card-eco .expand-collapse {
  display: none;
}

@media (min-width: 1025px) and (max-width: 1665px) {
  #resleep .img-top img {
    max-height: 30vw;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  #resleep .img-top img {
    max-height: 40vw;
    height: 394px;
  }
  #resleep .img-top .content {
    top: 52%;
  }
  #resleep .contain-top {
    bottom: 73px;
    padding: 0 40px;
  }
  #resleep .contain-top .card {
    width: auto;
    flex-direction: column;
    align-items: center;
  }
  #resleep .contain {
    display: block;
  }
  #resleep .contain .block-discover {
    padding: 32px 40px;
  }
  #resleep .contain .block-discover .title {
    font-size: 25px;
    line-height: 35px;
  }
  #resleep .contain .block-discover div {
    padding: 32px 64px;
    width: 112%;
    align-self: center;
  }
  #resleep .contain .block-discover div h3 {
    font-size: 20px;
    line-height: 22px;
  }
  #resleep .contain .block-discover div p {
    padding: 0 22px;
  }
  #resleep .contain .block-detail {
    padding: 0 64px;
  }
  #resleep .contain .block-products {
    padding: 32px 64px;
  }
  #resleep .contain .block-video {
    padding: 32px 64px;
  }
  #resleep .contain .block-question {
    padding: 32px 64px;
  }
  #resleep .contain .block-question .card-question {
    display: grid;
    align-items: center;
    grid-template-columns: 45% 55%;
    gap: 0;
  }
  #resleep .contain .block-question .card-question .img-question {
    padding: 0 1px;
  }
  #resleep .contain .block-question .card-question .img-question img {
    width: 99%;
    height: 99%;
    object-fit: cover;
    object-position: right;
  }
  #resleep .contain .block-question .card-question .text-question {
    padding: 14px;
    width: auto;
  }
  #resleep .contain .block-question .card-question .text-question h3 {
    font-size: 28px;
    line-height: 35px;
  }
  #resleep .contain .block-matelas {
    padding: 0;
  }
  #resleep .contain .block-matelas .image-container .img-matelas {
    border-radius: 0;
  }
  #resleep .contain .block-matelas .image-container .button-container .button4 {
    top: 66%;
  }
  #resleep .contain .block-matelas .info1 {
    top: 17%;
    left: 56%;
  }
  #resleep .contain .block-matelas .info2 {
    top: 46%;
    right: 53%;
  }
  #resleep .contain .block-matelas .info3 {
    bottom: 70%;
    left: 56%;
  }
  #resleep .contain .block-matelas .info4 {
    top: 69%;
    left: 57%;
  }
  #resleep .contain .block-matelas .info5 {
    bottom: 30%;
    right: 56%;
  }
  #resleep .contain .block-you .text-you {
    padding: 32px 64px;
    text-align: center;
  }
  #resleep .contain .block-you .text-you h2 {
    font-size: 28px;
    line-height: 35px;
  }
  #resleep .contain .block-you .block-eco .contain-eco {
    width: 394px;
    height: auto;
    padding: 40px;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco p {
    height: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  #resleep .img-top img {
    max-height: 105vw;
  }
  #resleep .img-top .content {
    top: 62%;
  }
  #resleep .img-top .content h1 {
    text-transform: initial;
  }
  #resleep .contain-top {
    bottom: 73px;
    padding: 0 17px;
  }
  #resleep .contain-top .card .item {
    gap: 0;
  }
  #resleep .contain .block-you {
    background-size: cover;
  }
  #resleep .contain .block-discover {
    padding: 24px 16px;
  }
  #resleep .contain .block-discover div {
    padding: 24px 16px;
  }
  #resleep .contain .block-detail {
    padding: 0;
  }
  #resleep .contain .block-detail video {
    border-radius: 0;
  }
  #resleep .contain .block-detail .desktop {
    display: none;
  }
  #resleep .contain .block-detail .mobile {
    display: block;
  }
  #resleep .contain .block-products {
    padding: 24px 16px;
    width: 100%;
    gap: 16px;
    overflow-x: scroll;
    margin: 22px 0;
  }
  #resleep .contain .block-products .product {
    min-width: 199px;
  }
  #resleep .contain .block-products .product .contain_product .name_product span {
    font-size: 20px;
    line-height: 24px;
  }
  #resleep .contain .block-products::-webkit-scrollbar {
    width: 4px;
  }
  #resleep .contain .block-products::-webkit-scrollbar-thumb {
    background-color: #CCCCD0;
    border-radius: 10px;
    border: 1px solid #CCCCD0;
  }
  #resleep .contain .block-products::-webkit-scrollbar-track {
    background: #F3F3F4;
  }
  #resleep .contain .block-video {
    padding: 0;
    align-items: center;
  }
  #resleep .contain .block-video video {
    border-radius: 0;
  }
  #resleep .contain .block-video p {
    font-size: 20px;
    line-height: 22px;
  }
  #resleep .contain .block-video .desktop {
    display: none;
  }
  #resleep .contain .block-video .mobile {
    display: block;
  }
  #resleep .contain .block-question {
    padding: 40px 16px;
  }
  #resleep .contain .block-question .card-question {
    grid-template-columns: 1fr;
    grid-template-rows: 45% 55%;
    height: auto;
    width: 100%;
  }
  #resleep .contain .block-question .card-question .img-question {
    width: 100%;
    padding: 1px;
  }
  #resleep .contain .block-question .card-question .img-question .desktop {
    display: none;
  }
  #resleep .contain .block-question .card-question .img-question .mobile {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #resleep .contain .block-question .card-question .text-question {
    padding: 24px 16px;
    width: auto;
    height: auto;
    align-items: center;
    text-align: center;
  }
  #resleep .contain .block-question .card-question .text-question a span {
    font-size: 16px;
    line-height: 24px;
  }
  #resleep .contain .block-matelas {
    padding: 0;
  }
  #resleep .contain .block-matelas .image-container .img-matelas {
    border-radius: 0;
    width: 100%;
  }
  #resleep .contain .block-matelas .image-container .button-container .button {
    width: 20px;
    height: 20px;
  }
  #resleep .contain .block-matelas .image-container .button-container .button .img-button {
    width: 40px;
    height: 40px;
    object-fit: initial;
  }
  #resleep .contain .block-matelas .info {
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 50%;
    width: 100%;
    height: fit-content;
    transform: translateY(2000px);
  }
  #resleep .contain .block-matelas .info.showInfo {
    animation: slideIn 0.5s forwards;
  }
  @keyframes slideIn {
    0% {
      transform: translateY(1000px) translateX(-50%);
    }
    100% {
      transform: translateY(-9%) translateX(-50%);
    }
  }
  #resleep .contain .block-matelas .info.hideInfo {
    animation: slideOut 0.5s forwards;
  }
  @keyframes slideOut {
    0% {
      transform: translateY(-9%) translateX(-50%);
    }
    100% {
      transform: translateY(1000px) translateX(-50%);
    }
  }
  #resleep .contain .block-matelas .info1 {
    bottom: 0%;
    top: unset;
  }
  #resleep .contain .block-matelas .info2 {
    bottom: 0%;
    top: unset;
  }
  #resleep .contain .block-matelas .info3 {
    bottom: 0%;
    top: unset;
  }
  #resleep .contain .block-matelas .info4 {
    bottom: 0%;
    top: unset;
  }
  #resleep .contain .block-matelas .info5 {
    bottom: 0%;
    top: unset;
  }
  #resleep .contain .block-matelas .info6 {
    bottom: 0%;
    top: unset;
  }
  #resleep .contain .block-you .block-eco {
    justify-content: center;
    height: 65vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
    padding: 10px;
  }
  #resleep .contain .block-you .block-eco .contain-eco {
    width: fit-content;
    padding: 0;
    height: fit-content;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco {
    backdrop-filter: none;
    padding: 24px;
    transition: backdrop-filter 0.5s ease-out;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco .collapse-text {
    overflow: hidden;
    max-height: 4.5em;
    transition: max-height 0.5s ease;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco .expanded {
    max-height: 100%;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco .btn-eco {
    display: none;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco .btn-eco.active {
    display: flex;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco .expand-collapse {
    display: block;
    background: transparent;
    padding: 8px 0;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco .expand-collapse span {
    padding: 0;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
  }
  #resleep .contain .block-you .block-eco .contain-eco .card-eco.withBlur {
    backdrop-filter: blur(40px);
  }
}
@media (max-width: 375px) {
  #resleep .contain .block-matelas .image-container .img-matelas {
    border-radius: 0;
    width: 135%;
    object-position: -74px 0;
  }
  #resleep .contain .block-matelas .image-container .button-container .button {
    width: 20px;
    height: 20px;
  }
  #resleep .contain .block-matelas .image-container .button-container .button .img-button {
    width: 40px;
    height: 40px;
    object-fit: initial;
  }
  #resleep .contain .block-matelas .image-container .button-container .button2 {
    top: 45%;
  }
  #resleep .contain .block-matelas .image-container .button-container .button3 {
    bottom: 51%;
  }
  #resleep .contain .block-matelas .image-container .button-container .button4 {
    top: 64%;
  }
  #resleep .contain .block-matelas .image-container .button-container .button5 {
    bottom: 13%;
  }
  #resleep .contain .block-matelas .image-container .button-container .button6 {
    bottom: 23%;
    left: 10%;
  }
}

/*# sourceMappingURL=resleep.css.map */
