@charset "UTF-8";
.brand_landing_page .two_panels .wrap section header a, .brand_landing_page .two_panels .wrap section header, .brand_landing_page > .wrap .four_boxes article a header, .brand_landing_page > .wrap .explore_tempur article header a, .brand_landing_page > .wrap > header, .two_col_promo .wrap .col a, .text_page_sidebar .wrap .holder aside, .text_page_sidebar .wrap .lp_holder .highlight_panel, .rejpromo .row .wrap .cols .col .image, .basket .wrap .basket_info .sidebar .basket_details a, .basket .wrap .basket_info .sidebar .basket_details, .basket .wrap .basket_info .overview ul li article footer .qty_selector input, .basket .wrap .basket_info .overview ul li article footer, .basket .wrap .basket_info .overview ul li article header, .testimonials .wrap .swiper .swiper-wrapper .swiper-slide article, .also_viewed .wrap div article a header, .product_overview .wrap > ul > li button:after, .product_overview .wrap > ul > li button, .product_overview .wrap > ul > li, .product_view .wrap .product_header .star_rating div, .product_list .list_output .wrap ul li article a header h2, .product_list .product_filter_list .wrap ul li, .page_header .wrap .search_bar p input, .dreams_store_list .wrap div article a header span, .dreams_store_list .wrap div article a header, .fast_free_delivery .wrap menu a, .fast_free_delivery .wrap menu, .promo_slider.three .wrap section ul li article.lg_image a, .promo_slider.three .wrap section ul li article.product_promo a header, .promo_slider.three .wrap section ul li article.product_promo a, .promo_slider.three .wrap section ul li article.red_clearance a header, .promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.lg_image a, .long_countdown .wrap article, .promo_banner.split_banner .wrap section, .promo_banner.full_width.half_half .wrap figure, .promo_banner.full_width .wrap section, .promo_banner.full_width .wrap figure, .promo_banner.new_dreams_style.centered .wrap .sale_promo menu a, .promo_banner.new_dreams_style.centered .wrap .sale_promo menu, .promo_banner.new_dreams_style.centered .wrap .sale_promo #clockdiv, .promo_banner.new_dreams_style .wrap .sale_promo menu a, .promo_banner.new_dreams_style .wrap .sale_promo menu, .promo_banner .wrap menu a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.brand_landing_page .two_panels .wrap:after, .brand_landing_page > .wrap .four_boxes:after, .brand_landing_page > .wrap .explore_tempur.double:after, .brand_landing_page > .wrap .explore_tempur:after, .brand_landing_page > .wrap .product_grid:after, .cart_footer .wrap .row:after, .cart_footer .wrap .row .images:after, .category_lures .wrap:after, .two_col_promo .wrap:after, .text_page_sidebar .wrap .holder:after, .text_page_sidebar .wrap .lp_holder .text_boxes .image_text:after, .text_page_sidebar .wrap .lp_holder .every_eight ul:after, .text_page_sidebar .wrap .lp_holder .banner:after, .main_footer .wrap .store_details .cols:after, .main_footer .wrap .store_details .cols .col:after, .rejpromo .row .wrap .cols:after, .basket .wrap .basket_info .sidebar .basket_details .row:after, .basket .wrap .basket_info .overview ul li article footer:after, .basket .wrap .basket_info .overview ul li article footer .qty_selector:after, .basket .wrap .basket_info .overview ul li article header:after, .category_filter .wrap ul:after, .also_viewed .wrap div:after, .product_view .wrap:after, .product_view .wrap .product_header .add_to_cart:after, .product_view .wrap .product_header .price:after, .product_view .wrap .product_header .star_rating:after, .product_view .wrap .product_gallery .three:after, .product_view .wrap .product_gallery .two:after, .product_view .added_to_basket .ab_panel ul li:after, .product_list .list_output .wrap ul:after, .product_list .list_output .wrap ul li article a header .price_info:after, .product_list .product_filter_menu .wrap:after, .product_list .product_filter_menu .wrap .filter_tool button:after, .page_header .wrap .page_top nav ul:after, .dreams_store_list .wrap div:after, .shop_type .wrap ul:after, .categories .wrap ul:after, .dreams_usps .wrap ul:after, .fast_free_delivery .wrap:after, .fast_free_delivery .wrap menu:after, .promo_slider.three .wrap section ul:after, .promo_long_bar .wrap article a:after, .long_countdown .wrap article a:after, .promo_banner.split_banner .wrap:after, .promo_banner.full_width.half_half .wrap figure:after, .promo_banner.full_width .wrap section.sale_promo menu:after, .promo_banner.full_width .wrap figure:after, .promo_banner.new_dreams_style.background_image .wrap .sale_promo figure a:after, .promo_banner.new_dreams_style.centered .wrap .sale_promo menu:after, .promo_banner.new_dreams_style.centered .wrap .sale_promo figure a:after, .promo_banner.new_dreams_style .wrap .sale_promo menu:after, .promo_banner.new_dreams_style .wrap .sale_promo figure a:after, .promo_banner .wrap menu:after, .promo_banner .wrap figure:after, .top_header .wrap:after, .promo_module_bar .wrap:after, .three_boxes_hero .wrap:after {
  content: "";
  display: block;
  clear: both;
}

.tablet_up {
  display: block !important;
}

.mobile_only {
  display: none !important;
}

body.product_details_page .page_header {
  margin-bottom: 22px;
}
body.product_details_page .page_header .page_intro {
  display: none;
}

