/** Shopify CDN: Minification failed

Line 386:30 Unexpected "'flickity-enabled'"

**/
.color-accent-1 {
  background: white !important;
  background-color: white !important; }

.pos_relative {
  position: relative; }

.blur-load {
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat; }

body.product iframe#chat-button {
  bottom: 72px !important; }

@media screen and (max-width: 600px) {
  body.product iframe#chat-button {
    bottom: 64px !important; } }
.blur-load > img {
  /*   opacity: 0; */ }

.blur-load.loaded > img {
  opacity: 1;
  transition: opacity 200ms ease-in-out; }

.blur-load.loaded {
  background-image: none !important; }

body main p {
  font-size: 16px;
  font-weight: 400; }
body main span {
  font-weight: 400; }
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
  letter-spacing: normal; }
  body h1 span, body h2 span, body h3 span, body h4 span, body h5 span, body h6 span {
    font-weight: inherit; }
body #product-top p {
  letter-spacing: 0.3px;
  margin: 0;
  color: #333; }
body a {
  text-decoration: none; }
body.product #page-product .page-width, body.product .product-description-tab .page-width, body.product .newbottomreview .page-width {
  max-width: 1296px; }

.product-form__buttons {
  width: 100%; }

.product-action .moneyback_guarantee {
  display: flex;
  align-items: center;
  gap: 6px;
  background: purple;
  color: #fff;
  width: fit-content;
  padding: 2px clamp(8px, 2vw, 11px);
  border-radius: 4px;
  margin: 1.5em 0 0; }

.product-action .moneyback_guarantee p {
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: clamp(12px, 2vw, 16px);
  color: white !important; }

@media (max-width: 680px) {
  .product-action .moneyback_guarantee {
    justify-content: center;
    width: 100%; } }
@media screen and (max-width: 992px) {
  body .inner_description {
    padding-top: 0; } }
body.product .product_countdown.padding {
  z-index: auto; }

.custom_loader {
  border: 2px solid #fff;
  border-radius: 50%;
  border-top: 2px solid transparent;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  transition: 0.2s all; }

.parent_cs_loader {
  opacity: 0;
  z-index: -2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(16px, 2vw, 2em); }

.loadingAnimation .parent_cs_loader {
  opacity: 1;
  z-index: 1; }

