/** Shopify CDN: Minification failed

Line 139:0 Unexpected "}"

**/
.mattress-experience-container{
    margin-bottom: 10px;
    padding-top: 72px;
    padding-bottom: 72px;  
}
.mattress-experience-container img{
  width:100%;
}
.mattress-experience{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;  
    position:relative;
}
.mattress-experience h2{
  color:#fff;
}
.mattress-experience .titles:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .3;
    border-radius: 50%;
    position: relative;
}
.mattress-experience .titles {
    width: 36px;
    height: 36px;
    cursor: pointer;
    
}
.mattress-experience .circle {
    display: block;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 15px;
    height: 16px;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mattress-feature-text h3 {
    color: #424243;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 6px;
}
.mattress-feature-text{
    position: absolute;
}
.mattress-content{
    position: relative;
}
.mattress-main-content:after {
    content: "";
    position: absolute;
    top: 45%;
    transform: rotate(90deg);
    right: -15px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 28px solid #fff;
}
.mattress-main-content{
    position: absolute;
    padding: 24px;
    width: 300px;
    top: 0;
    transform: translateY(-43%);
    right: 58px;
    background: #fff;
    box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 8%);
    text-align: left;
    opacity:0;  
    transition:opacity ease-in 200ms;  
}
.mattress-main-content p{
  font-size:13px;
}
.mattress-main-content h3{
  margin-top:0px;
}
.mattress-feature-text.mattress-feature-1{left: 80px;top: 60px;} 
.mattress-feature-text.mattress-feature-2{left: 200px;top: 165px;} 
.mattress-feature-text.mattress-feature-3{top: 280px;left: -2px; } 
.mattress-feature-text.mattress-feature-4{right: 40px;top: 235px; } 
.mattress-feature-text.mattress-feature-5{bottom: 51px;left: -10px; } 
.mattress-feature-text.mattress-feature-6{right: 150px;bottom: 20px; } 
.mattress-feature-text.mattress-feature-7{right: -10px;bottom: 85px;} 

/*
.mattress-feature-text.mattress-feature-1 .mattress-main-content{}
.mattress-feature-text.mattress-feature-2 .mattress-main-content{animation-delay: 5s;}
.mattress-feature-text.mattress-feature-3 .mattress-main-content{animation-delay: 10s;}
.mattress-feature-text.mattress-feature-4 .mattress-main-content{animation-delay: 15s;}
.mattress-feature-text.mattress-feature-5 .mattress-main-content{animation-delay: 20s;}
.mattress-feature-text.mattress-feature-6 .mattress-main-content{animation-delay: 25s;}
.mattress-feature-text.mattress-feature-7 .mattress-main-content{animation-delay: 30s;}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.75;
  }  
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0.75;
  }
  80% {
    opacity: 0.5;
  }    
  100% {
    opacity: 0;
  }
*/  
}