.location_popup {
  background-color: rgba(37, 17, 99, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.location_popup .panel {
  width: 600px;
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.location_popup .panel header h2 {
  font-size: 2rem;
}
.location_popup .panel header p {
  margin: 10px 0 0 0;
  line-height: 1;
  font-size: 1.25rem;
  color: rgb(37, 17, 99);
}
.location_popup .panel header a {
  width: 300px;
  height: 50px;
  font-size: 1rem;
  line-height: 1;
  padding: 18px 10px;
  border-radius: 10px;
  margin: 31px auto 0 auto;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.location_popup .panel header a:hover {
  background-color: rgb(37, 17, 99);
}
.location_popup .panel header button {
  margin: 31px auto 0 auto;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 0 6px 0;
  font-family: "Axiforma W05 Regular";
  border-bottom: 2px solid rgb(185, 85, 115);
  color: rgb(37, 17, 99);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}
.location_popup .panel header button:hover {
  color: rgb(185, 85, 115);
}

.three_boxes_hero {
  padding: 30px 0 10px 0;
}
.three_boxes_hero .wrap {
  margin: 0 50px;
}
.three_boxes_hero .wrap article {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  float: left;
}
.three_boxes_hero .wrap article a {
  padding: 25px 0;
}
.three_boxes_hero .wrap article a h2 {
  font-size: 1.5rem;
}
.three_boxes_hero .wrap article a p {
  font-size: 1.25rem;
}
.three_boxes_hero .wrap article a div {
  bottom: 12px;
  right: 15px;
}
.three_boxes_hero .wrap article + article {
  margin: 0 0 0 20px;
}

.promo_module_bar {
  padding: 10px 0;
}
.promo_module_bar .wrap {
  margin: 0 50px;
  text-align: center;
}
.promo_module_bar .wrap figure {
  max-width: 400px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.promo_module_bar .wrap h3 {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  margin: 0 20px;
}
.promo_module_bar .wrap h3 br {
  display: block;
}

.not_mobile {
  display: block !important;
}

.top_header .wrap .trust {
  display: block;
  float: left;
  margin: 0;
}
.top_header .wrap p {
  text-decoration: none;
  display: block;
  float: right;
  font-size: 0.6875rem;
  margin: 0 20px 0 0;
  padding: 5px 0 0 0;
}
.top_header .wrap p span {
  font-family: "Axiforma W05 Regular";
}
.top_header .wrap a {
  text-decoration: none;
  display: block !important;
  float: right;
  font-size: 0.6875rem;
  margin: 0 20px 0 0;
}
.top_header .wrap a:first-child {
  margin-right: 0;
}

.promo_banner {
  padding: 50px 0;
}
.promo_banner .wrap {
  margin: 0 50px;
}
.promo_banner .wrap figure {
  width: 100%;
  margin: 0 auto;
}
.promo_banner .wrap figure img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.promo_banner .wrap #clockdiv, .promo_banner .wrap #long-clockdiv {
  margin: 15px auto 0 auto;
  width: 290px;
}
.promo_banner .wrap #clockdiv div + div, .promo_banner .wrap #long-clockdiv div + div {
  margin-left: 15px;
}
.promo_banner .wrap #clockdiv .not_mobile, .promo_banner .wrap #long-clockdiv .not_mobile {
  display: none !important;
}
.promo_banner .wrap menu {
  width: 100%;
  margin: 50px auto 0 auto;
  padding: 0;
}
.promo_banner .wrap menu a {
  display: block;
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  float: left;
  margin: 0 auto;
  height: 50px;
  max-width: none;
  padding: 18px 0 0 0;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  font-family: "Axiforma W05 Regular";
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 1px;
}
.promo_banner .wrap menu a.shop_sale_single {
  margin: 0 auto;
  float: none;
}
.promo_banner .wrap menu a + a {
  margin: 0 0 0 10px;
}
.promo_banner .wrap .one_image figure img {
  width: 70% !important;
  margin: 0 auto;
  float: none;
}
.promo_banner.new_dreams_style {
  padding: 0;
}
.promo_banner.new_dreams_style .wrap {
  margin: 0;
}
.promo_banner.new_dreams_style .wrap .sale_promo {
  position: relative;
  padding: 0;
}
.promo_banner.new_dreams_style .wrap .sale_promo figure {
  width: 100%;
}
.promo_banner.new_dreams_style .wrap .sale_promo figure a img.tablet_up {
  width: 65%;
  height: auto;
  float: left;
}
.promo_banner.new_dreams_style .wrap .sale_promo menu {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  padding: 0 5%;
}
.promo_banner.new_dreams_style .wrap .sale_promo menu img {
  display: block;
  max-width: 300px;
  margin: 0 auto 15px auto;
  padding: 0;
}
.promo_banner.new_dreams_style .wrap .sale_promo menu a {
  display: block;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  max-width: none;
  float: left;
  height: 50px;
  background-color: rgb(255, 255, 255);
  color: rgb(35, 27, 66);
  font-size: 0.875rem;
  line-height: 1;
  padding: 18px 0;
  border-radius: 5px;
}
.promo_banner.new_dreams_style .wrap .sale_promo menu a + a {
  margin-top: 0;
  margin-left: 10px;
}
.promo_banner.new_dreams_style.centered .wrap .sale_promo {
  position: relative;
  padding: 0;
}
.promo_banner.new_dreams_style.centered .wrap .sale_promo figure {
  width: 100%;
}
.promo_banner.new_dreams_style.centered .wrap .sale_promo figure a img.tablet_up {
  width: 65%;
  height: auto;
  float: left;
}
.promo_banner.new_dreams_style.centered .wrap .sale_promo #clockdiv {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px 0 30px;
}
.promo_banner.new_dreams_style.centered .wrap .sale_promo menu {
  margin: 0 auto;
  width: 50%;
  right: 50%;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  padding: 0 5%;
}
.promo_banner.new_dreams_style.centered .wrap .sale_promo menu img {
  display: block;
  max-width: 300px;
  margin: 0 auto 15px auto;
}
.promo_banner.new_dreams_style.centered .wrap .sale_promo menu a {
  display: block;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  max-width: none;
  float: left;
  height: 50px;
  background-color: rgb(255, 255, 255);
  color: rgb(35, 27, 66);
  font-size: 0.875rem;
  line-height: 1;
  padding: 18px 0;
  border-radius: 5px;
}
.promo_banner.new_dreams_style.centered .wrap .sale_promo menu a + a {
  margin-top: 0;
  margin-left: 10px;
}
.promo_banner.new_dreams_style.centered_notimer {
  padding: 0;
}
.promo_banner.new_dreams_style.centered_notimer .wrap .sale_promo {
  position: relative;
  padding: 0;
}
.promo_banner.new_dreams_style.background_image .wrap .sale_promo figure {
  width: 100%;
}
.promo_banner.new_dreams_style.background_image .wrap .sale_promo figure a img.tablet_up {
  width: 65%;
  height: auto;
  float: right;
}
.promo_banner.new_dreams_style.background_image .wrap .sale_promo menu {
  right: auto;
  left: 0;
}
.promo_banner.full_width .wrap {
  margin: 0;
}
.promo_banner.full_width .wrap figure {
  padding: 0;
}
.promo_banner.full_width .wrap figure img {
  width: 58%;
}
.promo_banner.full_width .wrap figure img + img {
  width: 39%;
  margin: 0 0 0 3%;
}
.promo_banner.full_width .wrap section {
  height: 450px;
  padding: 40px 30px;
  position: relative;
}
.promo_banner.full_width .wrap section > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 900px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.promo_banner.full_width .wrap section h2, .promo_banner.full_width .wrap section p {
  color: rgb(255, 255, 255);
  font-family: "Axiforma W05 Regular";
  font-size: 3rem;
  line-height: 1.125;
}
.promo_banner.full_width .wrap section h2 img, .promo_banner.full_width .wrap section p img {
  display: inline-block;
  width: 170px;
}
.promo_banner.full_width .wrap section h2.small, .promo_banner.full_width .wrap section p.small {
  font-size: 1rem;
  margin: 20px 0 0 0;
}
.promo_banner.full_width .wrap section.purplebg {
  background-color: rgb(37, 17, 99);
}
.promo_banner.full_width .wrap section.sale_promo {
  background-color: rgb(205, 30, 28);
}
.promo_banner.full_width .wrap section.sale_promo menu {
  margin: 25px auto 0 auto;
  max-width: 600px;
}
.promo_banner.full_width .wrap section.sale_promo menu a {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
}
.promo_banner.full_width .wrap section.sale_promo menu a + a {
  margin: 0 0 0 20px;
}
.promo_banner.full_width .wrap section.sale_promo.one_image figure:after {
  width: 70%;
  margin: 24px auto 0 auto;
}
.promo_banner.full_width.half_half .wrap figure {
  padding: 0;
}
.promo_banner.full_width.half_half .wrap figure img {
  width: 49%;
}
.promo_banner.full_width.half_half .wrap figure img + img {
  width: 49%;
  margin: 0 0 0 2%;
}
.promo_banner.extra_off {
  position: relative;
  background-color: rgb(205, 30, 28) !important;
}
.promo_banner.extra_off .promo_banner {
  background-color: rgb(205, 30, 28) !important;
}
.promo_banner.extra_off .wrap section {
  height: 500px;
}
.promo_banner.extra_off .wrap figure {
  width: 100%;
}
.promo_banner.extra_off .wrap figure img {
  width: 100%;
  margin: 0 auto;
}
.promo_banner.extra_off .wrap figure span {
  font-size: 2rem;
  font-family: "Axiforma W05 Regular";
  line-height: 1.25;
  text-align: center;
  margin: 20px 0 0 0;
  color: rgb(255, 255, 255);
}
.promo_banner.extra_off .wrap menu {
  margin: 25px 0 0 0;
}
.promo_banner.extra_off .wrap menu a + a {
  margin: 10px auto 0 auto;
}
.promo_banner.sale_promo {
  background-color: rgb(205, 35, 28);
}
.promo_banner.split_banner {
  padding: 0;
}
.promo_banner.split_banner .wrap {
  margin: 0;
}
.promo_banner.split_banner .wrap section {
  width: 50%;
  float: left;
  height: 500px;
  padding: 40px 30px;
  position: relative;
}
.promo_banner.split_banner .wrap section > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.promo_banner.split_banner .wrap section h2, .promo_banner.split_banner .wrap section p {
  color: rgb(255, 255, 255);
  font-family: "Axiforma W05 Regular";
  font-size: 3rem;
  line-height: 1.125;
}
.promo_banner.split_banner .wrap section h2 img, .promo_banner.split_banner .wrap section p img {
  display: inline-block;
  width: 170px;
}
.promo_banner.split_banner .wrap section h2.small, .promo_banner.split_banner .wrap section p.small {
  font-size: 1rem;
  margin: 20px 0 0 0;
}
.promo_banner.split_banner .wrap section .plus {
  position: absolute;
  width: 100px;
  height: 100px;
  right: -50px;
  left: auto;
  margin-left: 0;
  margin-top: -50px;
  bottom: 50%;
  z-index: 100;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.promo_banner.split_banner .wrap section .plus figure {
  height: 100px;
  margin: 0;
}
.promo_banner.split_banner .wrap section .plus figure img {
  display: block;
  height: 100px !important;
  width: auto !important;
}
.promo_banner.split_banner .wrap section .plus figure .mobile {
  display: none;
}
.promo_banner.split_banner .wrap section .plus figure .desktop {
  display: block;
}
.promo_banner.split_banner .wrap section.purplebg {
  background-color: rgb(37, 17, 99);
}
.promo_banner.split_banner .wrap section.sale_promo {
  background-color: rgb(205, 30, 28);
}
.promo_banner.split_banner .wrap section.sale_promo figure {
  margin: 0;
}
.promo_banner.split_banner .wrap section.sale_promo figure img {
  margin: 0 auto;
  max-width: 280px;
  max-height: 350px;
  width: auto;
  height: auto;
}
.promo_banner.split_banner .wrap section.sale_promo #clockdiv, .promo_banner.split_banner .wrap section.sale_promo #long-clockdiv {
  margin: 0 auto;
  width: 290px;
}
.promo_banner.split_banner .wrap section.sale_promo #clockdiv div + div, .promo_banner.split_banner .wrap section.sale_promo #long-clockdiv div + div {
  margin-left: 15px;
}
.promo_banner.split_banner .wrap section.sale_promo #clockdiv .not_mobile, .promo_banner.split_banner .wrap section.sale_promo #long-clockdiv .not_mobile {
  display: none !important;
}
.promo_banner.split_banner .wrap section.sale_promo menu {
  margin: 30px auto 0 auto;
}
.promo_banner.split_banner .wrap section.sale_promo menu a {
  width: 100%;
  margin: 0;
}
.promo_banner.split_banner .wrap section.sale_promo menu a + a {
  margin-top: 10px;
}
.promo_banner.split_banner .wrap section.sale_promo.one_image figure:after {
  width: 70%;
  margin: 24px auto 0 auto;
}

