/** Shopify CDN: Minification failed

Line 1929:8 Expected ":"

**/
/* Global Css */
.sh_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.col-md-4 {
  width: 33.33%;
}
.col-md-5 {
  width: 41.666667
}
.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.333333%;
}

.col-md-8 {
  width: 66.66%;
}

.col-12 {
  width: 100%;
}

.text-center {
  text-align: center;
}

/* p {
    color: #000;
} */

/* Common btn */
.common-btn {
  filter: drop-shadow(2.822px 26.852px 47.5px rgba(0, 0, 0, 0.44));
  background-image: linear-gradient(51deg, #7fd097, #55bdef);
  font-size: 24px;
  line-height: 1.2;
  /* color: #fff; */
  font-weight: 600;
  text-decoration: none;
  padding: 21px 42px;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.common-btn:hover {
  background-image: linear-gradient(51deg, #55bdef, #7fd097);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Header Css */
sticky-header.header-wrapper {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #000;
  border: 0px;
  z-index: 9999;
}


.header__menu-item span {
  color: #fff;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 72px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  transition: all 0.3s ease-in;
}

.header__menu-item:hover span {
  color: #01baf8;
}

.header__icon svg > path {
  color: #fff;
}

body.index .scrolled-past-header sticky-header.header-wrapper {
  background-color: #000;
}

sticky-header.header-wrapper header {
  transition: all 0.3s;
}

.scrolled-past-header sticky-header.header-wrapper header {
  padding-top: 0px;
  padding-bottom: 0px;
}

footer.footer {
  background-color: #000;
}

.footer__content-top {
  padding: 0 !important;
}

.footer-block.grid__item {
  text-align: center;
  margin: auto;
}

.cart-count-bubble {
  color: #000;
  background: #008fb4;
}

.header-gradient {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-right-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.index main#MainContent {
  padding-top: 0px;
}

main#MainContent {
  padding-top: 141px;
}

.social-icons {
  width: max-content;
  display: flex;
  gap: 16px;
  border-left: 1px solid #04abd6;
  border-right: 1px solid #04abd6;
  padding-left: 28px;
  padding-right: 28px;
  margin: 0px 28px;
}

.social-icons a {
  display: inline-flex;
}

.social-icons a img {
  transition: all 0.3s ease-in-out;
}

.social-icons a:hover img {
  transform: scale(1.1);
}

/* Hero Banner */
.hero-banner {
  position: relative;
  height: 990px;
  padding-top: 550px;
  /* overflow-x: hidden; */
}

.hero-banner .col-md-6 {
  width: 100%;
}

.banner-top-content {
  text-align: center;
}

.banner-top-content h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  filter: drop-shadow(2.5px 4.33px 13.5px #000000);
  margin: 30px 0 10px 0;
}

.banner-content {
  width: 100%;
  text-align: center;
  position: relative;
}

.banner-arrow {
  position: absolute;
  bottom: 20px;
  right: -200px;
  display: none;
}

.banner-content p {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0px;
}

.video-banner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner .page-width {
  position: relative;
  z-index: 2;
}

/* Second Section */
.time-keeping {
  background-color: #f2faff;
  padding: 120px 0px;
  overflow-x: hidden;
}
.time-keeping-img iframe {
  height: 350px;
  width: 100%;
}
.time-keeping-img img {
  width: 100%;
}

.time-keeping-img a {
  display: none;
}

.time-keeping .sh_row {
  align-content: center;
}

.time-keeping-content {
  text-align: center;
}

.time-keeping-content h2 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-top: 0px;
}

.time-keeping-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 50px;
}

/* track-time-section */
.track-time-section {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50% 100%;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

.track-time-section::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0px;
  width: 50%;
  right: 0px;
  height: 100%;
}

.track-time-content {
  padding-right: 80px;
}

.track-time-content h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 0px;
}

.track-time-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

/* Features List */
.features-list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 140px;
  position: relative;
  overflow-x: hidden;
}

.features-list-content {
  border-radius: 20px;
  max-width: max-content;
  margin: auto;
  margin-right: 0px;

  position: relative;
}

.features-list-heading h2 {
  font-size: 68px;
  line-height: 103px;
  color: #ffffff;
  font-weight: 600;
  filter: drop-shadow(10.466px 13.396px 13.5px rgba(0, 0, 0, 0.43));
}

.features-list-content ul {
  list-style: none;
  padding-left: 0px;
  position: relative;
  z-index: 1;
  padding: 50px 50px 60px 40px;
  background-color: hsla(0, 0%, 0%, 0.788);
  border-radius: 20px;
}

.features-list-content::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0px;
  left: -30px;
  right: 0px;
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  border-radius: 20px;
}

.features-list-content li {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 30px;
}

.features-list-content li img {
  width: 68px;
}

.features-list-content li:not(:last-child) {
  margin-bottom: 35px;
}

/* How Works Section */
.how-works-section {
  padding-top: 100px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-position: 70%;
  background-size: cover;
  overflow-x: hidden;
  position: relative;
}

/* .how-works-section::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0px;
  width: 50%;
  left: 0px;
  height: 100%;
}

.how-works-section::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 50%;
  right: 0px;
  height: 100%;
  background-color: #fff;
} */

.how-works-content {
  padding-left: 97px;
  position: relative;
  z-index: 1;
}

.how-works-content h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 56px;
  margin-top: 0px;
}

.how-works-content h3 strong {
  color: #00a7d2;
}

.how-works-content h3 > p {
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 30px;
}

.how-works-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.how-works-content .common-btn {
  margin: auto;
  margin: 60px auto auto;
  display: block;
  width: max-content;
}

/* Who Looptimer Section */
.who-looptimer-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
  overflow-x: hidden;
  position: relative;
}

.who-looptimer-content {
  position: relative;
  filter: drop-shadow(2.5px 4.33px 13.5px #000000);
}

.who-looptimer-content h2 {
  font-size: 40px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}

.who-looptimer-content strong {
  font-size: 24px;
  line-height: 36px;
  color: #01baf8;
  font-weight: 600;
}

.who-looptimer-content p {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0px;
}

.who-looptimer-content ul {
  list-style: none;
  margin-top: 45px;
  margin-bottom: 80px;
}

.who-looptimer-content li {
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 27px;
  font-weight: 600;
}

.who-looptimer-content li img {
  width: 50px;
  height: auto;
}

/* features-list-with-video */
.features-list-with-video {
  padding-top: 140px;
  padding-bottom: 70px;
  overflow-x: hidden;
}

.features-list-with-video h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}

.product .features-list-with-video h2 {
  text-align: left;
}

.product .features-list-with-video {
  padding-top: 30px;
}

.product .features-list-with-video .col-md-6:last-child {
  /* margin-top: 40px; */
}

.video-container {
  position: relative;
  padding-top: 240px;
}