.please_select_size {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  .please_select_size .please_select_size_child {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 1em;
    border-radius: 6px;
    margin: 1em 0 0;
    border: 2px solid;
    font-size: 18px;
    line-height: 1.1;
    text-align: center; }
    .please_select_size .please_select_size_child span.title {
      display: block;
      margin: 0 0 1em; }
    .please_select_size .please_select_size_child .button {
      appearance: none;
      border: none;
      background: linear-gradient(135deg, #6ad903 0, #00a516 100%);
      color: #fff;
      border-radius: 4px;
      padding: 10px 2em;
      outline: none;
      font-weight: 500;
      font-size: 18px; }
      .please_select_size .please_select_size_child .button:after {
        box-shadow: none; }
    .please_select_size .please_select_size_child .button.no {
      background: #e50009; }
  .please_select_size .confirm_select_size {
    display: flex;
    justify-content: center;
    gap: 1em; }
  @media (max-width: 600px) {
    .please_select_size .please_select_size_child {
      width: 96%;
      margin-inline: auto; } }
  @media (max-width: 500px) {
    .please_select_size .please_select_size_child {
      font-size: 16px; } }

.inner_description {
  padding: 1em 8px; }

.product.compact .product_dropdown .titles span.rating-star {
  display: block; }
.product.compact ul.product_dropdown * {
  white-space: initial; }
.product.compact ul.product_dropdown table {
  border-collapse: collapse; }
.product.compact ul.product_dropdown .shipping th, .product.compact ul.product_dropdown .shipping td {
  border: none !important; }
.product.compact ul.product_dropdown .shipping p {
  font-size: 14px;
  margin-top: 0; }
  .product.compact ul.product_dropdown .shipping p.note {
    font-size: 12px !important;
    margin-top: 1em !important; }
.product.compact ul.product_dropdown .shipping table p {
  margin-bottom: 0 !important; }
.product.compact ul.product_dropdown .titles {
  overflow: initial;
  display: flex;
  flex-flow: column;
  gap: 24px;
  padding-bottom: 0; }
  .product.compact ul.product_dropdown .titles h2 {
    width: 100%;
    position: relative; }
.product.compact ul.product_dropdown span {
  font-size: 14.5px; }
.product.compact ul.product_dropdown p {
  margin-bottom: 1em !important; }
  .product.compact ul.product_dropdown p:last-of-type {
    margin-bottom: 0; }
  .product.compact ul.product_dropdown p.rating-count span {
    font-size: clamp(12px, 2vw, 16px); }
.product.compact ul.product_dropdown .product-description {
  margin: 0; }
.product.compact ul.product_dropdown .content_block {
  border: 1px solid #cdd8df;
  border-radius: 7px;
  padding: 0;
  cursor: pointer;
  transition: 0.2s all; }
  .product.compact ul.product_dropdown .content_block:last-of-type {
    border-bottom: 1px solid #c2c2c2; }
  .product.compact ul.product_dropdown .content_block .innercontent {
    display: none;
    cursor: initial; }
  .product.compact ul.product_dropdown .content_block svg.icon-caret {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s all;
    fill: #000; }
  .product.compact ul.product_dropdown .content_block.active > h2 {
    color: #e50009; }
  .product.compact ul.product_dropdown .content_block.active svg.icon-caret {
    transform: translateY(-50%) rotate(45deg); }
  .product.compact ul.product_dropdown .content_block.active .innercontent {
    display: block;
    padding: 0em 12px 1em; }
@media (max-width: 992px) {
  .product.compact ul.product_dropdown .custom_review {
    position: initial;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    justify-content: flex-start;
    gap: 6px; }
    .product.compact ul.product_dropdown .custom_review span.rating-star:before {
      font-size: 20px; } }
.product.compact ul.product_dropdown .titles h2.title {
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
  min-width: initial;
  margin: initial;
  background: transparent !important;
  padding-inline: 0;
  border: none;
  padding: 18px 16px;
  color: #222222 !important;
  text-align: initial;
  display: block; }
.product.compact .product-right-shipping {
  margin-top: 1em; }
  @media (max-width: 992px) {
    .product.compact .product-right-shipping {
      display: none; } }
  .product.compact .product-right-shipping p {
    font-size: 14px;
    line-height: 1.5; }
  .product.compact .product-right-shipping ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-top: 10px; }
    .product.compact .product-right-shipping ul.kr-payment-icons {
      margin-bottom: 4px; }
    .product.compact .product-right-shipping ul img {
      max-width: 42px;
      min-width: 40px;
      width: 100%;
      margin: 0 0 4px; }
  .product.compact .product-right-shipping .grid {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 4px;
    margin-bottom: 0; }
  .product.compact .product-right-shipping .heading {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: rgba(102, 102, 102, 0.85);
    font-weight: 700;
    border-top: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: rgba(0, 0, 0, 0.04);
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14.5px; }
    .product.compact .product-right-shipping .heading.active {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff;
      border-top: 2px solid #e50009;
      color: rgba(17, 17, 17, 0.85);
      font-weight: 700; }
  .product.compact .product-right-shipping .contents {
    display: none;
    border: 1px solid #ddd;
    padding: 1em; }
    @media (max-width: 767px) {
      .product.compact .product-right-shipping .contents {
        border: none;
        padding: 0; } }
    .product.compact .product-right-shipping .contents.active {
      display: block; }
  .product.compact .product-right-shipping table td p {
    line-height: 1.3; }
  .product.compact .product-right-shipping .container {
    padding: 0; }
  @media (max-width: 767px) {
    .product.compact .product-right-shipping {
      margin-top: 1em; } }
  @media (max-width: 767px) {
    .product.compact .product-right-shipping .grid {
      display: none !important; } }
.product.compact.vertwo #product-top {
  margin-bottom: clamp(1.5em, 3vw, 3em); }
.product.compact.vertwo ul.product_dropdown {
  margin-bottom: clamp(3em, 4vw, 4em); }
  .product.compact.vertwo ul.product_dropdown .content_block {
    border-radius: 0;
    border-top-color: transparent;
    border-color: transparent;
    border-bottom-color: #cdd8df;
    transition: 0.4s all; }
    .product.compact.vertwo ul.product_dropdown .content_block .innercontent {
      display: none;
      cursor: initial;
      opacity: 0;
      transition: opacity 0.6s ease, max-height 0.8s ease;
      /* Matching transition timing for opacity and max-height */
      overflow: hidden;
      padding: 1px; }
    .product.compact.vertwo ul.product_dropdown .content_block svg.icon-caret {
      right: 0; }
      .product.compact.vertwo ul.product_dropdown .content_block svg.icon-caret #Icons {
        fill: #222; }
    .product.compact.vertwo ul.product_dropdown .content_block.active h2.title-active {
      color: #e50009 !important; }
    .product.compact.vertwo ul.product_dropdown .content_block.active .innercontent {
      display: block;
      opacity: 1;
      margin-bottom: 1em; }
  .product.compact.vertwo ul.product_dropdown .titles {
    gap: 0; }
    .product.compact.vertwo ul.product_dropdown .titles h2.title {
      padding-inline: 0;
      font-weight: 500; }
  @media screen and (max-width: 720px) {
    .product.compact.vertwo ul.product_dropdown {
      margin-inline: 8px; } }

.firstProductImg {
  transition: transform 0.5s ease;
  overflow: hidden; }

.add_btn {
  overflow: hidden;
  width: 100%; }
  .add_btn .product_loading_gif {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out; }
  .add_btn button span {
    transition: 0.2s ease-in-out;
    color: #fff;
    font-weight: 600; }
  .add_btn.load button span {
    opacity: 0; }
  .add_btn.load .product_loading_gif {
    opacity: 1;
    visibility: visible; }

.img_producto_container {
  position: relative;
  background-size: 140%;
  background-repeat: no-repeat;
  overflow: hidden;
  cursor: zoom-in; }
  @media (max-width: 992px) {
    .img_producto_container {
      background-size: 100% !important; } }
  .img_producto_container img.zoomimg {
    transition: 0.3s all; }

.flickity-prev-next-button {
  z-index: 2; }

.flickity-button, .product__image-thumbnail {
  opacity: 1; }

.product__image-thumbnail:not('flickity-enabled') {
  display: flex; }

.product__image-slider.flickity-enabled .carousel-cell {
  display: block !important; }
  .product__image-slider.flickity-enabled .carousel-cell.is-selected img {
    display: block !important; }

.single-nav-img {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc; }
  .single-nav-img .flickity-enabled.is-draggable .flickity-viewport {
    min-height: 100% !important; }
  .single-nav-img .drift-demo-trigger {
    cursor: zoom-in; }
  .single-nav-img .product__image-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .single-nav-img .product__image-slider:not(.flickity-enabled) {
      display: flex;
      position: relative;
      flex-wrap: wrap; }
  .single-nav-img svg.customimagezoom {
    position: absolute;
    bottom: 0.64em;
    right: 0.64em;
    background: #fff;
    padding: 6px;
    cursor: pointer;
    box-shadow: 0 0 5px #d0d0d0; }
    @media (max-width: 992px) {
      .single-nav-img svg.customimagezoom {
        bottom: 0.5em;
        right: 0.5em; } }

@media screen and (max-width: 989px) {
  .col-1 .flickity-viewport {
    height: 18.28vw; } }
body.product.compact main .page-width {
  max-width: 1372px; }
  @media (max-width: 720px) {
    body.product.compact main .page-width {
      padding-inline: 12px; }
      body.product.compact main .page-width.offer_section {
        padding-inline: 0px; } }
body.product.compact #product-top {
  grid-template-columns: 2.2fr 2fr;
  column-gap: clamp(16px, 3vw, 44px);
  margin-bottom: clamp(3em, 3vw, 3em); }
body.product.compact ul.product_dropdown {
  margin-bottom: 0; }

.product__image-slider, .product__image-thumbnail, .flickity-enabled.is-draggable {
  box-shadow: none; }

body.product .product__image-slider {
  width: 100%;
  overflow: hidden; }
  body.product .product__image-slider .flickity-viewport {
    min-height: 100%; }
  @media (max-width: 992px) {
    body.product .product__image-slider {
      position: relative;
      overflow: hidden; }
      body.product .product__image-slider .flickity-viewport {
        position: relative; } }
  body.product .product__image-slider .carousel-cell {
    position: relative;
    width: 100%;
    height: auto; }
    body.product .product__image-slider .carousel-cell img {
      width: 100% !important;
      max-width: 100%;
      height: auto !important;
      max-height: 100%;
      object-fit: cover;
      position: relative;
      top: 0;
      left: 0;
      box-sizing: border-box;
      display: block;
      aspect-ratio: 1 / 1; }
  body.product .product__image-slider a.fslightbox {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 3; }
    body.product .product__image-slider a.fslightbox svg {
      padding: 6px;
      background: #fff;
      fill: #0F1111; }
  body.product .product__image-slider .flickity-button {
    width: 40px;
    height: 40px; }
    body.product .product__image-slider .flickity-button svg.flickity-button-icon {
      width: 18px;
      height: 18px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media (max-width: 890px) {
  .product__image-thumbnail:not(.flickity-enabled) {
    display: flex;
    flex-wrap: nowrap;
    gap: 11px;
    overflow: hidden; }
    .product__image-thumbnail:not(.flickity-enabled) .carousel-cell {
      flex: 0 0 calc(100% / 5.165);
      box-sizing: border-box;
      height: 100%; } }
.product__image-thumbnail img {
  width: 100%;
  height: 100%;
  outline: 1px solid #dcdcdc;
  outline-offset: -1px;
  z-index: -1; }
.product__image-thumbnail.flickity-enabled .carousel-cell {
  margin-right: 10px;
  aspect-ratio: 1/1;
  height: 100%; }
  .product__image-thumbnail.flickity-enabled .carousel-cell.is-selected {
    outline: 1px solid #000;
    outline-offset: -2px; }
  .product__image-thumbnail.flickity-enabled .carousel-cell li.grid__item {
    width: 33%; }
  .product__image-thumbnail.flickity-enabled .carousel-cell span.lazyLoadbg {
    width: 100%;
    height: 9.4vw;
    background: #eee;
    display: block;
    position: absolute;
    z-index: -1; }

.flickity-button:disabled {
  display: none; }

@media screen and (min-width: 990px) {
  .product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
    max-width: 50% !important;
    width: calc(50% - 1rem / 2) !important; }

  .product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
    max-width: 50% !important;
    width: calc(50% - 1rem / 2) !important; } }
.color_red {
  color: #e50009; }

img {
  height: auto;
  width: 100%; }

.breadcrumb {
  padding: 10px 0;
  font-size: 12px;
  text-transform: capitalize;
  background: #f6f6f8;
  color: #242424; }
  .breadcrumb a {
    color: #242424;
    text-decoration: none; }
  .breadcrumb .grid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    padding: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    gap: 5px; }
    .breadcrumb .grid h5 {
      font-weight: 500;
      font-size: 12.8px; }
  .breadcrumb .gray {
    color: #999; }
  @media (min-width: 768px) and (max-width: 1170px) {
    .breadcrumb {
      font-size: 12px; } }
  .breadcrumb .guarantee_checkout {
    margin: 0;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 10px;
    justify-content: flex-end; }
    .breadcrumb .guarantee_checkout img {
      max-width: 442px;
      width: 100%; }

body.krapof-lite-vac #product-top {
  display: flex; }
body.krapof-lite-vac div.parent-product-action {
  width: 100%; }

#product-top {
  display: grid;
  gap: 1.7em clamp(2em, 3vw, 3em);
  margin-top: clamp(19px, 2vw, 22px);
  position: relative;
  z-index: 2;
  grid-auto-flow: column;
  justify-content: flex-start; }
  @media (min-width: 1201px) {
    #product-top .product-slider-img {
      width: 638.53px; } }

@media (max-width: 1200px) {
  #product-top {
    grid-template-columns: 1fr;
    grid-auto-flow: auto;
    margin-top: 0;
    row-gap: 4px;
    display: flex;
    flex-flow: column; } }
body.product .slider-nav .align-navimg .flickity-slider {
  transform: translateX(0) !important; }
@media (min-width: 891px) {
  body.product .slider-nav {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 10px; }
    body.product .slider-nav .col-1 {
      flex: 0 0 14.333333%;
      max-width: 14.333333%;
      order: -1;
      position: relative; }
    body.product .slider-nav .single-nav-img {
      flex: 1 1 0;
      overflow: hidden;
      margin: 0;
      aspect-ratio: 1/1; }
    body.product .slider-nav .product__image-thumbnail .carousel-cell img {
      height: auto !important;
      transform: rotate(270deg); }
    body.product .slider-nav .product__image-thumbnail .carousel-cell:not(.is-selected) {
      left: 2px !important; }
    body.product .slider-nav .product__image-thumbnail .flickity-enabled.is-draggable .flickity-viewport {
      width: fit-content; }
    body.product .slider-nav .product__image-thumbnail .flickity-slider {
      display: flex;
      align-items: flex-end;
      padding-inline: 0;
      padding-right: 0; }
    body.product .slider-nav .carousel-cell {
      counter-increment: carousel-cell;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center; }
    body.product .slider-nav .carousel-main .carousel-cell {
      width: 100%;
      height: 360px;
      font-size: 5rem; }
    body.product .slider-nav .carousel-nav {
      min-width: 100%;
      transform: rotate(90deg) translate(0%, -100%);
      transform-origin: left top;
      display: flex;
      width: max-content; }
      body.product .slider-nav .carousel-nav.flickity-enabled {
        width: 535px;
        height: auto;
        display: block; }
        body.product .slider-nav .carousel-nav.flickity-enabled .flickity-viewport {
          width: 100%;
          height: 79px !important; }
      body.product .slider-nav .carousel-nav .carousel-cell {
        height: auto;
        cursor: pointer;
        margin-right: 18px !important;
        font-size: 1.4rem;
        aspect-ratio: 1/1;
        /* selected cell */ }
        body.product .slider-nav .carousel-nav .carousel-cell.is-nav-selected {
          order: 1; }
      body.product .slider-nav .carousel-nav .flickity-prev-next-button {
        width: 40px;
        height: 40px;
        background: transparent; }
        body.product .slider-nav .carousel-nav .flickity-prev-next-button.previous {
          left: -40px; }
        body.product .slider-nav .carousel-nav .flickity-prev-next-button.next {
          right: -40px; } }

h1.product_title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.29;
  letter-spacing: 0.2px;
  margin: 0;
  color: #0F1111; }
  h1.product_title.adjustproducttitle {
    margin-bottom: 12px; }
  @media (max-width: 700px) {
    h1.product_title {
      line-height: 1.22; } }

.class-product .product-details ul {
  list-style: disc; }

.bulletpoints_reviews {
  margin: 0 0 9px; }

@media (min-width: 801px) {
  .hidetab {
    display: block; }

  .visibletab {
    display: none; } }
.newdisplaytab {
  display: none; }

@media (max-width: 1200px) {
  .hidetab {
    display: none !important; }

  .newdisplaytab {
    display: block; }

  form.product_mainform .jumpsection {
    margin: 0 0 1em; } }
@media (max-width: 600px) {
  .hidemobile {
    display: none; } }
@media (max-width: 1200px) {
  .product_title_reviews.mobiletitle {
    display: block;
    margin: 1em 0 10px; }
    .product_title_reviews.mobiletitle .jumpsection {
      margin: 8px 0 0; } }
.product_title_reviews h1.product_title {
  font-weight: 500; }

#product-top .sticky {
  position: sticky;
  top: 1em;
  height: fit-content; }
  @media (max-width: 1200px) {
    #product-top .sticky {
      position: inherit;
      top: 0; } }

.product-action h2, .product-action h3, .product-action h4, .product-action h5, .product-action h6 {
  font-weight: 600; }
.product-action .additional-checkout-buttons .divider-or {
  font-size: 14px;
  position: relative;
  text-align: center;
  margin: 1em 0; }
  .product-action .additional-checkout-buttons .divider-or span {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding-inline: 1em; }
  .product-action .additional-checkout-buttons .divider-or hr {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    display: block;
    background: #222;
    background: #dedede; }
.product-action .additional-checkout-buttons .shopify-payment-button {
  border-radius: 4px;
  border: 1px solid; }
.product-action .additional-checkout-buttons .shopify-payment-button__more-options.shopify-payment-button__skeleton, .product-action .additional-checkout-buttons more-payment-options-link {
  display: none; }
.product-action .hide-atc {
  display: none; }
.product-action label.radio-label {
  color: #121212; }
  .product-action label.radio-label span.js-color-name {
    font-weight: 600; }
.product-action .radio-option {
  gap: clamp(6px, 2vw, 10px);
  margin: 4px 0 0.1em;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .product-action .radio-option:not(.two-col) {
      grid-template-columns: initial;
      grid-auto-flow: column;
      grid-auto-columns: 36%;
      overflow: scroll;
      padding-bottom: 10px; }
      .product-action .radio-option:not(.two-col) label {
        padding-inline: 8px;
        font-size: 13px; } }
  .product-action .radio-option input.variant-radio {
    width: 1px;
    height: 1px;
    position: absolute;
    clip: rect(0, 0, 0, 0); }
  .product-action .radio-option label {
    padding: 12px 18px;
    font-size: clamp(12px, 1vw, 12.5px);
    border: 1px solid rgba(39, 39, 39, 0.32);
    border-radius: 40px;
    color: #121212;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    letter-spacing: 0;
    position: relative;
    font-weight: 500;
    overflow: hidden;
    text-transform: capitalize; }
    .product-action .radio-option label.active {
      border-color: transparent; }
      .product-action .radio-option label.active::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: 2px solid #121212;
        border-radius: 40px; }
    .product-action .radio-option label.colour.true {
      padding: 0;
      border-radius: 4px; }
      .product-action .radio-option label.colour.true.active::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: 2px solid #121212;
        border-radius: 4px; }
    .product-action .radio-option label img.attached-variant-img {
      width: 58px;
      height: 58px;
      object-fit: cover; }
    .product-action .radio-option label.outofstock {
      color: #121212;
      text-decoration: line-through; }
    .product-action .radio-option label.active.outofstock {
      /* color: #fff; */ }
    .product-action .radio-option label:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
.product-action .jumpsection {
  margin: 8px 0 5px; }

ul.product_dropdown .product-description {
  overflow: hidden;
  padding: 8px 0; }
  ul.product_dropdown .product-description .page-width {
    padding-inline: 8px; }
ul.product_dropdown .rating-star:before {
  font-size: 20px; }

.jumpsection .rating-star:before {
  font-size: 20px;
  margin-right: 8px; }

#product-top .product-action.hide_compare_at .product_price_payments #display_product_price .percentoff_cal, #product-top .product-action.hide_compare_at .product_displaytag .percentoff_cal, #product-top .product-action.hide_compare_at .product_price_payments #display_product_price .price_tag .was_price {
  display: none; }
