#wrapper #continent_wrap .continent_details p.h3 {
    font: 700 14px/14px Arial,sans-serif;
    text-transform: uppercase;
    color: #04347d;
    margin-bottom: 16px;
    letter-spacing: normal;
  }
  
  .discover-products {
    font-family: DaxPro-WideMedium;
  }
  
  .discover-products .row.home-main-categories {
    margin: 5em 0;
  }
  
  .discover-products .item:hover .blackout {
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .discover-products .category-tile {
    overflow: hidden;
    min-height: 88px;
    max-height: 250px;
    position: relative;
    font-family: DaxPro-WideMedium;
  }
  
  .heading-fix {
    color: #53565a;
    text-align: center;
    text-transform: uppercase;
    margin-top: 1.2rem;
    font-family: 'DaxPro-WideRegular';
    font-size: 28px;
  }
  
  .store-locator-text {
    text-align: left;
    margin: auto;
    margin-bottom: 20px;
    width: 300px;
  }
  
  .align-middle {
    margin: auto;
  }
  
  .img-compare {
    width: 100%;
  }
  
  .discover-products .h-100.category-tile.middle {
    max-height: 525px;
  }
  
  .discover-products .category-tile .blackout {
    display: block;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: all 0.3s;
    margin: 0;
  }
  
  .discover-products .blackout h3 {
    color: white;
    font-size: 26px;
    font-weight: 500;
    opacity: 1;
    font-family: inherit;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .discover-products .category-tile img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    height: inherit;
  }
  
  .discover-products .category-tile:hover .blackout {
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .discover-products .category-tile:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .discover-products .col a div {
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-height: auto;
  }
  
  .discover-products .products-heading {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 1.7px;
    font-family: DaxPro-WideRegular;
    color: #53565a;
    font-weight: normal;
  }
  
  .col.text-center.products-heading h3 {
    font-family: inherit;
    text-transform: uppercase;
  }
  
  /* ==========================================================================
   Offers
   ========================================================================== */
  figure.overlay {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
  }
  
  figure.overlay img {
    width: 100%
  }
  
  .text-centered {
    margin: 0 auto;
    width: 75%;
  }
  
  figure.overlay figcaption {
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0;
    padding: 15% 25px 0 65%;
  }
  
  @media only screen and (max-width: 600px) {
    figure.overlay {
        font-size: 4px;
    }
  
    .spring {
        font-size: 0.5rem;
    }
  
    #nasa {
        margin-top: 0px !important;
    }
  }
  
  .t-banner {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  
  .t-banner-img {
    width: 100% !important;
  }
  
  .dropdown-paragraph {
    margin-left: 30px;
  }
  
  #nasa {
    float: right;
    margin-top: 200px;
  }
  
  #main-accordion {
  
    width: 80%;
    margin-left: 146px;
  
  }
  
  #sleep-system {
    padding-top: 200px;
  }
  
  .accordion {
    margin: 3.125rem 0
  }
  
  .accordion .card {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0
  }
  
  .accordion .card .btn-link {
    font-family: DaxPro-WideRegular, Dax-Regular;
    font-size: 1rem;
    color: #53565a;
    text-transform: uppercase
  }
  
  .accordion .card .btn-link:hover, .accordion .card .btn-link:focus {
    text-decoration: none
  }
  
  .accordion .card .card-header .btn-link {
    width: 100%
  }
  
  .accordion .card .card-header .btn-link .heading-left {
    width: 93%;
    display: inline-block;
    text-align: left
  }
  
  .accordion .card .card-header .btn-link .heading-right {
    width: 4%
  }
  
  .accordion .card .card-header .btn-link .heading-right .fa-minus {
    transition: all 0.5s linear;
    display: inline-block
  }
  
  .accordion .card .card-header .btn-link .heading-right .fa-plus {
    display: none
  }
  
  .accordion .card .card-header .btn-link.collapsed .heading-right .fa-minus {
    display: none
  }
  
  .accordion .card .card-header .btn-link.collapsed .heading-right .fa-plus {
    display: inline-block
  }
  
  .accordion .card .card-body .card {
    border: none
  }
  
  .accordion .card .card-body .card .card-header {
    border: none
  }
  
  .accordion .card .card-body .card .card-header .btn-link {
    font-family: DaxPro-WideBold, DaxBold;
    font-size: .875rem;
    color: #53565a
  }
  
  .accordion .card.border-visible {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
  }
  .amp-top-links-wrap {
  max-width: 100% !important
  }
  /* XHR Forms */
  
  .form-xhr .message {
    font-size: small;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: .5rem 1rem;
    background: #D9534F;
    color: #FFFFFF;
    border-radius: .125rem;
    margin-top: 0.2rem;
    margin-bottom: 0;
  }
  
  .form-xhr .message:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #D9534F;
    position: absolute;
    bottom: 100%;
  }
  
  .form-xhr button:hover {
    cursor: pointer;
  }
  
  /* Brand Page */
  
  .brand-page ul {
    font-family: DaxPro-WideRegular, Dax-Regular;
    font-size: .8125rem;
    color: #53565a;
    line-height: 1.25rem;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .brand-page ul li {
    background: url(../images/brand_page/icon-check.svg) no-repeat 0 3px;
    background-size: 16px 12px;
    padding-left: 28px;
    margin-bottom: 0.5rem;
  }
  
  .brand-page header {
    background: #53565A;
    color: #FFF;
    position: relative;
  }
  
  .brand-page header > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
  }
  
  .brand-page header h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.2;
  }
  
  .brand-page section {
    max-width: 1280px;
    margin: 0 auto;
  }
  
  .brand-page .content {
    padding: 1.5rem 1rem;
  }
  
  .brand-page .content h2 {
    text-align: center;
    font-size: 1.4rem;
  }
  
  div.product-detail .bottom-product{
    margin: 0 auto!important;
  }
  
  .tabbed-carousel .tabs .tab-item {
    background: #EFEFEF;
    padding: 1rem 0.5rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
  }
  
  .tabbed-carousel .tabs .tab-item.active {
    background: #53565A;
    color: #FFF;
  }
  
  .tabbed-carousel .tabs .tab-item:after {
    content: '';
    border-left: 1px solid #CCC;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0.5rem;
  }
  
  .tabbed-carousel .tabs .tab-item.active:after,
  .tabbed-carousel .tabs .tab-item.active + .tab-item:after,
  .tabbed-carousel .tabs .tab-item:first-child:after {
    display: none;
  }
  
  .brand-page footer {
    text-transform: uppercase;
  }
  
  @media (min-width: 768px) {
    .brand-page header h1 {
        font-size: 2.25rem;
    }
  
    .brand-page .graphic {
        padding: 1rem 0.5rem;
    }
  
    .brand-page .content {
        padding: 1rem 1rem;
    }
  
    .brand-page section .content h2 {
        text-align: left;
        font-size: 1.625rem;
    }
  }
  
  @media (min-width: 1024px) {
    .brand-page .graphic {
        padding: 1rem 2rem;
    }
  
    .brand-page .content {
        padding: 1rem 4rem;
    }
  
    .tabbed-carousel .tabs .tab-item {
        padding: 1rem 1.5rem;
    }
  }
  
  @media (min-width: 1440px) {
    .brand-page .graphic {
        padding: 1rem 3rem;
    }
  
    .brand-page .content {
        padding: 1rem 6rem;
    }
  }
  
  /* ==========================================================================
   Start Template Fixes - These need to be merged into the template css
   ========================================================================== */
  
  /* ==== START HOME === */
  
  .minicart-quantity {
    margin-left: -5px;
  }
  
  .menu-wrapper .minicart {
    padding-left: 10px;
    margin-right: 10px;
  }
  
  .site-search form {
    padding-right: 0;
  }
  
  .icons .site-search {
    padding-right: .6125rem;
  }
  
  @media (min-width: 1024px) {
    .amp-ca-slider .amp-dc-dots {
        top: 91%;
    }
  }
  
  .home-tabs {
    margin-top: 80px;
  }
  
  .shop-button-container .button-md {
    padding: 0.375rem 1.4rem;
  }
  @media only screen and (min-width: 768px) {
    .discover-products a .category-tile.image-holder {
        min-height: 246px;
    }
  }
  .discover-products .h-100.category-tile.middle {
    max-height: 520px;
  }
  .discover-products .col-6 {
    padding-right: 13px !important;
  }
  @media only screen and (min-width: 1024px) {
    .discover-products .products-heading h3 {
        line-height: 60px;
    }
  }
  @media only screen and (max-width: 768px) {
    .discover-our-products {
       margin-top:20px;
    }
    .page .discover-our-products div {
        padding: 0 !important;
        margin: 0 !important;
        max-height: initial !important;
    }
  
    .page .discover-our-products .category-tile {
        border: 5px solid white;
    }
    .page .discover-our-products h3 {
        font-size: 1.625rem;
        line-height: 1.9375rem;
    }
  }
  @media only screen and (min-width:768px){
    .discover-products .pb-sm-4, .py-sm-4,
    .discover-products .pb-4 {
        padding-bottom: 28px !important;
    }
  }
  
  @media only screen and (min-width:550px) and (max-width: 768px) {
    .discover-our-products {
        margin-top:90px;
    }
  
  }
  /* 1 pixel issue with higlighted tab */
  .home-tabs .home-page-mattresses-tabs .mattresses-tabs .nav-item:after {
    margin-right: -1px;
  }
  /* Wrong tick icon */
  .content-with-buttons .home-content li:before, .content-with-buttons ul li:before {
    background: url(../images/svg-sprite.svg) no-repeat;
    display: inline-block;
    background-position: -328px -123px;
    content: '';
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
  }
  /* two much padding */
  @media (min-width: 1200px) {
    .two-columns-banner .col-text {
        padding-top: 5.5rem;
    }
  }
  /* Swiper */
  .swiper-container div.price {
    color:#131313;
  }
  .home-main-carousel .swiper-slide .range .price-range-from {
    color: #898e95;
  }
  @media (min-width: 1024px) {
    .swiper-slide {
        height: 70%;
    }
  }
  .swiper-button-next:hover .icon {
    background: url(../images/svg-sprite.svg) no-repeat;
    background-position: -385px -119px;
  }
  .swiper-button-prev:hover .icon {
    background: url(../images/svg-sprite.svg) no-repeat;
    background-position: -385px -9px;
  }
  .swiper-button-next, .swiper-button-prev {
    top:50%;
    margin-top: calc(-5% + 55px);
  }
  
  
  
  /* ==== end HOME === */
  
  
  /* ==== start GLOBAL === */
  /* Buttons spacing */
  .content-with-buttons .content-buttons div:first-child {
    padding-right: 0.6rem;
  }
  .btn-black {
    background-color:#131313 !important;
    color:#fff !important;
  }
  @media (min-width: 1200px) {
    .navbar.bg-inverse .navbar-nav .nav-link {
        font-size: .9em;
    }
  }
  @media (min-width: 1200px) {
    .home-footer-banner {
        min-height: 21em;
    }
  }
  .breadcrumb {
    font-family: DaxPro-WideRegular,Dax-Regular;
    font-size: 0.7rem;
    color: #53565a;
    line-height: 1.25rem;
  }
  /* ==== end GLOBAL === */
  
  
  /* ==== start PRODUCTS === */
  p.pre-tick {
    margin-bottom: 5px;
  }
  
  p.pre-tick:before,.dropdown-paragraph .pre-tick:before {
    background: url(../images/svg-sprite.svg) no-repeat;
    display: inline-block;
    background-position: -328px -123px;
    content: '';
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
  }
  
  @media (min-width: 768px) {
    .attribute label {
        margin-bottom: 2px;
    }
  }
  .top-product-info .quantity label {
    text-transform:uppercase;
  }
  .top-product-info .input-number-quantity-selector {
    font-family: DaxPro-WideRegular,Dax-Regular;
    font-size: 0.9rem;
    color: #53565a;
    line-height: 1.25rem;
  }
  .top-product-info .modal-opener {
    padding-right: 0;
  }
  
  @media (min-width: 1200px) {
    .amp-top-link-wrapper .amp-top-link {
        padding-left: 35px;
    }
    .amp-top-link-wrapper .amp-top-link-img .amp-dc-image {
        padding: 13px 0px;
    }
    .amp-top-link-wrapper .amp-top-link-img .roundel-wrap {
        width: 5.7rem;
        height: 5.7rem;
        min-height: 5.7rem;
        border: solid 0.40rem #fff;
    }
    .amp-top-link-wrapper.show-pointer .amp-top-link-img .roundel-wrap {
        width: 5.7rem;
        height: 5.7rem;
        min-height: 5.7rem;
        border: solid 0.40rem #fff;
    }
    .amp-top-link-wrapper .amp-top-link-img .amp-dc-image img {
        width: 3.3rem;
        height: 3.3rem;
    }
    .bottom-product .amp-top-link-wrapper .amp-top-link .amp-link-text {
        text-transform: uppercase;
    }
  
  }
  /* ==== start CATEGORY === */
  
  @media (min-width: 768px) {
    .product-cards .product-card {
        margin-right: 35px;
        margin-bottom: 15px;
    }
    .product-cards .product-card .card-details .content-with-buttons .content-header {
        min-height: 1em;
    }
    .card-image .softness {
        display: flex;
        align-items: center;
        justify-content: center;
        top:0;
        height:4em;
    }
  }
  .product-card-content .content-with-buttons .price-value {
    font-size: 1.3em;
  }
  @media (min-width: 1200px) {
    .product-cards {
        margin-top: 3.5em;
    }
  
  
  }
  /* remove the gap between refinement list and product grid */
  @media (min-width: 1200px) {
    .grid-item {
        width: 33%;
        min-width: 18.75rem;
    }
    .grid-item .product-tile {
        max-width:100%;
    }
    .grid-header {
        padding-right: 1em;
    }
  }
  .refinement-bar .results-count-wrapper {
    text-align:left;
  }
  .product-card-content .content-with-buttons .content-subheader {
    font-weight: 400;
    font-family: DaxPro-WideMedium, DaxMedium;
    color: #53565a;
  }
  .product-card-content .card-details ul {
    margin-top: 1em;
  }
  .cat-text-banner {
    background:#fff;
  
  }
  .cat-text-banner .cat-info {
    font-family: DaxPro-WideRegular,Dax-Regular;
    font-size: .8125rem;
    color: #53565a;
    padding: 0 10%;
  }
  
  /* ==== end CATEGORY === */
  
  /* ==== start PDP === */
  
  
  div.product-detail .btn-number.fa-chevron-up:before {
    content: "";
    background: url(../images/svg-sprite.svg) no-repeat;
    display: inline-block;
    background-position: -185px -192px;
    width: 15px;
    height: 8px
  }
  div.product-detail .btn-number.fa-chevron-down:before {
    content: "";
    background: url(../images/svg-sprite.svg) no-repeat;
    display: inline-block;
    background-position: -209px -192px;
    width: 15px;
    height: 8px
  }
  .top-product-info .quantity-selector-container {
    margin-left: 2em;
  }
  .top-product-info .add-to-wishlist.add:after {
    background: url(../images/svg-sprite.svg) no-repeat -329px -8px;
    width: 20px;
    height: 18px;
    display: block;
    content: "";
    margin: 0 auto;
  }
  .bottom-product .amp-top-link-wrapper .amp-top-link {
    padding-left:15px;
  }
  .bottom-product .amp-top-link-wrapper .amp-link-text:after {
    background: url('../images/svg-sprite.svg') no-repeat -237px -192px;
    width: 4px;
    height: 7px;
  }
  @media (min-width: 768px) {
    .amp-top-link-wrapper.active:after {
        bottom: 0;
        top: auto;
        left: 50%;
        margin-left: -30px;
    }
  }
  .bottom-product .longDescr .main {
    padding:1em;
  }
  .bottom-product .longDescr {
    margin-top:8em;
  }
  .accordion .card .card-header .btn-link .heading-left {
    font-size: 1.4em;
    line-height: 3rem;
  }
  @media (min-width: 1024px) {
  
    .two-column-banner .banner-column {
        padding-right: 0 !important;
    }
  }
  div.product-detail .bubble-stars {
    padding-left: 15px;
  }
  div.product-detail .read-more-reviews {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 1.875rem;
    text-transform: uppercase;
    border-bottom: none;
    line-height: 0.9rem;
    margin: 0em 4em;
    padding-right: 0;
    font-family: DaxPro-WideRegular,Dax-Regular;
  }
  div.product-detail .read-more-reviews:before {
    background: url(../images/svg-sprite.svg) no-repeat;
    background-position: -281px -188px;
    width: 9px;
    height: 14px;
    content: "";
    display: inline-block;
    margin-right: 0;
    line-height: 1.7rem;
    vertical-align: text-top;
    float: right;
    margin-left: 5px;
  }
  div.product-detail .read-more-reviews:after {
    content: "";
    color: #53565a;
    border-bottom: 0.01rem solid #53565a;
    width: 100%;
    height: 1px;
    display: block;
    padding-top: 5px;
  }
  @media (min-width: 1024px) {
    .home-footer-banner .col-lg-6 {
        padding-right: 0px !important;
    }
  }
  @media (max-width: 768px) {
    .footer-item .logo-column .logo {
        margin: 2em 0;
    }
  }
  
  .heading-fix {
    font-family: 'DaxPro-WideRegular';
    font-size: 28px;
  }
  
  .bottomcarousel li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #000000;
  max-width: 13px;
  border: 1px solid #605e5e;
  }
  
  .bottomcarousel {
  bottom: -46px;
  }
  
  .Line-9 {
  width: 70px;
  height: 1px;
  margin: 17px 199px 17px 209px;
  border-style: solid;
  border-image-source: linear-gradient(to right, #d46620 0%, #e95a00 49%);
  border-image-slice: 1;
  }
  .underline-small {
  display: inline-block;
  position: relative;
  }
  .underline-small::after {
        content: '';
       height: 6px;
       width: 12%;
       background: #e75b03;
       position: absolute;
        left: calc(70% - 26%);
      bottom: -1.5rem;
   } 
  
   @media (min-width: 1920px) {
    .col-xxl{
      max-width: 1440px!important;
    }
     }
  
  @media screen and (max-width: 1126px){
    .underline-small {
        display: inline-block;
        position: relative;
    }
    .underline-small::after {
        content: '';
        height: 6px;
        width: 12%;
        background: #e75b03;
        position: absolute;
        left: calc(78% - 50%);
        bottom: -1.5rem;
   } 
  }
  
  @media only screen and (max-width : 768px) and (max-height : 1024px){
    .longDescr h2 {
        margin-top: 2em;
        font-size: 1.6rem;
    }
    .underline-small {
        display: inline-block;
        position: relative;
    }
    .underline-small::after {
    content: '';
    height: 6px;
    width: 11%;
    background: #e75b03;
    position: absolute;
    left: calc(67% - 50%);
    bottom: -1.5rem;
   } 
   .underline-small::after {
  content: '';
  height: 6px;
  width: 16%;
  background: #e75b03;
  position: absolute;
  left: calc(87% - 50%);
  bottom: -1.5rem;
  }
  
  }
  
  @media screen and (max-width: 600px){
    .underline-small {
        display: inline-block;
        position: relative;
    }
    .underline-small::after {
    content: '';
    height: 6px;
    width: 11%;
    background: #e75b03;
    position: absolute;
    left: calc(67% - 50%);
    bottom: -1.5rem;
   } 
  }
  
  @media screen and (max-width: 480px){
    .underline-small {
        display: inline-block;
        position: relative;
    }
    .underline-small::after {
    content: '';
    height: 6px;
    width: 16%;
    background: #e75b03;
    position: absolute;
    left: calc(91% - 49%);
    bottom: -1.5rem;
   } 
   .bottomcarousel{
       bottom: -2.5rem!important;
    }
  }
  
  @media screen and (max-width: 320px){
    .underline-small {
        display: inline-block;
        position: relative;
    }
    .underline-small::after {
    content: '';
    height: 6px;
    width: 16%;
    background: #e75b03;
    position: absolute;
    left: calc(89% - 50%);
    bottom: -1.5rem;
   } 
   .bottomcarousel{
       bottom: 0px!important;
  }
  .style-mobile{
      margin-left: 1rem;
      margin-bottom: 3rem;
  }
  
  .bottomcarousel {
  bottom: -0.1rem;
  }
  }
  
  
  .heading-fix {
  color: #53565a;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.2rem;
  }
  
  :root {
    --neutral-bg: #f6f7fa;
  }
  
  .neutral {
    background-color: var(--neutral-bg);
  }
  
  .TEMPUR-CARES {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 2.67px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: none;
    color: #e9591a!important;
  }
  @media screen and (max-width: 1126px){
      .longDescr h2 {
          margin-top: 2em;
          font-size: 1.7rem;
      }
  }
  @media only screen and (max-width : 768px) and (max-height : 1024px){
      .longDescr h2 {
          margin-top: 2em;
          font-size: 1.7rem;
  }
  }
  @media screen and (max-width: 600px){}
  @media screen and (max-width: 480px){
      .dropdown-paragraph {
          margin-left: 0px;
          margin-top: 2rem;
    }
  }
  @media screen and (max-width: 320px){
      .dropdown-paragraph {
          margin-left: 0px;
          margin-top: 2rem;
    }
  }
  
  .float-block{padding-top: 6rem!important;}
  .img-compare{
   width:100%
  }
      .four-paragraph{
    
          height: 8.5rem;
      }
   .four-paragraph-first{
          height: 10rem;
  
  }
      .scrolling-wrapper{
              overflow-x: auto;
              padding-left: 3.2rem;
          }
      .header-fix{
        font-family: 'DaxPro-WideRegular';
        font-size: 2.5rem;
        line-height: 1.3;
    
      }
  
      .diff-headers{
    
        font-family: 'DaxPro-WideRegular';
        font-size: 23px;
        line-height: 1.3;
      }
          
      @media screen and (max-width: 1126px){
          .scrolling-wrapper{
              overflow-x: auto;
          }
          .header-fix{
              font-size: 1.7rem;
              line-height: 1.3;
          }
          .float-block{padding-top: 6rem!important;}
          
      }
      @media only screen and (max-width : 768px) and (max-height : 1024px){
          .scrolling-wrapper{
              overflow-x: auto;
          }
          .header-fix{
              font-size: 2.2rem;
              line-height: 1.3;
          }
           .float-block{padding-top: 6rem!important;}
          
      }
      @media screen and (max-width: 600px){
          .scrolling-wrapper{
              overflow-x: auto;
          }
          .float-block{padding-top: 6rem!important;}
      }
      @media screen and (max-width: 480px){
          .float-block{padding-top: 7rem!important;}
          .scrolling-wrapper{
              overflow-x: auto;
          }
          .diff-headers{font-size: 1.2rem;}
          .header-fix{font-size: 1.5rem; line-height: 1.4;}
      }
      @media screen and (max-width: 320px){
           .float-block{padding-top: 3rem!important;}
          .scrolling-wrapper{
              display: inline-block;
              width: 100%;
          }
          .diff-headers{font-size: 1.2rem;}
          .header-fix{font-size: 2.0rem;}
  
          .four-paragraph{
              height: 8.5rem;
          }
          .four-paragraph-first{
              height: 12rem;
          }
          .mb-sm-device{padding: 0;width: 85%;margin: auto;margin-bottom: 1.8rem;}
          .card-title-first {
              font-size: 1.4rem !important;
              line-height: 1.3 !important;
          }
            .card-title-second {
              font-size: 1.1rem;
              font-family: DaxPro-WideMedium, DaxMedium;
              text-transform: initial;
          }
      }
  
      .play-btn-container {
        position: relative;
        transition: all 1s ease-in-out 0s;
    }
  
    .play-btn-container img {
        transition: all 1s ease-in-out 0s;
    }
  
    #overImage,
    #video-large {
        box-shadow: 0 -0.1875rem 5.5625rem -1.0625rem rgba(0, 0, 0, 0.21);
    }
  
    a.play-btn:before {
  
        margin: 5px auto;
    }
  
    a.play-btn {
        color: #454e57;
        top: 21%;
        left: 45%;
        position: absolute;
    }
  
  
    @media (max-width:400px) {
        .play-btn-container {
            height: auto;
        }
  
        a.play-btn:before {
  
            background-size: 70%;
  
        }
  
        a.play-btn {
            color: #454e57;
            top: 43% !important;
            left: 40%;
            position: absolute;
            font-size: 65%;
        }
  
  
    }
  .floating-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60%;
    left: 35%;
    transform: translateY(-50%);
    width: 30%;
    text-shadow: 0 0 10px #000;
    transition: opacity 0.8s ease-in-out 0s;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
    .floating-text h3 {
        font-family: DaxPro-WideLight;
        font-size: 1.75rem;
        font-weight: 400;
        color: #fff;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .floating-text span{
        color: #ffffffd6;
        font-size: 1.3em;
    }
    .floating-text img {
        width: 11%;
    }
  
  
    @media only screen and (max-width: 600px) {
      .floating-text span{
      
        font-size: 0.7em;
    }
      .floating-text img {
          width: 14%;
      }
    }
    @media screen and (max-width: 480px){
        .floating-text{
            display: flex;
            flex-direction: column;
            position: absolute;
            top: 60%;
            transform: translateY(-50%);
            text-shadow: 0 0 10px #000;
            transition: opacity 0.8s ease-in-out 0s;
            align-content: center;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 80%;
            left: 10%;
            right: 0;
          }
          .floating-text h3 {
            font-family: DaxPro-WideLight;
            font-size: 1.15rem;
            font-weight: 400;
            color: #fff;
            margin-top: -12px!important;
            margin-bottom: 0px!important;
        }
          .floating-text span {
            font-size: 0.7em;
          }
        
          .floating-text img {
            width: 20%;
          }
    }
    @media screen and (max-width: 320px){
      .floating-text span {
      font-size: 0.6em;
      }
      .floating-text img {
      width: 22%;
  }
    }
  
    .bg-image-mattress{background-image: linear-gradient(59deg, #181818 38%, #353535 59%); padding-bottom: 3rem;}
      
      
    .witm-text{
    
    font-family: 'DaxPro-WideRegular';
    font-size: 40px;
    text-transform: uppercase;
    }
    
    .blue-text{
    
    background: -webkit-linear-gradient(#7ab6ca, #00839b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    
    .number-icon{
    float: left;
    width: 6%;
    display: block;
    margin-right: 18px;
    margin-top: 2px;
    animation: iconScale infinite;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    }
    
    .TEMPUR-Advanced-Mat {
    
    font-family: 'DaxPro-WideMedium';
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.02;
    color: #ffffff;
    }
    
    .wave-box{
    background-color: #383939;
    margin-left: -15px;
    margin-bottom: -1rem;
    margin-top: -6rem;
    
    }
    @media screen and (max-width: 1126px){}
    @media only screen and (max-width : 768px) and (max-height : 1024px){}
    @media screen and (max-width: 600px){
        .number-icon {
   
   width: 12%;
  
  }
    
  }
    @media screen and (max-width: 480px){
  .wave-box {
    display:none;
  }
  .bg-image-mattress{background-image: none;}
  .matt-layers {
    bottom: -5rem!important;
    margin-right: 18%!important;
    margin-bottom: 15%!important;
  }
  .full-width {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  }
    @media screen and (max-width: 320px){
        .witm-text{
            font-size: 1.7rem;
            line-height: 1.2;}
            .full-width {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0rem!important;
  }
    .style-mobile{
        margin-left: 1rem;
        margin-bottom: 3rem;
  }
  
  .number-icon {
   
    width: 12%;
  
  }
    }
  
    
    /* circleIcon {
    width: 43px;
    height: 43px;
    border-radius: 50px;
    background-color: rgba(216, 216, 216, 0.67);
    animation: iconScale infinite;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    } */
    
    @keyframes iconScale {
    0%   {transform: scale(0.9);}
    50% {transform: scale(1.3);}
    100% {transform: scale(0.9);}
    }
    
    .matt-layers {
    bottom: -56px;
    margin-right: 48%;
    opacity: 0.3;
    }
    .full-width {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  
  
  .hotspots--wrapper {
  position: relative;
  margin: auto;
  max-width: 960px;
  
  }
  
  .hotspots--figure {
  max-width: 100%;
  }
  
  .hotspot {
  position: absolute;
  display: block;
  }
  
  .hotspot--title {
  display: inline-block;
  padding-right: 10px;
  color: #ff0000;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all cubic-bezier(.8,0,.2,1) .4s;
  }
  
  .hotspot--title__right {
  float: right;
  padding-right: 0;
  padding-left: 10px;
  }
  
  .hotspot--cta {
  position: relative;
  
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  
  transition: all cubic-bezier(.8,0,.2,1) .4s;
  
  }
  
  .hotspot--cta::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  
  z-index: 2;
  transition: opacity .6s;
  animation: pulse 2s cubic-bezier(.8,0,.2,1) 0s infinite;
  }
  
  .hotspot:hover .hotspot--cta {
  
    animation: pulse 2s cubic-bezier(.8,0,.2,1) 0s infinite;
  }
  
  .hotspot:hover .hotspot--cta:after {
  opacity: 0;
  }
  
  @keyframes pulse {
  
  0%   {transform: scale(0.9);}
    50% {transform: scale(1.3);}
    100% {transform: scale(0.9);}
  }
  
  .hotspot--layer-1 {top: 36%;left: 50%;}
  
  .hotspot--layer-2 {top: 50%;left: 33%;}
  
  .hotspot--layer-3 {top: 64%;left: 49%;}
  
  .hotspot--layer-4 {top: 78%;left: 29%;}
  
  
        /* SOFT LAYER HOTSPOTS  */
  
        .hotspot--layer-1-soft {top: 30%;left: 43%;}
  
        .hotspot--layer-2-soft {top: 45%;left: 33%;}
        
        .hotspot--layer-3-soft {top: 60%;left: 40%;}
        
        .hotspot--layer-4-soft {top: 68%;left: 20%;}
        
        .hotspot--layer-5-soft {top: 82%;left: 37%;}
        
        
          /* HYBRID LAYER HOTSPOTS  */
        
          .hotspot--layer-1-hybrid {top: 30%;left: 43%;}
        
          .hotspot--layer-2-hybrid {top: 45%;left: 33%;}
          
          .hotspot--layer-3-hybrid {top: 60%;left: 40%;}
          
          .hotspot--layer-4-hybrid {top: 68%;left: 20%;}
          
          .hotspot--layer-5-hybrid {top: 82%;left: 37%;}
  
  @media screen and (max-width: 640px) {
  .hotspot--title {
    line-height: 40px;
    font-size: 10px;
  }
  .hotspot--cta {
    width: 20px;
    height: 20px;
  }
  }
  
  @media screen and (max-width: 420px) {
  .hotspot--title {
    line-height: 30px;
    font-size: 9px;
  }
  .hotspot--cta {
    width: 20px;
    height: 20px;
  }
  }
  
  @media screen and (max-width: 320px) {
  .hotspot--title {
    display: none;
  }
  
  .hotspot--cta {
    width: 15px;
    height: 15px;
  }
  .hotspot--cta::after {
    width: 5px;
    height: 5px;
  }
  }
  
  .carousel-item video {
    width: 100%;
    height: 100%;
  }
  .bottom-product .longDescr {
    padding: 0 0em!important;
  }
  
  .pressure {
    color: #e9591a;
    font-size: 45px;
  }
  
  .header-layer {
    font-size: 80px;
    color: white;
    line-height: 0.9;
    text-transform: uppercase;
  }
  
  .text-style-1 {
    color: rgba(255, 255, 255, 0.31);
  }
  
  .Left-Rectangle {
    border-left: 5px solid #e9591a;
  
  }
  
  .benefits-text {
  
    font-family: DAXOT-WIDEMEDIUM;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.57px;
    color: #ffffff;
    padding-left: 1rem;
  }
  
  
  .left-grad-rectangle {
    border-left: 5px solid #e9591a;
    /* border-left: 5px solid;
    border-image-slice: 1%;
    border-image-source: linear-gradient(180deg, #e9591a 0%, #f69238 100%); */
    padding-left: 1rem;
  }
   @media screen and (max-width: 480px){
   .header-layer {
    font-size: 3.1rem;
    color: white;
    line-height: 0.9;
    text-transform: uppercase;
  }
   .pressure {
    color: #e9591a;
    font-size: 1.8rem;
  }
  .witm-text {
    font-family: 'DaxPro-WideRegular';
    font-size: 2.1rem;
    text-transform: uppercase;
  }
  .TEMPUR-Advanced-Mat {
    font-family: 'DaxPro-WideMedium';
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.02;
    color: #ffffff;
  }
  .heading-fix {
    font-family: 'DaxPro-WideRegular';
    font-size: 1.6rem;
  }
  }
  @media screen and (max-width: 320px){
   .header-layer {
    font-size: 2.5rem;
    color: white;
    line-height: 0.9;
    text-transform: uppercase;
  }
   .pressure {
    color: #e9591a;
    font-size: 1.45rem;
  }
  .witm-text{
    font-size: 1.9rem;
    line-height: 1.2;}
    .TEMPUR-Advanced-Mat {
      font-family: 'DaxPro-WideMedium';
      font-size: 12px;
      font-weight: 500;
      margin-left: 10px;
      font-stretch: normal;
      font-style: normal;
      line-height: 3.02;
      color: #ffffff;
  }
  .heading-fix {
    font-family: 'DaxPro-WideRegular';
    font-size: 1.3rem;
  }
  }
  
  .box-offer{
    background: #f3f3f3;
    color: #000000;
    padding: 0.75em;
    font-family: DaxPro-WideMedium;
    margin: 0.75em 0 1em 0;
  }
  .prodNotice-pdp {
    background: #000000;
    color: #ffffff;
    border-radius: 3px;
    padding: 1em 1em 1em 1em;
    margin-left: 0.3rem;
    font-size: 0.8rem;
    width: auto;
    vertical-align: middle;
    font-size: .82rem;
  padding-top: 0.9em;
  font-weight: bold;
  margin-top: 1rem;
  }
  .prodNotice-white{
   background: #f3f3f3;
   color: #000000;
   padding: 0.25em;
   font-family: DaxPro-WideMedium;
   margin: 0.75em 0 1em 0;
   border-radius: 5px;
  
  }
  
  /* ==========================================================================
   End Template Fixes - These need to be merged into the template css
   ========================================================================== */
  
  /* H1 Changes */
  .Headers
  {
  
  font-family: DaxPro-WideBold, DaxBold!important;
    font-size: 1.625rem!important;
    color: #53565a!important;
    line-height: 1.875rem!important;
    letter-spacing: 0rem!important;
    padding-bottom: 0.375rem!important;
  }