#tab-features .video-container {
  position: relative;
  margin-top: 75px;
}

.gr-fram-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  right: -80px;
}

.features-list-with-video .gr-fram-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 120px;
  right: -80px;
}

.video-container img.thumbnail-video {
  height: 430px;
  object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 1;
}

.play-icon {
  position: absolute;
  top: 300px;
  left: 50px;
  z-index: 1;
}

.features-video-content {
  padding-right: 24px;
  margin-bottom: 56px;
}

.features-video-content ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.features-video-content li {
  border-radius: 20px;
  filter: drop-shadow(2.5px 4.33px 12px rgba(0, 0, 0, 0.13));
  background-color: #fff;
  border: 1px solid rgba(0, 223, 255, 0.24);
  margin-bottom: 12px;
  padding: 20px 30px;
  padding-left: 80px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: self-start;
  gap: 20px;
  position: relative;
}

#tab-features .features-video-content li {
  border-radius: 0px;
  filter: none;
  background-color: #fff;
  border: none;
  margin-bottom: 0px;
  padding: 20px 30px;
  padding-left: 80px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.features-list-with-video li::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  background-position: 100%;
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
}

.features-video-content p {
  margin-top: 0px;
}

.features-video-content p,
.features-video-content h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 10px;
}

.features-video-content li img {
  width: 29px;
}

.video-container {
  padding-left: 24px;
}

.video-container iframe {
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.index .features-list-with-video .video-container {
  padding-left: 35px;
  padding-top: 235px;
}

/* Timer Creator Section */
.timer-creator-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e3f7fc;
  position: relative;
  overflow-x: hidden;
}

.timer-creator-section .col-12 {
  margin-bottom: 30px;
}

.timer-creator-section h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.timer-creator-content p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}

.timer-creator-img {
  padding-top: 130px;
  padding-left: 100px;
  position: relative;
}

.timer-creator-content i {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.timer-creator-img {
  position: relative;
}

.inner-timer-creator {
  position: relative;
  z-index: 1;
}

.inner-timer-creator img:last-child {
  width: max-content;
  margin: auto;
  display: block;
}

/* looptimers-journey-section */
.looptimers-journey-section {
  padding-top: 115px;
  padding-bottom: 125px;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;

  overflow-x: hidden;
  position: relative;
}

.looptimers-journey-section::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.looptimers-journey-section::before {
  content: "";
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
}

.looptimers-time-content {
  padding-left: 10px;
  position: relative;
  z-index: 1;
}

.looptimers-time-content h2 {
  font-size: 40px;
  line-height: 60px;
  color: #00a7d2;
  font-weight: 600;
  text-align: center;
  filter: drop-shadow(0.5px 2px 2px rgba(0, 0, 0, 0.4));
}

.looptimers-time-content iframe {
  width: 100%;
  height: 400px;
}

/* time-reimagined */
.time-reimagined {
  padding: 94px 0px;
  overflow-x: hidden;
  background-color: #e3f7fc;
}

.time-reimagined .sh_row {
  align-items: center;
}

.time-reimagined-content {
  text-align: center;
}


.time-reimagined-content h2 {
  /* font-size: 40px; */
  /* line-height: 60px; */
  font-weight: 600;
  margin-bottom: 30px;
}

.time-reimagined-content p {
  /* font-size: 24px; */
  /* line-height: 40px; */
  font-weight: 400;
  margin-bottom: 30px;
}

.time-reimagined-img {
  overflow: hidden;
}

h2.footer-block__heading > a {
  text-decoration: none;
}

h2.footer-block__heading > a:hover {
  color: #01d3f9;
}

.footer-block__details-content p {
  color: #fff;
}
.footer-block--menu {
  width: 100%;
  margin: 0px;
}
.list-unstyled {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.list-unstyled li {
  margin-right: 25px;
}
body.contact-information .content-for-layout,
body.refund-policy .content-for-layout {
  margin-bottom: 20px;
}
/* Product Page  */
.product__title h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}

.product__title {
  margin-bottom: 0 !important;
}

.product__description {
  margin-bottom: 0px !important;
}
.product__info-container > * + * {
  margin: 0 0 !important;
}
.product__description p {
  /* font-size: 16px;
  line-height: 21px;
  font-weight: 400; */
}

.product__description.rte {
  margin-top: 0px !important;
}

.price .price-item {
  font-size: 72px;
  line-height: 1.2;
  color: #00caff;
  font-weight: 600;
  display: none !important;
}

.price-item-safe {
  margin: 0px;
  font-size: 18px;
  line-height: 36px;
  color: rgba(var(--color-foreground), 1);
  font-weight: 600;
}

.product-form__submit::after,
.product-form__submit::before {
  content: none;
}

.product__info-container {
  display: flex;
  flex-wrap: wrap;
}

s.price-item.price-item--regular {
  display: none;
}

span.badge.price__badge-sale.color-scheme-4 {
  display: none;
}

.product__info-container .product-form__quantity .form__label {
  font-size: 18px;
  line-height: 36px;
  color: rgba(var(--color-foreground), 1);
  font-weight: 600;
}

.product__description + div {
  width: 100%;
}

.product-form__quantity {
  width: max-content;
  display: inline-flex;
  flex: unset !important;
}

.product-form__quantity + div {
  max-width: max-content;
  display: inline-flex;
  margin-left: 40px;
}

.product-form__quantity {
  margin: 0;
}

quantity-input.quantity {
  height: 70px;
  border: 2px solid rgba(var(--color-foreground), 1);
}

.quantity__input {
  font-size: 24px;
}

.pricing_item_grid {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px !important;
  width: 100%;
}

/* Tabs Section */
.products-tab-section {
  padding-top: 0px;
}

.tabs-nav {
  display: flex;
  list-style: none;
  background-color: #ffffff;
  border: 2px solid rgba(var(--color-foreground), 1);
  margin-bottom: 0px;
}

.tabs-nav li {
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  text-transform: uppercase;
  color: rgba(var(--color-foreground), 1);
  font-weight: 600;
  position: relative;
}

.tabs-nav a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.tabs-nav li a.active:after {
  content: "";
  position: absolute;
  bottom: -17px;
  width: 100%;
  height: 6px;
  left: 0;
  background-color: #00caff;
  z-index: 1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.control-section-display {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #008fb4;
  position: relative;
  overflow: hidden;
}

.control-section-display:before {
  content: "";
  position: absolute;
  border-radius: 499px;
  background-color: rgb(0 202 255 / 40%);
  width: 997px;
  height: 997px;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -52%);
}

.control-section-display .page-width {
  position: relative;
  z-index: 1;
}

.control-section-display .col-12 {
  text-align: center;
}

.control-section-display .col-12 img {
  padding-right: 90px;
}

.control-section-content h2,
.control-section-content h3,
.control-section-content p {
  color: #ffff;
}

.control-section-content h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin: 0px;
}

