a,
h3,
h4,
h5,
p,
span {
    font-family: DaxPro-WideRegular, Dax-Regular;
}

.main-menu.menu-toggleable-left {
    z-index: 9999 !important;
}

.bed-builder-main h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: DaxPro-WideRegular;
    text-align: left;
    line-height: 1.3;
}

@media (max-width: 1023.98px) {
    .bed-builder-main h1 {
        font-size: 1.25rem;
        line-height: 1.875rem;
    }
}

.bed-builder-main h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: 0.5px;
    font-family: DaxPro-WideMedium;
}

@media (max-width: 1023.98px) {
    .bed-builder-main h2 {
        font-size: 1.125rem;
        line-height: 1.5625rem;
    }
}

.bed-builder-main h5 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.875rem;
}

.bed-builder-main p {
    font-size: 15px;
    line-height: 1.375rem;
    letter-spacing: 0.5px;
}

.bed-builder-main p.small-copy {
    font-size: 14px;
    text-align: left;
}

.bed-builder-main p.copy-12px {
    font-size: 12px;
}

@media (min-width: 768px) {
    .container {
        max-width: 93.75rem;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding: 0;
    }
}

.inner-container {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .inner-container {
        max-width: 93.75rem;
    }
}

@media (min-width: 1024px) {
    .inner-container.pull-in-15 {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

a.button,
button.button {
    font-family: DaxPro-WideRegular, Dax-Regular;
    font-size: 0.875rem;
    color: #53565a;
    line-height: 1.875rem;
    letter-spacing: 0;
    cursor: pointer;
    display: inline-block;
    padding: 9px 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1.5px;
    border: none;
    border-radius: 2px;
    font-weight: 500;
}

a.button:hover,
button.button:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    a.button,
    button.button {
        width: 100%;
    }
}

a.button--primary,
button.button--primary {
    background: #323333;
    color: #fff;
    border: none;
    border-radius: 2px;
}

a.button--primary:hover,
button.button--primary:hover {
    color: #fff !important;
    background: #1d2124 !important;
}

a.button--secondary,
button.button--secondary {
    background-color: #fff;
    color: #1f1d1e;
    border: 1px solid #979797;
}

a.button--secondary:hover,
button.button--secondary:hover {
    border: 1px solid #0f0e0e;
}

.content-buttons {
    margin-top: 1.25rem;
    padding-left: 0 !important;
}

@media (max-width: 767.98px) {
    .mt-xs-20 {
        margin-top: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .mt-xs-50 {
        margin-top: 3.125rem;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .mt-md-40,
    .mt-md-60 {
        margin-top: 2.5rem;
    }
}

.separater-spacing {
    margin-bottom: 5.3125rem !important;
}

@media (max-width: 767.98px) {
    .separater-spacing {
        margin-bottom: 3.125rem !important;
    }
}

@media (max-width: 767.98px) {
    .extra-gutter-xs {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.generic-accordion {
    margin-bottom: 20px;
}

.generic-accordion:first-child__panel {
    display: block;
}

.generic-accordion__button {
    background-color: #f6f7fa;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
}

.generic-accordion__button__header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.generic-accordion__button__label {
    text-align: left;
    outline: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    color: #53565a;
}

.generic-accordion__button__arrow {
    display: inline-block;
    float: right;
    width: 10px;
    height: 10px;
    border: 2px solid #1f1d1e;
    border-left: 0;
    border-top: 0;
}

.generic-accordion__button__arrow.\--down {
    transform: rotate(45deg);
}

.generic-accordion__button__arrow.\--up {
    transform: rotate(225deg);
}

.generic-accordion__button .mobile-selected-variant .selected-variant {
    text-align: left;
    color: #1f1d1e;
    font-size: 15px;
}

.generic-accordion__button .mobile-selected-variant .selected-variant span {
    font-family: DaxPro-WideMedium;
}

.generic-accordion__panel {
    padding: 0 18px;
    background-color: #fff;
    display: block;
    overflow: hidden;
    background-color: #f6f7fa;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    transition: 0.4s;
}

@media (min-width: 768px) {
    .bedbuilder-container {
        flex-direction: row;
        position: relative;
    }
}

.bedbuilder-container .variants,
.bedbuilder-container .viewer-container {
    height: 100%;
}

.heading-xs {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #323333;
}

@media (min-width: 350px) and (max-width: 767.98px) {
    .heading-xs {
        display: block;
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .heading-xs,
    .hidden-lg {
        display: none;
    }
}

@media (min-width: 350px) and (max-width: 767.98px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

.usp-section {
    margin-top: 20px;
}

@media only screen and (min-width: 1024px) and (max-width: 1281px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .usp-section__section {
        width: 49% !important;
        flex: auto !important;
        padding-right: 15px !important;
        max-width: 50% !important;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .usp-section__section {
        padding-right: 10px !important;
    }
}

@media (min-width: 1024px) {
    .usp-section__section--spacing {
        padding-right: 0;
    }
}

.usp-section__section--grey {
    background: #f6f7fa;
    padding: 15px;
    margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .usp-section__section--grey {
        padding: 10px;
    }
}

.usp-section__section__copy {
    font-size: 10px;
    margin-left: 5px;
    color: #323333;
    text-transform: uppercase;
}

.product-video {
    width: 100%;
}

@media (min-width: 1024px) {
    .product-video {
        height: 35.9375rem;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .product-video {
        height: 25rem;
    }
}

@media (max-width: 767.98px) {
    .product-video {
        padding: 0 !important;
    }
}

.product-video__content {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

@media (max-width: 767.98px) {
    .product-small {
        margin-top: 2.8125rem;
    }
}

.product-small__icon {
    width: 9.375rem;
    height: 9.375rem;
    background: transparent;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .product-small__icon {
        width: auto;
    }
}

.product-small__icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.product-small__content {
    text-align: center;
    margin-top: 1.5625rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1.875rem;
}

.product-small__content__title {
    font-size: 20px;
    font-weight: 400;
    font-family: DaxPro-WideMedium;
}

.product-small__content__link {
    font-weight: 500;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.modal .modal-content {
    padding: 1.625rem 0.9375rem 2.125rem;
    border: 0;
    border-radius: 0;
    margin-top: 10%;
}

.modal .modal-content .modal-header {
    position: relative;
    border: 0;
    padding: 0;
}

.modal .modal-content .modal-header .modal-title {
    font-family: DaxPro-WideRegular, Dax-Regular;
    font-size: 1.5rem;
    color: #53565a;
    line-height: 1.75rem;
    letter-spacing: normal;
    text-align: left;
    padding: 0 0 0.9375rem;
    width: 14.0625rem;
}

.modal .modal-content .modal-header .close {
    position: absolute;
    margin: 0;
    opacity: 1;
    right: 0;
    padding: 0;
    z-index: 10;
}

.modal .modal-content .modal-body {
    margin: auto;
    padding: 0;
    background: transparent !important;
    font-family: DaxPro-WideRegular, Dax-Regular;
    font-size: 0.8125rem;
    color: #53565a;
    line-height: 1.25rem;
    letter-spacing: normal;
    text-align: left;
}

.modal .modal-content .modal-body p {
    padding-bottom: 1.4375rem;
    margin: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.fade {
    transition: opacity 0.15s linear;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-backdrop.fade {
    opacity: 0;
}

.consumer-satisfaction {
    min-height: 25rem;
    display: flex;
}

@media (max-width: 767.98px) {
    .consumer-satisfaction {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.consumer-satisfaction__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 0;
}

.consumer-satisfaction__content--shift {
    padding: 15px 15px 0;
}

.consumer-satisfaction__content--shift .consumer-section-title {
    font-size: 32px;
}

.consumer-satisfaction__image {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (min-width: 350px) and (max-width: 767.98px) {
    .consumer-satisfaction__image {
        margin-left: -22px;
        margin-right: -22px;
    }
}

.consumer-satisfaction__image img {
    width: 90%;
    height: 100%;
}

@media (max-width: 1023.98px) {
    .consumer-satisfaction__image img {
        width: 100%;
    }
}

.footer-banner {
    min-height: 25rem;
    display: flex;
    background: #f6f7fa;
}

@media (max-width: 767.98px) {
    .footer-banner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) {
    .footer-banner__images {
        margin-left: -15px;
        margin-right: -10px;
    }
}

@media (max-width: 767.98px) {
    .footer-banner__images {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.footer-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 0;
}

@media (min-width: 1024px) {
    .footer-banner__content .content-buttons,
    .footer-banner__content p {
        width: 23.75rem;
    }
}

.footer-banner__content .content-buttons svg,
.footer-banner__content p svg {
    margin-right: 5px;
    vertical-align: middle;
}

.footer-banner__content .content-buttons a.button,
.footer-banner__content p a.button {
    width: 100%;
}

.footer-banner__content .content-buttons a.button.button--secondary,
.footer-banner__content p a.button.button--secondary {
    margin-top: 15px;
}

.footer-banner__content--shift {
    padding: 15px 15px 0;
}

.footer-banner__content--shift .contact-us {
    text-align: center;
    margin-top: 10px;
}

.footer-banner__content--shift .contact-us a {
    text-decoration: underline;
    font-family: DaxPro-WideMedium, Dax-Regular;
}

.footer-banner__content--shift .consumer-section-title {
    font-size: 32px;
}

.footer-banner__image {
    display: flex;
    align-items: center;
}

@media (min-width: 350px) and (max-width: 767.98px) {
    .footer-banner__image {
        margin-left: -22px;
        margin-right: -22px;
    }
}

.footer-banner__image.\--large {
    height: 37.5rem;
}

@media (min-width: 1024px) {
    .footer-banner__image.\--large {
        margin-left: -20px;
        margin-right: 11px;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .footer-banner__image.\--large {
        margin-right: -19px;
    }
}

@media (min-width: 350px) and (max-width: 767.98px) {
    .footer-banner__image.\--large {
        height: 20.9375rem;
    }
}

.footer-banner__image.\--small {
    height: 14.0625rem;
}

@media (max-width: 767.98px) {
    .footer-banner__image.\--small {
        height: 10.125rem;
    }
}

.footer-banner__image.\--first {
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .footer-banner__image.\--first {
        margin-right: 5px;
    }
}

.footer-banner__image.\--second {
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .footer-banner__image.\--second {
        margin-left: 5px;
        margin-top: 0;
    }
}

.footer-banner__image img {
    width: 100%;
    height: 100%;
}

div.product-detail .add-to-cart-pdp-container {
    float: none !important;
}

div.product-detail .add-to-cart-pdp-container .add-to-cart-text {
    display: inherit !important;
}

div.product-detail .modal-basket-success h1.product-name {
    line-height: 3rem;
}

div.product-detail .bedbuilder-modal .modal-header {
    padding: 0 !important;
    background: transparent !important;
}

div.product-detail .bedbuilder-modal .modal-header .close {
    top: 10px !important;
}

.product-banner {
    justify-content: center;
    align-items: center;
    margin-top: 1.875rem;
}

@media (min-width: 350px) and (max-width: 767.98px) {
    .product-banner .row {
        padding-bottom: 20px;
    }
}

@media (min-width: 350px) and (max-width: 767.98px) {
    .product-banner__image {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .product-banner__image {
        margin-top: 0;
        margin-left: 15px;
    }
}

.product-banner__image img {
    width: 100%;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill-available;
    height: -moz-fill-available;
}

.product-banner__details {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .product-banner__details {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.product-banner__details__content {
    text-align: center;
    padding: 15px 15px 0;
}

@media (max-width: 767.98px) {
    .product-banner__details__content {
        text-align: left;
        padding-top: 3.125rem;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .product-banner__details__content {
        padding-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .product-banner .banner-xs {
        background: #f7f7f7;
        padding-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .product-cards {
        margin-top: 4.5em;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    .product-cards {
        margin-top: 3.125rem;
    }
}

.product-cards__card {
    justify-content: space-around;
    margin-top: 4.375rem;
}

@media (max-width: 767.98px) {
    .product-cards__card {
        margin-top: 2.5rem;
    }
}

.product-cards__card__details {
    height: 100%;
}

.product-cards__card__details__image {
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
    .product-cards__card__details__image {
        height: 18.75rem;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .product-cards__card__details__image {
        height: 16.25rem;
    }
}

@media (max-width: 767.98px) {
    .product-cards__card__details__image {
        padding: 0 !important;
    }
}

.product-cards__card__details__image img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .product-cards__card__details__copy {
        padding: 20px;
    }
}

@media (min-width: 350px) and (max-width: 767.98px) {
    .no-gutter-xs {
        padding: 0 !important;
    }
}