#product-top .product-action .zoomdetail {
  width: 100%;
  position: absolute;
  height: 100%;
  max-height: 424px;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0s all;
  background: #fff; }
  #product-top .product-action .zoomdetail.adjustzindex {
    z-index: 2; }
  @media (max-width: 992px) {
    #product-top .product-action .zoomdetail {
      display: none; } }
#product-top .product-action .product_review_img {
  max-width: 90px;
  width: 100%; }
#product-top .product-action .summarylist {
  margin: 0; }
#product-top .product-action .product_reviews_questions {
  line-height: 1.2;
  width: fit-content;
  align-self: flex-end; }
  #product-top .product-action .product_reviews_questions .answered_questions {
    margin-left: auto; }
    #product-top .product-action .product_reviews_questions .answered_questions button {
      font-size: 14px;
      color: #0F1111;
      letter-spacing: 0.1px; }
      #product-top .product-action .product_reviews_questions .answered_questions button svg {
        transform: scale(-1, 1);
        position: relative;
        right: 0; }
#product-top .product-action .two_col_dropdown.multioptions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; }
  @media (max-width: 680px) {
    #product-top .product-action .two_col_dropdown.multioptions {
      grid-template-columns: 1fr;
      gap: 0;
      margin: 1.2em 0 5px; } }
#product-top .product-action .formattedCentsPrice {
  font-size: clamp(18px, 4vw, 20px);
  line-height: inherit;
  font-weight: 600; }

.featured_image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.1s all; }
  .featured_image .img_producto_container {
    height: 100%; }
    .featured_image .img_producto_container img {
      width: 100%;
      height: 100%;
      transition: transform 0.5s ease-out;
      object-fit: cover; }
  .featured_image.changeimage {
    opacity: 0;
    z-index: -1; }

.newaddtocart {
  background: #f6f6f8;
  padding: clamp(16px, 3vw, 26px) clamp(20px, 2vw, 30px);
  margin: clamp(14px, 2vw, 18px) 0 0;
  border-radius: 4px; }

.product_desc_ul_dot ul {
  list-style: disc;
  margin-left: 2em; }

/* New Topper Mattress */
form.js-new-add-to-mini-cart button#SI_trigger {
  background: linear-gradient(135deg, #6ad903 0, #00a516 100%);
  border: 0;
  box-shadow: 0 5px 5px #dfffc6;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 10px 0;
  margin-top: 1.2rem !important;
  animation: shake 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

.bottom-add-to-cart-form h4#compareprice {
  display: flex;
  align-items: center; }
  .bottom-add-to-cart-form h4#compareprice .js-old-price {
    display: block;
    width: max-content; }
.bottom-add-to-cart-form .newFormattedPrice {
  gap: 0 !important; }

.top-bar-url {
  padding: 10px 0;
  font-size: 12px;
  padding: clamp(1em, 2vw, 24px) 0 0;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-family: 'Open Sans', sans-serif; }
  .top-bar-url .gray {
    font-weight: 300; }
  @media (min-width: 768px) and (max-width: 1170px) {
    .top-bar-url {
      font-size: 12px; } }

.product_displaytag {
  display: flex;
  gap: 8px;
  margin: 0 0 0.8em; }
  .product_displaytag h6 {
    background: #e50009;
    width: fit-content;
    padding: 5px 4px 4px;
    text-align: center;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.3px; }
    .product_displaytag h6.award-winning {
      background: gold;
      color: #000; }
    .product_displaytag h6.toppercentoff {
      background: #000;
      color: #fff; }
    .product_displaytag h6.popular {
      color: #0F1111;
      background: #FFD760; }
    .product_displaytag h6.tvdeal {
      background: #b3e0db;
      color: #3954a5; }
    .product_displaytag h6.trending {
      background: #000;
      color: orange; }

.product_price_payments {
  align-items: center;
  margin: 18px 0 clamp(14px, 3vw, 26px);
  gap: 8px; }
  .product_price_payments #display_product_price {
    position: relative; }
    .product_price_payments #display_product_price .price_first_row {
      display: flex;
      grid-auto-flow: column;
      justify-content: flex-start;
      gap: 2em;
      align-items: center; }
      @media (max-width: 1174px) {
        .product_price_payments #display_product_price .price_first_row {
          gap: 1em; } }
      @media (max-width: 600px) {
        .product_price_payments #display_product_price .price_first_row {
          gap: 10px; } }
      @media (max-width: 380px) {
        .product_price_payments #display_product_price .price_first_row {
          gap: 6px; } }
    .product_price_payments #display_product_price .percentoff_cal {
      text-align: center; }
      .product_price_payments #display_product_price .percentoff_cal span {
        font-weight: 600; }
      @media (max-width: 600px) {
        .product_price_payments #display_product_price .percentoff_cal {
          text-align: left; } }
      .product_price_payments #display_product_price .percentoff_cal h6 {
        font-size: clamp(12px, 2vmin, 14px);
        margin: 0;
        line-height: 1.1;
        color: #e50009;
        font-weight: 600; }
    .product_price_payments #display_product_price .price_tag {
      align-self: end;
      display: grid;
      grid-auto-flow: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 1em;
      text-align: center; }
      .product_price_payments #display_product_price .price_tag span.js-old-price {
        white-space: nowrap; }
      @media (min-width: 768px) {
        .product_price_payments #display_product_price .price_tag {
          gap: 1em; }
          .product_price_payments #display_product_price .price_tag .was_price {
            display: grid;
            height: 100%;
            justify-content: space-between; } }
      @media (max-width: 767px) {
        .product_price_payments #display_product_price .price_tag {
          display: flex;
          gap: 0.7em;
          column-gap: 1em;
          text-align: center; }
          .product_price_payments #display_product_price .price_tag h3 {
            margin: 0; }
          .product_price_payments #display_product_price .price_tag h4 {
            padding-top: 2px;
            width: fit-content;
            margin: auto; } }
      @media (max-width: 314px) {
        .product_price_payments #display_product_price .price_tag {
          gap: 0.4em; } }
      .product_price_payments #display_product_price .price_tag h4.now, .product_price_payments #display_product_price .price_tag h4.was {
        font-size: clamp(14px, 2vmin, 16px);
        font-weight: 700;
        text-align: left;
        margin: 0 0 10px; }
      .product_price_payments #display_product_price .price_tag h4.now {
        color: #e50009; }
      .product_price_payments #display_product_price .price_tag h4.was {
        height: 100%;
        display: grid; }
      .product_price_payments #display_product_price .price_tag .price_diff {
        display: flex;
        align-items: center;
        flex-flow: row;
        gap: 7px; }
        .product_price_payments #display_product_price .price_tag .price_diff h3 {
          font-size: clamp(28px, 3vw, 42px); }
          @media (max-width: 920px) and (min-width: 992px) {
            .product_price_payments #display_product_price .price_tag .price_diff h3 {
              font-size: clamp(26px, 2vw, 28px); } }
        @media (max-width: 400px) {
          .product_price_payments #display_product_price .price_tag .price_diff {
            gap: 5px; } }
    .product_price_payments #display_product_price h4, .product_price_payments #display_product_price span#compareprice {
      font-size: clamp(22px, 3vw, 30px);
      font-weight: 400;
      color: #0F1111;
      position: relative;
      margin-bottom: 0;
      opacity: 0.9;
      line-height: 1.2; }
      .product_price_payments #display_product_price h4 span.compare_price, .product_price_payments #display_product_price span#compareprice span.compare_price {
        border-bottom: 2px solid #000;
        width: 97%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: -2px;
        transform: translateY(0) rotate(-13deg);
        top: -50%; }
    .product_price_payments #display_product_price h3 {
      font-size: clamp(38px, 4vw, 42px);
      margin-bottom: 0;
      line-height: 1;
      letter-spacing: 0; }
    @media (max-width: 767px) {
      .product_price_payments #display_product_price {
        grid-auto-flow: column;
        width: 100%; } }

.newFormattedPrice {
  position: relative;
  display: flex;
  gap: 2px;
  color: #e50009;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap; }
  .newFormattedPrice .now {
    text-align: left; }
  .newFormattedPrice .smalldollar {
    display: flex;
    gap: 0; }
    .newFormattedPrice .smalldollar span.dollar {
      font-size: clamp(18px, 2vw, 24px);
      font-weight: 600;
      position: relative;
      color: #e50009;
      line-height: 1.2; }
    .newFormattedPrice .smalldollar .formattedMainPrice {
      color: #e50009;
      font-size: inherit;
      letter-spacing: 0;
      display: block;
      width: max-content; }
      .newFormattedPrice .smalldollar .formattedMainPrice span {
        font-weight: 600; }

.formattedCentsPrice {
  position: relative;
  top: 7px;
  margin-top: inherit;
  margin-bottom: auto;
  font-size: clamp(0.8rem, 5vw, 1rem); }

body.compact .formattedCentsPrice {
  top: 1px;
  line-height: 1 !important; }

.afterpay {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  column-gap: 0.7em;
  flex-wrap: wrap; }
  .afterpay.giveafterpaymargin {
    margin-bottom: 0; }
  .afterpay p {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.4;
    letter-spacing: 0.3px;
    margin: 0 !important;
    color: #4c4c4c; }
  .afterpay img.afterpay_img {
    width: 79px; }
  .afterpay .afterpay_border {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 2px; }
    .afterpay .afterpay_border .js-afterpay-payments {
      font-weight: 600; }
  .afterpay .zippay_section {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    gap: clamp(8px, 2vmin, 10px);
    justify-content: space-between; }
    .afterpay .zippay_section svg.zippaysvg {
      position: relative;
      bottom: 2px; }
    .afterpay .zippay_section img.afterpay_logo {
      width: 54px;
      height: auto; }
    .afterpay .zippay_section img.zippay_logo {
      width: 53px;
      height: auto; }
  @media (max-width: 767px) {
    .afterpay .afterpay_border {
      border: none; }
    .afterpay p.hide_mobile {
      display: none; }
    .afterpay .cust_padding {
      padding: 0; }
    .afterpay p.display_mobile {
      display: block !important;
      text-transform: inherit;
      font-size: 12px;
      line-height: 1.4;
      margin-bottom: 8px;
      font-weight: 500; } }
  .afterpay img.zippay {
    width: 46px;
    position: relative;
    bottom: 2px; }

.afterpay_warehouse {
  display: grid;
  gap: clamp(9px, 2vmin, 16px);
  margin: 0 0 clamp(1em, 2vw, 1.4em); }
  .afterpay_warehouse .new-features {
    color: #333;
    font-size: 16px; }
    .afterpay_warehouse .new-features ul {
      padding-left: 0em;
      margin: 2px 0 10px; }
      .afterpay_warehouse .new-features ul img {
        max-width: 26px;
        width: 100%;
        object-fit: cover;
        height: 100%; }
      .afterpay_warehouse .new-features ul li {
        position: relative;
        list-style: none;
        display: flex;
        gap: 5px; }
      .afterpay_warehouse .new-features ul:not(.icon-list) {
        padding-left: 1.5em; }
        .afterpay_warehouse .new-features ul:not(.icon-list) li:before {
          content: "";
          background: url(/cdn/shop/files/product_benefits.png?v=1724723589);
          width: 20px;
          height: 20px;
          position: absolute;
          object-fit: cover;
          background-size: 100%;
          left: -26px;
          top: 4px; }

.leave_warehouse {
  display: flex;
  align-items: center;
  gap: clamp(8px, 2vw, 10px); }
  .leave_warehouse p {
    font-size: clamp(14px, 2vw, 16px);
    letter-spacing: normal;
    line-height: 1.4;
    color: #000;
    margin: 0; }
    .leave_warehouse p.instock {
      color: #007600;
      font-weight: 500;
      min-width: fit-content; }
  .leave_warehouse span.days {
    font-weight: 600; }
    .leave_warehouse span.days.dispatchmessage {
      color: #00a516; }
  .leave_warehouse img {
    max-width: 44px;
    width: 100%; }

.text_center {
  text-align: center; }

.body_contents p {
  margin-bottom: 1em; }

option.disable {
  text-decoration: line-through; }

select option:disabled {
  text-decoration: line-through; }

form select {
  width: 100%; }

hr.producthr {
  border: none;
  border-bottom: 1px solid #eee; }

hr#hr_beneath_main_product_title {
  margin: 0 0 1em; }

#custom_adjustable_pillow .firstsection {
  text-align: center; }
  #custom_adjustable_pillow .firstsection img {
    max-width: 847.5px;
    width: 100%; }
  #custom_adjustable_pillow .firstsection h2 {
    font-size: 25px;
    color: #004d83;
    font-weight: 600;
    margin-bottom: 0.5em;
    display: block;
    margin: 0.5em 0 0.5em;
    line-height: 1.2; }
  #custom_adjustable_pillow .firstsection p {
    color: #6d6d6d;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.1px;
    font-weight: 400;
    margin-bottom: 4em; }
  @media (max-width: 767px) {
    #custom_adjustable_pillow .firstsection br {
      display: none; } }