.control-section-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
}

.control-section-content {
  font-size: 24px;
  line-height: 48px;
}

.control-section-content {
  max-width: 520px;
}

.control-section-display .col-md-6:last-child .control-section-content {
  margin: auto;
  margin-right: 0;
  max-width: 530px;
}

/* tracking-glance-section */
.tracking-glance-section {
  padding-top: 90px;
  padding-bottom: 80px;
}

.tracking-glance-content h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin-top: 0px;
}

.tracking-glance-section .sh_row {
  align-items: center;
}

.tracking-glance-content p {
  font-size: 24px;
  line-height: 48px;
  font-weight: 400;
  margin-top: 0;
}

.tracking-glance-img img {
  width: 100%;
}

.tracking-glance-content p:not(:last-child) {
  margin-bottom: 60px;
}

.tracking-glance-content p:last-child {
  margin-bottom: 0;
}

/* phone-looptimer-section */
.phone-looptimer-section {
  padding-top: 122px;
  padding-bottom: 160px;
  background-color: #008fb4;
  position: relative;
  overflow: hidden;
}

.phone-looptimer-section:after {
  content: "";
  position: absolute;
  top: -27%;
  right: -30%;
  opacity: 0.4;
  width: 1120px;
  height: 1120px;
  border-radius: 560px;
  background-color: #00caff;
  transform: translateY(-10%);
}

.phone-looptimer-section .sh_row {
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.phone-looptimer-section h2 {
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-top: 0;
  margin-bottom: 80px;
}

.phone-looptimer-section h2:after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 78px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone-looptimer-section h3 {
  font-size: 30px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 400;
}

.phone-looptimer-section p {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #ffffff;
}

.phone-looptimer-clock {
  position: absolute;
  top: 40%;
  right: 50px;
  z-index: 1;
  text-align: right;
}

.phone-looptimer-content {
  padding: 0 49px;
}

.phone-looptimer-first {
  position: absolute;
  bottom: -10px;
  filter: drop-shadow(2.822px 26.852px 47.5px rgba(0, 0, 0, 0.6));
  left: 5%;
}

.looptime-different {
  position: relative;
  padding-top: 80px;
  padding-bottom: 110px;
  overflow-x: hidden;
}

.looptime-different .col-12 {
  text-align: center;
  margin-bottom: 60px;
}

.looptime-different h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  margin: 0;
}

.looptime-different span {
  font-size: 24px;
  line-height: 60px;
  color: #00caff;
  font-weight: 600;
  display: block;
}

.looptime-different-table,
.looptime-different-table table {
  width: 100%;
}

.looptime-different-table table {
  box-shadow: none !important;
}

.looptime-different-table table:not([class]) td,
.looptime-different-table table:not([class]) th {
  border: 0px !important;
}

.looptime-different-mobile img {
  width: 100%;
}

.looptime-different-table table * {
  border: 0px;
  color: #fff;
}

.looptime-different-table table th {
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  padding: 0px 0px 20px 0;
}

.looptime-different-table table td {
  font-size: 21px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
}

.looptime-different-table table th:first-child {
  padding-right: 10px;
}

.looptime-different-table table tr td:first-child {
  padding-right: 10px;
}

.looptime-different-table table th:nth-child(2),
.looptime-different-table table th:nth-child(3) {
  width: 23%;
  min-width: 186px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.looptime-different-table table tr:first-child > th:nth-child(2):after {
  content: "";
  border-bottom: 25px solid #00caff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 130%;
  position: absolute;
  top: -40px;
  left: -30px;
  right: 0;
}

.looptime-different-table table tr:last-child > td:nth-child(2):after {
  content: "";
  border-bottom: 25px solid #00caff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 130%;
  position: absolute;
  left: -30px;
  right: 0;
  transform: rotate(180deg);
  bottom: -80px;
}

.looptime-different-table table:after {
  content: "";
  position: absolute;
  top: -25px;
  bottom: 0;
  right: 21%;
  width: 23%;
  height: 105%;
  filter: drop-shadow(0 0 23px rgba(0, 0, 0, 0.23));
  background-color: #00caff;
}

.looptime-different-table table td {
  padding: 0px;
  padding-bottom: 35px;
}

.looptime-different-table table td:nth-child(2),
.looptime-different-table table td:nth-child(3) {
  text-align: center;
  line-height: 0;
}

.looptime-different-content {
  /* padding-right: 70px; */
  max-width: 760px;
  margin: 0 auto;
}

.looptime-different-content p {
  font-size: 21px;
  line-height: 33px;
  color: rgba(var(--color-foreground), 1);
  font-weight: 400;
}

.looptime-different-desktop img {
  width: 100%;
}

.looptime-different-desktop {
  position: relative;
}

.looptime-different-desktop::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  right: -90%;
  background-color: #008fb4;
}

.product-specification-section {
  padding-bottom: 100px;
}

.product-specification-section h2 {
  /* font-size: 40px; */
  /* line-height: 60px; */
  color: rgba(var(--color-foreground), 1);
  font-weight: 600;
  margin: 30px 0px;
}

.product-specification-section h2 + a {
  margin-bottom: 40px;
  align-items: center;
  display: inline-flex;
  gap: 10px;
  filter: drop-shadow(1px 5px 10px rgba(0, 0, 0, 0.44));
}

@media (max-width: 580px) {
  .product-specification-section h2 + a {
    font-size: 18px;
    padding: 14px 22px;
  }
}

.product-specification {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-specification h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}

.spec-table {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 25px;
  border: 4px solid #ccc;
  padding: 10px;
  position: relative;
}

.spec-table:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 96%;
  background-color: #ccc;
  top: 5px;
  bottom: 0;
  left: 48.8%;
}

.spec-table p {
  width: calc(50% - 30px);
  border-bottom: 3px solid #ccc;
  padding: 10px;
  margin: 0;
}

.spec-table p:nth-last-child(1) {
  border-bottom: none;
}

.spec-table p:nth-last-child(2) {
  border-bottom: none;
}

.spec-column {
  flex: 1;
  position: relative;
}

.spec-column p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px;
}

.spec-column p:not(:last-child) {
  border-bottom: 4px solid #ccc;
}

.spec-column p strong {
  color: #000;
}

.product-video-section h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: left;
}

.video-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.video-item {
  text-align: center;
  width: calc(100% / 2 - 15px);
  position: relative;
}

.video-item img {
  width: 100%;
  height: 426px;
  object-fit: cover;
}

.video-item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-item .play-button img {
  width: 100%;
  height: auto;
}

.product-video-section .col-12 h2 {
  font-size: 40px;
  line-height: 60px;
  color: rgba(var(--color-foreground), 1);
  font-weight: 600;
  margin: 30px 0px;
}

.video-item p {
  margin-top: 10px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  color: #000;
}