.long_countdown {
  padding: 15px 0 0 0;
}
.long_countdown .wrap {
  margin: 0 15px;
}
.long_countdown .wrap article {
  background-image: url("../images/10-off-Blue-Background.jpg");
  padding: 30px 25px;
  border-radius: 6px;
}
.long_countdown .wrap article a {
  display: block;
  text-decoration: none;
  position: relative;
}
.long_countdown .wrap article a figure {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
}
.long_countdown .wrap article a figure img {
  display: none;
}
.long_countdown .wrap article a figure img.img_mobile {
  display: none;
}
.long_countdown .wrap article a figure img.img_desktop {
  display: block;
}
.long_countdown .wrap article a .counter {
  margin: 0;
  width: 250px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.long_countdown .wrap article a .counter #clockdiv, .long_countdown .wrap article a .counter #long-clockdiv {
  margin: 0;
  width: 250px;
}
.long_countdown .wrap article a .counter #clockdiv div, .long_countdown .wrap article a .counter #long-clockdiv div {
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
}
.long_countdown .wrap article a .counter #clockdiv div + div, .long_countdown .wrap article a .counter #long-clockdiv div + div {
  margin-left: 10px;
}
.long_countdown .wrap article a .counter #clockdiv .not_mobile, .long_countdown .wrap article a .counter #long-clockdiv .not_mobile {
  display: none !important;
}

.promo_long_bar {
  padding: 15px 0 0 0;
}
.promo_long_bar .wrap {
  margin: 0 15px;
}
.promo_long_bar .wrap article a {
  position: relative;
}
.promo_long_bar .wrap article a header {
  width: 50%;
  float: left;
}
.promo_long_bar .wrap article a header figure img {
  display: none;
}
.promo_long_bar .wrap article a header figure img.img_mobile {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
}
.promo_long_bar .wrap article a > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-position: center;
}