#custom_adjustable_pillow .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 0em 0;
  position: relative; }
#custom_adjustable_pillow .grid_img_right {
  grid-template-columns: 1fr 1fr; }
#custom_adjustable_pillow .grid_img_left {
  grid-template-columns: 1fr 1fr; }
#custom_adjustable_pillow .grid div {
  text-align: center;
  position: relative; }
#custom_adjustable_pillow .grid p {
  font-size: 14px;
  line-height: 1.6;
  color: #004d83; }
#custom_adjustable_pillow span.bigger-font {
  font-size: 20px;
  font-weight: 500; }
  @media (max-width: 900px) {
    #custom_adjustable_pillow span.bigger-font {
      font-size: 16px; } }
#custom_adjustable_pillow .grid h2 {
  font-size: 30px;
  color: #004d83;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.2;
  display: block; }
  @media (max-width: 900px) {
    #custom_adjustable_pillow .grid h2 {
      font-size: 18px; } }
#custom_adjustable_pillow .grid img.left_vector_img {
  position: absolute;
  max-width: 321.5px;
  left: -14em;
  z-index: -1;
  top: 55%;
  transform: translateY(-40%); }
#custom_adjustable_pillow .grid img.right_vector_img {
  position: absolute;
  max-width: 754.5px;
  z-index: -1;
  top: 53%;
  transform: translateY(-50%);
  left: 5em; }
#custom_adjustable_pillow .grid.icon {
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  max-width: 800px;
  margin: auto; }
#custom_adjustable_pillow .grid.icon img {
  max-width: 96.5px; }
#custom_adjustable_pillow .grid.icon h6 {
  font-size: 15px;
  color: #004d83;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 1.5em; }
#custom_adjustable_pillow .grid.extra_margin {
  margin: 0em 0; }
#custom_adjustable_pillow .grid.less_margin {
  margin: 0em 0 4em; }
#custom_adjustable_pillow .grid.care #care-info {
  text-align: left; }
#custom_adjustable_pillow .grid.care {
  gap: 4em;
  grid-template-columns: 1.2fr 1fr;
  align-items: flex-start;
  margin: 4em 0 4em; }
#custom_adjustable_pillow .grid.care h2 {
  color: #004d83;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1.4em; }
  @media (max-width: 1024px) {
    #custom_adjustable_pillow .grid.care h2 {
      margin-bottom: 0.5em;
      font-size: 20px; } }
#custom_adjustable_pillow .subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
  gap: 4em; }
  @media (max-width: 767px) {
    #custom_adjustable_pillow .subgrid {
      gap: 1em; } }
#custom_adjustable_pillow .subgrid div {
  text-align: left;
  align-items: flex-start; }
#custom_adjustable_pillow .subgrid h3 {
  font-size: 18px;
  color: #004d83;
  font-weight: 500;
  text-align: left; }
#custom_adjustable_pillow .subgrid ul {
  list-style: none;
  text-align: left;
  padding: 0; }
#custom_adjustable_pillow .subgrid ul li {
  font-size: 14px;
  color: #004d83;
  font-weight: 400;
  line-height: 1.9; }
#custom_adjustable_pillow .deep-sleep {
  position: relative; }
#custom_adjustable_pillow .deep-sleep .background {
  object-fit: cover;
  width: 100%;
  min-height: 440px; }
#custom_adjustable_pillow .deep-sleep div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 10px; }
#custom_adjustable_pillow .deep-sleep div img {
  max-width: 174.5px; }
#custom_adjustable_pillow .deep-sleep h2 {
  font-size: 24px;
  color: #004d83;
  text-align: center;
  margin-bottom: 0.3em;
  line-height: 1.1;
  margin-top: 1.5em;
  display: block;
  font-weight: 500; }
#custom_adjustable_pillow .deep-sleep p {
  font-size: 18px;
  color: #004d83;
  text-align: center;
  margin-bottom: 0.3em;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 1em; }
#custom_adjustable_pillow .less_margin-top {
  margin-top: 3em; }
#custom_adjustable_pillow iframe {
  width: 100%;
  height: 100%;
  min-height: 328px; }
@media (max-width: 1024px) {
  #custom_adjustable_pillow iframe {
    min-height: 315px; }
  #custom_adjustable_pillow #custom_adjustable_pillow .deep-sleep {
    margin-top: 2em; } }
@media (max-width: 1000px) {
  #custom_adjustable_pillow .grid {
    gap: 0em; }
  #custom_adjustable_pillow .grid p br {
    display: none; }
  #custom_adjustable_pillow .grid br.todisplay {
    display: block; }
  #custom_adjustable_pillow .grid {
    margin: 0em 0; }
  #custom_adjustable_pillow .grid.less_margin {
    margin: 0em 0; }
  #custom_adjustable_pillow .grid.icon br {
    display: block; }
  #custom_adjustable_pillow .grid.extra_margin {
    margin: 0em 0; }
  #custom_adjustable_pillow .grid.care {
    gap: 2em;
    align-items: center;
    margin-top: 2em; }
  #custom_adjustable_pillow .less_margin-top {
    margin: 2em 0 0em; }
  #custom_adjustable_pillow #custom_adjustable_pillow .grid p {
    padding: 0 1em; }
  #custom_adjustable_pillow #custom_adjustable_pillow .grid.icon {
    margin: 2em auto; } }
@media (max-width: 992px) {
  #custom_adjustable_pillow iframe {
    min-height: 239px; } }
@media (max-width: 700px) {
  #custom_adjustable_pillow .grid {
    grid-template-columns: 1fr;
    gap: 2.5em;
    margin: 1em 0 1em; }
  #custom_adjustable_pillow .grid.extra_margin {
    margin: 1em 0; }
  #custom_adjustable_pillow .grid.less_margin {
    margin: 1em 0; }
  #custom_adjustable_pillow .grid.care {
    grid-template-columns: 1fr;
    gap: 1em;
    margin: 2em 0 2em; }
  #custom_adjustable_pillow .grid.grid_img_left div:first-child {
    order: 2; }
  #custom_adjustable_pillow .grid.grid_img_left div:last-child {
    order: 1; }
  #custom_adjustable_pillow .firstsection h2 {
    font-size: 20px; }
  #custom_adjustable_pillow .less_margin-top {
    margin: 1em 0; }
  #custom_adjustable_pillow .grid h2 {
    font-size: 18px; }
  #custom_adjustable_pillow .grid br {
    display: none; }
  #custom_adjustable_pillow .grid.icon h6 {
    font-size: 13px; }
  #custom_adjustable_pillow .grid.icon img {
    max-width: 56px;
    height: 56px; }
  #custom_adjustable_pillow .grid.icon br {
    display: none; }
  #custom_adjustable_pillow .firstsection {
    margin-bottom: 2em; }
  #custom_adjustable_pillow .firstsection p {
    margin-bottom: 2em; } }
#custom_adjustable_pillow #custom_adjustable_pillow .grid.icon {
  margin: 2em auto; }

/* End of New Topper Mattress */
.quantity_selector button.minus.activebtn svg g {
  fill: #7e7e7e; }

.botttom_product_descriptions #bottom_free_iron h3.custom_new_arctacool_title {
  font-size: 2.5em;
  text-align: center;
  font-weight: 500;
  margin: 1.5em 0 0.6em;
  line-height: 1.1; }
  @media (max-width: 767px) {
    .botttom_product_descriptions #bottom_free_iron h3.custom_new_arctacool_title {
      font-size: 1.5em;
      margin-top: 0.5em; } }
.botttom_product_descriptions #bottom_free_iron h5 {
  font-size: 1.6em;
  font-weight: 700;
  color: #FE8C26;
  margin-bottom: 0;
  line-height: 1.4; }
  @media (max-width: 767px) {
    .botttom_product_descriptions #bottom_free_iron h5 {
      font-size: 1.2em; }
      .botttom_product_descriptions #bottom_free_iron h5.vertical_fontmargin {
        margin-top: 0.5em; } }
.botttom_product_descriptions #bottom_free_iron p {
  margin-bottom: 10px; }

#product-bottom {
  margin: clamp(14px, 2vw, 22px) 0 0; }
  #product-bottom .fa-check:before {
    content: "\2714"; }
  #product-bottom .product-details p {
    font-size: 14px; }
  #product-bottom .product-details ul {
    padding-left: 2em; }
    #product-bottom .product-details ul li {
      line-height: 1.5; }
      #product-bottom .product-details ul li:not(last-of-type) {
        margin-bottom: 4px; }
  #product-bottom .product-faq h4 {
    font-size: clamp(14px, 2vmin, 14px);
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0.5em 0;
    cursor: pointer;
    grid-auto-flow: column;
    display: grid;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between; }
    #product-bottom .product-faq h4 svg.rotate {
      transform: rotate(180deg) translateY(50%); }
  #product-bottom .product-faq h4.roate {
    transform: rotate(180); }
  #product-bottom .product-faq p {
    display: none; }
    @media (min-width: 768px) {
      #product-bottom .product-faq p {
        margin-bottom: 2em; } }
  #product-bottom .product-specificatoins * {
    margin: auto;
    text-transform: initial;
    line-height: 1.6; }

#product #collapseTwo table {
  margin: 12px 0 0; }
  #product #collapseTwo table td {
    line-height: 1.7; }