div#cart-notification {
  background-color: #ffff;
  top: 110px;
}

.button.button--primary,
.cart__checkout-button {
  filter: drop-shadow(2.822px 26.852px 47.5px rgba(0, 0, 0, 0.44));
  background-image: linear-gradient(51deg, #7fd097, #55bdef);
  font-size: 24px;
  line-height: 1.2;
  /* color: #fff; */
  font-weight: 600;
  text-decoration: none;
  padding: 21px 42px;
  display: inline-block;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.button.button--primary::after,
.cart__checkout-button::after,
.cart__checkout-button::before,
.button.button--primary::before {
  content: unset;
  display: none;
}

.button.button--primary:hover,
.cart__checkout-button:hover {
  background-image: linear-gradient(51deg, #55bdef, #7fd097);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.cart-items thead th {
  text-transform: uppercase;
  font-size: 24px;
}

cart-remove-button .icon-remove {
  width: 40px !important;
  color: #000;
}

small.tax-note.caption-large.rte {
  font-size: 20px;
}

a.underlined-link {
  font-size: 24px;
}

.title-wrapper-with-link {
  margin-bottom: 60px;
}

h1.title.title--primary {
  font-size: 40px;
  font-weight: 600;
}

h2.totals__total,
a.cart-item__name.h4 {
  font-size: 24px !important;
  font-weight: 600;
  text-transform: capitalize;
}

p.totals__total-value {
  font-size: 20px;
  color: #00caff;
}

.collection .price .price-item {
  font-size: 42px;
  line-height: 36px;
  color: #00caff;
  font-weight: 600;
}

.full-unstyled-link {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* Modal Background */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

/* Modal Content (Video Player) */
.video-modal-content {
  position: relative;
  max-width: 80%;
  max-height: 600px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

/* Video Frame */
.video-frame {
  max-width: 600px;
  height: 500px;
  width: 600px;
}

.section-template--16092265054307__main-padding {
  padding-top: 0 !important;
}

.share-container {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.share-container span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.share-container span img {
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.share-container a {
  display: block;
  padding: 10px;
  border: 1px solid #ccc;
  line-height: 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.share-container a:hover {
  transform: scale(1.1);
}

.share-container img {
  width: 24px !important;
}

/* Features Comparison  */
.features-comparison {
  display: flex;
  padding: 15px 0 56px 50px;
  position: relative;
  background-color: #008fb4;
  border-radius: 20px 20px 20px 20px;
}

/* .features-comparison:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #008fb4;
} */

.features-comparison ul {
  list-style: none;
  padding-left: 0;
}

.features-comparison li {
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 500;
}

.feature-column {
  padding-top: 20px;
}

.feature-column h3 {
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}

.feature-column:first-child {
  padding-top: 180px;
}

.feature-column:nth-child(2) {
  filter: drop-shadow(0 0 23px rgba(0, 0, 0, 0.23));
  background-color: #00caff;
  position: relative;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-column:not(:first-child) {
  text-align: center;
  width: 238px;
}

.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #00a7d2;
  color: #fff;
  border: none;
  /* padding: 10px 15px; */
  font-size: 18px;
  cursor: pointer;
  display: none;
  /* Initially hidden */
  border-radius: 50%;
  z-index: 999;
  width: 50px;
  height: 50px;
  filter: drop-shadow(2.822px 26.852px 47.5px rgba(0, 0, 0, 0.44));
}

.product__info-container .product-form {
  margin: 0 !important;
}

.slider-button .icon {
  height: 10px !important;
}

.product-rating {
  display: none;
}

.product-reviews-section h2 {
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-weight: 600;
  margin: 30px 0;
}

/* FAq */
.faq-grid {
  display: flex;
  gap: 24px;
  align-items: self-start;
  padding-bottom: 26px;
  margin-bottom: 46px;
}
.faq-grid:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.faq-content-grid h3 {
  margin: 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.faq-count-grid span {
  width: 56px;
  font-size: 24px;
  line-height: 36px;
  color: #00caff;
  font-weight: 700;
  background-image: url(/cdn/shop/files/line-bg-shape.png?v=1741002018);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
}

/* Mobile accordion */
@media (min-width: 990px) {
  button.accordion-header {
    display: none;
  }

  .mobile-tracking-glance {
    display: none;
  }

  .looptime-different-mobile {
    display: none;
  }

  .looptime-different-table {
    border-radius: 20px 20px 20px 20px;
    background-color: #008fb4;
  }

  .control-mobile-view-img,
  .phone-looptimer-first-mobile {
    display: none;
  }
}

@media (max-width: 989px) {
  .video-container {
    margin-top: 0px;
  }

  .video-container {
    padding-top: 40px;
  }

  .col-md-4,
  .col-md-8 {
    width: 100%;
  }

  .how-works-section:before,
  .track-time-section:before,
  .looptimers-journey-section:before {
    display: none;
  }

  .looptimers-journey-section:after {
    width: 100%;
  }

  .tabs-nav {
    display: none;
  }

  .tab-content {
    display: block;
  }

  .product .products-tab-section {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .accordion-wrapper {
    display: block;
  }

  .accordion-header-btn {
    padding: 0 15px;
  }

  .accordion-header {
    width: 100%;
    padding: 30px;
    background-color: #fff;
    border: 2px solid #000;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-header img {
    transform: rotate(180deg);
  }

  .accordion-header-btn.active .accordion-header img {
    transform: rotate(0deg);
  }

  .product .play-icon img {
    width: 85px;
  }

  .accordion-content {
    display: none;
    padding: 15px;
  }

  .product .features-list-with-video {
    padding-top: 0px;
    over
  }

  .product .features-video-content {
    padding: 0;
  }

  .product .page-width {
    padding: 0;
  }

  .product .features-list-with-video h2 {
    text-align: center;
  }

  .video-container img.thumbnail-video {
    height: auto;
  }

  .product .gr-fram-img img {
    width: 90%;
  }

  .control-section-display,
  .phone-looptimer-section,
  .looptime-different {
    margin: 0;
  }

  .control-section-display .col-12 img {
    padding: 0 10px;
    width: 100%;
    height: auto;
  }

  .control-section-content {
    text-align: center;
    max-width: 100% !important;
    padding: 0 25px;
  }

  .control-section-display .col-md-6:last-child .control-section-content {
    max-width: 100% !important;
  }

  .desktop-tracking-glance {
    display: none;
  }

  .tracking-glance-section {
    text-align: center;
  }

  .looptime-different-content {
    padding-right: 0px;
    text-align: center;
    
  }

  .phone-looptimer-section {
    padding-bottom: 0px !important;
  }

  .phone-looptimer-clock img {
    width: 70%;
    height: 70%;
  }

  .phone-looptimer-clock {
    right: 0% !important;
    z-index: 1;
    bottom: 20% !important;
    top: unset !important;
  }

  .spec-table {
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-between;
  }

  .spec-column:first-child p:last-child {
    border-bottom: 4px solid #ccc;
  }

  .spec-column {
    flex: unset;
    width: 100%;
  }

  .video-item {
    width: 100%;
  }

  .product--mobile-show .product__media-wrapper {
    width: 100%;
  }

  .product--mobile-show .product__info-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    margin-top: 40px;
  }

  .product__info-container {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
  }

  .product .products-tab-section {
    padding-bottom: 0px;
  }

  .looptime-different-desktop {
    display: none;
  }

  .who-looptimer-content ul {
    padding-left: 0;
  }

  .who-looptimer-content li {
    font-size: 20px;
  }

  .features-list-with-video .col-12.text-center {
    margin-top: 110px;
  }

  .price .price-item {
    font-size: 72px;
  }

  .phone-looptimer-clock {
    display: none;
  }

  .phone-looptimer-first {
    position: unset !important;
    text-align: center;
    padding-top: 160px;
    margin-bottom: -10px;
  }

  .phone-looptimer-first img {
    width: auto !important;
  }

  .phone-looptimer-first-mobile {
    position: absolute;
    /* top: 0; */
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .phone-looptimer-first-mobile img {
    width: 300px !important;
    display: block;
  }

  .who-looptimer-section::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .looptime-different .col-12 {
    margin-bottom: 0px;
    padding: 0 15px;
  }

  .looptime-different .col-md-4 {
    padding: 0 15px;
  }

  .looptime-different-content p {
    margin-top: 5px;
  }

  .control-mobile-view-img img {
    width: 100%;
  }

  .phone-looptimer-clock {
    right: 30% !important;
    z-index: 1;
  }

  .pricing_item_grid {
    justify-content: center;
  }

  div#judgeme_product_reviews {
    padding: 0 25px;
  }

  .product__info-container .product-form__quantity .form__label {
    text-align: left;
  }

  .phone-looptimer-section:after {
    display: none;
  }

  /* Mobile Menu */
  .menu-drawer__utility-links {
    background-color: #fff !important;
    border-top: 3px solid #ccc !important;
  }

  .menu-drawer li.list-social__item {
    width: max-content;
    border-left: 1px solid #04abd6;
    padding-left: 12px;
    padding-right: 18px;
  }

  .menu-drawer .list-social {
    justify-content: center;
  }

  .menu-drawer__inner-container {
    position: relative;
    height: 89% !important;
  }

  .menu-drawer .list-social {
    justify-content: center !important;
    width: 100%;
    margin: 0 !important;
  }

  .list-social__item .svg-wrapper svg > path {
    fill: #00a7d2;
  }

  .mobile_menu_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .mobile_menu_cart .header__icon svg > path {
    color: #000;
  }

  .product__info-wrapper .shopify-app-block {
    width: 100%;
  }

  .product-reviews-section h2 {
    text-align: center;
  }

  .looptime-different-table table:after {
    display: none;
  }

  .features-comparison {
    padding: 20px 20px;
    border-radius: 20px;
  }

  .looptime-different-table table th {
    font-size: 24px;
  }

  .looptime-different-table table td {
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 0px 10px 0 !important;
  }
}

/* Responsive Css */
@media (max-width: 1700px) {
  .phone-looptimer-clock img,
  .phone-looptimer-first img {
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 1600px) {
  .phone-looptimer-clock img,
  .phone-looptimer-first img {
    width: 70%;
    height: 70%;
  }
}

@media (max-width: 1500px) {
  .features-list-heading h2 {
    font-size: 55px;
    text-align: center;
  }

  .how-works-content h3 {
    font-size: 26px;
    line-height: 44px;
  }

  .how-works-content h2 {
    margin-bottom: 40px;
  }

  .time-reimagined-img img {
    width: 100%;
    overflow: hidden;
    height: auto;
  }
}

@media (max-width: 1400px) {
  .phone-looptimer-clock img,
  .phone-looptimer-first img {
    width: 60%;
    height: 60%;
  }
}

@media (max-width: 1280px) {
  .control-section-display .col-md-6:last-child .control-section-content {
    max-width: 400px;
  }

  .control-section-content {
    max-width: 420px;
  }

  .phone-looptimer-clock img {
    width: 50%;
    height: 50%;
  }

  .phone-looptimer-first {
    left: 0px;
  }

  .phone-looptimer-section .col-md-6 {
    width: 75%;
  }

  .phone-looptimer-clock img {
    width: 40%;
    height: 40%;
  }

  .phone-looptimer-section {
    padding-top: 70px;
    padding-bottom: 230px;
  }

  .phone-looptimer-clock {
    top: 30%;
    right: 0px;
  }
}

@media (min-width: 990px) {
  .track-time-img {
    display: none;
  }

  .how-works-image {
    display: none;
  }
}

@media (max-width: 989px) {
  .index .page-width {
    /* padding: 0; */
    position: relative;
    z-index: 1;
  }

  .phone-looptimer-section .col-md-6 {
    width: 100%;
  }

  .header-right-menu {
    display: none;
  }

  header.header.header--mobile- {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .col-md-5,
  .col-md-6,
  .col-md-7{
    width: 100%;
  }

  .footer-block.grid__item,
  footer.footer .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .time-keeping-content {
    margin-top: 40px;
  }

  .track-time-img {
    width: 100%;
  }

  .track-time-section {
    height: auto;
    background-image: none !important;
    padding-top: 80px;
  }

  .track-time-img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .track-time-img img {
    width: 100%;
    display: block;
  }

  .track-time-content {
    padding: 0 25px;
    text-align: center;
    margin-bottom: 50px;
  }

  .time-keeping-content {
    padding: 0 25px;
  }

  .time-keeping {
    padding: 70px 0;
  }

  .track-time-content h2 {
    margin-bottom: 10px;
  }

  .features-list-heading {
    text-align: center;
    padding: 0 25px;
  }

  .features-list-content {
    margin: auto;
  }

  .features-list:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 202, 255, 1) 45%
    );
  }

  section.how-works-section {
    background-image: none !important;
    padding-top: 0px;
  }

  .how-works-image img {
    width: 100%;
  }

  .how-works-content {
    padding: 0 25px;
    text-align: center;
  }

  .how-works-content h2 {
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .who-looptimer-content {
    padding: 0 25px;
  }

  .who-looptimer-content h2,
  .who-looptimer-content strong,
  .who-looptimer-content p {
    text-align: center;
    display: block;
  }

  .who-looptimer-section {
    background-position: center bottom;
  }

  .who-looptimer-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .features-list-with-video {
    padding-top: 70px;
  }

  .features-video-content {
    padding: 0 25px;
  }

  .features-video-content p,
  .features-video-content h4 {
    text-align: center;
  }

  .video-container .gr-fram-img {
    right: 0;
    text-align: center;
    top: -20px;
  }

  .video-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
  }
  .index .features-list-with-video .video-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 100px;
  }

  .timer-creator-content {
    padding: 0 25px;
    text-align: center;
  }

  .timer-creator-section .sh_row {
    flex-direction: column-reverse;
  }

  .looptimers-journey-section {
    background-image: unset !important;
  }

  .looptimers-time-content h2 {
    text-align: center;
    margin-top: 0px;
  }

  .looptimers-time-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .looptimers-journey-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .time-reimagined .time-reimagined-img {
    text-align: center;
    overflow: hidden;
  }

  .time-reimagined-content {
    padding: 0 25px;
  }

  .hero-banner {
    position: relative;
    height: auto;
    padding-top: 450px;
    padding-bottom: 150px;
  }

  .share-container {
    justify-content: center;
  }

  .product-video-section .col-12 h2,
  .product-specification-section h2 {
    text-align: center;
    margin-top: 0px;
  }

  .product__title {
    display: block;
    text-align: center;
    width: 100%;
  }

  .control-mobile-view-img img {
    width: 100%;
    padding: 0 10px;
    margin: 15px 0px;
  }

  .control-mobile-view-img2 img {
    width: 100%;
    padding: 0 10px;
    margin: 15px 0px;
    height: auto;
  }

  .grid__item.product__media-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 700px) {
  .looptimers-time-content h2 {
    padding: 0;
    margin: 0;
  }

  .looptimers-journey-section {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .banner-content {
    margin-left: 0;
  }

  .banner-arrow {
    width: 122px;
    right: -80px;
  }

  .control-section-content h3 {
    font-size: 20px;
    font-weight: 400;
  }

  .control-section-content h2 {
    font-size: 24px;
    line-height: 55px;
  }

  .control-section-content p {
    margin-top: 0px;
  }
}

@media (max-width: 680px) {
  .video-frame {
    max-width: 400px;
    width: auto;
    height: auto;
  }

  .close-btn {
    top: -40px;
  }

  .looptime-different {
    padding-top: 0px;
  }

  .phone-looptimer-content {
    padding: 0 5px;
  }

  .looptime-different-table table td {
    font-size: 16px;
    padding-left: 0 !important;
  }

  .looptime-different-table table td img {
    width: 20px;
    height: 20px;
  }

  .looptime-different-table table th img {
    width: 65px;
    height: 54px;
  }

  .looptime-different-table table th {
    font-size: 15px;
    line-height: 1.2;
    padding: 0;
  }

  .looptime-different-table table th:nth-child(2),
  .looptime-different-table table th:nth-child(3) {
    width: 28%;
  }
  .time-keeping-img iframe {
    height: 300px;
    width: 100%;
  }
}

@media (max-width: 580px) {
  .features-video-content {
    margin-bottom: 0px;
  }
  .index .features-list-with-video .video-container {
    padding-top: 0px;
  }
  .time-keeping-content p {
    margin-bottom: 0px;
  }
  .time-keeping-img a {
    display: inline-block;
  }
  .time-keeping-content a {
    display: none;
  }
  .time-keeping-img {
    text-align: center;
  }
  .time-keeping .sh_row {
    flex-direction: column-reverse;
  }

  /* .product .features-list-with-video .col-md-6:last-child {
    margin-top: 0px;
  } */

  .product .features-list-with-video {
    padding-bottom: 0px;
  }

  .video-container {
    padding-top: 0px;
  }

  .features-list-with-video .video-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
  }

  .video-container iframe {
    height: 230px;
  }

  .features-list-with-video .gr-fram-img {
    display: none;
  }
  .features-list-with-video .col-12.text-center {
    margin-top: 0px;
  }

  .product__title h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 10px;
  }

  #tab-faqs .product-video-section .col-12 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .time-keeping {
    padding: 10px 0 30px 0;
  }
  .time-keeping-content {
    margin-top: 0px;
  }
  .faq-grid {
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .spec-table p:nth-last-child(2) {
    border-bottom: 3px solid #ccc;
  }

  .how-works-content h3 {
    margin: 10px 0px 0px 0px;
  }

  .phone-looptimer-section h3,
  .phone-looptimer-section p {
    font-size: 18px;
    line-height: 25px;
  }

  .phone-looptimer-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .looptime-different-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .looptime-different h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .tracking-glance-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .tracking-glance-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .control-section-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .product__description p {
    font-size: 12px;
    line-height: 18px;
  }

  .product__description.rte {
    margin-bottom: 0 !important;
  }

  .time-reimagined-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .time-reimagined-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .looptimers-time-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .timer-creator-content i {
    font-size: 14px;
    line-height: 18px;
  }

  .timer-creator-content {
    padding: 0 5px;
  }

  .timer-creator-content p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 22px;
  }

  .timer-creator-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timer-creator-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .features-video-content p,
  .features-video-content h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .features-list-with-video h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #tab-features .features-video-content li {
    padding: 15px 0px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  #tab-features .features-list-with-video li::after {
    top: 10px;
    left: 0px;
  }

  #tab-features .features-video-content {
    margin-bottom: 0px;
  }

  .features-video-content li {
    font-size: 14px;
    line-height: 20px;
  }

  .who-looptimer-content ul {
    margin-bottom: 40px;
  }

  .who-looptimer-content li {
    margin-bottom: 15px;
  }

  .who-looptimer-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .who-looptimer-content strong {
    font-size: 20px;
    line-height: 30px;
  }

  .who-looptimer-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .how-works-content p {
    font-size: 14px;
    line-height: 25px;
  }

  .how-works-content h3 > p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .how-works-content {
    padding: 0 5px;
  }

  .how-works-content h2 {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
  }

  .looptimers-time-content iframe {
    height: 300px;
  }

  .track-time-section {
    display: none;
  }

  .video-container .play-icon {
    top: 80px;
    left: 25px;
  }

  .video-container .play-icon img {
    width: 75px;
  }

  .gr-fram-img img {
    width: 100%;
    height: auto;
  }

  .time-keeping-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .time-keeping-content p {
    font-size: 20px;
    line-height: 30px;
  }

  .timer-creator-img {
    position: relative;
    padding-left: 0;
    padding-top: 90px;
  }

  .inner-timer-creator img {
    width: 100%;
    height: auto;
  }

  .gr-fram-img {
    right: 0px;
  }

  .banner-content {
    padding: 0 25px;
  }

  .banner-top-content h1 {
    font-size: 24px;
    line-height: 56px;
  }

  .banner-top-content {
    padding: 0 25px;
  }

  .track-time-content h2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.5;
  }

  .track-time-content p {
    font-size: 20px;
    line-height: 32px;
  }

  .features-list-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .features-list-content li {
    font-size: 20px;
    gap: 20px;
  }

  .features-list-content li img {
    width: 45px;
    height: auto;
  }

  .features-list-content ul {
    padding: 30px 30px 30px 20px;
    width: 100%;
  }

  .features-list-content {
    max-width: 90%;
  }

  .phone-looptimer-clock {
    position: absolute;
    right: -40%;
    z-index: 1;
    bottom: 9%;
    top: unset;
  }

  .features-list-with-video .col-12.text-center {
    background-color: #4d4d4d;
    padding: 25px 0px;
  }

  main#MainContent {
    padding-top: 100px;
  }

  .product--mobile-show .product__info-wrapper {
    margin-top: 0px;
  }

  .spec-table p {
    width: 100%;
  }

  .spec-table p:last-child {
    border-bottom: 0px;
  }

  .spec-table:after {
    display: none;
  }

  .phone-looptimer-clock img {
    width: 50% !important;
    height: 50% !important;
  }

  .phone-looptimer-first img {
    width: 100% !important;
  }

  .phone-looptimer-first-mobile img {
    width: 230px !important;
  }
}

@media (max-width: 480px) {
  .banner-content p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-align: center;
    display: none;
  }

  .hero-banner {
    padding-top: 340px;
    padding-bottom: 110px;
  }

  .looptime-different {
    padding-top: 0;
  }

  .banner-content .common-btn {
    font-size: 20px;
    padding: 15px 33px;
    display: inline-flex;
  }

  .banner-arrow {
    right: -30px;
  }

  .share-container {
    gap: 3px;
  }

  .product-form__quantity + div {
    max-width: max-content;
    display: inline-flex;
    margin-left: 5px;
  }

  .button.button--primary,
  .cart__checkout-button {
    font-size: 18px;
    padding: 23px 36px;
  }

  .pricing_item_grid {
    justify-content: center;
    gap: 7px;
  }

  .product__info-container .product-form {
    margin: 0 !important;
  }

  .timer-creator-img {
    padding-top: 60px;
  }
}

