/** Shopify CDN: Minification failed

Line 38:0 Unexpected "}"

**/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
* {
  box-sizing: border-box;
}

.expand-icon{
    display: flex;
    background-color: #27aae2;
    position: absolute;
    bottom: 4%;
    right: 4%;
    padding: 8px;
    border-radius: 5px;
}
.addon-expand-icon{
    display: flex;
    background-color: #27aae2;
    position: absolute;
    bottom: 4%;
    right: 4%;
    padding: 8px;
    border-radius: 5px;
}

/* .article .mp-wrapper p span {
  color: #1d2939;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
} */
/* .article .mp-wrapper b {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 33px */
} */
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.row-reverse {
}
.gap-48 {
  gap: 48px;
}
.h-full {
  height: 100%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-45 {
  width: 45%;
}
.primary-btn {
  border-radius: 4px;
  background: #2ba7df;
  padding: 14px 16px;
}
.primary-btn-text {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
.sec-btn {
  border-radius: 5px;
  background: #f5f8fd;
  padding: 13px 27px;
}
.dimension-block {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}
#pre-defined,
#customize {
  color: #fff;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid #2ba7df;
  background: #2ba7df;
  padding: 12px;
  width: 140px;
  text-align: center;
  cursor: pointer;
}
.ready-stock-text {
  color: #b0b0b0;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
.add-feature-text {
  color: var(--Gray-White, #fff);
  font-family: "DM Sans";
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%; /* 15.6px */
  background-color: #32c100;
  border-radius: 2px;
  padding: 2px 4px;
}
.fast-delivery-box {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.fast-delivery-text {
  color: #2ba7df;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
  padding-bottom: 12px;
}
.shape-btn {
  border-radius: 5px;
  background: #2ba7df;
  padding: 13px 27px;
}
.shape-btn-text {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
.sec-btn-text {
  color: #12337b;
  text-align: center;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.primary-heading {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.text-center {
  text-align: center;
}
.testimonials-heading {
  color: #12337b;
  text-align: center;
  font-family: "DM Sans";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 54px */
}
/*announcemnt bar css  */

.new-container {
  max-width: 1280px;
  margin: 0 auto;
}
.bar-info-box {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.announcement-bar-font {
  color: #fff;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.bar-icon-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.bar-icon-box div > svg {
  height: 100% !important;
}
.bar-box-1 {
  display: flex;
  gap: 32px;
  height: 100%;
  align-items: center;
}
.cf li {
  font-weight: 400;
}
.bar-box-2 {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  align-items: center;
}
.border-right {
  border-right: 1px solid #fff;
  padding-right: 32px;
}
.space-between-icon {
  padding-right: 16px;
}
/*announcemnt bar mobile  */

/*announcemnt bar css end */

/* header css start */
.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  width: 100%;
}
.header-menu-box {
  display: flex;
  gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-height {
  height: 65px;
  display: flex;
}
.nav li {
  padding-right: 35px;
}
.nav li a {
  color: #000 !important;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.header-btn {
  display: flex;
  padding: 7px 27px;
  align-items: center;
  border-radius: 100px;
  background: #2ba7df;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
.action-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.actions {
  display: flex !important;
  gap: 15px;
  padding: 0 !important;
}

/* header css ends */

/*hero section css start  */
.hero-section-heading {
  color: #fff;
  font-family: "DM Sans";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}

.hero-section-para {
  width: 800px;
  color: #fff;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding-top: 14px;
}
.hero-section-btn {
  padding: 24px 0px;
}

/*hero section css ends  */
/*info bar section css start  */
.info-bar-text {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.info-bar-box {
  display: flex;
  gap: 64px;
  justify-content: center;
}
.info-icon-box {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 10px 0px;
}
.sec-top-p {
  padding: 50px 0px;
}
.select-shape-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.py-3 {
  padding: 12px 0px;
}
.select-shape-text {
  color: #000;
  text-align: center;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.select-shape-sub-text {
  color: #565656;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
/*info bar section css ends  */

.product-title {
  color: #000;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-top: 12px;
}
.product-desc {
  color: #1d2939;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.variant-heading {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.product-border {
  border-radius: 0 0 10px 10px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 16px;
}
.shield-variants img {
  height: 30px !important;
  width: 30px !important;
}
#shopify-section-product-strap-location .error {
  margin-top: 10px;
}
.spec-sub-heading {
  color: #101828;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 24px 0px;
}
/* why my spa cover css start */
.whmc-sub-heading {
  color: #101828;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 24px 80px;
}
#shopify-section-brand-section {
  max-width: 100% !important;
}
.brand-heading {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 53.418px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.brand-sub-heading {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 24px 0px;
}
#brand {
  padding-top: 60px;
}
/* why my spa cover end css */

.image-with-text-heading {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.image-with-text-para {
  color: #101828;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 16px 0;
}
.image-with-text-para a {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
}
.sec-bg-color {
  background: #12337b;
}
.ptb-80 {
  padding: 80px 0px;
}
.py-80 {
  padding: 80px 0px;
}
.scb-heading {
  color: #fff;
  font-family: "DM Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.scb-text {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 30px 0px 50px 0px;
  line-height: 25px;
  padding: 0px 180px;
}
.accordion-new {
  border: 1px solid #475467 !important;
  padding: 20px 24px !important;
}
.accordion-width {
  width: 75% !important;
  margin: 0 auto !important;
}

.accordion {
  width: 80%;
  margin: 0 auto;
  padding-top: 16px;
  .accordion-new {
    background-color: #fff;
    border-radius: 4px;
    padding: 16px 24px;
    &:not(:last-of-type) {
      margin-bottom: 24px;
    }
    h4 {
      cursor: pointer;
      user-select: none;
      color: #101828;
      font-family: "DM Sans";
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      position: relative;
      padding: 0 24px 0 0;

      span {
        color: #2ba7df;
      }
      &:after {
        display: block;
        content: "";
        width: 30px;
        height: 30px;
        background: url(/cdn/shop/files/Plus.png?v=1721028424)
          no-repeat scroll;
        background-size: 100%;
        position: absolute;
        right: 0;
        top: calc(50% - 17px);
      }
    }
    .ae-copy {
      display: none;
      padding-top: 24px;
      p {
        &:not(:last-of-type) {
          margin-bottom: 16px;
        }
      }
      a {
        color: #003b5c;
        text-decoration: underline;
        &:hover {
          text-decoration: none;
        }
      }
    }
    &.active {
      .ae-copy {
        display: block;
      }
      h4 {
        color: #101828;
        &:after {
          transform: rotate(180deg);
        }
      }
    }
  }
}

#testimonials {
  /* padding: 0px 60px; */
}
.testimonial-box {
  padding: 32px;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  background-color: white;
}
.testimonial-box {
  height: 700px;
}
.bg-grey {
  background: #f2f4f7;
}
.customer-image {
  height: 56px !important;
  border-radius: 999px;
}

.shape-box-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.spec-section {
  display: flex;
  gap: 80px;
  align-items: center;
}
.w-60 {
  width: 60%;
}
.w-40 {
  width: 40%;
}
.why-my-spa-sec {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 32px;
  gap: 20px;
  align-items: center;
}
.footer-grid {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.footer-grid .cf {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  gap: 10px; /* Space between items */
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}
.footer-menu-section {
  display: flex;
  gap: 60px;
}

.footer-menu-heading {
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.footer-menu-sub-heading {
  padding-top: 16px;
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.newsletter-signup {
  padding-top: 24px;
}
.newsletter-sub-heading {
  padding-top: 16px;
  color: #fff;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.newsletter-box {
  width: 40%;
}
#newsletter-email {
  width: 76%;
  padding: 12px;
}
.subscribe-btn {
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 11px;
  background: transparent;
  border: 1px solid #fff;
}
#shopify-section-specifications-sec .owl-dots,
#shopify-section-home-testimonials.owl-dots,
#shopify-section-hp-hero .owl-dots {
  display: none;
}
#shopify-section-specifications-sec .owl-prev {
  position: absolute;
  left: -4%;
  top: 38%;
}
#shopify-section-home-testimonials .owl-prev {
  position: absolute;
  left: -4%;
  top: 40%;
}
#shopify-section-specifications-sec .owl-next {
  position: absolute;
  right: -4%;
  top: 38%;
}
#shopify-section-home-testimonials .owl-next {
  position: absolute;
  right: -4%;
  top: 40%;
}
#shopify-section-specifications-sec .owl-carousel .prev-slide::before,
#shopify-section-home-testimonials .owl-carousel .prev-slide::before {
  content: url("/cdn/shop/files/arrow-up-circled.png?v=1721302689");
  background-color: transparent;
}
#shopify-section-specifications-sec .owl-theme .owl-nav [class*="owl-"]:hover,
#shopify-section-home-testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}
#shopify-section-specifications-sec .owl-carousel .next-slide::before,
#shopify-section-home-testimonials .owl-carousel .next-slide::before {
  content: url("/cdn/shop/files/arrow-up-circled_fea477a2-9f02-4d9a-b2e6-17a46a997fd2.png?v=1721304146");
}

.product-page-hero-section {
  padding: 40px 0px;
  background-color: #12337b;
  height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

.play-icon {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  background: url(play-icon.png) no-repeat center scroll;
  background-size: 62px;
  position: absolute;
  left: calc(45%);
  top: calc(45%);
}
.collection-page-heading {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
}
.search-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.filter-field {
  display: flex;
  gap: 10px;
}
.filter-label {
  color: #344054;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  text-align: right;
  padding-right: 16px;
}
.hero-text-index .dd-filter p {
  color: #475467;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #98a2b3;
  background: #fff;
  width: 280px;
}
.dd-filter p {
  color: #475467;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #98a2b3;
  background: #fff;
  width: 170px;
}
.collection-product-listing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0px 0px 40px 0;
}

.collection-product-listing .cpl-entry {
  max-width: 100% !important;
  padding: 24px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #dedede;
  background: #fff;
}
.shipping-bg-image {
  background-color: #12337b;
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 118px 0px;
}
.free-shipping-section-title {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 75% */
}
.collection-info-block-sub-heading {
  color: #101828;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.brand-section-y-spacing {
  padding: 60px 0px;
}
.m-h .mh-content {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
}

/* Product page css */
.free-shipping-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding-top: 40px;
}
.card-border {
  height: 190px;
  padding: 25px 14px;
  border-radius: 5px;
  border: 2px solid #fff;
  margin: 10px 13px;
}
.product-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

/* Product page css */
.reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
.review-box {
  padding: 32px;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
}
.testimonial-star {
  height: 18px !important;
  width: 20px;
}
.start-rating {
  display: flex;
  padding-bottom: 32px;
  gap: 8px;
}
.author-box {
  gap: 20px;
  padding-top: 32px;
}
.banner-heading {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  padding: 18px 0px;
  line-height: normal;
}

/*Cart Page Css start  */
.cart-product-title {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.variant-title {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.variant-price {
  color: #2ba7df;
  font-family: "DM Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.75px;
}
.addon-price {
  color: #2ba7df;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.variant-name {
  color: #101828;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.checkout-card {
  border-radius: 12px;
  background: #eaecf0;
  box-shadow: -4px 3px 8.8px 0px rgba(0, 0, 0, 0.08);
  padding: 32px;
  position: sticky;
  top: 0px;
}
.checkout-btn {
  border-radius: 100px;
  background: #2ba7df;
  padding: 13px 27px;
  border: 0px;
  width: 100%;
}
.checkout-btn-text {
  color: var(--Gray-White, #fff);
  text-align: center;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}
.subtotal-text {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.subtotal-price {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  padding-left: 30px;
}
.addon-background-color {
  background: #f2f4f7;
  padding: 16px;

  display: flex;
  align-items: center;
  gap: 16px;
}
.accessories-listing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 20px;
}
.accessories-border {
  border-radius: 5px !important;
  border: 1px solid #98a2b3 !important;
  background: #fff !important;
  padding: 20px !important;
}
.accessories-title {
  color: #12337b;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
}
.accessories-discount-price {
  color: #e00000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.accessories-pricing-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0px;
}
.accessories-button-primary {
  border-radius: 100px;
  background: #12337b;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border: 0;
  padding: 13px 27px;
}
.accessories-button-secondary {
  border-radius: 100px;
  background: #2ba7df;
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border: 0;
  padding: 13px 27px;
}
.cart-item-custom-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 80px;
}
.easy-order {
  display: none;
}
.variant-image {
  width: 30%;
}
.variant-info-box {
  width: 70%;
}
.checkout-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.product-listing-card-width {
  width: 75%;
}
.checkout-card-width {
  width: 25%;
}
.contact-us-heading {
  color: #000;
  font-family: "DM Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}
.contact-us-sub-heading {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 24px 0px;
}
.contact-details-card {
  border-radius: 5px;
  background: #12337b;
  padding: 16px;
  width: 450px;
}

.contact-us-call-text {
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.get-in-touch-content {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 32px;
  gap: 16px;
}
.contact-us-box-1 {
  width: 60%;
}
.contact-us-box-2 {
  width: 40%;
}
.contact-us-box-2 {
  border-radius: 5px;
  background: #eaecf0;
  padding: 16px;
}
.form-wrapper label {
  display: block;
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 8px;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="email"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="password"],
.form-wrapper textarea {
  border-radius: 5px;
  border: 1px solid #98a2b3 !important;
  background: #fff;
}
.form-container {
  padding: 60px 0px;
  display: flex;
  gap: 60px;
  align-items: start;
}
.faq-question-text {
  color: #101828;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border: 0;
}
.tab-titles li {
  padding: 10px 20px;
  margin-right: 5px;
  color: #1f2937;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.tab-titles li.title-active {
  border-bottom: 2px solid #12337b;
  color: #12337b;
  font-family: Nunito;
}
.faq-answer-text {
  color: #1f2937;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 0px;
}
.bg-blue {
  background-color: #2ba7df;
  padding: 15px 30px;
}

.blue-banner-box-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 104px;
  margin: 0 40px;
}
.blue-banner-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.blue-banner-box p {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.blog-border {
  border: 1px solid #d0d5dd;
}
.blog-image {
  height: 250px !important;
  object-fit: cover;
}
.blog-desc-box {
  padding: 24px;
}
.blog-title {
  color: #000;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.blog-desc {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 8px 0px;
}
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0px;
}
.blog-pagination .page {
  padding: 0px 10px;
}
.read-more-btn {
  color: #2ba7df;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
}
.read-more-btn-without-underline {
  color: #2ba7df;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.single-product-title {
  color: #000;
  font-family: "DM Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}
.spa-detail-text {
  color: #000;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.product-measuring-info {
  display: flex;
  /* justify-content: space-between; */
}
.mt-20 {
  margin-top: 40px;
}
.mt-10 {
  margin-top: 10px;
}
.dimension-input-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}
.input-label-text {
  color: #000;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.input-box-border {
  border-radius: 5px;
  border: 1px solid #98a2b3 !important;
  background: #fff !important;
  padding: 12px 12px;
  width: 140px;
  margin-top: 10px;
}
/* .weather-shield-bg {
  border-radius: 5px;
  background: #eaecf0;
  padding: 16px;
  display: flex;
  gap: 20px;
  flex-direction: column;
} */
.weather-heading-text {
  color: #000;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}
.weather-shield-info {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #12337b;
  background: #fff;
  padding: 8px;
}
.weather-shield-bg .w-label a {
  margin: 0 0px 0 0;
 width:100%;
  height: 100%;
  border-radius: 10px;
}
.weather-shield-bg .product-color-selector a:hover {
  border-radius: 10px;
  border-color: #2ba7df;
}
.weather-shield-bg .color-selector a.selected {
  border-color: #2ba7df;
  border-radius: 10px;
}
.note-text {
  color: #000;
  /* font-family: "DM Sans"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.select-shield-text {
  color: #000;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
 
 
}
#shopify-section-product-colors .product-color-selector a {
  width: 100%;
  height: 100%;
  margin: 0;
}
#shopify-section-product-colors .product-color-selector a:hover,
.product-color-selector a.selected {
  border-color: #2ba7df;
  border-radius: 10px;
}
.strap-radio-label {
  color: #475467;
  text-align: right;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.radio-btn-input {
  width: 18px;
  height: 18px;
  fill: var(--Gray-White, #fff);
  stroke-width: 1px;
  stroke: #cbcbcb;
}
.insulation-title {
  color: #000;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 8px 0;
}
.insulation-detail {
  color: #000;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.insulation-durability-select-btn {
  border-radius: 999px;
 
  color: #12337B;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 0px 0;
  border: 1.5px solid #12337B;
  width:100%;
  display: block;
}
#shopify-section-insulation-durability-blocks {
     display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media only screen and (max-width:767px)
{
 #shopify-section-insulation-durability-blocks, #shopify-section-cover-addons .product-addons-wrapper {
  grid-template-columns: repeat(1, 1fr) !important;
  }

  .insulation-detail li {
    justify-content:center;
  }

  .color-wrapper{
    grid-template-columns: repeat(1, 1fr) !important;
    gap:50px 16px !important;
  }

  .reverse-col{
    flex-direction:column-reverse !important;
  }
  .price-and-learn-more {
    justify-content:between !important;
  }

  .price-and-learn-more span {
    margin-left:5px !important;
  }

  .recommend-wrapper  {
    top:-60px !important;
  }
  .learn-more {
    display:none;
  }

}
/* .durability-blocks {
  flex-basis: calc(29%);
  max-width: calc(29%);
} */
.durability-blocks-price {
  color: #12337b;
  text-align: center;
  font-family: "DM Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}
.addon-title {
  color: #000;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}
.addon-price-info {
  color: #2ba7df;
  text-align: left;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.addon-select-btn {
color: #12337B;
    border-radius: 16px;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0px 16px;
    border: 1px solid #12337B;
}
.addon-info-btn {
    color: #fff;
    font-family: "DM Sans";
    font-size: 14px;
    text-align: end;
    font-style: normal;
    font-weight: 500;
    border-radius: 16px;
    padding: 0px 16px;
    background-color: #2BA7DF;
}
.install-lift {
  color: #000;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  gap: 8px;
}
#shopify-section-product-disclaimer {
  color: #000;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: normal;
}
.product-desc-heading {
  color: #2ba7df;
  text-align: left;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.product-desc {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 8px;
}
.text-color-blue {
  color: #2ba7df;
  font-family: "DM Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.8px;
}
.banner-heading-white {
  color: #fff;
  font-family: "DM Sans";
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  padding: 24px 0px;
}
.collection-title {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  padding: 32px 0px;
}
.add-on-accessories-listing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.add-on-accessories-listing .cpl-entry {
  border-radius: 5px;
  border: 1px solid #98a2b3;
  background: #fff;
  padding: 20px;
}
.add-on-heading {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  padding-top: 30px;
}
.collection-text {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-top: 12px;
}

.addon-description-text {
  padding-top: 12px;
  color: #000;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.addon-heading-text {
  color: #12337b;
  font-family: DM Sans;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}
.addon-box {
  border-radius: 5px;
  background: #f2f4f7;
  padding: 16px;
  margin-top: 12px;
  display: flex;
  gap: 24px;
}
.addon-box-gap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.add-on-image {
  border-radius: 10px;
  height: 200px !important;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.addon-image-box {
  width: 20%;
}
.addon-text-box {
  width: 80%;
}
.experience-box {
  display: flex;
  gap: 48px;
  align-items: center;
}
.experience-box-image {
  width: 40%;
}
.experience-box-text {
  width: 60%;
}
.jacuzzi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
#shopify-section-custom-product-list .owl-nav {
  display: none;
}
#shopify-section-custom-product-list .owl-dots {
  padding: 20px 0;
}

.section-padding {
  padding-top: 60px;
}

.section-title-padding {
  padding-bottom: 30px;
}

.spacing-b {
  padding-bottom: 60px;
}

.accordion {
  width: 100%;
  border-radius: 4px;
}

.accordion-item {
  /* border-top: 1px solid #ddd; */
}

.accordion-item:first-child {
  border-top: none;
}

.accordion-header {
  padding: 15px 15px;
  cursor: pointer;
  /* background-color: #f7f7f7; */
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #101828;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.18px; /* 228.778% */
}

.accordion-header:hover {
  background-color: #e7e7e7;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 30px;
  color: #101828;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}

.accordion-content p {
  margin: 15px 0;
}
#products-detail .owl-stage {
  transition: 1.25s !important;
}
.hero-search {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 5px 5px 0px 0px;
  /* background: rgba(0, 0, 0, 0.5); */
  padding: 20px 0px;
}

#sheild-color {
  padding: 0 20px;
}
.display-image {
  border-radius: 12px;
  object-fit: cover;
}
.display-image img {
  width: 100%;

  border-radius: 12px;
}
.thumbnails {
  display: flex;
  justify-content: flex-start;
  width: 78px;
  height: 90px;
  object-fit: cover;
  padding-top: 20px;
}
.thumbnails img {
  object-fit: cover;
  margin: 0 5px;
  cursor: pointer;
  transition: transform 0.3s;
  border-radius: 5px;
  height: 72px;
}
.thumbnails img:hover {
  transform: scale(1.1);
}

.collection-hero-text {
  color: #fff;
  font-family: "DM Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 114.583% */
}
.custom-input::placeholder {
  color: #7b7b7b;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.hero-text-index {
  position: absolute;
  top: 50px;
  left: 0%;
  right: 0;
  z-index: 999;
  height: inherit;
}
#shopify-section-hp-hero {
  height: 530px;
}
.footer-openning-days {
  color: #2ba7df;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer-tel {
  color: #fff;
  font-family: DM Sans;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#slider-thumbs .owl-stage {
  display: flex;
  align-items: center;
}

.email::placeholder {
  color: #505050;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#ContactFormMessage::placeholder {
  color: #505050;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.section-heading {
  color: #12337b;
  font-family: "DM Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.8px;
}
.section-sub-heading {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.8px;
  margin-top: 16px;
}
.disc {
  list-style: disc !important;
}
.cover-image {
  height: 200px !important;
  width: 100%;
  border-radius: 12px;
}
.cover-heading {
  color: #12337b;
  font-family: DM Sans;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.cover-sub-heading {
  color: #000;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.mt-16 {
  margin-top: 16px;
}
.ul-heading {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}
.measuring-guide-box {
  display: flex;
  gap: 126px;
  padding: 60px 0;
}
.fold-hinge-box {
  display: flex;
  gap: 10%;
  justify-content: space-between;
}
.strap-measurement-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 106px;
  padding: 30px 0;
}
.vertical-line {
  border: 1px solid white;
  height: 20px;
}
.measuring-guide-box-1,
.measuring-guide-box-2 {
  width: 50%;
}
.where-to-measure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
  gap: 30px;
}
.strap-measurement-box-1 {
  width: 60%;
}
.strap-measurement-box-2 {
  width: 40%;
}

.add-to-cart-btn-text {
  color: #fff;
  font-family: DM Sans;
  padding: 12px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  margin-top: 30px;
}
.error {
  text-transform: uppercase;
  font-size: 14px;
  background-color: #transparent;
  color: red;
}
#dima::placeholder,
#dimb::placeholder,
#dimc::placeholder {
  color: #5050503D;
  text-align: right;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
#newsletter-email::placeholder {
  color: #505050;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
#shopify-section-template--16920173641922__image_with_only_text_73dVGm {
  padding-bottom: 40px;
}
.hero-or-text {
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  text-align: center;
}
.brand-select {
  width: 300px;
  padding: 14px 27px;
  border-radius: 5px;
  background: #d9f3ff;
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  border: none;
}
.brand-select option {
  color: #000;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.get-started-btn {
  color: #fff;
  text-align: center;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.9px; /* 112.667% */
  text-transform: uppercase;
  border-radius: 5px;
}
.select-box {
  display: flex;
  gap: 10px;
  align-items: center;
  /* width: 700px;
  margin: 0 auto; */
}

/* .hero-section {
  padding-bottom: 50px;
} */

.section-top-bottom-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
.hp-hero {
  height: 530px;
}
.first-image:first-child {
  padding-bottom: 60px;
}
.select-by-text-mobile {
  display: none;
  color: #fff;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;

  font-weight: 500;
  line-height: 150%; /* 25.5px */
}
.select-by-text-desktop {
  display: block;
  color: #fff;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;

  font-weight: 500;
  line-height: 150%; /* 25.5px */
}
.hide-on-desktop {
  display: none;
}
.hide-on-mobile {
  display: block;
  padding-top: 16px;
}
.spa-accessories-box {
  width: 650px;
  margin: 0 auto;
}
.purchase-text {
  color: #fff;
  text-align: center;
  font-family: DM Sans;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.purchase-btn-text {
  color: #fff;
  text-align: center;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 999px;
  background: #2ba7df;
  margin-top: 20px;
}
.cleaning-grid {
  display: flex;
  gap: 24px;
}
.corner-radius {
  display: grid;
  gap: 4%;
  justify-content: space-between;
  padding-bottom: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#custom-text p {
  color: #000;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.8px;
  text-align: center;
  padding-top: 20px;
}
.dimension-input-width {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
#video-section {
  display: none;
}
.lifter-plates-images {
  display: flex;
  margin: 0 350px;
  gap: 80px;
}
#detail-read-more-btn {
  color: #2ba7df;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.desc-list li {
  list-style-type: disc;
  font-weight: 500;
}
.lifter-image-container{
  display:grid;
  grid-template-columns:repeat(3 , minmax(0,1fr));
  gap:10px;
  margin:10px 0px
}
.lifter-image-container .image-box .action-button .selected a{
  background-color: #2ba7df;
    color: #fff;
    border: 2px solid #2ba7df;
  
}
 

.home-page-product-list{
  display:flex
}
@media only screen and (max-width: 431px) {
.home-page-product-list{
  display:block
}
  .lifter-plates-images {
    margin: 0px;
  }
  #video-section {
    display: block;
    padding-top: 20px;
  }
  .video-section {
    display: none;
  }
  #section-1,
  .dimension-input-width div {
    width: 100%;
  }
  .dimension-input-width {
    flex-direction: column;
  }
  .dimension-block {
    align-items: unset;
    flex-direction: column;
  }

  .corner-radius {
    gap: 4%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .btn-direction-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .accessories-button-primary,
  .accessories-button-secondary {
    height: 48px;
  }
  .blue-banner-box-container {
    display: none;
  }
  .cleaning-grid {
    flex-direction: column;
  }
  .experience-box {
    gap: 10px;
  }
  #shopify-section-about-bci-2 .experience-box-image {
    padding-top: 20px;
  }
  #shopify-section-about-bci-2 .experience-box {
    flex-direction: column-reverse;
  }
  .purchase-text {
    font-size: 24px;
  }
  .purchase-btn-text {
    font-size: 14px;
  }
  .experience-box-image,
  .experience-box-text {
    width: 100%;
  }
  .spa-accessories-box {
    width: 100%;
  }
  .product-cols .info-block .image-cover {
    height: 170px !important;
  }
  .banner-heading-white,
  .text-color-blue {
    font-size: 24px;
  }
  .addon-background-color {
    flex-direction: column;
  }
  .single-product-title {
    font-size: 24px;
    line-height: 30px;
  }
  .card-border {
    height: 100%;
  }
  .collection-page-heading {
    font-size: 20px;
  }
  .shipping-bg-image {
    padding: 45px 0px;
  }
  .collection-hero-text {
    font-size: 20px !important;
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  .select-by-text-desktop {
    display: none;
  }
  .select-by-text-mobile {
    display: block;
  }
  .hero-or-text {
    display: none;
  }
  .accordion-new h4 {
    font-size: 14px !important;
  }
  .collection-product-listing {
    padding: 10px 0px;
  }
  .collection-page-heading {
    font-size: 24px;
    line-height: 34px;
  }
  .select-shape-text {
    font-size: 20px;
  }
  .actions {
    gap: 6px;
  }
  .action-btn-box {
    gap: 6px;
  }
  .accordion-width {
    width: 90% !important;
  }
  .first-image:first-child {
    padding-bottom: 20px;
  }
  .section-top-bottom-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scb-heading {
    padding: 0 20px;
  }

  #shopify-section-specifications-sec .owl-next {
    right: -5%;
  }
  #shopify-section-specifications-sec .owl-prev {
    left: -5%;
  }
  .select-box {
    width: 100%;
  }
  .hero-text-index .dd-filter p {
    width: 100%;
  }
  .scb-text {
    padding: 0 20px;
  }
  .input-box-border {
    width: 100%;
  }
  .dimension-input-box {
    flex-direction: column;
    align-items: normal;
  }
  .durability-blocks {
    flex-basis: calc(100%);
    max-width: calc(100%);
  }

  .hero-or-text {
    padding-bottom: 10px;
  }
  .select-box-width {
    width: 100%;
  }
  .select-box {
    display: flex;
  }
  .hero-text-index {
    bottom: 0%;
    left: 0%;
  }

  .strap-measurement-box-1,
  .strap-measurement-box-2 {
    width: 100%;
  }

  .measuring-guide-box {
    gap: 30px;
    padding: 30px 0;
  }
  .where-to-measure-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .measuring-guide-box-1,
  .measuring-guide-box-2 {
    width: 100%;
  }
  .hero-search {
    display: block;
  }
  .free-shipping-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  .product-heading {
    display: block;
  }
  .search-box {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }
  .filter-field {
    width: 100%;
  }
  .product-heading .collection-page-heading {
    text-align: center;
  }
  .collection-product-listing {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #shopify-section-announcement-bar {
    display: none;
  }
  .brand-heading {
    padding: 0px 0;
    font-size: 24px;
  }

  .display-image img {
    object-fit: cover;
  }
  .shape-box-container .select-shape-box:nth-child(even) {
    display: none;
  }
  .select-shape-box {
    padding: 10px 0;
  }
  .info-bar-text {
    font-size: 16px;
  }
  .scb-heading {
    font-size: 24px;
  }
  .primary-heading {
    font-size: 24px !important;
    line-height: normal;
  }

  .select-shape-box:nth-child(even) {
    transform: rotate(90deg);
    padding: 110px 0px;
  }
  .hero-section-para {
    width: 100% !important;
  }
  .shape-box-container {
    display: block;
  }
  .spec-section,
  .bar-box-1,
  .why-my-spa-sec,
  .bar-info-box,
  .header-menu-box,
  .block,
  .footer-grid,
  .product-measuring-info,
  .footer-menu-section {
    display: block;
  }
  .header-height {
    height: 100%;
  }
  .w-100 {
    width: 100%;
  }
  .px-10 {
    padding: 0px 10px;
  }

  .testimonial-box {
    height: 100%;
  }
  .section-spacing-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-section {
    padding: 20px;
  }
  .hero-section-heading {
    font-size: 40px;
    line-height: normal;
  }

  .top-spacing {
    margin-top: 30px;
  }
  .why-my-spa-sec {
    padding-top: 0px;
  }
  .whmc-sub-heading {
    padding: 24px 0px;
  }

  .image-with-text-heading {
    padding-top: 12px;
    font-size: 24px;
  }
  .newsletter-box {
    width: 100%;
  }
  #newsletter-email {
    width: 100%;
  }
  .subscribe-btn {
    width: 100%;
    margin-top: 10px;
  }
  .menu-top-spacing {
    margin-top: 20px !important;
  }
  .testimonials-heading {
    font-size: 24px;
  }
  .mobile-actions {
    display: none;
  }
  .header-menu-box {
    display: flex;
    padding: 14px 0px;
  }
  .m-h .mh-content {
    display: block;
  }
  .add-on-accessories-listing,
  .jacuzzi-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col-sm {
    flex-direction: column;
  }
  .addon-image-box,
  .addon-text-box {
    width: 100%;
  }
  .add-on-image {
    height: auto !important;
  }
  .jacuzzi-grid {
    gap: 50px;
  }
  .reviews {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .accessories-listing {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .checkout-container {
    display: block !important;
  }
  .product-listing-card-width {
    width: 100% !important;
  }
  .banner-heading {
    font-size: 24px !important;
  }
  .checkout-card-width {
    width: 100% !important;
  }
  .form-container {
    display: block !important;
  }
  .contact-us-box-1,
  .contact-us-box-2 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .form-container {
    padding: 40px 20px !important;
  }
  .contact-details-card {
    width: 100% !important;
  }
  .experience-box {
    flex-direction: column;
  }
  .measuring-guide-box,
  .fold-hinge-box {
    flex-direction: column;
  }
  .strap-measurement-box {
    flex-direction: column;
    gap: 20px;
  }
  .bg-blue {
    display: none;
  }
}

@media (min-width: 431px) and (max-width: 820px) {
  .lifter-plates-images {
    margin: 0px;
  }
  .product-heading {
    flex-direction: column;
  }
  .bar-info-box {
    display: none;
  }
  .bar-box-1 {
    flex-direction: column;
  }
  .shape-box-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .shape-box-container .select-shape-box:nth-child(even) {
    display: none;
  }
  .block {
    display: block;
  }
  .w-100 {
    width: 100%;
  }
  .section-spacing-x {
    padding-right: 20px;
    padding-left: 20px;
  }
  .spec-section {
    flex-direction: column;
  }
  #sheild-color {
    padding: 0px;
  }
  #shopify-section-specifications-sec .owl-next {
    right: 0%;
  }
  #shopify-section-specifications-sec .owl-prev {
    left: 0%;
  }
  .footer-grid,
  .footer-menu-section {
    display: block;
  }
  .newsletter-box {
    width: 100%;
  }
  .why-my-spa-sec {
    flex-direction: column;
  }
  .header-menu-box {
    padding: 0 10px;
  }
  .header-btn {
    display: none;
  }
  .collection-product-listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .free-shipping-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .section-top-bottom-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .grid-row {
    flex-direction: column;
  }
  .grid-row .gr-entry {
    flex-basis: 100%;
    max-width: 100%;
  }
  .grid-row .gr-entry:nth-of-type(1) {
    padding: 0px;
  }
  .grid-row.reversed .gr-entry:nth-of-type(2) {
    padding: 0px;
  }
  .gr-entry img {
    width: 100%;
  }
  .reverse-col {
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-heading-white,
  .text-color-blue {
    font-size: 24px;
  }
  .add-on-accessories-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .experience-box-text,
  .experience-box-image {
    width: 100%;
  }
  .experience-box {
    flex-direction: column;
  }
  .bg-blue {
    display: none;
  }
  .jacuzzi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .lifter-plates-images {
    margin: 0px;
  }
  .collection-hero .video-overlay-trigger {
    height: 150px;
    width: 35%;
  }
  .product-heading {
    flex-direction: column;
  }
  .free-shipping-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .collection-hero-text {
    line-height: 40px;
    position: absolute;
    top: 20%;
  }
  .section-spacing-x {
    padding-right: 20px;
    padding-left: 20px;
  }

  #shopify-section-announcement-bar {
    display: none;
  }
  /* .m-h .nav {
    display: none;
  } */
  /* .nav .cf {
    display: block;
    z-index: 999;
  } */
  .header-btn {
    display: none;
  }
  .header-menu-box {
    gap: 50px;
  }
  .m-h .mh-content {
    gap: ;
  }
  #newsletter-email,
  .subscribe-btn {
    width: 100%;
    margin: 5px 0px;
  }
  .add-on-accessories-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

 /* Popup container - hidden by default */
    .popup {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.4);
      padding-top: 60px;
    }

    /* Popup content */
    .popup-content {
      background-color: #fefefe;
      margin: 0% auto;
    
      border: 1px solid #888;
      width: 80%;
      max-width: 700px;
    }

    /* Close button */
    .close {
      color: #aaa;
      float: right;
      font-size: 28px;
      font-weight: bold;
    }

    .close:hover,
    .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
    }
  #color-name{
    text-align:center;
    font-size:20px;
    padding-bottom:20px

  }
.article-custom-style p {
    color: #1d2939 !important;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding:0px 0px 16px 0px
}
.article-custom-style li {
    color: #1d2939 !important;
     font-style: normal;
    font-weight: 400;
}
.article-custom-style h4 , .article-custom-style h3, .article-custom-style h2{
    color: #1d2939 !important;
 font-size: 20pxpx;
    padding:10px 0px 10px 0px;
}
.article-custom-style  b{
   color: #1d2939 !important;
   font-size: 20px;
}
.article-custom-style  li b{
   color: #1d2939 !important;
   font-size: 16px;
}
.article-custom-style ul {
  list-style-type: disc;
  padding-left:30px
}
.article-custom-style{
  color: #1d2939 !important;
}
.mt-40{
  margin-top:40px;
}

.delivery-msg{
    font-size: 13px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    background-color: #12337B;
    padding: 8px;
    border-radius: 16px;
}

.prodct-recomm-box-right
 {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 250px;
    background: #2ba7df;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
   display: none;
}


.color-primary {
  color:#2BA7DF!important;
}

.color-yellow {
  color: #ED8A19 !important;
}

.color-black {
  color: #000 !important;
}