.global_quantity_selector {
  display: flex;
  gap: clamp(12px, 2vw, 1em); }
  @media (max-width: 600px) {
    .global_quantity_selector {
      grid-template-columns: 1.5fr 3fr; } }
  .global_quantity_selector .quantity-selector {
    display: flex;
    display: none;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 0 5px #00000014;
    max-width: 135px;
    width: 100%; }
    @media (max-width: 600px) {
      .global_quantity_selector .quantity-selector {
        max-width: clamp(111px, 2vw, 135px); } }
    .global_quantity_selector .quantity-selector span.quantitybutton {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center;
      padding: 0 10px; }
      .global_quantity_selector .quantity-selector span.quantitybutton[disabled] {
        opacity: 0.4; }
    .global_quantity_selector .quantity-selector span.quantitybutton {
      cursor: pointer; }
  .global_quantity_selector button {
    width: 100%;
    background: linear-gradient(135deg, #6ad903 0, #00a516 100%);
    border: 0;
    box-shadow: 0 5px 5px #dfffc6;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 0;
    border-radius: 4px;
    letter-spacing: 1.5px;
    outline: 0;
    cursor: pointer !important;
    position: relative; }
  .global_quantity_selector button.addToCartBtn:disabled {
    cursor: not-allowed;
    background: #fff;
    opacity: 0.8;
    box-shadow: none;
    color: #e50009 !important;
    border: 2px solid #e50009; }
    .global_quantity_selector button.addToCartBtn:disabled span {
      color: #e50009; }
  .global_quantity_selector input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: none;
    border-radius: 0;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    text-align: left;
    text-align: center;
    height: 100%;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 15px);
    width: 50px;
    appearance: textfield;
    display: flex;
    width: 100%;
    box-shadow: none !important;
    color: #000; }
  .global_quantity_selector input[type='number']::-webkit-inner-spin-button,
  .global_quantity_selector input[type='number']::-webkit-outer-spin-button,
  .global_quantity_selector input[type='number']::-moz-inner-spin-button,
  .global_quantity_selector input[type='number']::-moz-outer-spin-button,
  .global_quantity_selector input[type='number']::-ms-inner-spin-button,
  .global_quantity_selector input[type='number']::-ms-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    margin: 0;
    appearance: textfield; }

.variant_selector {
  display: grid;
  gap: clamp(0.5em, 2vw, 1em);
  margin: 0em 0 clamp(16px, 3vw, 22px);
  overflow-x: hidden; }
  .variant_selector .select {
    border: none; }
    .variant_selector .select:after {
      box-shadow: none; }
    .variant_selector .select:hover:after {
      border-radius: 4px !important; }
  .variant_selector label {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #0f1111; }
  .variant_selector select.variant-option {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    color: #0F1111; }
    .variant_selector select.variant-option option {
      font-size: 14px; }

.product ul.product_dropdown .titles {
  white-space: nowrap; }

ul.product_dropdown {
  margin: 0 0 clamp(1em, 4vw, 22px);
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  ul.product_dropdown #text-specification td {
    font-size: 14.5px; }
  ul.product_dropdown * {
    letter-spacing: normal; }
  ul.product_dropdown .custom_review span.rating-star {
    line-height: 1; }
  ul.product_dropdown .content {
    border: 1px solid #d7d7d7;
    width: 100%; }
    ul.product_dropdown .content #text-faq .sp-accordion.active a:before {
      content: '+'; }
    ul.product_dropdown .content #text-faq .sp-accordion.active .panel {
      display: block !important; }
    ul.product_dropdown .content #text-faq .sp-accordion .panel {
      display: none; }
    ul.product_dropdown .content #text-faq a {
      margin-bottom: 10px;
      text-transform: uppercase;
      color: #555;
      font-weight: 500;
      padding: 15px 15px 15px 45px;
      display: block;
      border: 1px solid #ececec;
      -webkit-transition: all .35s ease;
      -moz-transition: all .35s ease;
      transition: all .35s ease;
      position: relative; }
      ul.product_dropdown .content #text-faq a:before {
        content: "\d7";
        position: absolute;
        line-height: 1;
        left: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        border: 1px solid;
        border-radius: 50%;
        padding: 0 2.86px;
        font-size: 12px;
        transition: .4s all;
        font-weight: 500; }
    ul.product_dropdown .content #text-faq .newfaqdropdown_parent > p:first-of-type {
      margin-bottom: 0; }
    ul.product_dropdown .content #text-faq .newfaqdropdown_content {
      display: none; }
      ul.product_dropdown .content #text-faq .newfaqdropdown_content.active {
        display: block; }
        ul.product_dropdown .content #text-faq .newfaqdropdown_content.active a.newfaqdropdown_heading:before {
          content: '+'; }
    ul.product_dropdown .content #text-faq .panel, ul.product_dropdown .content #text-faq .newfaqdropdown_content {
      padding: 15px clamp(8px, 2vw, 1em) 1.5em;
      border: 1px solid #ececec;
      border-top: none;
      margin: -10px 0 10px;
      font-size: 14px;
      line-height: 1.4; }
  ul.product_dropdown p {
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #000; }
    ul.product_dropdown p.color_red {
      color: #e50009; }
  ul.product_dropdown #title-r .rating {
    line-height: 1 !important; }
  ul.product_dropdown .titles {
    padding: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    overflow-x: scroll; }
    ul.product_dropdown .titles a:active {
      background: #e50009;
      color: #fff; }
    ul.product_dropdown .titles h2 {
      display: inline-block; }
      ul.product_dropdown .titles h2:active {
        background: #e50009;
        color: #fff; }
      ul.product_dropdown .titles h2:not(:first-of-type) {
        margin-left: 0; }
      ul.product_dropdown .titles h2 a {
        text-decoration: none;
        color: #212a2f; }
        ul.product_dropdown .titles h2 a:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      @media (min-width: 992px) {
        ul.product_dropdown .titles h2:not(:last-of-type) {
          margin-right: -4px; }
        ul.product_dropdown .titles h2.help {
          margin-left: 2px; }
        ul.product_dropdown .titles h2:last-child {
          margin-left: 4px; } }
    @media (max-width: 992px) {
      ul.product_dropdown .titles {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 0;
        overflow: inherit; }
        ul.product_dropdown .titles h2.title {
          min-width: 33.33%;
          box-shadow: inset 0 0 0 1px #ddd;
          text-align: center;
          border-radius: 0;
          border: none;
          height: inherit;
          padding: 12px 0; }
        ul.product_dropdown .titles .custom_review {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          position: absolute;
          top: 47%;
          left: 50%;
          transform: translate(-50%, -50%); }
          ul.product_dropdown .titles .custom_review span.rating-star:before {
            font-size: 14px; } }
  ul.product_dropdown .title-active {
    position: relative;
    background: #e50009 !important;
    overflow: hidden;
    color: white !important; }
    @media (max-width: 992px) {
      ul.product_dropdown .title-active::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        border: none; } }
  ul.product_dropdown .text {
    display: none; }
  ul.product_dropdown .text:first-of-type, ul.product_dropdown .text:first-child {
    display: block; }
  ul.product_dropdown ul {
    list-style: initial;
    padding-left: 1.8em;
    margin-bottom: 14px;
    font-size: 14px;
    color: inherit; }
  ul.product_dropdown li {
    color: #0F1111;
    letter-spacing: 0.3px;
    line-height: 1.6; }
  ul.product_dropdown ol {
    font-size: 14px; }
  ul.product_dropdown #text-s {
    max-width: 428px;
    margin-inline: auto;
    padding: clamp(1em, 2vw, 1.5em) 8px; }
    ul.product_dropdown #text-s th, ul.product_dropdown #text-s td {
      border: none; }
      ul.product_dropdown #text-s th p, ul.product_dropdown #text-s td p {
        margin: 0; }
  ul.product_dropdown .titles > h2 {
    color: #000;
    font-size: clamp(14.5px, 2vw, 16px);
    letter-spacing: 0.3px;
    text-transform: capitalize;
    line-height: 1.25 !important;
    font-weight: 600;
    position: relative;
    margin: 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px 1em;
    border-radius: 6px 6px 0 0;
    border: 1px solid #ddd;
    border-bottom: none;
    max-height: 53px;
    height: 100%;
    vertical-align: bottom;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px; }
    ul.product_dropdown .titles > h2 span {
      font-weight: 600; }
    @media (max-width: 992px) {
      ul.product_dropdown .titles > h2 {
        border-radius: 0px;
        border: none;
        padding: 16px 0; } }
  @media (max-width: 992px) {
    ul.product_dropdown {
      display: block; } }
  ul.product_dropdown .readmoresection {
    position: relative;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 85%);
    display: flex;
    align-items: flex-end;
    margin: 1em 0; }
    ul.product_dropdown .readmoresection .button {
      display: block;
      text-align: center;
      width: 125px;
      margin-inline: auto;
      padding: 9px 0;
      border-radius: 3px;
      border: solid 1px #e8e8e8;
      background-color: #fff;
      font-size: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer; }
      ul.product_dropdown .readmoresection .button::before {
        content: 'Read More'; }
  ul.product_dropdown .accordion-inner:not(.readmore) span.button svg {
    transform: rotate(180deg); }
  ul.product_dropdown .accordion-inner:not(.readmore) span.button::before {
    content: "Read Less"; }
  ul.product_dropdown figure {
    margin: 0; }
  ul.product_dropdown table {
    max-width: 900px;
    width: 100%;
    margin: auto;
    text-transform: uppercase; }
    ul.product_dropdown table tr td, ul.product_dropdown table tr th {
      padding: 16px clamp(5px, 1vw, 10px);
      border: 1px solid #eee;
      min-width: 70px;
      text-transform: initial;
      overflow: hidden;
      text-align: left; }
    ul.product_dropdown table thead tr th {
      text-transform: uppercase; }
    ul.product_dropdown table th, ul.product_dropdown table tr:first-child {
      padding-bottom: 7px;
      font-weight: 500;
      font-size: clamp(11px, 2vmin, 14px); }
    ul.product_dropdown table td {
      font-size: 14px; }
      ul.product_dropdown table td strong {
        font-weight: 500; }
  ul.product_dropdown table > :not(thead) tr {
    /*       &:first-child{
            td{
              font-size: clamp(11px,2vmin,13px);
            }
          } */ }
    ul.product_dropdown table > :not(thead) tr td {
      font-weight: 400; }
      ul.product_dropdown table > :not(thead) tr td:first-child {
        font-weight: 500; }
  ul.product_dropdown .accordion-group {
    border-bottom: 1px solid #eee;
    padding: clamp(3px, 2vw, 5px) 0; }
    ul.product_dropdown .accordion-group.faq h4 {
      font-weight: 600;
      display: flex;
      justify-content: space-between;
      margin: 0 0 4px; }
      ul.product_dropdown .accordion-group.faq h4 svg {
        transform: rotate(0); }
    ul.product_dropdown .accordion-group .title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      cursor: pointer; }
      ul.product_dropdown .accordion-group .title.icon svg {
        transform: rotate(45deg); }
      ul.product_dropdown .accordion-group .title a {
        width: 100%; }
    ul.product_dropdown .accordion-group svg {
      transition: 0.4s all; }
    ul.product_dropdown .accordion-group:not(:first-child) .content {
      display: none; }

.new_product_short_desc {
  border: 1px solid #cdd8df;
  border-radius: 4px;
  box-shadow: 0 0 2px #00000014;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 10px;
  margin: clamp(20px, 2vw, 22px) 0 0;
  letter-spacing: 0.1px;
  color: #000; }
  .new_product_short_desc ul {
    padding-left: 1.5rem;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 1em; }
    .new_product_short_desc ul:last-of-type {
      margin-bottom: 0; }
  .new_product_short_desc p {
    margin: 0 0 6px;
    letter-spacing: 0.2px;
    font-size: 14px;
    line-height: 1.5; }
    .new_product_short_desc p:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 990px) {
    .new_product_short_desc {
      margin: 0 0 0.5em;
      border: none;
      box-shadow: none;
      padding-bottom: 0;
      padding-left: 0; } }

.product-description-tab {
  margin: clamp(2em, 4vw, 3em) 0 0; }
  .product-description-tab .okeReviews.oke-w[data-oke-container] .oke-is-large .oke-w-header-content-block:nth-child(1) {
    padding-right: 12px; }

