.product-tile { position: relative; }

@media (max-width: 991px) { .product-tile { padding-bottom: 10px; } }

@media (max-width: 991px) { .product-tile { overflow: hidden; } }

.product-tile .discount { background: #fab90e; font-size: 16px; line-height: 24px; color: #062b4e; font-family: "Intelo Regular", sans-serif; padding: 2px 50px; position: absolute; top: 20px; left: -35px; transform: rotate(-45deg); transform-origin: bottom; }

.product-tile .product-image { padding-top: 66.57%; height: 0; position: relative; margin-bottom: 12px; border-radius: 8px; overflow: hidden; }

.product-tile .product-image .product-image-wrapper img { height: auto; width: 120%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 110%; }

.product-tile .product-title { display: block; font-size: 18px; line-height: 24px; font-family: "Intelo Light", sans-serif; }

@media (max-width: 991px) { .product-tile .product-title { line-height: 21px; margin-bottom: 0; max-width: 85%; } }

.product-tile .product-price { font-family: "Intelo Regular", sans-serif; font-size: 14px; line-height: 19px; width: 60%; display: inline-block; color: #407DC9; }

.product-tile .product-price s { color: #062B4E; opacity: 0.4; font-family: "Intelo Regular", sans-serif; margin-left: 4px; }

@media (max-width: 991px) { .product-tile .product-price { float: left; } }

.product-tile .product-price .price { font-family: "Intelo Bold", sans-serif; color: #407DC9; }

@media (max-width: 991px) { .product-tile .product-price .price { clear: both; display: inline-block; } }

.product-tile .product-info { width: 70%; display: inline-block; }

@media (max-width: 991px) { .product-tile .product-info { width: 68%; margin-bottom: 8px; overflow: auto; margin: 0 0 -2px; } }

.product-tile .product-cta { position: absolute; right: 0; top: 0; }

.product-tile .product-detail { position: relative; }

.product-tile .compare-btn { position: relative; width: 40px; height: 40px; background: #C1D1E0; margin-right: 8px; font-family: "Intelo Bold", sans-serif; font-size: 11px; line-height: 17px; letter-spacing: 0.15em; text-transform: uppercase; border-radius: 8px; padding: 15px 21px; border: 0px; max-height: 45px; }

@media (max-width: 991px) { .product-tile .compare-btn { width: 44px; height: 44px; margin-right: 6px; padding: 15px; } }

.product-tile .compare-btn:after { content: ''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNzUgNi43ODU3MUw2LjEwNzE0IDkuNDk5OTlMNC43NSAxMi4yMTQzIiBzdHJva2U9IiMwNjJCNEUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE0LjI1IDYuNzg1NzFMMTIuODkyOSA5LjQ5OTk5TDE0LjI1IDEyLjIxNDMiIHN0cm9rZT0iIzA2MkI0RSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cmVjdCB4PSIyLjAwNTQ3IiB5PSIyLjAwNzEyIiB3aWR0aD0iMTQuOTg1NyIgaGVpZ2h0PSIxNC45ODU3IiByeD0iMy4zNSIgc3Ryb2tlPSIjMDYyQjRFIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNOS41IDE4LjMyMTRWMC42Nzg1ODkiIHN0cm9rZT0iIzA2MkI0RSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat; background-position: center; background-size: 19px; }

.product-tile .compare-btn .add-to-compare { position: absolute; top: -25px; background: #407DC9; font-family: "Intelo Light", sans-serif; font-size: 10px; line-height: 12px; width: 127px; text-align: center; text-transform: none; letter-spacing: normal; padding: 3px 7px; border-radius: 4px; left: -45px; opacity: 0; transition: ease all 0.3s; z-index: 100; }

.product-tile .compare-btn .add-to-compare:after { content: ''; position: absolute; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #407DC9; bottom: -6px; left: 50%; transform: translateX(-50%); }

.product-tile .compare-btn:hover span { opacity: 1; transition: ease all 0.3s; }

.product-tile .view-btn, .product-tile .wishlist-btn { cursor: pointer; pointer-events: all; }

@media (max-width: 991px) { .product-tile .wishlist-btn, .product-tile .view-details-btn { width: 24px; height: 24px; } }

.product-tile .view-details { position: absolute; top: 0; right: 0; bottom: 0; width: 222px; background: #062B4E; color: #fff; padding: 25px 40px 0 21px; border-radius: 8px; opacity: 0; transition: ease all 0.3s; pointer-events: none; overflow: scroll; }

@media (max-width: 991px) { .product-tile .view-details { width: 170px; padding: 15px 30px 15px 15px; } }

.product-tile .view-details li { position: relative; font-family: "Intelo Light", sans-serif; font-size: 14px; line-height: 19px; padding: 7px 0 7px 32px; max-width: 100%; }

@media (max-width: 991px) { .product-tile .view-details li { font-size: 12px; line-height: 12px; padding: 7px 0 7px 26px; } }

.product-tile .view-details li img { position: absolute; top: 9px; left: 0; }

@media (max-width: 991px) { .product-tile .view-details li img { top: 50%; transform: translate(0, -50%); height: 16px; } }

.product-tile .view-details .close-btn { background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDJMMiAxNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMiAyTDE0IDE0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat; background-size: contain; position: absolute; top: 12px; right: 12px; width: 16px; height: 16px; cursor: pointer; }

.product-tile .open-view { opacity: 1; pointer-events: all; transition: ease all 0.3s; z-index: 100; }

.product-tile-large .product-info { width: 100%; margin-bottom: 30px; }

@media (max-width: 991px) { .product-tile-large .product-info { margin-bottom: 20px; } }

.product-tile-large .product-cta { top: 0; bottom: auto; }

.product-tile-large .compare-btn { margin: 0; }

.product-tile-large .product-firm, .product-tile-large .product-thick { position: relative; font-family: "Intelo Regular", sans-serif; font-size: 18px; line-height: 24px; color: #062B4E; padding-left: 35px; }

@media (max-width: 991px) { .product-tile-large .product-firm, .product-tile-large .product-thick { font-size: 14px; line-height: 19px; } }

.product-tile-large .product-firm img, .product-tile-large .product-thick img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 100%; max-width: 30px; }

@media (max-width: 991px) { .product-tile-large .product-thick { font-size: 14px; line-height: 19px; margin: 0 10px 0 0; } }

.product-tile-large .product-content { overflow: unset; }

.product-tile-large .product-content .product_feel { display: flex; overflow: hidden; flex-flow: row wrap; gap: 20px; justify-content: space-between; }

.product-tile-large .product-desc { margin: 35px 0 25px; }

.product-tile-large .product-desc p { font-size: 18px; }

@media (max-width: 991px) { .product-tile-large .product-desc { margin: 35px 0 15px; } }

.product-tile-large .product-desc strong, .product-tile-large .product-desc b { font-family: "Intelo Bold", sans-serif; }

.product-tile-highlighted { grid-column: 1 / -1; }

.product-tile-highlighted .product-image { padding-top: 60%; }

@media (max-width: 991px) { .product-tile-highlighted .product-image { padding-top: 66.46%; } }

@media (max-width: 991px) { .product-tile-highlighted .view-details { width: 170px !important; } }

.product-tile-highlighted .product-title { margin-right: 10px; color: #062B4E; }

.product-tile-highlighted .product-title, .product-tile-highlighted .product-price { display: inline-block; }

.bundles-card-tile .bundle-items { font-family: "Intelo Bold", sans-serif; font-size: 14px; line-height: 16px; text-transform: uppercase; margin: 2px 0; color: #407DC9; letter-spacing: 0.06em; }

.bundles-card-tile .product-price { font-family: "Intelo Light", sans-serif; font-size: 14px; line-height: 16px; color: #407DC9; }

.bundles-card-tile .product-price .old-price { text-decoration: line-through; }

.bundles-card-tile .product-price .price { font-family: "Intelo Light", sans-serif; color: #062B4E; }

.bundles-card-tile .product-cta { top: 0; bottom: auto; }

.bundles-card-tile .product-image { margin-bottom: 15px; }

.bundles-card-tile .product-title { font-family: "Intelo Regular", sans-serif; color: #062B4E; }

.bundles-card-tile .gift-ribbon::after { background-image: url("https://mysleepwell.com/static/img/combo-ribbon.png"); background-size: cover; top: 50%; right: 0; transform: translateY(-50%); width: 100%; height: 120px; }

.bundles-card-tile .combo-product-card { position: relative; }

.bundles-card-tile .combo-product-card .product-image { max-width: 80%; }

@media (max-width: 991px) { .bundles-card-tile .combo-product-card .product-image { max-width: 235px; } }

.bundles-card-tile .combo-product-2 { position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 0; max-height: 133px; max-width: 201px; border-radius: 8px; overflow: hidden; }

@media (max-width: 991px) { .bundles-card-tile .combo-product-2 { max-width: 170px; } }

.card-tile-large, .choose-comf-tile-last { position: relative; padding: 35px; border-radius: 8px; overflow: hidden; transform: translateZ(0); }

.card-tile-large .blob-combo-wrap, .choose-comf-tile-last .blob-combo-wrap { position: absolute; top: -65%; transform: rotate(-70deg); left: -8%; z-index: -1; }

@media (max-width: 991px) { .card-tile-large .blob-combo-wrap, .choose-comf-tile-last .blob-combo-wrap { top: -60%; left: -105%; transform: rotate(110deg); height: 830px; width: 900px; } }

@media (min-width: 768px) and (max-width: 991px) { .card-tile-large .blob-combo-wrap, .choose-comf-tile-last .blob-combo-wrap { top: -40%; left: -45%; } }

@media (min-width: 992px) and (max-width: 1199px) { .card-tile-large .blob-combo-wrap, .choose-comf-tile-last .blob-combo-wrap { top: -73%; left: -48%; } }

.card-tile-large img, .choose-comf-tile-last img { position: absolute; bottom: 0; left: 0; z-index: -2; width: 100%; }

.card-tile-large .choose-comf-tile-h, .choose-comf-tile-last .choose-comf-tile-h { margin-bottom: 8px; font-family: "Intelo Light", sans-serif !important; }

@media (max-width: 991px) { .card-tile-large .choose-comf-tile-h, .choose-comf-tile-last .choose-comf-tile-h { font-size: 28px; line-height: 31px; max-width: 265px; } }

.card-tile-large .site-btn, .choose-comf-tile-last .site-btn { margin-top: 20px; }

@media (max-width: 991px) { .card-tile-large .site-btn, .choose-comf-tile-last .site-btn { margin-top: 10px; } }

@media (max-width: 991px) { .choose-comf-tile-last { padding: 0; margin: 60px 0 0; } }

@media (max-width: 991px) { .choose-comf-tile-last .choose-comf-tile-p { font-size: 16px; line-height: 24px; } }

@media (min-width: 768px) and (max-width: 991px) { .choose-comf-tile-last .choose-comf-tile-p { max-width: 480px; } }

@media (max-width: 991px) { .choose-comf-tile-last .choose-comf-tile-text { padding: 35px 20px 0 15px; margin-bottom: -24px; } }

@media (max-width: 991px) { .choose-comf-tile-last img { position: relative; } }

.card-tile-large { min-height: 448px; padding: 20px; max-width: 328px; }

@media (max-width: 991px) { .card-tile-large { max-width: 280px; } }

@media (min-width: 768px) and (max-width: 991px) { .card-tile-large .site-btn { padding: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) { .card-tile-large .site-btn { padding: 15px 10px; } }

.card-tile-large .card-blob-combo1 .blob-combo-wrap, .card-tile-large .card-blob-combo2 .blob-combo-wrap, .card-tile-large .card-blob-combo3 .blob-combo-wrap { top: -112%; transform: rotate(-100deg); left: -27%; }

@media (max-width: 991px) { .card-tile-large .card-blob-combo1 .blob-combo-wrap, .card-tile-large .card-blob-combo2 .blob-combo-wrap, .card-tile-large .card-blob-combo3 .blob-combo-wrap { top: -120%; transform: rotate(-75deg); left: -100%; } }

@media (max-width: 991px) { .card-tile-large .choose-comf-tile-text { white-space: normal; margin-bottom: -65px; } }

@media (max-width: 991px) { .consult-wrapper { margin: 0; } }

@media (min-width: 768px) and (max-width: 991px) { .consult-wrapper { margin: 0 auto; } }

.consult-wrapper h2 { margin-bottom: 40px; }

@media (max-width: 991px) { .consult-wrapper h2 { margin-bottom: 25px; } }

.consult-wrapper .consult-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 20px; max-width: 1060px; margin: 0 auto; }

@media (max-width: 991px) { .consult-wrapper .consult-grid { display: -webkit-box; overflow-x: scroll; }
  .consult-wrapper .consult-grid .card-tile-large { max-width: 280px; transform: translateZ(0); } }

@media (min-width: 992px) and (max-width: 1199px) { .consult-wrapper .consult-grid { max-width: 860px; } }

@media (min-width: 768px) and (max-width: 991px) { .consult-wrapper .consult-grid { max-width: 550px; padding: 0; } }

.breadcrumbs-wrapper { position: absolute; top: 70px; width: 100%; z-index: 100; }

.breadcrumbs-wrapper .sl-container { max-width: auto; margin: 0 20px; }

@media (max-width: 991px) { .breadcrumbs-wrapper .sl-container { margin: 0 15px; } }

@media (max-width: 991px) { .breadcrumbs-wrapper { top: 60px; } }

@media (max-width: 991px) { .breadcrumbs-wrapper ul { white-space: nowrap; overflow-x: scroll; }
  .breadcrumbs-wrapper ul::-webkit-scrollbar { display: none; } }

.breadcrumbs-wrapper ul li { position: relative; display: inline-block; margin-right: 6px; }

.breadcrumbs-wrapper ul li a { position: relative; display: block; font-family: "Intelo Regular", sans-serif; font-size: 9px; line-height: 110%; letter-spacing: 0.12em; text-transform: uppercase; color: #062B4E; padding-right: 12px; }

@media (max-width: 991px) { .breadcrumbs-wrapper ul li a { font-size: 8px; } }

.breadcrumbs-wrapper ul li a::after { content: ''; position: absolute; background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAwLjVMMy41IDNMMSA1LjUiIHN0cm9rZT0iIzA2MkI0RSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat; background-position: center 1px; height: 100%; width: 5px; right: 0; top: 0; }

.breadcrumbs-wrapper ul li:last-child a::after { content: unset; }

.product-selector { margin: 120px 0 60px; min-height: 80vh; position: relative; }

@media (max-width: 991px) { .product-selector { margin: 0 0 100px; padding: 100px 0 0 0; min-height: 100%; z-index: 10; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector { overflow: hidden; margin: 0 0 100px; padding: 120px 0 0 0; min-height: 100%; } }

.product-selector .product-selector-bg { z-index: -1; position: absolute; top: -390px; width: 100%; text-align: center; left: -40px; }

.product-selector .product-selector-bg .blob { transform: rotate(275deg) scale(3.5); display: inline-block; float: none; will-change: transform; transition: ease all 3s; }

@media (max-width: 991px) { .product-selector .product-selector-bg .blob { transform: rotate(281deg) scale(3.5); } }

@media (max-width: 991px) { .product-selector .product-selector-bg .blob.blob-four { height: 1034px; } }

@media (max-width: 991px) { .product-selector .product-selector-bg { top: -300px; } }

.product-selector .slick-track { display: flex !important; flex-direction: column !important; }

@media (max-width: 991px) { .product-selector .slick-track { display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .slick-track { display: block !important; } }

.product-selector .slick-slide { height: inherit !important; position: relative; min-height: 600px; }

@media (max-width: 991px) { .product-selector .slick-slide { min-height: 100%; } }

.product-selector .product-selector-ques-wrap { position: relative; margin: 0 60px; }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap { margin: 0; padding-bottom: 60px; }
  .product-selector .product-selector-ques-wrap.hide-element { padding-bottom: 0; } }

.product-selector .product-selector-ques-wrap .next-question { position: absolute; bottom: 0; left: 65px; font-family: "Intelo Regular", sans-serif; font-size: 16px; line-height: 24px; color: #062B4E; }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap .next-question { display: none; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .product-selector-ques-wrap .next-question { display: none; } }

.product-selector .product-selector-ques-wrap .product-selector-ques-slider { pointer-events: none; }

.product-selector .product-selector-ques-wrap .product-selector-ques-slider .slick-arrow, .product-selector .product-selector-ques-wrap .product-selector-ques-slider .slick-list { pointer-events: all; }

.product-selector .product-selector-ques-wrap .product-selector-ques-slider .slick-slide { opacity: 0; transition: ease all 0.1s; }

.product-selector .product-selector-ques-wrap .product-selector-ques-slider .slick-current { opacity: 1; transition: ease all 0.8s; }

.product-selector .product-selector-ques-wrap .matt-selector-nav { position: absolute; left: 100px; top: 15px; }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap .matt-selector-nav { left: 0; right: 0; margin: auto; width: 60%; display: flex; justify-content: space-between; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .product-selector-ques-wrap .matt-selector-nav { left: 0; right: 0; margin: auto; width: 60%; display: flex; justify-content: space-between; } }

.product-selector .product-selector-ques-wrap .matt-selector-nav li { display: inline-block; margin-right: 55px; color: #407DC9; position: relative; cursor: pointer; }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap .matt-selector-nav li { margin-right: 10%; }
  .product-selector .product-selector-ques-wrap .matt-selector-nav li:last-child { margin-right: 0; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .product-selector-ques-wrap .matt-selector-nav li { margin-right: 0; } }

.product-selector .product-selector-ques-wrap .matt-selector-nav li.active { color: #062B4E; text-decoration: underline; }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap .matt-selector-nav li.active { color: #fff; text-decoration: none; }
  .product-selector .product-selector-ques-wrap .matt-selector-nav li.active::after { content: ''; position: absolute; background: #062B4E; height: 44px; width: 44px; border-radius: 50% !important; top: -14px; left: -18px; z-index: -1; } }

.product-selector .product-selector-ques-wrap h2 { margin: 30px 0 40px 0; }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap h2 { margin: 13px 0 40px 0; font-weight: 300; font-size: 28px; line-height: 31px; color: #062B4E; position: relative; padding-top: 23px; }
  .product-selector .product-selector-ques-wrap h2::after { content: ''; position: absolute; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, #407DC9 0%, rgba(64, 125, 201, 0) 100.55%), #FFFFFF; left: 0; } }

.product-selector .product-selector-ques-wrap .slick-arrow { font-size: 0; border-radius: 100% !important; width: 17px; height: 44px; position: relative; left: 0; }

@media (min-width: 992px) { .product-selector .product-selector-ques-wrap .slick-arrow { width: 44px; height: 44px; } }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-next:after, .product-selector .product-selector-ques-wrap .slick-arrow.slick-prev:after { content: ''; position: absolute; top: 50%; left: 50%; background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjkgMTRMNS41IDE0IiBzdHJva2U9IiMwNjJCNEUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTEzLjIgMjEuN0w1LjUgMTRMMTMuMiA2LjMwMDA1IiBzdHJva2U9IiMwNjJCNEUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat; background-position: center; height: 100%; width: 100%; transform: translate(-50%, -50%); width: 26px; height: 26px; }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-custom { top: auto !important; bottom: 50px !important; position: absolute; font-size: 14px !important; line-height: 19px !important; color: #062B4E !important; text-transform: capitalize; font-family: "Intelo Regular", sans-serif; width: 44px !important; letter-spacing: normal; }

@media (min-width: 992px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-custom { display: none; } }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-custom.slick-prev { left: 30px !important; }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-custom.slick-prev::after { left: -40% !important; }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-custom.slick-next { right: 30px !important; transform: none !important; }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-custom.slick-next::after { left: 130% !important; transform: translate(-50%, -50%) rotate(-180deg); }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-next { top: -35px; background: none; }

@media (min-width: 992px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-next { background: #062B4E; }
  .product-selector .product-selector-ques-wrap .slick-arrow.slick-next::after { content: ''; position: absolute; top: 50%; left: 50%; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDYuMjk5OTVMMTQgMjEuNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjEuNzAwOCAxNEwxNC4wMDA4IDIxLjdMNi4zMDA3OCAxNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) no-repeat; background-position: center; height: 100%; width: 100%; transform: translate(-50%, -50%); } }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-next { position: absolute; right: 0; top: 0; left: auto; transform: rotate(-180deg); } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-next { position: absolute; right: 0; top: 0; left: auto; transform: rotate(-90deg); } }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-prev { background: none; top: 0; }

@media (min-width: 992px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-prev { background: #062B4E; }
  .product-selector .product-selector-ques-wrap .slick-arrow.slick-prev:after { transform: translate(-50%, -50%) rotate(-180deg); background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDYuMjk5OTVMMTQgMjEuNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjEuNzAwOCAxNEwxNC4wMDA4IDIxLjdMNi4zMDA3OCAxNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K) no-repeat; } }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-prev { left: 0; top: 0; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-prev { transform: rotate(-90deg); top: 0; } }

@media (min-width: 992px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-disabled { background: #fff; pointer-events: none; } }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-disabled:after { content: ''; position: absolute; top: 50%; left: 50%; background-position: center; height: 100%; width: 100%; transform: translate(-50%, -50%); }

@media (min-width: 992px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-disabled:after { content: ''; position: absolute; top: 50%; left: 50%; background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDIxLjdMMTQgNi4zMDAwNSIgc3Ryb2tlPSIjRTVFNUU1IiBzdHJva2Utd2lkdGg9IjEuMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02LjI5OTIyIDE0TDEzLjk5OTIgNi4zMDAwNUwyMS42OTkyIDE0IiBzdHJva2U9IiNFNUU1RTUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat; background-position: center; height: 100%; width: 100%; transform: translate(-50%, -50%); } }

.product-selector .product-selector-ques-wrap .slick-arrow.slick-disabled.slick-next { display: none; }

@media (max-width: 991px) { .product-selector .product-selector-ques-wrap .slick-arrow.slick-disabled.slick-next { display: block; } }

.product-selector .product-selector-ques-ans-wrap { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

@media (max-width: 991px) { .product-selector .product-selector-ques-ans-wrap { grid-template-columns: 1.2fr 1fr; height: 100%; } }

@media (min-width: 768px) and (max-width: 991px) { .product-selector .product-selector-ques-ans-wrap { grid-column-gap: 80px; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .product-selector-ques-ans-wrap { grid-template-columns: 1fr 1fr; height: 100%; grid-column-gap: 80px; grid-row-gap: 30px; } }

.product-selector .product-selector-ques-ans-wrap label { height: 230px; position: relative; cursor: pointer; }

@media (max-width: 991px) { .product-selector .product-selector-ques-ans-wrap label { margin-bottom: 24px; height: 150px; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .product-selector-ques-ans-wrap label { margin-bottom: 30px; height: 190px; } }

.product-selector .product-selector-ques-ans-wrap label:hover .ans-img, .product-selector .product-selector-ques-ans-wrap label.active .ans-img { opacity: 1; transition: all 0.3s; }

.product-selector .product-selector-ques-ans-wrap label:hover .ans-img span::after, .product-selector .product-selector-ques-ans-wrap label.active .ans-img span::after { opacity: 1; transition: all 0.3s; }

.product-selector .product-selector-ques-ans-wrap input { display: inline; position: absolute; top: 4px; }

.product-selector .product-selector-ques-ans-wrap p, .product-selector .product-selector-ques-ans-wrap h5 { display: inline-block; margin: 0 0 0 8px; width: 85%; position: relative; padding-left: 15px; }

.product-selector .product-selector-ques-ans-wrap .ans-img { height: 150px; width: 100%; position: absolute; bottom: 0; opacity: 0.5; z-index: -1; transition: all 0.3s; }

@media (max-width: 991px) { .product-selector .product-selector-ques-ans-wrap .ans-img { position: absolute; bottom: auto; width: 101px; height: 104px; left: 10%; margin-top: 6px; } }

.product-selector .product-selector-ques-ans-wrap .ans-img span { height: auto; width: auto; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.product-selector .product-selector-ques-ans-wrap .ans-img span::after { content: ''; height: 220px; width: 180px; position: absolute; display: block; background: white; z-index: -1; border-radius: 59% 39% 57% 42% / 54% 34% 64% 45%; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(15deg); opacity: 0; transition: all 0.3s; }

@media (max-width: 991px) { .product-selector .product-selector-ques-ans-wrap .ans-img span::after { height: 120px; width: 77px; transform: translate(-50%, -50%) rotate(-45deg); } }

.product-selector .product-selector-ques-ans-wrap .ans-img img { max-width: unset; }

@media (max-width: 991px) { .product-selector .product-selector-ques-ans-wrap .ans-img img { max-width: 126px; } }

.product-selector .product-selector-multiselect .product-selector-ques-ans-wrap { display: block; margin: -15px 0 0 -15px; }

.product-selector .product-selector-multiselect .product-selector-ques-ans-wrap label { position: relative; display: inline-block; padding: 13px 30px; height: auto; max-width: 100%; font-size: 16px; line-height: 24px; font-family: "Intelo Light", sans-serif; color: #062B4E; border-radius: 8px; border: 1px solid #fff; margin: 15px; }

@media (max-width: 991px) { .product-selector .product-selector-multiselect .product-selector-ques-ans-wrap label { padding: 13px 17px; margin: 0 0 15px 15px; } }

.product-selector .product-selector-multiselect .product-selector-ques-ans-wrap label input { display: none; }

.product-selector .product-selector-multiselect h5 { width: 100%; padding-left: 0; position: unset; margin-left: 0; }

.product-selector .product-selector-multiselect input[type="checkbox"]:checked + h5::after { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; z-index: -1; border-radius: 8px; background: #fff; border: 1px solid #fff; }

.product-selector .product-selector-multiselect input[type="submit"] { position: absolute; bottom: 50px; left: 0px; top: auto; padding: 14px 88px; }

@media (max-width: 991px) { .product-selector .product-selector-multiselect input[type="submit"] { display: block; position: relative; left: 16px; top: auto; bottom: auto; padding: 14px 88px; width: 320px; } }

@media (min-width: 992px) and (max-width: 1199px) { .product-selector .product-selector-multiselect input[type="submit"] { bottom: -70px; } }

.product-selector .top-mattress-text { display: block; margin-bottom: 2px; font-family: "Intelo Light", sans-serif; font-size: 16px; line-height: 24px; color: #062B4E; }

.product-selector .top-mattress-product { grid-template-columns: 1fr 1fr; border-top: 0.5px solid #C1D1E0; margin: 0 0 60px; grid-column-gap: 0; }

.product-selector .top-mattress-product .product-detail { position: relative; }

@media (max-width: 991px) { .product-selector .top-mattress-product { grid-template-columns: 1fr; grid-row-gap: 60px; padding-top: 16px; } }

.product-selector .top-mattress-product .product-tile-large { padding: 80px 75px 50px; }

@media (max-width: 991px) { .product-selector .top-mattress-product .product-tile-large { padding: 0 0; } }

.product-selector .top-mattress-product .product-tile-large:nth-child(2) { background: rgba(245, 245, 245, 0.5); }

@media (max-width: 991px) { .product-selector .top-mattress-product .product-tile-large:nth-child(2) { background: unset; } }

@media (max-width: 991px) { .product-selector .top-mattress-product .product-cta { bottom: auto !important; top: 0 !important; } }

.product-selector .product-selector-ans-wrap .back-btn { position: relative; font-family: "Intelo Bold", sans-serif; font-size: 14px; line-height: 16px; text-transform: uppercase; color: #407DC9; letter-spacing: 0.06em; padding: 15px 55px; cursor: pointer; }

@media (max-width: 991px) { .product-selector .product-selector-ans-wrap .back-btn { padding: 15px 0 15px 55px; } }

.product-selector .product-selector-ans-wrap .back-btn .back-icon { position: absolute; width: 44px; height: 44px; background: #062B4E; border-radius: 100%; left: 0; top: 0; }

.product-selector .product-selector-ans-wrap .back-btn .back-icon::after { content: ''; position: absolute; top: 50%; left: 50%; background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDYuMjk5OTVMMTQgMjEuNyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjEuNzAwOCAxNEwxNC4wMDA4IDIxLjdMNi4zMDA3OCAxNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") no-repeat; background-position: center; height: 100%; width: 100%; transform: translate(-50%, -50%) rotate(90deg); }

.product-selector .product-selector-ans-wrap h2 { margin: 24px 0 10px; }

.product-selector .product-selector-ans-wrap .selected-option { display: block; font-family: "Intelo Light", sans-serif; font-size: 28px; line-height: 42px; color: #062B4E; max-width: 950px; margin: 10px 0 50px; }

@media (max-width: 991px) { .product-selector .product-selector-ans-wrap .selected-option { font-size: 18px; line-height: 24px; } }

.product-selector .product-selector-ans-wrap .selected-option em { color: #407DC9; }

.product-selector .other-mattresses { margin-bottom: 140px; }

@media (max-width: 991px) { .product-selector .other-mattresses { margin-bottom: 80px; } }

.product-selector .other-mattresses h2 { margin-bottom: 40px; }

.product-selector .other-mattresses .mattresses-grid { grid-template-columns: 1fr 1fr 1fr; grid-row-gap: 80px; margin-bottom: 100px; }

@media (max-width: 991px) { .product-selector .other-mattresses .mattresses-grid { grid-template-columns: 1fr; grid-row-gap: 60px; margin-bottom: 60px; } }

.product-selector .other-mattresses .edit-answers { max-width: 264px; margin: auto; }

.product-selector .other-mattresses .edit-answers button { width: 100%; }

.product-selector .other-mattresses .edit-answers .small-text { font-family: "Intelo Light", sans-serif; font-size: 14px; line-height: normal; color: #062B4E; display: block; margin-bottom: 16px; text-align: center; }

@media (max-width: 991px) { .product-selector .product-tile-large .product-desc p { font-size: 16px; } }

/* Added to show additional discount */

.product-tile .additional-discount { background: #F5F5F5; color: #062B4E; font-size: 13px; line-height: 11px; position: absolute; bottom: 0; height: 30px; padding-left: 9px; display: flex; align-items: center; width: 100%; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }

@media (max-width: 991px) { .product-tile .additional-discount { font-size: 10px; line-height: 11px; height: 20px; } }

.product-tile .additional-discount .discount-tag { width: 14.5px; height: 14.5px; display: inline-block; background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42ODkxIDAuNzVIOC4xODYxOEM4LjA3MzU3IDAuNzUgNy45NjU0OCAwLjc5NDgwNiA3Ljg4NTgzIDAuODc0NDYxTDEuMjA2MzMgNy41NTQxQzAuNTk3ODg5IDguMTYyOCAwLjU5Nzg4OSA5LjE1MzA2IDEuMjA2MzMgOS43NjE1NEw2LjIzODgzIDE0Ljc5NDJDNi41MzI2NSAxNS4wODggNi45MjQ2IDE1LjI0OTkgNy4zNDIzMyAxNS4yNUM3Ljc2MDE2IDE1LjI1IDguMTUyMjIgMTUuMDg4IDguNDQ2MTYgMTQuNzk0MUwxNS4xMjU0IDguMTE0MzRDMTUuMjA1MSA4LjAzNDY4IDE1LjI0OTkgNy45MjY2IDE1LjI0OTkgNy44MTM5N0wxNS4yNSAyLjMxMDhDMTUuMjQ5OSAxLjQ1MDE5IDE0LjU0OTYgMC43NSAxMy42ODkxIDAuNzVaTTExLjM0NzkgNi4yMTc0M0MxMC40ODM0IDYuMjE3NDMgOS43ODI2NCA1LjUxNjY1IDkuNzgyNjQgNC42NTIyQzkuNzgyNjQgMy43ODc3NSAxMC40ODM0IDMuMDg2OTggMTEuMzQ3OSAzLjA4Njk4QzEyLjIxMjMgMy4wODY5OCAxMi45MTMxIDMuNzg3NzUgMTIuOTEzMSA0LjY1MjJDMTIuOTEzMSA1LjUxNjY1IDEyLjIxMjMgNi4yMTc0MyAxMS4zNDc5IDYuMjE3NDNaIiBmaWxsPSIjRkFCOTBFIi8+Cjwvc3ZnPgo="); background-repeat: no-repeat; margin-right: 5px; background-size: contain; }

@media (max-width: 991px) { .product-tile .additional-discount .discount-tag { width: 12px; height: 12px; } }