.promo_slider {
  margin: 15px 0 0 0;
}
.promo_slider .wrap .swiper .swiper-wrapper {
  list-style: none;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide {
  width: 45vw;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article a {
  padding: 50px 0 80px 0;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article a figure img {
  width: 90px;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article a figure img + img {
  width: 250px;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.lg_image {
  background-color: rgb(205, 32, 30);
  background-image: none;
  height: 395px;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.lg_image a {
  padding: 0 0 143px 0;
  position: relative;
  height: 395px;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.lg_image a figure {
  overflow: hidden;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.lg_image a header {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.lg_image a header p {
  font-size: 1.875rem;
  color: rgb(255, 255, 255);
  font-family: "Axiforma W05 Regular";
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.lg_image a header p span {
  font-family: "Axiforma W05 Regular";
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.product_promo.orange_promo {
  background-color: #da062b;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.product_promo.orange_promo header {
  background-color: #da062b;
  z-index: 1000;
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.product_promo.orange_promo header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -32px;
  left: 0;
  z-index: 1000;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../images/red_wave.png");
}
.promo_slider .wrap .swiper .swiper-wrapper .swiper-slide article.product_promo.orange_promo.bg_image {
  height: -webkit-calc((100vw - 172px) / 3);
  height: calc((100vw - 172px) / 3);
  max-height: 356px;
}
.promo_slider.three .wrap {
  margin: 0 15px;
}
.promo_slider.three .wrap section ul {
  list-style: none;
}
.promo_slider.three .wrap section ul li {
  width: -webkit-calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
  float: left;
}
.promo_slider.three .wrap section ul li article {
  background-color: rgb(242, 242, 242);
  border-radius: 6px;
  overflow: hidden;
  background-image: url("../images/Coolernights-image-mobile-wk26-2023.webp");
  background-size: cover;
}
.promo_slider.three .wrap section ul li article a {
  display: block;
  text-decoration: none;
  padding: 50px 0 100px 0;
  position: relative;
}
.promo_slider.three .wrap section ul li article a:before {
  content: "➔";
  display: block;
  font-size: 1.25rem;
  color: white;
  position: absolute;
  bottom: 22px;
  right: 20px;
  z-index: 10000000;
}
.promo_slider.three .wrap section ul li article a figure img {
  display: block;
  width: 100px;
  margin: 0 auto 20px auto;
}
.promo_slider.three .wrap section ul li article a figure img + img {
  width: 240px;
}
.promo_slider.three .wrap section ul li article a header {
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.promo_slider.three .wrap section ul li article a header p {
  font-family: "Axiforma W05 Regular";
  font-size: 1.125rem;
  line-height: 1.25;
}
.promo_slider.three .wrap section ul li article.red_clearance {
  background: transparent;
  border-radius: 0;
}
.promo_slider.three .wrap section ul li article.red_clearance a {
  padding: 0;
  overflow: hidden;
}
.promo_slider.three .wrap section ul li article.red_clearance a figure img {
  width: 100%;
  margin: 0;
}
.promo_slider.three .wrap section ul li article.red_clearance a header {
  position: relative;
  bottom: 0;
  left: 0;
  color: rgb(218, 6, 43);
  border-top: 0;
  border-radius: 0 0 20px 20px;
}
.promo_slider.three .wrap section ul li article.promo_module {
  background-color: rgb(190, 184, 208);
  background-image: none;
  border-radius: 6px;
  overflow: hidden;
}
.promo_slider.three .wrap section ul li article.promo_module a {
  padding: 38px 0;
}
.promo_slider.three .wrap section ul li article.promo_module a figure img {
  width: 80%;
  margin: 0 auto;
}
.promo_slider.three .wrap section ul li article.product_promo {
  background-color: rgb(37, 17, 99);
  background-image: none;
  height: auto !important;
  overflow: hidden;
  height: 415px !important;
  position: relative;
}
.promo_slider.three .wrap section ul li article.product_promo a {
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo_slider.three .wrap section ul li article.product_promo a figure {
  overflow: hidden !important;
}
.promo_slider.three .wrap section ul li article.product_promo a figure img {
  width: 100% !important;
  height: auto !important;
}
.promo_slider.three .wrap section ul li article.product_promo a header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(37, 17, 99);
  padding: 20px 20px 30px 20px;
}
.promo_slider.three .wrap section ul li article.product_promo a header h2 {
  color: rgb(255, 255, 255);
}
.promo_slider.three .wrap section ul li article.product_promo a header p {
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
  font-family: "Axiforma W05 Regular";
}
.promo_slider.three .wrap section ul li article.product_promo a header p span {
  font-family: "Axiforma W05 Regular";
  color: rgb(255, 255, 255);
}
.promo_slider.three .wrap section ul li article.product_promo.orange_promo {
  background-color: #da062b;
}
.promo_slider.three .wrap section ul li article.product_promo.orange_promo a figure {
  overflow: hidden !important;
}
.promo_slider.three .wrap section ul li article.product_promo.orange_promo a figure img {
  width: auto !important;
  height: 320px !important;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.promo_slider.three .wrap section ul li article.product_promo.orange_promo header {
  background-color: #da062b;
  z-index: 1000;
}
.promo_slider.three .wrap section ul li article.product_promo.orange_promo.bg_image {
  height: -webkit-calc((100vw - 172px) / 3);
  height: calc((100vw - 172px) / 3);
  max-height: 356px;
}
.promo_slider.three .wrap section ul li article.product_promo.yellow a {
  padding: 0 0 95px 0;
}
.promo_slider.three .wrap section ul li article.new_product_promo {
  height: 415px;
}
.promo_slider.three .wrap section ul li article.lg_image {
  background-color: #da062b;
  background-image: none;
  height: 415px;
}
.promo_slider.three .wrap section ul li article.lg_image a {
  padding: 0 0 143px 0;
  position: relative;
  height: 415px !important;
}
.promo_slider.three .wrap section ul li article.lg_image a figure {
  overflow: hidden;
}
.promo_slider.three .wrap section ul li article.lg_image a figure img {
  width: 100%;
  min-height: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo_slider.three .wrap section ul li article.lg_image a header {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
}
.promo_slider.three .wrap section ul li article.lg_image a header p {
  font-size: 1.875rem;
  color: rgb(255, 255, 255);
  font-family: "Axiforma W05 Regular";
}
.promo_slider.three .wrap section ul li article.lg_image a header p span {
  font-family: "Axiforma W05 Regular";
}
.promo_slider.three .wrap section ul li + li {
  margin: 0 0 0 15px;
}

.fast_free_delivery {
  background-color: rgb(37, 17, 99);
  padding: 50px 0;
  margin: 15px 0 0 0;
}
.fast_free_delivery .wrap {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.fast_free_delivery .wrap figure {
  max-width: none;
  width: 60%;
  float: left;
  padding: 5px 0 0 0;
}
.fast_free_delivery .wrap figure img {
  display: none;
}
.fast_free_delivery .wrap figure img + img {
  display: block;
}
.fast_free_delivery .wrap menu {
  margin: 0;
  width: 40%;
  float: left;
  position: absolute;
  top: 50%;
  padding: 0 0 0 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.fast_free_delivery .wrap menu a {
  display: block;
  width: -webkit-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
  max-width: 350px;
  margin: 0 auto;
  float: left;
  height: 40px;
  padding: 15px 0 0 0;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  font-family: "Axiforma W05 Regular";
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
}
.fast_free_delivery .wrap menu a + a {
  margin: 0 0 0 10px;
}

.dreams_usps .wrap ul {
  text-align: center;
}
.dreams_usps .wrap ul li {
  display: inline-block;
  width: 240px;
  float: none;
}
.dreams_usps .wrap ul li h2 {
  text-align: left;
}
.dreams_usps .wrap ul li + li {
  margin: 0 0 0 40px;
}
.dreams_usps .wrap ul li:nth-child(2n+1) {
  clear: none;
  margin-left: 40px;
}
.dreams_usps .wrap ul li:nth-child(2) ~ li {
  margin-top: 0;
}

.categories .wrap > header h2 {
  font-size: 1.875rem;
}
.categories .wrap ul li {
  width: -webkit-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  float: left;
}
.categories .wrap ul li article a {
  display: block;
  text-decoration: none;
}
.categories .wrap ul li article a header {
  margin: 30px 0 0 0;
  text-align: center;
}
.categories .wrap ul li article a header h2 {
  font-size: 1.5rem;
  font-family: "Axiforma W05 Regular";
  margin: 0 0 12px 0;
}
.categories .wrap ul li article a header p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.categories .wrap ul li + li {
  margin: 0 0 0 40px;
}
.categories .wrap ul li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.categories .wrap ul li:nth-child(2) ~ li {
  margin-top: 50px;
}

.shop_type {
  padding: 50px 0;
  background-color: transparent;
}
.shop_type .wrap {
  margin: 0 50px;
}
.shop_type .wrap > header {
  text-align: center;
  margin: 0 0 35px 0;
}
.shop_type .wrap > header h2 {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
  margin: 0 0 24px 0;
}
.shop_type .wrap > header p {
  font-family: "Axiforma W05 Light";
  line-height: 1.5;
  font-size: 0.9375rem;
}
.shop_type .wrap ul {
  list-style: none;
}
.shop_type .wrap ul li {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  float: left;
}
.shop_type .wrap ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.shop_type .wrap ul li a figure {
  height: 240px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.shop_type .wrap ul li a figure img {
  height: 100%;
  width: auto;
}
.shop_type .wrap ul li a h3 {
  position: absolute;
  bottom: 40px;
  left: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.shop_type .wrap ul li + li {
  margin: 0 0 0 20px;
}
.shop_type .wrap ul li:nth-child(2) ~ li {
  margin-top: 0;
}
.shop_type .wrap ul li:nth-child(2n+1) {
  margin-left: 20px;
  clear: none;
}
.shop_type .wrap ul li:nth-child(3) ~ li {
  margin-top: 20px;
}
.shop_type .wrap ul li:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

.dreams_store_list {
  background-color: rgb(242, 242, 242);
  padding: 0 0 50px 0;
}
.dreams_store_list .wrap {
  margin: 0 20px;
}
.dreams_store_list .wrap header {
  padding: 40px 0;
  text-align: center;
}
.dreams_store_list .wrap header h1 {
  font-size: 3rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
}
.dreams_store_list .wrap div article {
  width: -webkit-calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
  float: left;
}
.dreams_store_list .wrap div article a {
  display: block;
  text-decoration: none;
}
.dreams_store_list .wrap div article a header {
  padding: 25px 30px 35px 30px;
  text-align: left;
  line-height: 1.5;
}
.dreams_store_list .wrap div article a header h2 {
  font-family: "Axiforma W05 Regular";
  margin: 0 0 8px 0;
  font-size: 1.5rem;
}
.dreams_store_list .wrap div article a header p {
  font-size: 1rem;
}
.dreams_store_list .wrap div article a header span {
  display: block;
  width: 100%;
  height: 50px;
  margin: 16px 0 0 0;
  font-size: 1rem;
  line-height: 1;
  border-radius: 25px;
  font-family: "Axiforma W05 Regular";
  text-align: center;
  padding: 17px 0 0 0;
  color: rgb(255, 255, 255);
  background-color: rgb(185, 85, 115);
}
.dreams_store_list .wrap div article + article {
  margin: 0 0 0 20px;
}

.page_header {
  margin: 20px 0 30px 0;
}
.page_header .wrap {
  margin: 0 20px;
}
.page_header .wrap .search_bar p input {
  display: block;
  width: 100%;
  border: 1px solid rgb(216, 216, 216);
  height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 1rem;
  line-height: 1;
}
.page_header .wrap .page_top nav {
  margin: 20px 0 0 20px;
}
.page_header .wrap .page_top nav ul {
  list-style: none;
}
.page_header .wrap .page_top nav ul li {
  float: left;
  position: relative;
}
.page_header .wrap .page_top nav ul li a {
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
  color: rgb(37, 17, 99);
}
.page_header .wrap .page_top nav ul li + li {
  margin: 0 0 0 5px;
}
.page_header .wrap .page_top nav ul li + li:before {
  content: " ";
  width: 5px;
  height: 5px;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  top: -1px;
  padding: 0;
  margin-right: 12px;
  margin-left: 7px;
}
.page_header .wrap .sales_banner {
  margin: 30px 0;
  background-color: #da062b;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 15px 30px;
  font-size: 0.9375rem;
  line-height: 1.25;
}
.page_header .wrap .page_intro {
  margin: 25px 10px 0 10px;
  text-align: center;
}
.page_header .wrap .page_intro h1 {
  font-size: 1.875rem;
  font-family: "GlamourAbsolute";
  margin: 0 0 8px 0;
}
.page_header .wrap .page_intro p {
  font-family: "Axiforma W05 Light";
  font-size: 1.125rem;
  line-height: 1.4;
}

.product_list .product_filter_list .wrap {
  margin: 0 0 0 20px;
}
.product_list .product_filter_list .wrap ul {
  list-style: none;
  white-space: nowrap;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.product_list .product_filter_list .wrap ul li {
  display: inline-block;
  height: 34px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 9px 10px;
  border: 1px solid rgb(185, 85, 115);
  color: rgb(185, 85, 115);
  border-radius: 6px;
}
.product_list .product_filter_list .wrap ul li a {
  display: block;
  text-decoration: none;
}
.product_list .product_filter_menu {
  margin: 40px 0 20px 0;
}
.product_list .product_filter_menu .wrap {
  margin: 0 20px;
}
.product_list .product_filter_menu .wrap > button {
  display: none;
}
.product_list .product_filter_menu .wrap .filter_tool {
  display: block;
  text-align: center;
}
.product_list .product_filter_menu .wrap .filter_tool button {
  display: inline-block;
  color: rgb(37, 17, 99);
}
.product_list .product_filter_menu .wrap .filter_tool button span {
  display: block;
  float: left;
  font-size: 0.9375rem;
  line-height: 1.25;
  font-family: "Axiforma W05 Regular";
}
.product_list .product_filter_menu .wrap .filter_tool button svg {
  display: block;
  float: left;
  width: 18px;
  margin: 0 0 0 4px;
  stroke: rgb(185, 85, 115);
}
.product_list .product_filter_menu .wrap .filter_tool button + button {
  margin: 0 0 0 30px;
}
.product_list .list_output {
  background-color: rgb(245, 245, 245);
  padding: 30px 0;
}
.product_list .list_output .wrap {
  margin: 0 20px;
}
.product_list .list_output .wrap > header {
  text-align: left;
  margin: 0 0 25px 0;
  position: relative;
}
.product_list .list_output .wrap > header h2 {
  font-size: 1.3125rem;
  line-height: 1;
  font-family: "Axiforma W05 Bold";
}
.product_list .list_output .wrap > header .filter {
  margin: 0;
  position: absolute;
  top: -8px;
  right: 0;
}
.product_list .list_output .wrap ul {
  list-style: none;
}
.product_list .list_output .wrap ul li {
  width: -webkit-calc((100% - 30px) / 3);
  width: calc((100% - 30px) / 3);
  float: left;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(150, 150, 150) 3px 7px 40px -13px;
}
.product_list .list_output .wrap ul li article a {
  display: block;
  text-decoration: none;
}
.product_list .list_output .wrap ul li article a header {
  font-size: 0.8125rem;
  padding: 20px 20px 20px 20px;
  position: relative;
}
.product_list .list_output .wrap ul li article a header > h3 {
  float: right;
}
.product_list .list_output .wrap ul li article a header h2 {
  position: absolute;
  margin: 70px 0 0 0;
  font-size: 1rem;
  width: 100%;
  padding: 0 20px;
  top: 0;
  left: 0;
  line-height: 1.125;
  font-family: "Axiforma W05 Bold";
}
.product_list .list_output .wrap ul li article a header .rating {
  margin: 0;
  float: left;
}
.product_list .list_output .wrap ul li article a header .price_info {
  border-top: 1px solid rgba(37, 17, 99, 0.3);
  margin: 100px 0 0 0;
}
.product_list .list_output .wrap ul li article a header .price_info p {
  font-family: "Axiforma W05 Light";
}
.product_list .list_output .wrap ul li article a header .price_info h3 {
  float: left;
}
.product_list .list_output .wrap ul li article a header .price_info h3 span {
  font-size: 0.75rem;
  text-decoration: line-through;
  color: rgb(109, 110, 113);
}
.product_list .list_output .wrap ul li article a header .price_info h4 {
  float: left;
  margin: 6px 0 0 10px;
}
.product_list .list_output .wrap ul li:nth-child(2n+1) {
  clear: none;
  margin-left: 15px;
}
.product_list .list_output .wrap ul li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.product_list .list_output .wrap ul li:nth-child(2) ~ li {
  margin-top: 0;
}
.product_list .list_output .wrap ul li:nth-child(3) ~ li {
  margin-top: 24px;
}
.product_list .list_output .wrap ul li + li {
  margin-left: 15px;
}

.product_view .added_to_basket .ab_panel {
  padding: 45px 50px;
}
.product_view .added_to_basket .ab_panel > header {
  margin: 0 0 43px 0;
}
.product_view .added_to_basket .ab_panel ul {
  list-style: none;
}
.product_view .added_to_basket .ab_panel ul li figure {
  margin: 0 0 16px 0;
  width: 120px;
  float: left;
}
.product_view .added_to_basket .ab_panel ul li div {
  float: right;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
}
.product_view .added_to_basket .ab_panel ul li div h3 {
  font-family: "Axiforma W05 Regular";
  margin: 0 0 8px 0;
  line-height: 1.25;
  color: rgb(185, 85, 115);
}
.product_view .added_to_basket .ab_panel ul li div p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.product_view .added_to_basket .ab_panel ul li div p em {
  font-family: "Axiforma W05 Regular";
  font-style: normal;
}
.product_view .added_to_basket .ab_panel button {
  display: block;
  width: 100%;
  height: 50px;
  background-color: rgb(185, 85, 115);
  font-size: 0.875rem;
  line-height: 1;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "Axiforma W05 Regular";
  letter-spacing: 1px;
  margin: 24px 0 0 0;
}
.product_view .wrap .sales_banner {
  margin: 0 0 30px 0;
  background-color: #da062b;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 15px 30px;
  font-size: 0.9375rem;
  line-height: 1.25;
}
.product_view .wrap .product_gallery {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  float: left;
}
.product_view .wrap .product_gallery .one {
  display: block;
}
.product_view .wrap .product_gallery .two {
  display: block;
  margin: 10px 0 0 0;
}
.product_view .wrap .product_gallery .two figure {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  float: left;
}
.product_view .wrap .product_gallery .two figure ~ figure {
  margin-left: 10px;
}
.product_view .wrap .product_gallery .two + .one {
  margin-top: 10px;
}
.product_view .wrap .product_gallery .three {
  display: block;
  margin: 10px 0 0 0;
}
.product_view .wrap .product_gallery .three figure {
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  float: left;
}
.product_view .wrap .product_gallery .three figure ~ figure {
  margin-left: 10px;
}
.product_view .wrap .product_gallery .swiper ul {
  list-style: none;
}
.product_view .wrap .product_gallery .swiper .swiper-pagination {
  position: relative;
  margin: 20px 0 0 0;
}
.product_view .wrap .product_gallery .swiper .swiper-pagination span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgb(192, 192, 192);
}
.product_view .wrap .product_gallery .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: rgb(185, 85, 115);
}
.product_view .wrap .product_gallery .swiper.new_style {
  display: none;
}
.product_view .wrap .product_header {
  width: -webkit-calc((100% - 30px) / 2);
  width: calc((100% - 30px) / 2);
  float: right;
  margin: 0;
}
.product_view .wrap .product_header > h2 {
  display: block;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "Axiforma W05 Bold";
  margin: 0 0 20px 0;
  text-transform: capitalize;
}
.product_view .wrap .product_header .star_rating figure {
  width: 120px;
  float: left;
}
.product_view .wrap .product_header .star_rating figure svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.product_view .wrap .product_header .star_rating div {
  float: left;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 4px 0 0 0;
}
.product_view .wrap .product_header .price {
  margin: 25px 0 0 0;
}
.product_view .wrap .product_header .price h2 {
  font-size: 2.8125rem;
  line-height: 1;
  font-family: "Axiforma W05 Bold";
}
.product_view .wrap .product_header .price h2 span {
  font-size: 0.9375rem;
  font-family: "Axiforma W05 Bold";
  text-decoration: line-through;
  color: rgb(150, 150, 150);
}
.product_view .wrap .product_header .price h3 {
  font-family: "Axiforma W05 Bold";
  padding: 0;
  margin: 16px 0 0 10px;
}
.product_view .wrap .product_header .finance {
  margin: 25px 0 0 0;
  color: rgb(150, 150, 150);
  font-size: 0.9375rem;
  line-height: 1;
}
.product_view .wrap .product_header .add_to_cart {
  margin: 40px 0 0 0;
}
.product_view .wrap .product_header .add_to_cart button {
  display: block;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 60px;
  background-color: rgb(185, 85, 115);
  font-size: 0.9375rem;
  line-height: 1;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  text-transform: uppercase;
  font-family: "Axiforma W05 Bold";
  letter-spacing: 1px;
  float: left;
}
.product_view .wrap .product_header .add_to_cart button + button {
  width: 60px;
  height: 60px;
  float: right;
  background-color: rgb(255, 255, 255);
}
.product_view .wrap .product_header .add_to_cart button + button:before {
  content: "\e933";
}

.product_overview .wrap {
  margin: 0 20px;
}
.product_overview .wrap > ul {
  list-style: none;
  border-top: 1px solid rgb(215, 214, 219);
}
.product_overview .wrap > ul > li {
  padding: 0 50px;
}
.product_overview .wrap > ul > li button {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1;
  padding: 44px 0;
  font-family: "Axiforma W05 Regular";
}
.product_overview .wrap > ul > li button:after {
  content: "+";
  position: absolute;
  top: 32px;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 0.9;
  text-align: center;
  color: rgb(185, 85, 115);
  border: 3px solid rgb(185, 85, 115);
  border-radius: 50%;
  font-size: 2.5rem;
  font-family: "Axiforma W05 Regular";
}
.product_overview .wrap > ul > li button.open:after {
  content: "-";
  line-height: 0.8;
}
.product_overview .wrap > ul > li button.open + .po_content {
  display: block;
}
.product_overview .wrap > ul > li .po_content {
  padding: 0 0 30px 0;
  display: none;
  font-size: 0.9375rem;
  font-family: "Axiforma W05 Light";
  line-height: 1.5;
}
.product_overview .wrap > ul > li .po_content h2 {
  font-family: "Axiforma W05 Regular";
  margin: 0 0 1.5em 0;
}
.product_overview .wrap > ul > li .po_content ul {
  list-style: disc;
  padding-left: 18px;
}
.product_overview .wrap > ul > li .po_content ul + h2 {
  margin-top: 2em;
}
.product_overview .wrap > ul > li .po_content p + p {
  margin-top: 1em;
}
.product_overview .wrap > ul > li .po_content p + h2 {
  margin-top: 2em;
}
.product_overview .wrap > ul > li + li {
  border-top: 1px solid rgb(215, 214, 219);
}

.also_viewed {
  margin: 50px 0 0 0;
  padding: 50px 0 70px 0;
  background-color: rgb(245, 245, 245);
}
.also_viewed .wrap {
  margin: 0 50px;
}
.also_viewed .wrap > header {
  margin: 0 0 30px 0;
}
.also_viewed .wrap > header h2 {
  font-family: "Axiforma W05 Regular";
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}
.also_viewed .wrap div article {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  float: left;
}
.also_viewed .wrap div article a {
  display: block;
  text-decoration: none;
}
.also_viewed .wrap div article a header {
  padding: 20px;
}
.also_viewed .wrap div article a header h3 {
  font-family: "Axiforma W05 Regular";
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0 0 16px 0;
}
.also_viewed .wrap div article a header p {
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
}
.also_viewed .wrap div article a header p span {
  display: block;
  font-size: 0.8125rem;
  line-height: 1;
  margin: 0 0 6px 0;
  font-family: "Axiforma W05 Light";
}
.also_viewed .wrap div article:nth-child(2n+1) {
  margin-left: 0;
}
.also_viewed .wrap div article:nth-child(2) ~ article {
  margin-top: 20px;
}
.also_viewed .wrap div article + article {
  margin: 0 0 0 20px;
}

.category_intro {
  padding: 40px 0 80px 0;
}
.category_intro .wrap {
  margin: 0 50px;
  text-align: center;
}
.category_intro .wrap h1 {
  font-size: 2.8125rem;
  font-family: "Axiforma W05 Regular";
  line-height: 1;
  margin: 0 0 12px 0;
}
.category_intro .wrap p {
  font-size: 1.125rem;
  line-height: 1.4;
  font-family: "Axiforma W05 Light";
}
.category_intro.small_margin {
  padding-bottom: 40px;
}

.category_filter {
  background-color: transparent;
  padding: 0 0 65px 0;
}
.category_filter .wrap {
  margin: 0 20px;
}
.category_filter .wrap header {
  text-align: center;
  margin: 0 0 30px 0;
}
.category_filter .wrap header h2 {
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
  margin: 0 0 16px 0;
}
.category_filter .wrap header p {
  font-family: "Axiforma W05 Light";
  font-size: 0.9375rem;
  line-height: 1;
}
.category_filter .wrap header p a {
  text-decoration: none;
  color: rgb(185, 85, 115);
}
.category_filter .wrap ul {
  list-style: none;
}
.category_filter .wrap ul li {
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  float: left;
  text-align: center;
}
.category_filter .wrap ul li a {
  display: block;
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1;
}
.category_filter .wrap ul li a figure {
  max-width: 240px;
  margin: 0 auto 16px auto;
}
.category_filter .wrap ul li a h2 {
  color: rgb(185, 85, 115);
  margin: 0 0 14px 0;
  font-size: 0.9375rem;
  font-family: "Axiforma W05 Regular";
}
.category_filter .wrap ul li a p {
  font-family: "Axiforma W05 Light";
  line-height: 1.25;
}
.category_filter .wrap ul li:nth-child(2n+1) {
  clear: none;
}
.category_filter .wrap ul li:nth-child(3n+1) {
  clear: left;
}
.category_filter .wrap ul li:nth-child(2) ~ li {
  margin-top: 10px;
}

.testimonials {
  margin: 50px 0;
}
.testimonials .wrap {
  margin: 0 50px;
}
.testimonials .wrap header {
  text-align: center;
  margin: 0 0 40px 0;
}
.testimonials .wrap header h2 {
  font-family: "GlamourAbsolute";
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 8px 0;
}
.testimonials .wrap header p {
  font-family: "Axiforma W05 Regular";
  font-size: 1.125rem;
  line-height: 1.5;
}
.testimonials .wrap .swiper .swiper-wrapper {
  list-style: none;
}
.testimonials .wrap .swiper .swiper-wrapper .swiper-slide {
  width: 250px;
}
.testimonials .wrap .swiper .swiper-wrapper .swiper-slide article {
  background-color: rgb(235, 243, 249);
  width: 250px;
  height: 300px;
  border-radius: 12px;
  padding: 25px;
}
.testimonials .wrap .swiper .swiper-wrapper .swiper-slide article h2 {
  display: block;
  font-size: 1.25rem;
  line-height: 1.125;
  color: rgb(37, 17, 99);
  font-family: "Axiforma W05 Regular";
  margin: 0 0 8px 0;
}
.testimonials .wrap .swiper .swiper-wrapper .swiper-slide article p {
  font-family: "Axiforma W05 Regular";
  font-size: 0.875rem;
  line-height: 1.5;
}
.testimonials .wrap .swiper .swiper-wrapper .swiper-slide article div {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
.testimonials .wrap .swiper .swiper-wrapper .swiper-slide article div h3 {
  font-size: 1rem;
}
.testimonials .wrap .swiper .swiper-wrapper .swiper-slide article div p {
  font-size: 0.875rem;
  font-family: "Axiforma W05 Regular";
  margin: 3px 0 0 0;
}

.basket {
  padding: 40px 0 0 0;
}
.basket .wrap {
  margin: 0 50px;
}
.basket .wrap > header {
  margin: 0 0 40px 0;
  text-align: center;
}
.basket .wrap > header h1 {
  font-family: "Axiforma W05 Regular";
  font-size: 2.125rem;
  line-height: 1;
}
.basket .wrap > header a {
  display: block;
  font-family: "Axiforma W05 Regular";
  font-size: 1.125rem;
  line-height: 1;
  color: rgb(185, 85, 115);
  text-decoration: none;
  margin: 6px 0 0 0;
}
.basket .wrap .basket_info .overview {
  margin: 0 0 30px 0;
}
.basket .wrap .basket_info .overview ul {
  list-style: none;
}
.basket .wrap .basket_info .overview ul li {
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.25);
}
.basket .wrap .basket_info .overview ul li article header {
  position: relative;
}
.basket .wrap .basket_info .overview ul li article header figure {
  width: 100px;
  float: left;
}
.basket .wrap .basket_info .overview ul li article header div {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  margin: 0 0 0 20px;
  float: left;
}
.basket .wrap .basket_info .overview ul li article header div h2 {
  font-size: 0.9375rem;
  font-family: "Axiforma W05 Regular";
  line-height: 1.25;
  color: rgb(185, 85, 115);
  margin: 0 0 8px 0;
}
.basket .wrap .basket_info .overview ul li article header div p {
  font-size: 0.75rem;
  font-family: "Axiforma W05 Light";
}
.basket .wrap .basket_info .overview ul li article header div h3 {
  font-size: 1.75rem;
  position: absolute;
  bottom: 16px;
}
.basket .wrap .basket_info .overview ul li article footer {
  background-color: rgb(245, 245, 245);
  padding: 12px 20px;
}
.basket .wrap .basket_info .overview ul li article footer h4 {
  float: left;
  font-size: 0.75rem;
  line-height: 1;
  padding: 10px 0 0 0;
  margin: 0 10px 0 0;
}
.basket .wrap .basket_info .overview ul li article footer .qty_selector {
  float: left;
}
.basket .wrap .basket_info .overview ul li article footer .qty_selector button {
  width: 26px;
  height: 26px;
  background-color: rgb(37, 17, 99);
  border-radius: 50%;
  float: left;
  margin: 2px 0 0 0;
}
.basket .wrap .basket_info .overview ul li article footer .qty_selector input {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  text-align: center;
  font-size: 0.875rem;
  float: left;
  margin: 0 5px;
  border: 1px solid rgb(200, 200, 200);
}
.basket .wrap .basket_info .overview ul li article footer button {
  float: right;
  font-size: 0.75rem;
  line-height: 1;
  padding: 10px 0 0 0;
  color: rgb(150, 150, 150);
}
.basket .wrap .basket_info .overview ul li + li {
  margin: 20px 0 0 0;
}
.basket .wrap .basket_info .sidebar .basket_details {
  background-color: rgb(37, 17, 99);
  color: rgb(255, 255, 255);
  padding: 30px 30px 30px 30px;
}
.basket .wrap .basket_info .sidebar .basket_details > h2 {
  font-family: "Axiforma W05 Regular";
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0 0 12px 0;
}
.basket .wrap .basket_info .sidebar .basket_details .row {
  padding: 8px 0;
}
.basket .wrap .basket_info .sidebar .basket_details .row > div {
  width: 50%;
  float: left;
  font-size: 0.9375rem;
  line-height: 1;
  font-family: "Axiforma W05 Light";
  padding: 2px 0 0 0;
}
.basket .wrap .basket_info .sidebar .basket_details .row > div + div {
  text-align: right;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0;
  font-family: "Axiforma W05 Regular";
}
.basket .wrap .basket_info .sidebar .basket_details .row.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.basket .wrap .basket_info .sidebar .basket_details .row.final {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0 0 0;
}
.basket .wrap .basket_info .sidebar .basket_details .row.final > div {
  padding-top: 12px;
}
.basket .wrap .basket_info .sidebar .basket_details .row.final > div + div {
  font-size: 1.875rem;
  line-height: 1;
  padding-top: 0;
}
.basket .wrap .basket_info .sidebar .basket_details a {
  height: 60px;
  border-radius: 30px;
  display: block;
  width: 100%;
  margin: 24px 0 0 0;
  padding: 24px 0 0 0;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
  text-transform: uppercase;
}
.basket .wrap .basket_info .sidebar .dreams_usps {
  margin: 0;
  padding: 50px 0;
}
.basket .wrap .basket_info .sidebar .dreams_usps .wrap {
  margin: 0;
}
.basket .wrap .basket_info .sidebar .dreams_usps .wrap ul li {
  width: 100%;
  float: none;
  margin-left: 0;
}
.basket .wrap .basket_info .sidebar .dreams_usps .wrap ul li + li {
  margin-left: 0;
  margin-top: 20px;
}

.rejpromo {
  padding: 50px 0;
}
.rejpromo > header .wrap {
  margin: 0 25px;
}
.rejpromo > header .wrap h2 {
  text-align: center;
}
.rejpromo > header .wrap p {
  text-align: center;
}
.rejpromo > header .wrap figure {
  display: block;
  width: 200px;
  top: 0;
  right: -30px;
  position: absolute;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.rejpromo > header .wrap figure img {
  width: 80%;
}
.rejpromo .row {
  margin: 50px 0 0 0;
}
.rejpromo .row .wrap {
  margin: 0 25px;
}
.rejpromo .row .wrap .cols .col {
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  float: left;
}
.rejpromo .row .wrap .cols .col .image {
  padding: 15px;
  background-color: rgb(255, 255, 255);
  margin: 0 0 15px 0;
}
.rejpromo .row .wrap .cols .col .image img {
  display: block;
}
.rejpromo .row .wrap .cols .col .icon {
  float: none;
  margin: 0 auto;
  width: 80px;
}
.rejpromo .row .wrap .cols .col .icon img {
  width: 80px;
}
.rejpromo .row .wrap .cols .col > div {
  float: none;
  width: 100%;
}
.rejpromo .row .wrap .cols .col > div h3, .rejpromo .row .wrap .cols .col > div p {
  text-align: center;
}
.rejpromo .row .wrap .cols .col h3 {
  text-align: center;
}
.rejpromo .row .wrap .cols .col p {
  text-align: center;
  margin: 8px 0 0 0;
}
.rejpromo .row .wrap .cols .col + .col {
  margin: 0 0 0 10px;
}

.main_footer .wrap {
  margin: 0 50px;
}
.main_footer .wrap .search_box {
  width: 500px;
  margin: 0 auto;
}
.main_footer .wrap .store_details {
  border-top: 0;
}
.main_footer .wrap .store_details .cols .col > div {
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  float: left;
}
.main_footer .wrap .store_details .cols .col > div + div {
  margin: 0 0 0 10px;
}
.main_footer .wrap .store_details .cols .col h2 {
  font-size: 1rem;
  color: white;
}
.main_footer .wrap .store_details .cols .col button {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
  pointer-events: none;
}
.main_footer .wrap .store_details .cols .col button:after {
  display: none;
}
.main_footer .wrap .store_details .cols .col ul {
  display: block;
  margin: 20px 0 0 0;
}
.main_footer .wrap .store_details .cols .col ul li a {
  font-size: 0.9375rem;
}
.main_footer .wrap .store_details .cols .col:nth-child(1) {
  padding: 0 0 50px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.main_footer .wrap .store_details .cols .col:nth-child(1) + .col {
  margin: 40px 0 0 0;
}
.main_footer .wrap .store_details .cols .col ~ .col {
  margin: 40px 0 0 0;
  width: -webkit-calc((100% - 20px) / 3);
  width: calc((100% - 20px) / 3);
  float: left;
}
.main_footer .wrap .store_details .cols .col ~ .col + .col {
  margin-left: 10px;
}

.text_page_sidebar .wrap {
  margin: 0 50px;
}
.text_page_sidebar .wrap > header h1 {
  font-size: 2.8125rem;
}
.text_page_sidebar .wrap .lp_holder {
  margin: 20px 0 0 0;
}
.text_page_sidebar .wrap .lp_holder .banner {
  background-color: rgb(37, 17, 99);
  color: rgb(255, 255, 255);
  position: relative;
}
.text_page_sidebar .wrap .lp_holder .banner > header {
  float: left;
  width: 50%;
  padding: 50px 25px;
}
.text_page_sidebar .wrap .lp_holder .banner figure {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.text_page_sidebar .wrap .lp_holder .banner.align_right > header {
  float: right;
}
.text_page_sidebar .wrap .lp_holder .banner.align_right figure {
  right: auto;
  left: 0;
}
.text_page_sidebar .wrap .lp_holder .every_eight {
  padding: 50px 0 20px 0;
}
.text_page_sidebar .wrap .lp_holder .every_eight h2 {
  font-size: 2rem;
}
.text_page_sidebar .wrap .lp_holder .every_eight ul {
  margin: 0 0 0 0;
}
.text_page_sidebar .wrap .lp_holder .every_eight ul li {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  float: left;
}
.text_page_sidebar .wrap .lp_holder .every_eight ul li figure {
  margin: 0 0 5px 0;
}
.text_page_sidebar .wrap .lp_holder .every_eight ul li p {
  line-height: 1.5;
  margin: 0 8px;
}
.text_page_sidebar .wrap .lp_holder .every_eight ul li + li {
  margin: 0 0 0 20px;
}
.text_page_sidebar .wrap .lp_holder .every_eight ul li:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
  margin-top: 30px;
}
.text_page_sidebar .wrap .lp_holder .every_eight ul li:nth-child(2n+1) ~ li {
  margin-top: 30px;
}
.text_page_sidebar .wrap .lp_holder .text_boxes {
  margin: 40px 0 0 0;
}
.text_page_sidebar .wrap .lp_holder .text_boxes header {
  margin: 0 0 30px 0;
}
.text_page_sidebar .wrap .lp_holder .text_boxes header h2 {
  font-size: 2rem;
  line-height: 1.125;
  font-family: "Axiforma W05 Regular";
  margin: 0 0 8px 0;
}
.text_page_sidebar .wrap .lp_holder .text_boxes header p {
  line-height: 1.5;
  font-family: "Axiforma W05 Regular";
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text {
  position: relative;
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text .image {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  float: left;
  margin: 0;
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text .text {
  width: -webkit-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text .text h3 {
  font-family: "Axiforma W05 Regular";
  font-size: 1.425rem;
  margin: 0 0 8px 0;
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text .text p {
  line-height: 1.5;
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text .text p strong {
  font-weight: normal;
  font-family: "Axiforma W05 Regular";
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text .text p a {
  text-decoration: none;
  color: rgb(185, 85, 115);
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text .text p + p {
  margin: 1em 0 0 0;
}
.text_page_sidebar .wrap .lp_holder .text_boxes .image_text + .image_text {
  margin: 30px 0 0 0;
}
.text_page_sidebar .wrap .lp_holder .accordian {
  border-top: 1px solid rgb(215, 214, 219);
  margin: 30px 0 0 0;
}
.text_page_sidebar .wrap .lp_holder .accordian > ul > li {
  font-size: 0.9375rem;
  line-height: 1;
  color: rgb(37, 17, 99);
  border-bottom: 1px solid rgb(215, 214, 219);
  padding: 0 40px;
}
.text_page_sidebar .wrap .lp_holder .accordian > ul > li button {
  font-size: 1.3125rem;
  line-height: 1;
}
.text_page_sidebar .wrap .lp_holder .accordian > ul > li button ~ * {
  display: none;
}
.text_page_sidebar .wrap .lp_holder .accordian > ul > li button.open ~ * {
  display: block;
}
.text_page_sidebar .wrap .lp_holder .accordian > ul > li p {
  font-family: "Axiforma W05 Light";
  line-height: 1.5;
}
.text_page_sidebar .wrap .lp_holder .accordian > ul > li p + p {
  margin: 1em 0 0 0;
}
.text_page_sidebar .wrap .lp_holder .accordian > ul > li p:last-child {
  margin-bottom: 30px;
}
.text_page_sidebar .wrap .lp_holder .highlight_panel {
  background-color: rgb(241, 241, 241);
  padding: 30px;
  margin: 50px 0 0 0;
  text-align: center;
}
.text_page_sidebar .wrap .lp_holder .highlight_panel h3 {
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
  margin: 0 0 30px 0;
}
.text_page_sidebar .wrap .lp_holder .highlight_panel ul {
  list-style: none;
}
.text_page_sidebar .wrap .lp_holder .highlight_panel ul li figure {
  width: 45px;
  margin: 0 auto 12px auto;
}
.text_page_sidebar .wrap .lp_holder .highlight_panel ul li h4 {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-family: "Axiforma W05 Regular";
}
.text_page_sidebar .wrap .lp_holder .highlight_panel ul li p {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 2px 0 0 0;
  font-family: "Axiforma W05 Light";
}
.text_page_sidebar .wrap .lp_holder .highlight_panel ul li + li {
  margin: 30px 0 0 0;
}
.text_page_sidebar .wrap .holder aside {
  width: 220px;
  float: left;
  border: 0;
  background-color: rgb(241, 241, 241);
  padding: 20px;
}
.text_page_sidebar .wrap .holder aside button {
  display: none;
}
.text_page_sidebar .wrap .holder aside ul {
  display: block;
  padding-bottom: 0;
}
.text_page_sidebar .wrap .holder article {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  float: right;
  padding: 0;
}
.text_page_sidebar .wrap .holder article h2 {
  font-size: 1.3125rem;
}
.text_page_sidebar .wrap .holder article p {
  margin: 1em 0;
}
.text_page_sidebar .wrap .holder article p + h2 {
  margin-top: 2em;
}
.text_page_sidebar .wrap .holder article .facts_panel {
  background-color: rgb(245, 245, 245);
  padding: 20px;
}
.text_page_sidebar .wrap .holder article .facts_panel h3 {
  font-family: "Axiforma W05 Regular";
}
.text_page_sidebar .wrap .holder article .facts_panel ul {
  margin-left: 20px;
}
.text_page_sidebar + .category_filter {
  margin-top: 50px;
}

.two_col_promo {
  margin: 50px 0;
}
.two_col_promo .wrap {
  margin: 0 20px;
}
.two_col_promo .wrap .col {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  float: left;
}
.two_col_promo .wrap .col figure {
  margin: 0 0 16px 0;
}
.two_col_promo .wrap .col p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.two_col_promo .wrap .col a {
  display: block;
  height: 50px;
  width: 100%;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  background-color: rgb(185, 85, 115);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-family: "Axiforma W05 Regular";
  letter-spacing: 1px;
  padding: 17px 0 0 0;
  margin: 16px 0 0 0;
}
.two_col_promo .wrap .col + .col {
  margin: 0 0 0 40px;
}

.category_lures {
  margin: 50px 0;
}
.category_lures .wrap {
  margin: 0 20px;
}
.category_lures .wrap article {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  float: left;
}
.category_lures .wrap article a {
  display: block;
  text-decoration: none;
  position: relative;
}
.category_lures .wrap article a figure {
  background-color: rgb(242, 242, 242);
  height: 300px;
  background-image: url("../images/254-00047_main-shot_01_deacon-upholstered-ottoman-bed-frame.jpeg");
  background-size: cover;
  background-position: center center;
}
.category_lures .wrap article a h2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Axiforma W05 Regular";
  color: rgb(255, 255, 255);
}
.category_lures .wrap article + article {
  margin: 0 0 0 40px;
}

.cart_footer .wrap .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 0 25px 0;
}
.cart_footer .wrap .row .images {
  width: 450px;
  border: 0;
  padding: 0;
  float: left;
}
.cart_footer .wrap .row .images figure {
  width: -webkit-calc((100% - 60px) / 7);
  width: calc((100% - 60px) / 7);
  float: left;
}
.cart_footer .wrap .row .images figure:nth-child(4) {
  padding: 2px 0 0 0;
}
.cart_footer .wrap .row .images figure:nth-child(6) {
  padding: 5px 0 0 0;
}
.cart_footer .wrap .row .images figure:nth-child(7) {
  padding: 9px 0 0 0;
}
.cart_footer .wrap .row .images figure + figure {
  margin-left: 10px;
}
.cart_footer .wrap .row .links {
  margin: 0;
  padding: 10px 0 0 0;
  width: -webkit-calc(100% - 450px);
  width: calc(100% - 450px);
  float: right;
  text-align: right;
}
.cart_footer .wrap .row .links a {
  display: inline-block;
}
.cart_footer .wrap .row .links a + a {
  margin: 0 0 0 30px;
}
.cart_footer .wrap .footer_foot {
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 24px 0 0 0;
  line-height: 1.5;
}
.cart_footer .wrap .footer_foot p + p {
  margin: 1em 0 0 0;
}

.brand_landing_page {
  padding: 75px 0;
  background-image: url("../images/s1-Astronaut-space-desktop.jpeg");
  background-size: 1000px auto;
  background-position: top right;
  background-repeat: no-repeat;
}
.brand_landing_page > .wrap {
  margin: 0 30px;
}
.brand_landing_page > .wrap > header {
  font-size: 1.25rem;
  padding: 0 30px;
}
.brand_landing_page > .wrap > header figure {
  width: 280px;
}
.brand_landing_page > .wrap > header h1 {
  font-size: 1.875rem;
}
.brand_landing_page > .wrap > header p {
  margin: 25px 0 0 0;
  font-size: 1.125rem;
}
.brand_landing_page > .wrap > header p strong {
  display: inline-block;
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: "Axiforma W05 Regular";
}
.brand_landing_page > .wrap .product_grid {
  margin: 30px 0 0 0;
}
.brand_landing_page > .wrap .product_grid article {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
}
.brand_landing_page > .wrap .product_grid article a {
  display: block;
  text-decoration: none;
}
.brand_landing_page > .wrap .product_grid article a header {
  padding: 30px 0;
  text-align: center;
}
.brand_landing_page > .wrap .product_grid article a header figure {
  width: 170px;
  margin: 0 auto 12px auto;
}
.brand_landing_page > .wrap .product_grid article a header h2 {
  font-family: "Axiforma W05 Regular";
  font-size: 1.25rem;
  line-height: 1;
  color: rgb(255, 255, 255);
}
.brand_landing_page > .wrap .product_grid article.blue {
  background-color: rgb(74, 130, 149);
}
.brand_landing_page > .wrap .product_grid article.orange {
  background-color: rgb(233, 90, 26);
}
.brand_landing_page > .wrap .product_grid article.yellow {
  background-color: rgb(249, 176, 2);
}
.brand_landing_page > .wrap .product_grid article:nth-child(2) ~ article {
  margin-top: 20px;
}
.brand_landing_page > .wrap .product_grid article:nth-child(even) {
  margin-left: 20px;
}
.brand_landing_page > .wrap .product_grid article:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}
.brand_landing_page > .wrap .product_grid article + article {
  margin: 0 0 0 20px;
}
.brand_landing_page > .wrap .explore_tempur {
  margin: 50px 0 0 0;
}
.brand_landing_page > .wrap .explore_tempur > header {
  margin: 0 0 40px 0;
}
.brand_landing_page > .wrap .explore_tempur > header h2 {
  text-align: center;
  font-family: "Axiforma W05 Regular";
  font-size: 1.5rem;
  line-height: 1;
}
.brand_landing_page > .wrap .explore_tempur article {
  display: flex;
  align-items: center;
}
.brand_landing_page > .wrap .explore_tempur article figure {
  margin: 0 0 30px 0;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
.brand_landing_page > .wrap .explore_tempur article figure .small_image {
  display: block;
  width: 280px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -140px;
}
.brand_landing_page > .wrap .explore_tempur article .video {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
.brand_landing_page > .wrap .explore_tempur article .video video {
  display: block;
  width: 100%;
}
.brand_landing_page > .wrap .explore_tempur article header {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-left: 20px;
}
.brand_landing_page > .wrap .explore_tempur article header h2 {
  font-size: 1rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
  margin: 0 0 8px 0;
}
.brand_landing_page > .wrap .explore_tempur article header h3 {
  font-size: 1rem;
  line-height: 1;
  font-family: "Axiforma W05 Regular";
  margin: 12px 0;
}
.brand_landing_page > .wrap .explore_tempur article header p {
  margin: 12px 0;
}
.brand_landing_page > .wrap .explore_tempur article header ul {
  list-style-type: circle;
  padding-left: 18px;
}
.brand_landing_page > .wrap .explore_tempur article header ul + h3 {
  margin-top: 20px;
}
.brand_landing_page > .wrap .explore_tempur article header a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Axiforma W05 Regular";
  letter-spacing: 1px;
  height: 40px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 8px;
  text-align: center;
  padding: 13px 30px 0 30px;
  line-height: 1;
  margin: 20px 0 0 0;
}
.brand_landing_page > .wrap .explore_tempur article + article {
  margin: 30px 0 0 0;
}
.brand_landing_page > .wrap .explore_tempur article + article .video {
  order: 2;
  margin-left: 20px;
}
.brand_landing_page > .wrap .explore_tempur article + article header {
  margin: 0;
}
.brand_landing_page > .wrap .explore_tempur.double {
  display: block;
}
.brand_landing_page > .wrap .explore_tempur.double article {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  display: block;
  float: left;
}
.brand_landing_page > .wrap .explore_tempur.double article figure, .brand_landing_page > .wrap .explore_tempur.double article .video {
  width: 100%;
  margin: 0;
}
.brand_landing_page > .wrap .explore_tempur.double article header {
  width: 100%;
  margin: 30px 0 0 0;
}
.brand_landing_page > .wrap .explore_tempur.double article + article {
  margin-left: 20px;
  margin-top: 0;
}
.brand_landing_page > .wrap .explore_tempur + .explore_tempur {
  margin-top: 60px;
}
.brand_landing_page > .wrap .four_boxes {
  margin: 60px 0 0 0;
  position: relative;
  z-index: 5;
}
.brand_landing_page > .wrap .four_boxes article {
  height: 215px;
}
.brand_landing_page > .wrap .four_boxes article:nth-child(1), .brand_landing_page > .wrap .four_boxes article:nth-child(4) {
  width: -webkit-calc(65% - 10px);
  width: calc(65% - 10px);
}
.brand_landing_page > .wrap .four_boxes article:nth-child(2), .brand_landing_page > .wrap .four_boxes article:nth-child(3) {
  width: -webkit-calc(35% - 10px);
  width: calc(35% - 10px);
}
.brand_landing_page > .wrap .four_boxes article a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.brand_landing_page > .wrap .four_boxes article a header {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
}
.brand_landing_page > .wrap .four_boxes article a header h2 {
  font-size: 1rem;
  line-height: 1;
}
.brand_landing_page > .wrap .four_boxes article:nth-child(even) {
  margin-left: 20px;
}
.brand_landing_page > .wrap .four_boxes article:nth-child(2) ~ article {
  margin-top: 20px;
}
.brand_landing_page > .wrap footer {
  position: relative;
  padding: 150px 0 30px 0;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 1.5;
}
.brand_landing_page > .wrap footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: -20px;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background-image: url("../images/s7-earth-background-footer-2.jpeg");
  background-size: 1000px auto;
  background-position: center -150px;
  background-repeat: no-repeat;
}
.brand_landing_page > .wrap footer * {
  position: relative;
  z-index: 1;
}
.brand_landing_page > .wrap footer p {
  margin: 12px 0 0 0;
  font-size: 0.9375rem;
}
.brand_landing_page > .wrap footer p:first-child {
  font-size: 1.125rem;
  line-height: 1.25;
  font-family: "Axiforma W05 Regular";
  margin: 0 0 12px 0;
}
.brand_landing_page > .wrap footer .footnotes {
  font-size: 0.625rem;
  margin: 24px auto 0 auto;
  line-height: 1.5;
  width: 90%;
}
.brand_landing_page > .wrap footer .footnotes p {
  font-size: 0.625rem;
  font-family: inherit;
  line-height: 1.875;
}
.brand_landing_page .two_panels {
  margin: 20px 0 0 0;
}
.brand_landing_page .two_panels .wrap {
  margin: 0 30px;
}
.brand_landing_page .two_panels .wrap section {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
  border-radius: 9px;
  overflow: hidden;
}
.brand_landing_page .two_panels .wrap section video {
  display: block;
  width: 100%;
  height: auto;
}
.brand_landing_page .two_panels .wrap section header {
  padding: 25px 20px;
  color: rgb(83, 86, 90);
}
.brand_landing_page .two_panels .wrap section header h2 {
  font-family: "Axiforma W05 Regular";
  font-size: 1.125rem;
  line-height: 1;
  margin: 0 0 16px 0;
}
.brand_landing_page .two_panels .wrap section header p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.brand_landing_page .two_panels .wrap section header a {
  display: block;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Axiforma W05 Regular";
  letter-spacing: 1px;
  height: 40px;
  border: 1px solid rgb(37, 17, 99);
  border-radius: 8px;
  text-align: center;
  padding: 13px 0 0 0;
  line-height: 1;
  margin: 20px 0 0 0;
}
.brand_landing_page .two_panels .wrap section:nth-child(2) ~ article {
  margin-top: 20px;
}
.brand_landing_page .two_panels .wrap section:nth-child(even) {
  margin-left: 20px;
}
.brand_landing_page .two_panels .wrap section:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}
.brand_landing_page .two_panels .wrap section + section {
  margin-left: 20px;
}

.pp_reviews .wrap {
  margin: 0 50px;
}

/*# sourceMappingURL=tablet.css.map */