body.compact .product-description-tab {
  margin: 0; }

main#MainContent .custom-product-recommendation .product-recommendations ul.product-grid {
  display: flex !important;
  overflow-x: scroll; }
  main#MainContent .custom-product-recommendation .product-recommendations ul.product-grid li {
    width: 23%; }
    @media (max-width: 991px) {
      main#MainContent .custom-product-recommendation .product-recommendations ul.product-grid li {
        width: 30%; } }
    @media (max-width: 600px) {
      main#MainContent .custom-product-recommendation .product-recommendations ul.product-grid li {
        width: 45vw; } }
  main#MainContent .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled {
    display: block !important;
    overflow-x: visible; }

.custom-product-recommendation {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #fafafa;
  margin-top: clamp(1em, 3vw, 1.5em);
  margin-bottom: 1em; }
  .custom-product-recommendation ul.product-grid {
    gap: 1em 4px; }
    .custom-product-recommendation ul.product-grid li.grid__item {
      box-shadow: none;
      border: 1px solid #dcdcdc;
      padding-bottom: 0; }
  .custom-product-recommendation .product .rating-star, .custom-product-recommendation .card-wrapper .rating-star {
    font-size: 14px; }
  .custom-product-recommendation .related-products {
    padding-top: clamp(1em, 3vw, 3em);
    padding-bottom: clamp(1em, 3vw, 3em); }
  .custom-product-recommendation .review-section {
    margin: 0 0 7px; }
  .custom-product-recommendation .card-information .price__sale {
    display: grid !important;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
    justify-content: flex-start !important;
    align-items: center;
    background: #dcdcdc;
    width: 100%; }
    .custom-product-recommendation .card-information .price__sale.bg-white {
      background: transparent; }
    .custom-product-recommendation .card-information .price__sale span.price-item {
      display: flex;
      gap: 1px;
      flex-flow: row;
      background: #e50009;
      color: #fff;
      border-radius: 0;
      clip-path: polygon(0% 0%, 100% 0%, 86% 100%, 0% 100%);
      padding: 5px 1.5em 5px 0.5em;
      font-weight: 600; }
    .custom-product-recommendation .card-information .price__sale .new_compare_at_price {
      order: 2;
      font-size: 12px;
      text-align: center;
      padding-right: 10px; }
      .custom-product-recommendation .card-information .price__sale .new_compare_at_price s.price-item {
        display: grid;
        gap: 1px; }
      .custom-product-recommendation .card-information .price__sale .new_compare_at_price span.rrp_content, .custom-product-recommendation .card-information .price__sale .new_compare_at_price .rrp_price {
        font-size: 11px;
        color: #121212; }
        .custom-product-recommendation .card-information .price__sale .new_compare_at_price span.rrp_content .compare-at-price, .custom-product-recommendation .card-information .price__sale .new_compare_at_price .rrp_price .compare-at-price {
          display: flex; }
          .custom-product-recommendation .card-information .price__sale .new_compare_at_price span.rrp_content .compare-at-price span.money, .custom-product-recommendation .card-information .price__sale .new_compare_at_price .rrp_price .compare-at-price span.money {
            font-size: 11px;
            color: #121212; }
      .custom-product-recommendation .card-information .price__sale .new_compare_at_price .rrp_price {
        font-weight: 500; }
    .custom-product-recommendation .card-information .price__sale .price {
      font-size: clamp(13px, 2vw, 14px); }
  .custom-product-recommendation .card-information hr.comparehr {
    display: none; }
  .custom-product-recommendation .product-recommendations h2 {
    margin: 0 auto 1em;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    position: relative; }
    .custom-product-recommendation .product-recommendations h2 span.bg_white {
      background: #fff;
      padding: 0 1em; }
    .custom-product-recommendation .product-recommendations h2 hr {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-top: 2px solid #ef6a30;
      z-index: -1;
      max-width: 440px;
      width: 100%;
      margin: 0; }
  .custom-product-recommendation .product-recommendations ul.product-grid {
    flex-wrap: initial;
    overflow-x: scroll;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    padding: 0 0 1em 2px;
    grid-auto-columns: 23.1%; }
    @media (max-width: 991px) {
      .custom-product-recommendation .product-recommendations ul.product-grid {
        grid-auto-columns: 30%; } }
    @media (max-width: 600px) {
      .custom-product-recommendation .product-recommendations ul.product-grid {
        grid-auto-columns: 45%; } }
    .custom-product-recommendation .product-recommendations ul.product-grid li.grid__item {
      max-width: none; }
    .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled {
      display: block;
      overflow: initial; }
      .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled .grid__item {
        max-width: 23%;
        width: 98%;
        display: grid !important;
        min-height: 100%;
        margin-right: 10px;
        background: transparent;
        border-radius: 0;
        padding: 0;
        box-shadow: none; }
        .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled .grid__item .card-wrapper {
          height: 99%;
          background: #fff;
          border-radius: 8px;
          padding: 4px;
          box-shadow: 0 4px 8px #00000029;
          cursor: pointer; }
        @media (max-width: 890px) {
          .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled .grid__item {
            max-width: 29%;
            width: 100%; } }
        @media (max-width: 750px) {
          .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled .grid__item {
            max-width: 50%;
            width: 100%; } }
      .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled .card__information {
        padding-bottom: 0; }
      .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled .flickity-button {
        opacity: 1; }
      .custom-product-recommendation .product-recommendations ul.product-grid.flickity-enabled .flickity-button:disabled {
        display: block;
        opacity: 0.3; }

.custom-product-recommendation product-recommendations h2 {
  margin: 0 auto 1em;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  position: relative; }
  .custom-product-recommendation product-recommendations h2 span.bg_white {
    background: #fff;
    padding: 0 1em; }
  .custom-product-recommendation product-recommendations h2 hr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top: 2px solid #ef6a30;
    z-index: -1;
    max-width: 440px;
    width: 100%;
    margin: 0; }
.custom-product-recommendation product-recommendations ul.product-grid {
  flex-wrap: initial;
  overflow-x: scroll;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: none;
  padding: 0 0 1em 2px;
  grid-auto-columns: 24.5%; }
  @media (max-width: 991px) {
    .custom-product-recommendation product-recommendations ul.product-grid {
      grid-auto-columns: 33.33%; } }
  @media (max-width: 600px) {
    .custom-product-recommendation product-recommendations ul.product-grid {
      grid-auto-columns: 50%; } }
  .custom-product-recommendation product-recommendations ul.product-grid li.grid__item {
    max-width: none; }
  .custom-product-recommendation product-recommendations ul.product-grid.flickity-enabled {
    display: block;
    overflow: initial; }
    .custom-product-recommendation product-recommendations ul.product-grid.flickity-enabled .grid__item {
      max-width: 23%;
      width: 98%;
      display: grid !important;
      min-height: 100%;
      margin-right: 10px;
      background: transparent;
      border-radius: 0;
      padding: 0;
      box-shadow: none; }
      .custom-product-recommendation product-recommendations ul.product-grid.flickity-enabled .grid__item .card-wrapper {
        height: 99%;
        background: #fff;
        border-radius: 8px;
        padding: 4px;
        box-shadow: 0 4px 8px #00000029;
        cursor: pointer; }
      @media (max-width: 890px) {
        .custom-product-recommendation product-recommendations ul.product-grid.flickity-enabled .grid__item {
          max-width: 29%;
          width: 100%; } }
      @media (max-width: 750px) {
        .custom-product-recommendation product-recommendations ul.product-grid.flickity-enabled .grid__item {
          max-width: 50%;
          width: 100%; } }
    .custom-product-recommendation product-recommendations ul.product-grid.flickity-enabled .card__information {
      padding-bottom: 0; }
    .custom-product-recommendation product-recommendations ul.product-grid.flickity-enabled .flickity-button {
      opacity: 1; }
    .custom-product-recommendation product-recommendations ul.product-grid.flickity-enabled .flickity-button:disabled {
      display: block;
      opacity: 0.3; }

/* New Topper Mattress */
#custom_adjustable_pillow {
  /* .grid.text_left{
      text-align: left;
  } */ }
  #custom_adjustable_pillow .firstsection {
    text-align: center; }
  #custom_adjustable_pillow .firstsection img {
    max-width: 847.5px;
    width: 100%; }
  #custom_adjustable_pillow .firstsection h2 {
    font-size: 25px;
    color: #004d83;
    font-weight: 600;
    margin-bottom: 0.5em;
    display: block;
    margin: 0.5em 0 0.5em; }
  #custom_adjustable_pillow .firstsection p {
    color: #6d6d6d;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.1px;
    font-weight: 400;
    margin-bottom: 4em; }
  #custom_adjustable_pillow .grid {
    display: grid;
    justify-content: center;
    align-items: center;
    margin: 0em 0;
    position: relative; }
  #custom_adjustable_pillow .grid_img_right {
    grid-template-columns: 1fr 1fr; }
  #custom_adjustable_pillow .grid_img_left {
    grid-template-columns: 1fr 1fr; }
  #custom_adjustable_pillow .grid div {
    text-align: center;
    position: relative; }
  #custom_adjustable_pillow .grid p {
    font-size: 14px;
    line-height: 1.6;
    color: #004d83; }
  #custom_adjustable_pillow span.bigger-font {
    font-size: 20px;
    font-weight: 500; }
  #custom_adjustable_pillow .grid h2 {
    font-size: 30px;
    color: #004d83;
    font-weight: 600;
    margin-bottom: 0.5em;
    line-height: 1.2;
    display: block; }
  #custom_adjustable_pillow .grid img.left_vector_img {
    position: absolute;
    max-width: 321.5px;
    left: -14em;
    z-index: -1;
    top: 55%;
    transform: translateY(-40%); }
  #custom_adjustable_pillow .grid img.right_vector_img {
    position: absolute;
    max-width: 754.5px;
    z-index: -1;
    top: 53%;
    transform: translateY(-50%);
    left: 5em; }
  #custom_adjustable_pillow .grid.icon {
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-end;
    max-width: 800px;
    margin: auto; }
  #custom_adjustable_pillow .grid.icon img {
    max-width: 96.5px; }
  #custom_adjustable_pillow .grid.icon h6 {
    font-size: 15px;
    color: #004d83;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 1.5em; }
  #custom_adjustable_pillow .grid.extra_margin {
    margin: 0em 0; }
  #custom_adjustable_pillow .grid.less_margin {
    margin: 0em 0 4em; }
  #custom_adjustable_pillow .grid.care #care-info {
    text-align: left; }
  #custom_adjustable_pillow .grid.care {
    gap: 4em;
    grid-template-columns: 1.2fr 1fr;
    align-items: flex-start;
    margin: 4em 0 4em; }
  #custom_adjustable_pillow .grid.care h2 {
    color: #004d83;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1.4em; }
  #custom_adjustable_pillow .subgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    gap: 4em; }
  #custom_adjustable_pillow .subgrid div {
    text-align: left;
    align-items: flex-start; }
  #custom_adjustable_pillow .subgrid img.inner-cover-img {
    position: absolute;
    bottom: 0; }
  #custom_adjustable_pillow .subgrid h3 {
    font-size: 18px;
    color: #004d83;
    font-weight: 500;
    text-align: left; }
  #custom_adjustable_pillow .subgrid ul {
    list-style: none;
    text-align: left;
    padding: 0; }
  #custom_adjustable_pillow .subgrid ul li {
    font-size: 14px;
    color: #004d83;
    font-weight: 400;
    line-height: 1.9; }
  #custom_adjustable_pillow .deep-sleep {
    position: relative; }
  #custom_adjustable_pillow .deep-sleep .background {
    object-fit: cover;
    width: 100%;
    min-height: 440px; }
  #custom_adjustable_pillow .deep-sleep div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 10px; }
  #custom_adjustable_pillow .deep-sleep div img {
    max-width: 174.5px; }
  #custom_adjustable_pillow .deep-sleep h2 {
    font-size: 24px;
    color: #004d83;
    text-align: center;
    margin-bottom: 0.3em;
    line-height: 1.1;
    margin-top: 1.5em;
    display: block;
    font-weight: 500; }
  #custom_adjustable_pillow .deep-sleep p {
    font-size: 18px;
    color: #004d83;
    text-align: center;
    margin-bottom: 0.3em;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 1em; }
  #custom_adjustable_pillow .less_margin-top {
    margin-top: 3em; }
  #custom_adjustable_pillow iframe {
    width: 100%;
    height: 100%;
    min-height: 328px; }
  @media (max-width: 1024px) {
    #custom_adjustable_pillow iframe {
      min-height: 315px; }
    #custom_adjustable_pillow #custom_adjustable_pillow .deep-sleep {
      margin-top: 2em; } }
  @media (max-width: 1000px) {
    #custom_adjustable_pillow .grid {
      gap: 0em; }
    #custom_adjustable_pillow .grid p br {
      display: none; }
    #custom_adjustable_pillow .grid br.todisplay {
      display: block; }
    #custom_adjustable_pillow .grid {
      margin: 0em 0; }
    #custom_adjustable_pillow .grid.less_margin {
      margin: 0em 0; }
    #custom_adjustable_pillow .grid.icon br {
      display: block; }
    #custom_adjustable_pillow .grid.extra_margin {
      margin: 0em 0; }
    #custom_adjustable_pillow .grid.care {
      gap: 2em; }
    #custom_adjustable_pillow .less_margin-top {
      margin: 2em 0 0em; }
    #custom_adjustable_pillow #custom_adjustable_pillow .grid p {
      padding: 0 1em; }
    #custom_adjustable_pillow #custom_adjustable_pillow .grid.icon {
      margin: 2em auto; } }
  @media (max-width: 992px) {
    #custom_adjustable_pillow iframe {
      min-height: 239px; } }
  @media (max-width: 700px) {
    #custom_adjustable_pillow .grid {
      grid-template-columns: 1fr;
      gap: 2.5em;
      margin: 1em 0 1em; }
    #custom_adjustable_pillow .grid.extra_margin {
      margin: 1em 0; }
    #custom_adjustable_pillow .grid.less_margin {
      margin: 1em 0; }
    #custom_adjustable_pillow .grid.care {
      grid-template-columns: 1fr;
      gap: 1em;
      margin: 2em 0 2em; }
    #custom_adjustable_pillow .grid.grid_img_left div:first-child {
      order: 2; }
    #custom_adjustable_pillow .grid.grid_img_left div:last-child {
      order: 1; }
    #custom_adjustable_pillow .firstsection h2 {
      font-size: 20px; }
    #custom_adjustable_pillow .less_margin-top {
      margin: 1em 0; }
    #custom_adjustable_pillow .grid h2 {
      font-size: 18px; }
    #custom_adjustable_pillow .grid br {
      display: none; }
    #custom_adjustable_pillow .grid.icon h6 {
      font-size: 13px; }
    #custom_adjustable_pillow .grid.icon img {
      max-width: 56px;
      height: 56px; }
    #custom_adjustable_pillow .grid.icon br {
      display: none; }
    #custom_adjustable_pillow .firstsection {
      margin-bottom: 2em; }
    #custom_adjustable_pillow .firstsection p {
      margin-bottom: 2em; } }
  #custom_adjustable_pillow #custom_adjustable_pillow .grid.icon {
    margin: 2em auto; }
  @media (max-width: 1024px) {
    #custom_adjustable_pillow #custom_adjustable_pillow .deep-sleep {
      position: relative;
      margin-top: 2em; }
    #custom_adjustable_pillow #custom_adjustable_pillow .grid.icon {
      margin: 2em auto; }
    #custom_adjustable_pillow #custom_adjustable_pillow span.bigger-font {
      font-size: 16px;
      font-weight: 500; }
    #custom_adjustable_pillow #custom_adjustable_pillow .grid h2 {
      font-size: 22px; }
    #custom_adjustable_pillow #custom_adjustable_pillow .grid.care h2 {
      margin-bottom: 0.5em; } }
  @media (min-width: 700px) {
    #custom_adjustable_pillow img#hidemobile {
      display: none; }
    #custom_adjustable_pillow img#hidedesktop {
      display: block;
      margin: auto; } }
  @media (max-width: 699px) {
    #custom_adjustable_pillow img#hidedesktop {
      display: none; }
    #custom_adjustable_pillow img#hidemobile {
      display: block; }
    #custom_adjustable_pillow #custom_adjustable_pillow .firstsection img {
      margin: auto; }
    #custom_adjustable_pillow #custom_adjustable_pillow .grid p {
      margin-bottom: 2em; }
    #custom_adjustable_pillow #custom_adjustable_pillow .deep-sleep h2 {
      font-size: 16px; }
    #custom_adjustable_pillow #custom_adjustable_pillow .deep-sleep p {
      font-size: 13px; }
    #custom_adjustable_pillow #custom_adjustable_pillow .deep-sleep .background {
      min-height: 360px; }
    #custom_adjustable_pillow #care-info li:last-child {
      margin-bottom: 1em; }
    #custom_adjustable_pillow #custom_adjustable_pillow .grid.care #care-info {
      text-align: left;
      margin: 1em 0; }
    #custom_adjustable_pillow #custom_adjustable_pillow .grid.icon {
      grid-template-columns: repeat(2, 1fr);
      gap: 2em;
      align-items: flex-start; }
      #custom_adjustable_pillow #custom_adjustable_pillow .grid.icon img {
        width: 56px;
        height: 56px; }
    #custom_adjustable_pillow #custom_adjustable_pillow .subgrid h3 {
      font-size: 16px; } }

