/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}
.flickity-button:hover {
    background: #fff;
    cursor: pointer;
}
.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
    opacity: 0.6;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-button-icon {
    fill: #333;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
address,
blockquote,
body,
caption,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
input,
legend,
li,
object,
ol,
p,
select,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
table {
    border-collapse: collapse;
}
li,
ol,
ul {
    list-style: none;
}
address,
em {
    font-style: normal;
}
li img,
object {
    vertical-align: top;
}
form img,
input,
select,
textarea {
    vertical-align: middle;
}
a {
    outline: 0;
    border: none;
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
.svg-symbols {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
a {
    color: inherit;
    text-decoration: none;
}
select::-ms-expand {
    display: none;
}
.responsive-img {
    max-width: 100%;
    height: auto;
}
.ReactModal__Body--open {
    overflow-y: hidden;
}
@media print {
    .no-print {
        display: none !important;
    }
}
.sup {
    font-size: 37%;
    vertical-align: 70%;
}
.u-no-wrap {
    white-space: nowrap;
}
.shell {
    max-width: 1290px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.l-capped-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.l-capped-width:after {
    content: " ";
    display: block;
    clear: both;
}
.l-capped-width--wide {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.l-capped-width--wide:after {
    content: " ";
    display: block;
    clear: both;
}
.l-full-width {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.l-full-width:after {
    content: " ";
    display: block;
    clear: both;
}
.l-side-nav {
    width: 18.91892%;
    float: left;
    margin-right: 1.35135%;
}
@media (min-width: 0) and (max-width: 767px),
    (min-width: 501px) and (max-width: 1023px) {
    .l-side-nav {
        clear: both;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.66667%;
        padding-right: 0.66667%;
    }
}
.l-side-nav-content {
    width: 79.72973%;
    float: right;
    margin-right: 0;
}
@media (min-width: 0) and (max-width: 767px),
    (min-width: 501px) and (max-width: 1023px) {
    .l-side-nav-content {
        clear: both;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 0.66667%;
        padding-right: 0.66667%;
    }
}
@font-face {
    font-family: Gotham HTF;
    src: url("/sleepnumber/fonts/GothamHTF-Light.eot");
    src:
        url("/sleepnumber/fonts/GothamHTF-Light.eot?#iefix")
            format("embedded-opentype"),
        url("/sleepnumber/fonts/GothamHTF-Light.woff2") format("woff2"),
        url("/sleepnumber/fonts/GothamHTF-Light.woff") format("woff"),
        url("/sleepnumber/fonts/GothamHTF-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Gotham HTF;
    src: url("/sleepnumber/fonts/GothamHTF-Book.eot");
    src:
        url("/sleepnumber/fonts/GothamHTF-Book.eot?#iefix")
            format("embedded-opentype"),
        url("/sleepnumber/fonts/GothamHTF-Book.woff2") format("woff2"),
        url("/sleepnumber/fonts/GothamHTF-Book.woff") format("woff"),
        url("/sleepnumber/fonts/GothamHTF-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gotham HTF;
    src: url("/sleepnumber/fonts/GothamHTF-Medium.eot");
    src:
        url("/sleepnumber/fonts/GothamHTF-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("/sleepnumber/fonts/GothamHTF-Medium.woff2") format("woff2"),
        url("/sleepnumber/fonts/GothamHTF-Medium.woff") format("woff"),
        url("/sleepnumber/fonts/GothamHTF-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Gotham HTF;
    src: url("/sleepnumber/fonts/GothamHTF-Black.eot");
    src:
        url("/sleepnumber/fonts/GothamHTF-Black.eot?#iefix")
            format("embedded-opentype"),
        url("/sleepnumber/fonts/GothamHTF-Black.woff2") format("woff2"),
        url("/sleepnumber/fonts/GothamHTF-Black.woff") format("woff"),
        url("/sleepnumber/fonts/GothamHTF-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: Gotham HTF;
    src: url("/sleepnumber/fonts/GothamHTF-Thin.eot");
    src:
        url("/sleepnumber/fonts/GothamHTF-Thin.eot?#iefix")
            format("embedded-opentype"),
        url("/sleepnumber/fonts/GothamHTF-Thin.woff2") format("woff2"),
        url("/sleepnumber/fonts/GothamHTF-Thin.woff") format("woff"),
        url("/sleepnumber/fonts/GothamHTF-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
.button {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    border: 2px solid #116180;
    background: #116180;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    -webkit-transition:
        background 0.25s,
        color 0.25s;
    -o-transition:
        background 0.25s,
        color 0.25s;
    transition:
        background 0.25s,
        color 0.25s;
    cursor: pointer;
}
.button--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
.button--sm {
    min-width: 120px;
    padding: 10px;
    font-size: 10px;
    font-weight: 400;
    cursor: default;
}
.button--lg {
    padding: 16px 10px;
    cursor: pointer;
}
.button--lg:hover {
    background: transparent;
    color: #116180;
}
.button--white {
    cursor: pointer;
    background-color: #fff;
    color: #292f38;
    border-color: #292f38;
}
.button--white:hover {
    background: #e6e6e6;
}
.button--limed-spruce {
    cursor: pointer;
    background-color: #303e48;
    color: #fff;
    border-color: #303e48;
}
.button--limed-spruce:hover {
    background: #1c2429;
}
.button--light-blue {
    border: 2px solid #72b1c8;
    background: #72b1c8;
}
.button--orange {
    border: 2px solid #ff6c0c;
    background: #ff6c0c;
}
@media (max-width: 767px) {
    .button--sm {
        min-width: 100px;
    }
}
.ico-arrow {
    background-image: url(./images/sprite.png);
    background-position: 32.903225806451616% 22.857142857142858%;
    background-size: 569.6969696969697% 537.5%;
    width: 33px;
    height: 16px;
}
.ico-arrow,
.ico-chat {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.ico-chat {
    background-image: url(./images/sprite.png);
    background-position: 0 0;
    background-size: 400% 209.7560975609756%;
    width: 47px;
    height: 41px;
}
.ico-facebook {
    background-image: url(./images/sprite.png);
    background-position: 41.899441340782126% 63.38028169014085%;
    background-size: 2088.888888888889% 573.3333333333334%;
    width: 9px;
    height: 15px;
}
.ico-facebook,
.ico-instagram {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.ico-instagram {
    background-image: url(./images/sprite.png);
    background-position: 50.86705202312138% 22.22222222222222%;
    background-size: 1253.3333333333333% 614.2857142857143%;
    width: 15px;
    height: 14px;
}
.ico-mark {
    background-image: url(./images/sprite.png);
    background-position: 0 100%;
    background-size: 569.6969696969697% 209.7560975609756%;
    width: 33px;
    height: 41px;
}
.ico-mark,
.ico-pinterest {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.ico-pinterest {
    background-image: url(./images/sprite.png);
    background-position: 33.52272727272727% 64.28571428571429%;
    background-size: 1566.6666666666665% 537.5%;
    width: 12px;
    height: 16px;
}
.ico-radio {
    background-image: url(./images/sprite.png);
    background-position: 21.764705882352942% 66.17647058823529%;
    background-size: 1044.4444444444446% 477.77777777777777%;
    width: 18px;
    height: 18px;
}
.ico-radio,
.ico-twitter {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.ico-twitter {
    background-image: url(./images/sprite.png);
    background-position: 61.849710982658955% 21.62162162162162%;
    background-size: 1253.3333333333333% 716.6666666666667%;
    width: 15px;
    height: 12px;
}
.ico-youtube {
    background-image: url(./images/sprite.png);
    background-position: 72% 21.052631578947366%;
    background-size: 1446.1538461538462% 860%;
    width: 13px;
    height: 10px;
}
.ico-youtube,
.logo-footer {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.logo-footer {
    background-image: url(./images/sprite.png);
    background-position: 100% 0;
    background-size: 137.22627737226279% 716.6666666666667%;
    width: 137px;
    height: 12px;
}
@media (-o-min-device-pixel-ratio: 2/1),
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    .ico-chat {
        background-image: url(./images/sprite.@2x.png);
        background-position: 0 0;
        background-size: 400% 209.7560975609756%;
        width: 47px;
        height: 41px;
    }
    .ico-chat,
    .ico-facebook {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .ico-facebook {
        background-image: url(./images/sprite.@2x.png);
        background-position: 41.899441340782126% 63.38028169014085%;
        background-size: 2088.888888888889% 573.3333333333334%;
        width: 9px;
        height: 15px;
    }
    .ico-instagram {
        background-image: url(./images/sprite.@2x.png);
        background-position: 50.86705202312138% 22.22222222222222%;
        background-size: 1253.3333333333333% 614.2857142857143%;
        width: 15px;
        height: 14px;
    }
    .ico-instagram,
    .ico-mark {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .ico-mark {
        background-image: url(./images/sprite.@2x.png);
        background-position: 0 100%;
        background-size: 569.6969696969697% 209.7560975609756%;
        width: 33px;
        height: 41px;
    }
    .ico-pinterest {
        background-image: url(./images/sprite.@2x.png);
        background-position: 33.52272727272727% 64.28571428571429%;
        background-size: 1566.6666666666665% 537.5%;
        width: 12px;
        height: 16px;
    }
    .ico-pinterest,
    .ico-radio {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .ico-radio {
        background-image: url(./images/sprite.@2x.png);
        background-position: 21.764705882352942% 66.17647058823529%;
        background-size: 1044.4444444444446% 477.77777777777777%;
        width: 18px;
        height: 18px;
    }
    .ico-twitter {
        background-image: url(./images/sprite.@2x.png);
        background-position: 61.849710982658955% 21.62162162162162%;
        background-size: 1253.3333333333333% 716.6666666666667%;
        width: 15px;
        height: 12px;
    }
    .ico-twitter,
    .ico-youtube {
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
    .ico-youtube {
        background-image: url(./images/sprite.@2x.png);
        background-position: 72% 21.052631578947366%;
        background-size: 1446.1538461538462% 860%;
        width: 13px;
        height: 10px;
    }
    .logo-footer {
        background-image: url(./images/sprite.@2x.png);
        background-position: 100% 0;
        background-size: 137.22627737226279% 716.6666666666667%;
        width: 137px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
}
.header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 24px 0;
    background: #cdcdcd;
}
.header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__content,
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.logo {
    width: 153px;
    height: 41px;
    background-image: url(./images/logo-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    text-decoration: none;
}
.logo--mobile {
    display: none;
    font-size: 0;
}
.nav {
    position: relative;
    margin-left: 55px;
    font-size: 16px;
    line-height: 1;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
}
.nav li + li {
    margin-left: 56px;
}
.nav a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
.nav a:hover {
    color: #26438d;
}
@media (max-width: 767px) {
    .header {
        padding: 15px 0;
    }
    .nav {
        margin-left: 20px;
        font-size: 12px;
    }
    .nav li + li {
        margin-left: 15px;
    }
    .logo {
        width: 75px;
        height: 20px;
    }
}
.hero-wrapper {
    min-height: 636px;
    background: url(./images/hero.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.hero {
    height: 636px;
}
.hero__contents {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 93.33333%;
    float: left;
    margin: 0 3.33333%;
    padding: 80px 30px 0;
    text-align: center;
}
.hero__preheader {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.hero__header {
    font-size: 44px;
    color: #fff;
    font-weight: 200;
}
.hero__header--sup {
    font-size: 30%;
    vertical-align: 110%;
}
@media (min-width: 0) and (max-width: 767px),
    (min-width: 501px) and (max-width: 1023px) {
    .hero-wrapper {
        min-height: 499px;
        background: url(./images/hero.jpg);
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
    }
    .hero {
        padding-bottom: 40px;
    }
    .hero__contents-header {
        font-size: 80px;
    }
    .hero__header {
        font-size: 32px;
    }
}
.reviews-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: -150px;
}
.reviews {
    margin: auto 5%;
}
.reviews__footer {
    text-align: center;
    padding: 0 30px;
    margin: 0 0 120px;
}
.reviews__title {
    font-size: 44px;
    margin-bottom: 14px;
}
.reviews__copy {
    font-size: 18.5px;
    margin-bottom: 34px;
}
.reviews__button {
    font-size: 13.5px;
    padding: 13px 130px;
}
.reviews .flickity-prev-next-button.previous {
    left: -30px;
}
.reviews .flickity-prev-next-button.next {
    right: -30px;
}
.review {
    position: relative;
    min-height: 566px;
}
.review__contents {
    padding: 60px 2em 20px;
    text-align: center;
}
.review__contents--selected {
    display: none;
    background: #f5fafc;
    position: absolute;
    top: 0;
    left: 0;
}
.review__title {
    font-size: 1.6vw;
    margin-bottom: 25px;
}
.review__border {
    width: 20%;
    height: 1px;
    background: #303e48;
    margin: 0 auto 25px;
}
.review__rating {
    margin: 0 auto;
    max-width: 182px;
    margin-bottom: 20px;
}
.review__product-name {
    font-size: 16px;
    font-weight: 400;
    color: #72b1c8;
    margin-bottom: 15px;
}
.review__copy {
    font-size: 0.9vw;
    color: #858f98;
    margin-bottom: 25px;
}
.review__author {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #303e48;
}
.carousel {
    margin: 70px 0;
}
.carousel-cell {
    width: 31.83333%;
    min-height: 200px;
    margin-right: 1.5%;
    background: #f5fafc;
}
.carousel-cell.is-selected .review__contents--selected {
    display: block;
    z-index: 10;
    transform: scale(1.2);
}
.flickity-viewport {
    overflow: initial !important;
}
@media (min-width: 1700px) {
    .review__title {
        font-size: 30px;
    }
    .review__copy {
        font-size: 17px;
    }
}
@media (min-width: 1201px) and (max-width: 1457px) {
    .review__copy {
        font-size: 1vw;
    }
}
@media (min-width: 1001px) and (max-width: 1200px) {
    .review {
        min-height: 500px;
    }
}
@media (min-width: 891px) and (max-width: 1000px) {
    .review {
        min-height: 743px;
    }
    .review__contents {
        padding: 50px 2em 30px;
    }
    .review__title {
        font-size: 19px;
    }
    .review__copy,
    .review__product-name {
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 890px) {
    .review {
        min-height: 743px;
    }
    .review__contents {
        padding: 30px 2em 10px;
    }
    .review__rating {
        max-width: 132px;
        margin-bottom: 10px;
    }
    .review__title {
        font-size: 16px;
    }
    .review__copy,
    .review__product-name {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .reviews-wrapper {
        overflow: hidden;
    }
    .reviews {
        overflow: initial;
    }
    .reviews__button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .reviews__title {
        font-size: 28px;
    }
    .reviews__copy {
        font-size: 16px;
    }
    .reviews__footer {
        margin-bottom: 60px;
    }
    .review {
        min-height: 534px;
    }
    .review__title {
        font-size: 20px;
    }
    .review__copy {
        font-size: 14px;
    }
    .carousel-cell {
        width: 97%;
        min-height: 200px;
        margin-right: 3%;
    }
}
.product-video {
    background: #1f252d;
    border-bottom: 1px solid gray;
}
.product-video:after {
    display: block;
    clear: both;
    content: "";
}
.product-video__inner {
    max-width: 1130px;
    margin: 0 auto;
}
.product-video__video {
    margin-top: 120px;
}
.product-video__content,
.product-video__video {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
.product-video__content {
    padding: 47px 40px 92px;
    text-align: center;
}
.product-video__pre-title {
    font-size: 17px;
    color: #9cc3d1;
    font-weight: 400;
    text-transform: uppercase;
}
.product-video__title {
    color: #fff;
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 10px;
}
.product-video__copy {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 200;
    margin: 0 10%;
}
@media (min-width: 0) and (max-width: 767px) {
    .product-video__video {
        padding: 0 20px;
        margin-top: 60px;
    }
    .product-video__content {
        padding: 23px 20px 60px;
    }
    .product-video__pre-title {
        font-size: 15px;
    }
    .product-video__title {
        font-size: 28px;
    }
    .product-video__copy {
        line-height: 1.5;
        margin: 0;
        font-size: 16px;
    }
}
.ohter-products {
    position: relative;
    padding: 110px 0 52px;
}
.ohter-products__header {
    text-align: center;
    font-size: 18px;
}
.ohter-products__title {
    margin-bottom: 16px;
    font-size: 32px;
    color: #3c4652;
    letter-spacing: 0.01em;
}
.ohter-products__title--sup {
    font-size: 30%;
    vertical-align: 110%;
}
.ohter-products__body {
    padding-top: 50px;
}
.products {
    padding: 0 55px;
    margin-bottom: 39px;
}
.products__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product {
    position: relative;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 0 40px 60px;
}
.product__image {
    position: relative;
    margin-bottom: 28px;
}
.product__image-item {
    height: auto;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.product__title {
    margin-bottom: 12px;
    line-height: 1;
    font-weight: 400;
    color: #292f38;
    letter-spacing: 0.05em;
    font-size: 30px;
    padding: 0 10px;
}
.product__title a {
    text-decoration: none;
}
.product__title a:hover {
    color: #26438d;
}
.product__title span {
    color: #116180;
    font-weight: 500;
}
.product__entry {
    margin-bottom: 50px;
}
.product__actions {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.product__actions:after {
    display: block;
    clear: both;
    content: "";
}
.product__actions--button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    font-size: 13px;
    max-width: 222px;
    margin: 0 10px;
}
@media (max-width: 1199px) {
    .products {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .product {
        padding: 0 10px 60px;
    }
}
@media (max-width: 767px) {
    .products {
        margin-bottom: 0;
    }
    .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .product:last-of-type {
        margin-top: 60px;
    }
    .product__title {
        font-size: 28px;
    }
    .product__entry {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .product__actions {
        display: block;
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        max-width: 100%;
    }
    .product__actions--button {
        max-width: none;
        width: 100%;
        margin: 5px 0;
    }
    .ohter-products {
        padding-top: 60px;
        padding-bottom: 60px .ohter-products __title;
        padding-bottom-font-size: 28px;
    }
    .ohter-products__body {
        padding-top: 0;
    }
}
.product-feature .flickity-slider {
    background-color: #1f252d;
    -webkit-transform: none !important;
    transform: none !important;
}
.product-feature__container {
    position: relative;
    text-align: center;
}
.product-feature__slide {
    position: relative;
    min-height: 1032px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #1f252d;
    width: 100%;
    top: 0;
    left: 0 !important;
    opacity: 0;
    z-index: -1;
}
.product-feature__slide.is-selected {
    opacity: 1;
    z-index: 0;
}
.product-feature__slide:first-child {
    background-image: url(./images/feel-specific-firm.jpg);
}
.product-feature__slide:nth-child(2) {
    background-image: url(./images/feel-specific-soft.jpg);
}
.product-feature__content {
    position: absolute;
    top: 6em;
    right: 0;
}
.product-feature__button {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 12px 80px;
    border: none;
}
.product-feature__button--font-weight {
    font-weight: 300;
}
.product-feature__button--firm {
    display: none;
}
.product-feature__button--firm.active {
    display: block;
}
.product-feature__button--soft {
    display: none;
}
.product-feature__button--soft.active {
    display: block;
}
.product-feature__ribon {
    position: relative;
    background: #303e48;
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-weight: 200;
    text-align: right;
    line-height: 1em;
    font-size: 36px;
    font-size: 2vw;
}
.product-feature__ribon:before {
    left: -61px;
    width: 7px;
}
.product-feature__ribon:after,
.product-feature__ribon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -1px;
    background: #303e48;
    transform: skew(20deg);
}
.product-feature__ribon:after {
    left: -39px;
    width: 70px;
    height: 100%;
}
.product-feature__ribon--bold {
    font-weight: 400;
}
.product-feature__ribon--regular {
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 0.4em;
    color: #ff6c0c;
}
.product-feature__ribon--regular-soft {
    color: #346094;
}
.product-feature__ribon sup {
    vertical-align: 60%;
}
.product-feature__copy-wrapper {
    position: relative;
    z-index: 1;
}
.product-feature__copy {
    text-align: right;
    color: #fff;
    font-size: 0.8vw;
    margin-top: 1.5em;
    margin-right: 2em;
    font-weight: 200;
}
.product-feature__copy--medium {
    font-weight: 400;
}
.product-feature .flickity-button {
    background: hsla(210, 3%, 57%, 0.75);
}
.product-feature .flickity-button-icon {
    fill: #fff;
}
@media (min-width: 2440px) {
    .product-feature__slide {
        min-height: 1190px;
    }
}
@media (max-width: 1380px) {
    .product-feature__ribon {
        font-size: 2.5vw;
    }
    .product-feature__copy {
        font-size: 14px;
    }
}
@media (min-width: 501px) and (max-width: 1023px) {
    .product-feature__content {
        top: 3em;
    }
}
@media (min-width: 0) and (max-width: 767px) {
    .product-feature__slide {
        background-position-x: 37%;
        background-size: 234%;
        background-position-y: 30%;
        min-height: 900px;
        background-color: #273039;
    }
    .product-feature__ribon {
        text-align: center;
        width: 100%;
        font-size: 20px;
    }
    .product-feature__content {
        display: block;
        width: 100%;
        top: 0;
    }
    .product-feature__copy {
        text-align: center;
        margin-right: 0;
        padding: 0 20px;
    }
    .product-feature__button {
        width: calc(100% - 90px);
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 400px) {
    .product-feature__slide {
        background-position-y: 50%;
        min-height: 750px;
    }
    .product-feature__content {
        top: 0;
    }
}
.footer {
    background: #3c4652;
    font-size: 12px;
    line-height: 1;
    color: #ccc;
}
.footer__body {
    max-width: 902px;
    padding: 36px 0;
    margin: 0 auto;
}
.footer__contacts {
    background: #172228;
}
.contacts {
    max-width: 924px;
    padding: 15px 0;
    margin: 0 auto;
}
.contact,
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0 20px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.01em;
    width: 50%;
}
.contact:nth-child(3n-1) {
    padding-left: 100px;
    border-left: 1px solid #5e656a;
}
.contact__image {
    width: 60px;
}
.contact__body {
    width: calc(100% - 60px);
}
.contact h5 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
}
.contact h5 a {
    text-decoration: none;
}
.contact h5 a:hover {
    text-decoration: underline;
}
.contact p {
    margin-top: 8px;
}
.contact a {
    text-decoration: underline;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.contact a:hover,
.contact a[href^="tel"] {
    text-decoration: none;
}
.contact a[href^="tel"]:hover {
    text-decoration: underline;
}
.copyright {
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.03em;
}
.copyright:after {
    content: "";
    display: table;
    clear: both;
    line-height: 0;
}
.copyright p {
    margin-bottom: 0;
    padding-right: 25px;
}
.copyright p,
.copyright ul {
    display: inline-block;
    vertical-align: middle;
}
.copyright ul {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
.copyright li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.015em;
}
.copyright a {
    text-decoration: none;
    -webkit-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}
.copyright a:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .contacts {
        padding: 0;
    }
    .contact {
        width: 100%;
        padding: 20px 0;
    }
    .contact:nth-child(3n-1) {
        padding-left: 0;
        border-top: 1px solid #5e656a;
        border-left: 0;
    }
    .copyright p {
        padding-right: 0;
    }
    .copyright ul {
        padding-top: 10px;
    }
}
@media (max-width: 991px) {
    .copyright li {
        padding: 0 10px;
    }
    .contact {
        padding: 15px 5px 20px;
    }
    .contact:nth-child(3n-1) {
        padding-left: 25px;
    }
    .contact h5 {
        font-size: 22px;
    }
}
@media (max-width: 1199px) {
    .contact {
        padding-left: 30px;
    }
    .contact:nth-child(3n-1) {
        padding-left: 75px;
    }
}
body {
    min-width: 320px;
    background: #fff;
    font-family:
        Gotham HTF,
        sans-serif;
    font-size: 14px;
    line-height: 1.57;
    color: #3c4652;
    font-weight: 300;
    letter-spacing: 0.03em;
}
