.product-tile { position: relative; }

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

.product-tile .product-image { padding-top: 66.57%; height: 0; position: relative; margin-bottom: 10px; 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; }

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

.product-tile .product-price { font-family: "Intelo Light", sans-serif; font-size: 13px; line-height: normal; width: 60%; display: inline-block; }

@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; }

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

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

@media (max-width: 991px) { .product-tile .product-detail { position: unset; } }

.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: 36px; height: 36px; 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; }

.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; }

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

.product-tile .view-details li { position: relative; font-family: "Intelo Light", sans-serif; font-size: 13px; 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: 13px; 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%; }

.product-tile-large .product-thick { float: right; }

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

.product-tile-large .product-content .product-firm { float: left; }

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

@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: 13px; 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: 13px; 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("/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; } }

.shop-by-wrapper { margin: 300px 0 200px; }

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

@media (min-width: 992px) and (max-width: 1199px) { .shop-by-wrapper { position: relative; } }

.shop-by-wrapper .product-image { border-radius: 8px; overflow: hidden; }

@media (max-width: 991px) { .shop-by-wrapper .product-image { margin: 0 0 15px 0; } }

.shop-by-wrapper .product-tile .product-cta { display: none; }

.shop-by-wrapper .product-tile .product-info { width: 100%; }

.shop-by-wrapper .shop-by-bg { position: absolute; bottom: 0; right: 30px; z-index: -1; }

@media (max-width: 991px) { .shop-by-wrapper .shop-by-bg { width: 100%; height: 100%; right: unset; left: 0; top: 0; } }

.shop-by-wrapper .shop-by-bg .blob { position: relative; margin: 0; bottom: -30px; }

@media (max-width: 991px) { .shop-by-wrapper .shop-by-bg .blob { position: absolute; top: 0; left: 0; } }

@media (min-width: 992px) and (max-width: 1199px) { .shop-by-wrapper .shop-by-bg .blob { position: absolute; top: 0; left: 0; } }

.shop-by-wrapper .shop-by-bg .blob1 { width: 450px; height: 700px; transform: rotate(-55deg); right: -240px; }

.shop-by-wrapper .shop-by-bg .blob2 { width: 450px; height: 560px; transform: rotate(30deg); bottom: -85px; }

.shop-by-wrapper .odd-bg, .shop-by-wrapper .even-bg { display: none; }

.shop-by-wrapper:nth-child(even) .product-details { order: 1; }

@media (max-width: 991px) { .shop-by-wrapper:nth-child(even) .product-details { order: 2; } }

.shop-by-wrapper:nth-child(even) .product-image { order: 2; }

@media (max-width: 991px) { .shop-by-wrapper:nth-child(even) .product-image { order: 1; } }

.shop-by-wrapper:nth-child(even) .even-bg { display: block; right: unset; left: 0; }

@media (min-width: 992px) and (max-width: 1199px) { .shop-by-wrapper:nth-child(even) .even-bg { right: unset; left: 410px; transform: rotate(190deg); bottom: -90px; } }

.shop-by-wrapper:nth-child(even) .even-bg .blob1 { width: 480px; height: 600px; transform: rotate(-75deg); right: -50px; bottom: 0; }

@media (max-width: 991px) { .shop-by-wrapper:nth-child(even) .even-bg .blob1 { transform: rotate(-75deg) scale(0.7); top: -23%; left: -47%; } }

.shop-by-wrapper:nth-child(even) .even-bg .blob2 { width: 400px; height: 600px; right: unset; bottom: 0; left: -180px; }

@media (max-width: 991px) { .shop-by-wrapper:nth-child(even) .even-bg .blob2 { transform: rotate(30deg) scale(0.7); left: 1%; top: -23%; } }

.shop-by-wrapper:nth-child(odd) .product-details { order: 2; }

.shop-by-wrapper:nth-child(odd) .product-image { order: 1; }

.shop-by-wrapper:nth-child(odd) .odd-bg { display: block; }

@media (min-width: 992px) and (max-width: 1199px) { .shop-by-wrapper:nth-child(odd) .odd-bg { position: absolute; bottom: 580px; right: 170px; z-index: -1; left: auto; transform: rotate(40deg); } }

@media (max-width: 991px) { .shop-by-wrapper:nth-child(odd) .odd-bg .blob1 { transform: rotate(313deg) scale(0.7); right: unset; left: -15% !important; top: -36%; } }

@media (min-width: 992px) and (max-width: 1199px) { .shop-by-wrapper:nth-child(odd) .odd-bg .blob1 { width: 420px; height: 570px; transform: rotate(-85deg); left: -110px; top: 100px; } }

@media (max-width: 991px) { .shop-by-wrapper:nth-child(odd) .odd-bg .blob2 { top: -24%; left: 13%; transform: rotate(30deg) scale(0.7); } }

.shop-by-grid { position: relative; grid-template-columns: 1fr 1fr; }

@media (max-width: 991px) { .shop-by-grid { grid-template-columns: 1fr; } }

.shop-by-grid .shop-by-category { position: relative; height: 100%; }

.shop-by-grid .shop-by-category h3 { position: relative; font-size: 28px; line-height: 31px; padding: 20px 0 10px; }

.shop-by-grid .shop-by-category h3::after { content: ''; position: absolute; top: 0; left: 0; height: 4px; width: 100%; max-width: 232px; background: linear-gradient(90deg, #407DC9 0%, rgba(64, 125, 201, 0) 100.55%); }

.shop-by-grid .shop-by-category h3, .shop-by-grid .shop-by-category p { font-family: "Intelo Light", sans-serif; max-width: 56%; }

@media (max-width: 991px) { .shop-by-grid .shop-by-category h3, .shop-by-grid .shop-by-category p { max-width: 100%; } }

.shop-by-grid .all-product { position: absolute; top: 0; right: 0; }

@media (max-width: 991px) { .shop-by-grid .all-product { position: relative !important; width: 100%; text-align: center; margin: 24px 0 40px 0; } }

.shop-by-grid .product-grid { grid-template-columns: 1fr 1fr; position: absolute; bottom: 0; width: 100%; }

@media (max-width: 991px) { .shop-by-grid .product-grid { position: unset; } }

.shop-by-page-wrapper { max-width: 100vw; overflow: hidden; }

.shop-by-comfort { max-width: 100vw; overflow: hidden; }

.shop-by-comfort .shop-by-hero-section .product-grid { display: none; }

.shop-by-comfort .shop-by-hero-section .shop-by-category { align-self: center; }

.shop-by-comfort .shop-by-hero-section .product-details { align-self: center; }

.shop-by-comfort .shop-by-hero-section .all-product { position: absolute; bottom: -122%; left: 0; top: auto; right: auto; }

.shop-by-hero-bg { position: absolute; right: 50%; top: 0; }

@media (max-width: 991px) { .shop-by-hero-bg { position: absolute; right: 0; top: 0; height: 100%; width: 100%; } }

.shop-by-hero-bg .blob1 { width: 425px; height: 613px; position: absolute; top: -100px; transform: rotate(-75deg); left: -400px; }

@media (max-width: 991px) { .shop-by-hero-bg .blob1 { left: -54%; position: absolute; top: -12%; transform: rotate(299deg) scale(0.9); } }

.shop-by-hero-bg .blob2 { height: 814px; width: 553px; transform: rotate(50deg); top: -245px; position: absolute; }

@media (max-width: 991px) { .shop-by-hero-bg .blob2 { top: -27%; transform: rotate(50deg) scale(0.7); left: 20%; } }

.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; }

@media (max-width: 991px) { .shop-by-hero-section { margin: 100px 0 20px 0; } }

.shop-by-hero-section h2 { max-width: 560px; margin: 100px 0; z-index: 100; position: relative; }

@media (max-width: 991px) { .shop-by-hero-section h2 { margin: 10px 0 60px; } }

.shop-by-hero-section .shop-by-wrapper { margin: 0 0; }

@media (max-width: 991px) { .shop-by-hero-section .shop-by-wrapper { margin: 35px 0 0; } }

.shop-by-hero-section .product-details { order: 1 !important; }

@media (max-width: 991px) { .shop-by-hero-section .product-details { order: 2 !important; } }

.shop-by-hero-section .product-image { order: 2 !important; }

@media (max-width: 991px) { .shop-by-hero-section .product-image { order: 1 !important; margin: 0 0 15px 0; } }

.sl-container.shop-by-page { position: relative; }

@media (max-width: 991px) { .sl-container.shop-by-page { max-width: 100vw; margin: 0; padding: 0 16px; overflow: visible; overflow-x: hidden; } }

@media (min-width: 768px) and (max-width: 991px) { .sl-container.shop-by-page { max-width: 550px; margin: 0 auto; padding: 0; overflow-x: visible; } }

.sl-container.shop-by-page .shop-by-hero-bg { top: 100px; }

@media (max-width: 991px) { .sl-container.shop-by-page .shop-by-hero-bg { top: 10px; max-height: 600px; } }

@media (min-width: 768px) and (max-width: 991px) { .sl-container.shop-by-page .shop-by-hero-bg { top: 40px; }
  .sl-container.shop-by-page .shop-by-hero-bg .blob1 { left: -10%; top: -5%; } }

@media (min-width: 768px) and (max-width: 991px) { .sl-container.shop-by-page .shop-by-wrapper:nth-child(odd) .odd-bg { top: 150px; transform: scale(1.2); } }

@media (min-width: 768px) and (max-width: 991px) { .sl-container.shop-by-page .shop-by-wrapper:nth-child(even) .even-bg { top: 130px; transform: scale(1.2); }
  .sl-container.shop-by-page .shop-by-wrapper:nth-child(even) .even-bg .blob1 { top: -23%; left: -17%; }
  .sl-container.shop-by-page .shop-by-wrapper:nth-child(even) .even-bg .blob2 { left: 21%; top: -23%; } }