/* End of New Topper Mattress */
#cust_foot_spa_product_page {
  /* End of Foot Spa */ }
  #cust_foot_spa_product_page h1, #cust_foot_spa_product_page h2, #cust_foot_spa_product_page h3, #cust_foot_spa_product_page h4, #cust_foot_spa_product_page h5, #cust_foot_spa_product_page h6 {
    padding-top: 2em; }
  #cust_foot_spa_product_page img {
    width: 100%; }
  #cust_foot_spa_product_page .displayformobile {
    display: none; }
  #cust_foot_spa_product_page hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 3px solid #e2e0e0; }
  #cust_foot_spa_product_page .align-center {
    text-align: center; }
  #cust_foot_spa_product_page #p {
    font-size: 16px; }
  #cust_foot_spa_product_page .first_section p {
    line-height: 1;
    margin-bottom: 2em; }
  #cust_foot_spa_product_page p.bold_title {
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-top: 1em;
    font-size: 14px; }
  #cust_foot_spa_product_page .first_section {
    text-align: center; }
  #cust_foot_spa_product_page .first_section #first_column img {
    max-width: 126.92px;
    width: 100%; }
  #cust_foot_spa_product_page #first_column .col-md-4 {
    padding: 0px; }
  #cust_foot_spa_product_page .second_section {
    text-align: center; }
  #cust_foot_spa_product_page .second_section h4 {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 0.4em;
    padding-top: 0px; }
  #cust_foot_spa_product_page .third_section {
    margin-top: 4em; }
  #cust_foot_spa_product_page .fourth_section {
    margin-top: 2em; }
  #cust_foot_spa_product_page .fourth_section p {
    max-width: 480px;
    margin: 0.5em auto 1em;
    font-size: 17px;
    line-height: 1.3; }
  #cust_foot_spa_product_page .fourth_section span.lightblue {
    color: #00bfc1; }
  #cust_foot_spa_product_page .fifth_section {
    margin: 2em 0 2em; }
  #cust_foot_spa_product_page .fifth_section .firstimg {
    max-width: 429px;
    width: 100%; }
  #cust_foot_spa_product_page .fifth_section .secondimg {
    max-width: 468.5px;
    width: 100%; }
  #cust_foot_spa_product_page .fifth_section .thirdimg {
    max-width: 489px;
    width: 100%; }
  #cust_foot_spa_product_page #foot_spa_bonus_gifts {
    text-align: center;
    background: #f11729;
    color: #fff; }
  #cust_foot_spa_product_page #foot_spa_bonus_gifts h3 {
    font-size: 2.2em;
    margin: 1.2em 0 1em;
    line-height: 1.1;
    padding: 1px 0 2px;
    color: #fff;
    font-weight: 700; }
  #cust_foot_spa_product_page .sixth_section h3 {
    font-size: 1.15em;
    font-weight: 800;
    margin-bottom: 3px;
    padding-top: 0px; }
  #cust_foot_spa_product_page .sixth_section h6 {
    color: #939598;
    font-size: 0.99em;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 0px;
    margin-bottom: 9px; }
  #cust_foot_spa_product_page .sixth_section span.red {
    color: #f11729; }
  @media (max-width: 767px) {
    #cust_foot_spa_product_page .displayformobile {
      display: block; }
    #cust_foot_spa_product_page .first_section #firstcol {
      order: 2;
      display: flex;
      flex-flow: column; }
    #cust_foot_spa_product_page .second_section #secondcol {
      order: 1; }
    #cust_foot_spa_product_page .first_section #first_col_hurry_img {
      order: 1; }
    #cust_foot_spa_product_page .first_section #first_col_hurry_img img {
      margin: 1.5em 0 2em !important; }
    #cust_foot_spa_product_page .first_section #first_column {
      order: 2; }
    #cust_foot_spa_product_page .second_section div:not(:first-child) h4 {
      margin-bottom: 0.3em !important;
      margin-top: 0.5em; }
    #cust_foot_spa_product_page p.bold_title {
      margin-bottom: 2px; }
    #cust_foot_spa_product_page .hideformobile {
      display: none; }
    #cust_foot_spa_product_page .third_section .firstcol {
      order: 2; }
    #cust_foot_spa_product_page .third_section .firstcol img {
      margin-top: 1em; }
    #cust_foot_spa_product_page .third_section .secondcol {
      order: 1; }
    #cust_foot_spa_product_page .fourth_section #secondcol {
      display: flex;
      flex-flow: column; }
    #cust_foot_spa_product_page .fourth_section #secondcol p {
      margin: -0.2em 0 1.4em; }
    #cust_foot_spa_product_page .fourth_section #secondcol .childfirstcol {
      order: 2; }
    #cust_foot_spa_product_page .fourth_section #secondcol .secondfirstcol {
      order: 1; }
    #cust_foot_spa_product_page .third_section {
      margin-top: 0.2em; }
    #cust_foot_spa_product_page .fifth_section {
      margin: 1em 0 1em; }
    #cust_foot_spa_product_page .align-center:first-child {
      margin-bottom: 2em; }
    #cust_foot_spa_product_page #foot_spa_bonus_gifts h3 {
      margin: 1em 0 0.5em; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #cust_foot_spa_product_page .sixth_section .bonus_gift_lastimg {
      margin-top: 71px; } }
  @media (min-width: 1025px) {
    #cust_foot_spa_product_page .sixth_section .bonus_gift_lastimg {
      margin-top: 50px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #cust_foot_spa_product_page .first_section #first_column img {
      max-width: 106.92px;
      width: 100%; } }
  @media (max-width: 767px) {
    #cust_foot_spa_product_page {
      padding-top: 0; }
      #cust_foot_spa_product_page .first_section #first_column img {
        max-width: 86px;
        width: 100%; }
      #cust_foot_spa_product_page p {
        font-size: 14px;
        line-height: 1.2 !important; }
      #cust_foot_spa_product_page .fifth_section p {
        font-size: 17px; }
      #cust_foot_spa_product_page .sp_tab-tabs + .tab-panels {
        padding-bottom: 0px; } }
  @media (max-width: 413px) {
    #cust_foot_spa_product_page .displayformobile {
      display: none; } }
  @media (max-width: 767px) {
    #cust_foot_spa_product_page .first_section #secondcol img {
      max-width: 100% !important;
      margin-bottom: 2em; } }
  @media (max-width: 890px) {
    #cust_foot_spa_product_page hr {
      margin-top: 0em; } }