@media (max-width: 420px) {
  .who-looptimer-content {
    padding: 0 15px;
  }

  .who-looptimer-content h2 {
    margin-top: 0px;
  }

  .who-looptimer-content li img {
    width: 40px;
    height: auto;
  }

  .who-looptimer-content li {
    font-size: 20px;
    gap: 20px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1200px) {
  .looptime-different-table table:after {
    top: -20px;
    height: 103%;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .looptime-different-table table tr:first-child > th:nth-child(2):after {
    left: -25px;
  }

  .looptime-different-table table tr:last-child > td:nth-child(2):after {
    left: -25px;
  }
}

@media only screen and (max-width: 1230px) and (min-width: 1200px) {
  .looptime-different-table table tr:first-child > th:nth-child(2):after {
    left: -20px;
  }

  .looptime-different-table table tr:last-child > td:nth-child(2):after {
    left: -20px;
  }
}

@media only screen and (max-width: 1320px) and (min-width: 990px) {
  .looptime-different-table table th {
    font-size: 22px;
  }

  .looptime-different-table table th img {
    width: 130px;
  }

  .looptime-different-table table td {
    font-size: 20px;
    line-height: 1.5;
  }

  .features-comparison {
    padding: 15px 0 56px 30px;
  }

  .looptime-different-table table th:first-child,
  .looptime-different-table table tr td:first-child {
    padding-right: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .looptime-different-table table tr:last-child > td:nth-child(2):after,
  .looptime-different-table table tr:first-child > th:nth-child(2):after {
    display: none;
  }

  .looptime-different-table table:after {
    top: 0;
    height: 100%;
  }
}

/* begin SMS modifications for typography */

/* homepage image banner */

.banner--large:not(.banner--mobile-bottom):not(.banner--adapt)
  .banner__content {
  z-index: 2;
}

@media (max-width: 580px) {
  h2.banner__heading.h0 {
    font-size: calc(var(--font-heading-scale) * 3.8rem)
  }
  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content .banner__box {
    padding: 8rem 1.5rem 2rem 1.5rem;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
  }
  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content .banner__box p {
    font-size: 16px !important;
  }
}
@media (min-width: 581px) {
  .banner__media-mobile {
    display: none !important;
  }
}

/* time keeping content */
@media (max-width: 580px) {
  .time-keeping-content h2 {
    font-size: 27px;
    margin-bottom: 12px;
  }

  .time-keeping-content p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .time-keeping-img iframe {
    height: 230px;
  }
}

@media (min-width: 1025px) {
  .time-keeping-content h2,
  .time-keeping-content p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* features-list-content */
@media (max-width: 580px) {
  .features-list {
    padding-bottom: 80px;
  }

  .features-list-heading h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .features-list-content li {
    font-size: 16px;
    gap: 16px;
  }
  .features-list-content li img {
    width: 40px;
    height: auto;
  }
}

/* how it works content */
.how-works-image img {
  height: auto;
}
@media (max-width: 580px) {
  .how-works-section {
    padding-bottom: 50px;
  }
  .how-works-content .common-btn {
    margin-top: 50px;
  }
  .how-works-content {
    padding: 0 20px;
  }
  .how-works-content h2 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 45px;
  }
  .how-works-content h3 > p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .how-works-content p {
    font-size: 16px;
    line-height: 27px;
  }
}

/* */
@media (max-width: 580px) {
  .who-looptimer-content h2 {
    font-size: 27px;
    line-height: 30px;
  }

  .who-looptimer-content li {
    font-size: 16px;
    gap: 16px;
  }

  .who-looptimer-content li img {
    width: 40px;
    height: auto;
  }
  .who-looptimer-content p {
    font-size: 16px;
    line-height: 27px;
  }
}

/* features-video-content  */

@media (max-width: 580px) {
  .features-video-content {
    padding: 0px 15px;
  }

  .features-video-content p,
  .features-video-content h4 {
    font-size: 16px;
    line-height: 27px;
  }

  .features-video-content li {
    padding: 15px 20px 15px 60px;
  }

  .features-list-with-video li:after {
    top: 50%;
    left: 20px;
    width: 19px;
    height: 19px;
    transform: translateY(-50%);
  }
  .features-list-with-video .col-12.text-center {
    background-color: #fff;
  }
}

/* timer-creator */

@media (max-width: 580px) {
  .timer-creator-content {
    padding: 0 20px;
  }
  .timer-creator-section h2 {
    font-size: 27px;
    line-height: 30px;
  }

  .timer-creator-content p,
  .timer-creator-content i {
    font-size: 16px;
    line-height: 27px;
  }
}

/* */
.looptimers-journey-section .looptimers-time-content h2 {
  color: initial;
  text-shadow: none;
  filter: none;
}
@media (max-width: 580px) {
  .looptimers-journey-section .looptimers-time-content h2 {
    font-size: 27px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .looptimers-time-content iframe {
    height: 230px;
  }
}

/* */
@media (max-width: 580px) {
  .time-reimagined {
    padding-top: 0;
  }
  .time-reimagined-content h2 {
    font-size: 27px;
    line-height: 30px;
  }
  .time-reimagined-content p {
    font-size: 16px;
    line-height: 27px;
  }
}

/* product page */
.product__description p {
  font-size: 16px;
  line-height: 24px;
}
.bdl-quantity .bdl-quantity-head h3 {
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 18px !important;
}

.control-section-content h3 {
  font-weight: 600;
}
@media (max-width: 580px) {
  .bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-list {
    justify-content: center !important;
    row-gap: 20px !important;
  }
  .bdl-quantity.bdl-bundle-layout-2 .bdl-quantity-list .bdl-quantity-item {
    max-width: 45% !important;
  }

  .price-item-safe {
    text-align: center;
  }

  .features-list-with-video h2,
  h2.image-with-text__heading,
  .looptime-different h2,
  .phone-looptimer-section h2,
  h2.collapsible-content__heading,
  .title-wrapper-with-link h2.title {
    font-size: 27px;
    line-height: 30px;
  }

  .control-section-content p,
  .image-with-text__text p,
  .looptime-different-content p,
  .phone-looptimer-section p {
    font-size: 16px;
    line-height: 27px;
  }

  .image-with-text--overlap .image-with-text__content {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 4rem calc(2rem / var(--font-body-scale)) 5rem;
  }
  .looptime-different {
    padding-bottom: 20px;
  }
  .looptime-different-table {
    width: 95%;
    margin: 0 auto;
    background: white;
  }
  .features-comparison {
    overflow: hidden;
  }
  .looptime-different-table table td {
    font-size: 13px;
  }

  .phone-looptimer-content {
    padding: 0 15px;
  }

  .sms-faq-answer p {
    font-size: 14px;
    margin-right: 10px;
  }

  .video-item p {
    font-size: 20px;
    line-height: 20px;
  }
  .sms-st-item,
  a.sms-st-link {
    font-size: 18px;
    line-height: 40px;
  }

  .sms-st-container {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .image-with-text__text p {
    font-size: 24px;
    color: rgba(var(--color-foreground), 1);
  }

  .sms-faq-question-container h3 {
    font-size: 24px;
  }
}

.jdgm-paginate__page.jdgm-curt {
  color: rgba(var(--color-foreground), 1);
  font-size: 24px;
}
.jdgm-paginate__page {
  font-size: 24px;
}



.text-smaller h2 {
    font-size: 24px;
    line-height: 1.35;
  }
.text-smaller p {
    font-size: 18px;
    line-height: 1.35;
}

.text-smaller .button.button--primary {
  font-size: 21px;
}

.image-with-text .image-with-text__text-item>* {
  overflow: visible !important;
}

@media (min-width: 769px) {
  .feature-mod h2 {
    text-align: left;
    margin-bottom: 30px;
  }

  .feature-mod.features-list-with-video .video-container {
    padding-top: 0;
  }
  .feature-mod.features-list-with-video .gr-fram-img {
    top: -120px;
  }

}
.index .feature-mod.features-list-with-video {
  padding-bottom: 120px;
}
.feature-mod > section {
  padding: 0;
}

.feature-mod h4  {
  font-size: 18px; font-weight: 600;
}
.feature-mod .features-video-content li {
  box-shadow: none;
  filter: none;
  padding: 15px 20px 20px 15px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 16px;
}
.feature-mod .features-video-content li:after {
  display: none;
}
@media (max-width: 768px) {
  .feature-mod .features-video-content {
    padding: 0;
  }
  .feature-mod .features-video-content li {
    box-shadow: none;
    filter: none;
    padding: 15px 20px 20px 15px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 16px;
  }
}


.index .jdgm-star {
  color: #c6331d;
}


.who-alt h2 {
  font-size: 34px;
  line-height: 1.35;
}
.who-alt ul {
  padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
}
.who-alt li {
    margin-bottom: 15px;
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    font-weight: 400;
}
.who-alt li b {
  font-weight: 600;
}


.border-slides .multicolumn-card p {
  font-size: 15px !important;
}
.border-slides .multicolumn-card {
  border: 1px dashed #e6e6e6;
  border-radius: 15px !important;
  padding: 20px 20px 20px 20px;
  height: 100%;
}
/* Gallery fix: keep image & thumbnail sliders left-aligned so the first images are reachable */
.thumbnail-list.list-unstyled,
.product__media-list.list-unstyled { justify-content: flex-start; }
.thumbnail-slider--no-slide .thumbnail-list.list-unstyled { justify-content: center; }
.ai-hero-banner__primary-button-acxdtl1rhn0xsnlpwuaigenblock24f6d34eacqxi {
  background-color: transparent !important;
  background-image: linear-gradient(51deg, #7fd097, #55bdef) !important;
  filter: drop-shadow(2.822px 26.852px 47.5px rgba(0, 0, 0, 0.44)) !important;
  color: #000000 !important;
  border-radius: 0 !important;
}

.ai-hero-banner__primary-button-acxdtl1rhn0xsnlpwuaigenblock24f6d34eacqxi:hover {
  background-image: linear-gradient(51deg, #55bdef, #7fd097) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.ai-hero-banner-acxdtl1rhn0xsnlpwuaigenblock24f6d34eacqxi {
  background: linear-gradient(120deg, #e3f7fc 0%, #9ee0f1 100%) !important;
}
/* Value Prop Bar */
.ai-hero-banner__value-bar-acxdtl1rhn0xsnlpwuaigenblock24f6d34eacqxi {
  background-color: transparent !important;
  padding: 28px 0 !important;
  margin-top: 40px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.ai-hero-banner__value-list-acxdtl1rhn0xsnlpwuaigenblock24f6d34eacqxi {
  gap: 28px !important;
}

.ai-hero-banner__value-item-acxdtl1rhn0xsnlpwuaigenblock24f6d34eacqxi {
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  gap: 28px !important;
}

.ai-hero-banner__value-item-acxdtl1rhn0xsnlpwuaigenblock24f6d34eacqxi:not(:last-child)::after {
  opacity: 0.4 !important;
}

/* Header dropdown menus (Shop, Resources) */
.header__submenu {
  background-color: #000 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
}

.header__submenu .header__menu-item,
.header__submenu a {
  color: #ffffff !important;
}

.header__submenu .header__menu-item:hover,
.header__submenu a:hover {
  color: #01baf8 !important;
}

/* Mobile menu drawer */
.menu-drawer {
  background-color: #000 !important;
}

.menu-drawer__menu-item {
  color: #ffffff !important;
}

.menu-drawer__submenu {
  background-color: #000 !important;
}



/* Aug 2026 homepage rebuild: slightly smaller nav menu text (was 18px) */
.header__menu-item span { font-size: 15px; }