.bliss_aroma_diffuser i.fa-angle-double-right:before {
  content: '\21D2'; }

.best_selling_old_mattress h6, .best_selling_old_mattress h4 {
  margin-bottom: 5px; }
.best_selling_old_mattress .mb_zero {
  margin-bottom: 0; }
.best_selling_old_mattress p {
  font-weight: 300; }
.best_selling_old_mattress .align_center {
  text-align: center; }
.best_selling_old_mattress .col_white {
  color: #fff; }
.best_selling_old_mattress .second_section {
  margin-top: 1em;
  background: url("//cdn.shopify.com/s/files/1/0098/8915/3081/files/triline-tech-bed.png?v=13181675659499990178") no-repeat bottom center, linear-gradient(180deg, #3954a5 0, #3954a5 85%, white 85%);
  color: #fff;
  padding-top: 2em;
  padding-bottom: 330px;
  position: relative;
  height: 560px; }
.best_selling_old_mattress .second_section img {
  position: absolute;
  top: 4em;
  right: 5em; }
.best_selling_old_mattress .second_section .contents {
  max-width: 372px;
  margin: auto;
  text-align: center; }
.best_selling_old_mattress .second_section h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff; }
.best_selling_old_mattress .third_section {
  margin-top: 2em; }
.best_selling_old_mattress .third_section h4 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 200; }
.best_selling_old_mattress .third_section .contents {
  margin: 3em auto 0;
  max-width: 530px; }
.best_selling_old_mattress h6 {
  font-size: 18px;
  color: #8f8f8f;
  letter-spacing: 2px;
  font-weight: 600; }
.best_selling_old_mattress .fourth_section .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em; }
.best_selling_old_mattress .fourth_section {
  position: relative; }
.best_selling_old_mattress .fourth_section .row_grid {
  display: inline-grid;
  grid-auto-flow: row;
  gap: 4em; }
.best_selling_old_mattress .fourth_section .col_grid {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 1em; }
.best_selling_old_mattress .fourth_section .grid p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 390px;
  margin: auto; }
.best_selling_old_mattress .fourth_section .grid h4 {
  font-size: 18px;
  font-weight: 700; }
.best_selling_old_mattress .fourth_section img.background_img {
  position: absolute;
  z-index: -1;
  max-width: 1024px;
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
  top: 5em; }
.best_selling_old_mattress .fifth_section {
  margin-top: 2em; }
.best_selling_old_mattress .fifth_section .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  text-align: center; }
.best_selling_old_mattress .fifth_section h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0; }
.best_selling_old_mattress .fifth_section p {
  font-size: 14px;
  max-width: 400px;
  margin: auto; }
.best_selling_old_mattress .fifth_section.second img.logo {
  max-width: 110px; }
.best_selling_old_mattress .fifth_section.second p {
  margin-top: 6px; }
.best_selling_old_mattress #certified .grid_inline {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 4em;
  place-content: center;
  width: 100%;
  margin: 3em 0 4em;
  align-items: center; }
.best_selling_old_mattress #certified ul {
  margin: 0;
  list-style: none; }
  .best_selling_old_mattress #certified ul li i {
    color: #5c873c; }
.best_selling_old_mattress #certified ul li {
  font-size: 14px;
  display: inline-grid;
  grid-auto-flow: column;
  gap: 6px;
  width: 100%;
  justify-content: flex-start; }
.best_selling_old_mattress #certified .two_free_pillows {
  background: url(https://cdn.shopify.com/s/files/1/0098/8915/3081/files/breathable-adjustable-bg.jpg?3718);
  background-size: cover;
  color: #fff; }
.best_selling_old_mattress #certified .two_free_pillows .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: rgba(58, 83, 165, 0.8);
  background-size: cover;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 4em 0 2em; }
.best_selling_old_mattress #certified .two_free_pillows p {
  margin-bottom: 2em; }
.best_selling_old_mattress #certified img.premium_quality {
  width: 98%; }
.best_selling_old_mattress #certified .grid_child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 1em 0; }
.best_selling_old_mattress #certified .grid_child h6 {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #fff;
  margin: 8px 0 2em; }
.best_selling_old_mattress #certified .two_free_pillows p {
  line-height: 1.7; }
.best_selling_old_mattress .bottom_section {
  margin-top: 2em; }
.best_selling_old_mattress .dimension hr, .best_selling_old_mattress .base hr, .best_selling_old_mattress .care_information hr {
  margin: 1em 0 4em; }
.best_selling_old_mattress .dimension h5, .best_selling_old_mattress .base h5, .best_selling_old_mattress .care_information h5 {
  font-size: 22px;
  font-weight: 400; }
.best_selling_old_mattress .base, .best_selling_old_mattress .care_information {
  margin-top: 2em; }
.best_selling_old_mattress .base p {
  font-weight: 700;
  margin: 1em 0 1em; }
.best_selling_old_mattress .base .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center; }
.best_selling_old_mattress .care_information .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em; }
.best_selling_old_mattress .care_information .grid div {
  display: flex;
  align-items: center;
  gap: 1em;
  text-align: left; }
.best_selling_old_mattress .care_information .grid img {
  max-width: 88px; }
.best_selling_old_mattress .delivery_guarantee .grid_two_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 4em; }
@media (max-width: 970px) {
  .best_selling_old_mattress .second_section {
    background-size: contain;
    padding-bottom: 230px;
    height: 470px; }
  .best_selling_old_mattress .second_section img {
    max-width: 100px; } }
@media (max-width: 767px) {
  .best_selling_old_mattress .hide_mobile {
    display: none; }
  .best_selling_old_mattress .second_section {
    height: 434px; }
  .best_selling_old_mattress .second_section img {
    max-width: 125px;
    position: absolute;
    top: 11.5em;
    width: 125px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    max-width: none; }
  .best_selling_old_mattress .third_section h4 {
    font-size: 28px; }
  .best_selling_old_mattress .fourth_section img.background_img {
    position: relative;
    max-width: -webkit-fill-available;
    margin: auto;
    top: 0; }
  .best_selling_old_mattress .fourth_section .grid, .best_selling_old_mattress #certified .two_free_pillows .grid {
    grid-template-columns: 1fr; }
  .best_selling_old_mattress .fourth_section .grid, .best_selling_old_mattress .fourth_section .row_grid {
    gap: 2em; }
  .best_selling_old_mattress .fourth_section .row_grid .align_center {
    text-align: left;
    display: inline-grid;
    grid-auto-flow: column;
    gap: 10px; }
  .best_selling_old_mattress .fourth_section .row_grid {
    gap: 2em; }
  .best_selling_old_mattress .fifth_section .grid, .best_selling_old_mattress .delivery_guarantee .grid_two_col {
    grid-template-columns: 1fr; }
  .best_selling_old_mattress .fifth_section .contents {
    padding: 2em 0 1em; }
  .best_selling_old_mattress .fifth_section .second_contents {
    order: 3;
    padding: 3em 0 0em; }
  .best_selling_old_mattress .base .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }
  .best_selling_old_mattress .base .grid img {
    width: 100px;
    height: 100px; }
  .best_selling_old_mattress .delivery_guarantee .grid_two_col {
    margin-top: 1em; }
  .best_selling_old_mattress #certified .grid_inline {
    grid-auto-flow: row;
    gap: 1em;
    justify-content: center;
    margin: 2em 0; }
  .best_selling_old_mattress #certified .grid_inline div:first-child {
    text-align: center; }
  .best_selling_old_mattress .care_information .grid {
    display: inline-grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 1em; }
  .best_selling_old_mattress .dimension hr, .best_selling_old_mattress .base hr, .best_selling_old_mattress .care_information hr {
    margin-bottom: 2em; } }
@media (min-width: 768px) {
  .best_selling_old_mattress .hide_desktop {
    display: none; } }

.cust_instructions_care {
  text-align: center; }
  .cust_instructions_care p:first-of-type {
    margin-bottom: 2em; }
  .cust_instructions_care .laundary_icons {
    max-width: 400px; }
  .cust_instructions_care .icons_meaning {
    width: 100%; }
  .cust_instructions_care .royal_dream_sheets h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1; }
  .cust_instructions_care .royal_dream_sheets .fabric_content {
    margin-bottom: 10px; }
  .cust_instructions_care .royal_dream_sheets .color_blue {
    color: #3954a5;
    margin-bottom: 10px; }
  .cust_instructions_care .royal_dream_sheets hr {
    max-width: 250px;
    margin: auto;
    border-top: 1px solid #ddd; }
  .cust_instructions_care .care_instructions {
    margin: 0.7em 0 0.2em; }
  .cust_instructions_care p.font_roboto {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 1em; }
  .cust_instructions_care h5 {
    font-weight: 600;
    letter-spacing: 0.2em;
    font-size: 1em;
    margin-bottom: 0.5em; }
  .cust_instructions_care h6 {
    font-size: 16px;
    letter-spacing: 0px; }
  .cust_instructions_care .roboto_font {
    font-family: "Roboto", sans-serif; }

.ju_preview_3 {
  display: none !important; }

@media (max-width: 440px) {
  .hidetablet {
    display: none; } }
.bottom-atc {
  position: fixed;
  bottom: 0;
  background: #f7f7f3;
  border-top: 1px solid #ccc;
  width: 100%;
  transform: translateY(100%);
  transition: 0.2s all;
  z-index: 2; }
  .bottom-atc.hide-atc {
    display: none !important; }
  .bottom-atc.show {
    transform: translateY(0); }
  .bottom-atc.hide {
    transform: translateY(100%); }
  .bottom-atc .rating-count {
    color: #333;
    text-decoration-color: #333; }
  .bottom-atc .batc_content {
    display: flex;
    grid-auto-flow: column;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
    padding: 0.25em 0; }
    .bottom-atc .batc_content .jumpsection {
      line-height: 1.3; }
      .bottom-atc .batc_content .jumpsection span.rating-star {
        font-size: 14px; }
      .bottom-atc .batc_content .jumpsection p.rating-count span {
        font-size: 13px; }
    .bottom-atc .batc_content h4 {
      font-size: 14px;
      font-weight: 500;
      max-width: 600px;
      width: 100%;
      color: #242424;
      line-height: 1.4;
      letter-spacing: 0.3px; }
    .bottom-atc .batc_content a.batc_btn {
      background: linear-gradient(135deg, #6ad903 0, #00a516 100%);
      width: auto;
      white-space: nowrap;
      padding: 9px 58px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
      border-radius: 4px; }
      @media (max-width: 600px) {
        .bottom-atc .batc_content a.batc_btn {
          width: 100%; } }
    .bottom-atc .batc_content .bottomatcsection {
      max-width: 190px;
      width: 100%; }
      @media screen and (max-width: 600px) {
        .bottom-atc .batc_content .bottomatcsection {
          max-width: initial; } }

.ocu-widget .price--was span {
  text-decoration: line-through; }
