body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', Arial, sans-serif;
}

ul {
    padding: 0px;
}

li {
    list-style: none;
}

hr {
    border: 1px solid #E3E3E3
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sarabun', sans-serif;
}
img.badge {
    width: 74px;
    height: auto;
}
.wearable-delivers .info img.day-badge {
    width: 87px;
    height: auto;
}
.container {
    max-width: 1442px;
    margin-left: auto;
    margin-right: auto;
}

.cta-link {
    cursor: pointer;
}

.topbar {
    height: 52px;
    background: #ACF4A1;
    font-size: 14px;
    line-height: 26px;
    display: flex-column;
    text-align: center;
    padding: 5px;
}

.topbar p {
    margin: 0px;
}

.topbar span {
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 2.5px 4px;
    font-weight: 700;
}

header {
    background: #000;
    height: 58px;
}

header.hide {
  transform: translateY(-100%);
}

header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 17px;
    height: 100%;
}

header .menu-desktop,
header .order-now {
    display: none;
}

header ul.menu {
    position: absolute;
    top: 120px;
    right: 0px;
    background: #FFF;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
}

header ul.menu li a {
    color: #000;
}

header ul li a {
    text-decoration: none;
}

header button {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
}

header .close-button {
    display: none;
}

header ul.menu li {
    height: 47px;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 14px;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
}

.main-section {
    margin-top: 17px;
}

.main-section .title-desktop {
    display: none;
}

.main-section .review {
    text-align: center;
    font-size: 13px;
}

.main-section .review p {
    margin-top: 3px;
    font-size: 13px;
}

.main-section h1 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
}

.main-section .top-banner {
    display: block;
    width: 100%;
    height: auto;
}

.main-section .video-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}

.main-section .badge {
    position: absolute;
    bottom: 19px;
    right: 23px;
}

.main-section p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0px 16px;
}

.main-section .features-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-section .features-list li>div {
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 15px;
    min-width: 305px;
}

.main-section .features-list li p {
    margin: 0px;
}

.button-container {
    padding: 0px 30px;
}

.order-now-button {
    background: #017186;
    color: #fff;
    font-size: 20px;
    height: 57px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    width: 100%;
    box-shadow: -2px 5px 5px 0px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: -2px 5px 5px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: -2px 5px 5px 0px rgba(0, 0, 0, 0.38);
}

.shipping-stock {
    margin-top: 15px;
    font-size: 11px;
    text-align: center;
}

.red-color {
    color: #FF0000;
}

.divider {
    color: #B9B9B9;
}

.green-dot {
    background: #00A600;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.red-dot {
    background: #ff0000;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

/* Fisrt slider */
.review-card {
    flex: none;
    padding: 23px 15px;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    width: 266px;
    height: 360px;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.review-card .top-part {
    display: grid;
    grid-template-columns: auto auto 1fr;
}

.review-card .top-part img.user {
    margin-right: 10px;
}

.review-card .top-part p {
    font-size: 16px;
    font-weight: 700;
}

.review-card .top-part .verified-badge {
    /*margin-left: 15px;*/
}

.review-card .top-part .verified-text {
    color: #3AB890;
}

.review-card .verified-icon {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

.review-card .top-part {
    display: flex;
    align-items: center;
}

.middle-part {
    display: flex;
    align-items: center;
}

.middle-part img {
    margin-right: 5px;
}

.middle-part p {
    font-size: 16px;
}

.bottom-part .review-desc {
    font-size: 17px;
    line-height: 162%;
    margin-top: 10px;
}


.carousel {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 110px;
    overflow: visible;
    background-color: #E8E5DF;
    height: 340px;
    position: relative;
}

.review-carousel {
    top: 40px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

/*vertical slider*/

.top-container {
    text-align: center;
    padding: 0px 16px;
}

.top-container p.upper-text {
    font-size: 13px;
    margin: 0px;
    color: #3B899D;
}

.top-container h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin: 8px 0px;
}

.top-container p.subtitle {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    margin-bottom: 20px;
}

.slider-container {
    background-color: #000;
}

.slider-list {
    background-color: #000;
    color: #fff;
    padding: 32px;
    margin-top: 25px !important;
    padding-bottom: 25px !important;
    display: flex;
    flex-direction: column;
    height: 565px;
}

.slider-list li {
    order: 2;
}

.slider-list li.active-text {
    order: 1;
}

.slider-list h3 {
    font-weight: bold;
    margin: 0px;
    font-size: 20px;
    line-height: 46px;
    color: #6E6E6E;
}

.slider-list .active-text h3 {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    transition: font-size 0.5s ease;
}

.slider-list p.desc {
    font-size: 16px;
    line-height: 26px;
    margin: 0px;
    max-height: 0;
    opacity: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}

.slider-list .active-text p.desc {
    max-height: 500px;
    /* big enough to show full content */
    opacity: 1;
}

.slider-list {
    list-style: none;
    padding: 0px 15px;
    margin: 0;
}

.slider-list li {
    position: relative;
    padding-left: 20px;
    /* space for the bar */
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 40px;
    background: #444;
    /* gray background */
    overflow: hidden;
}

.active-text .progress-bar {
    height: 140px;
}

.progress {
    display: block;
    width: 100%;
    height: 0%;
    background: #fff;
    /* white filling */
    transition: height 0s;
}

.slider-container .slider .slide img {
    width: 100%;
    height: auto;
}


/* End vert slider */

.blocks-section h3 {
    padding: 0px 20px;
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.block {
    color: #fff;
    padding: 16px;
}

.block .block-title {
    font-size: 28px;
    line-height: 46px;
    font-weight: 700;
}

.block .block-desc {
    font-size: 16px;
    line-height: 26px;
}

.block.block-1 {
    background-image: url('../images/block-bg-image-1.png');
    /* your image path */
    background-repeat: no-repeat;
    background-position: top center;
    /* top (y) and centered (x) */
    background-size: cover;
    /* or 'contain', depending on your need */
    height: 572px;
    background-size: 147%;
}
.block.block-1 .block-title {
    margin-top: 10px;
}
.block.block-1 .block-desc {
    max-width: 328px;
    margin-top: 10px;
}

.block .block-title {
    margin: 0;
}

.block.block-2 {
    background-image: url('../images/block-bg-image-2.png');
    /* your image path */
    background-repeat: no-repeat;
    background-position: top center;
    /* top (y) and centered (x) */
    background-size: cover;
    /* or 'contain', depending on your need */
    height: 321px;
}
.block.block-2 .block-title {
    margin-top: 20px;
}
.block.block-2 .block-desc {
    max-width: 238px;
    margin-top: 10px;
}

.block.block-3 {
    background-image: url('../images/block-bg-image-3.png');
    /* your image path */
    background-repeat: no-repeat;
    background-position: top center;
    /* top (y) and centered (x) */
    background-size: cover;
    /* or 'contain', depending on your need */
    height: 347px;
    color: #000
}

.block.block-3 .block-desc {
    max-width: 230px;
}

.block.block-4 {
    position: relative;
    height: 420px;
    background: linear-gradient(to bottom, #3B899D, #3b6c78);
}

.block.block-4 .block-title {
    margin-top: 10px;
}
.block.block-4 .block-desc {
    margin-top: 10px;
}

.block.block-4 img.mobile-img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 260px;
    width: auto;
}

.block.block-4 .block-desc {
    max-width: 300px;
}

.block.block-5 {
    position: relative;
    height: 410px;
    background: #EBE9E1;
    color: #000;
}
.block.block-5 .block-title {
    margin-top: 10px;
}
.block.block-5 .block-desc {
    margin-top: 10px;
    max-width: 339px;
}
.block.block-5 img.mobile-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.block img.desktop-img {
    display: none;
}

.block.block-6 {
    position: relative;
    height: 410px;
    background: #000;
}
.block.block-6 .block-title {
    margin-top: 10px;
}
.block.block-6 .block-desc {
    margin-top: 10px;
    max-width: 328px;
}

.block.block-6 img {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0px 8px 8px 0px;
}


.wearable-delivers {
    text-align: center;
    padding: 0px 16px;
    background: #EBE9E1;
    padding-top: 25px;
}

.wearable-delivers h3 {
    font-size: 33px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0px;
}

.wearable-delivers h4 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0px;
}

.wearable-delivers h4 span {
    display: block;
}

.wearable-delivers p.desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.wearable-delivers hr.dotted {
    border: none;
    border-top: 1px dotted #B9B9B9;
    margin-top: 50px;
    margin-bottom: 25px;
}

.wearable-delivers .reasons-why {
    background-color: #fff;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    text-align: left;
}

.wearable-delivers .reasons-why .title {
    font-size: 22px;
    line-height: 38px;
    font-weight: 700;
}

.wearable-delivers .reasons-why li {
    padding-left: 34px;
    position: relative;
}

.wearable-delivers .reasons-why li img {
    position: absolute;
    left: 0;
    top: 10px;
}

.wearable-delivers .reasons-why .desc {
    font-size: 16px;
    line-height: 28px;
}

.wearable-delivers .info .cta-container {
    display: none;
}
.wearable-delivers .cta-container-mobile {
    padding-bottom: 30px;
}

.img-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-container-2 {
    padding-bottom: 25px;
}

.img-container-2 img {
    width: 100%;
    height: auto;
}

.band-colors {
    padding: 0px 16px;
}

.band-colors h3 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0px;
    text-align: center;
    padding: 25px;
    padding-top: 0;
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;  
}

.band-colors p {
    font-size: 22px;
    line-height: 38px;
    margin: 0px;
    text-align: center;
    font-weight: 700;
    font-family: 'Sarabun', sans-serif;
}

.band-slider {
    width: 100%;
    text-align: center;
    height: 370px !important;
}

.band-slider img.band {
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.band-slider p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
}

/* Dots style */
.swiper-pagination-bullet {
    background: #ccc;
    /* gray */
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000;
    /* black for active */
}

/* Arrows style */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
    /* make arrows black */
}

/* Remove Swiper's default arrow icon */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

/* Style the custom image */
.swiper-button-prev img,
.swiper-button-next img {
    width: 24px;
    /* adjust size */
    height: 24px;
    display: block;
}

.swiper-pagination-bullet-active {
    background-color: #000 !important;
}


.how-we-compare {
    padding: 0px 16px;
}

.how-we-compare h3 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0px;
    text-align: center;
    margin-top: 15px;
}

.how-we-compare .comparison {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 5px;
    margin-top: 75px;
    margin-bottom: 40px;
}

.how-we-compare .comparison>div>div {
    height: 34px;
    padding: 11px 0px;
    border-top: 1px dotted #b7b4b4;
    border-bottom: 1px dotted #b7b4b4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-compare .check-icon,
.how-we-compare .x-icon {
    width: 24px;
    height: auto;
}

.how-we-compare .comparison>div>div:first-child {
    position: relative;
}

.how-we-compare .comparison .desc-column {
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.how-we-compare .comparison .desc-column>div {
    justify-content: left;
}

.how-we-compare .comparison .desc-column p {
    margin: 0;
}

.how-we-compare .comparison .band-column,
.how-we-compare .comparison .watch-column {
    text-align: center;
}

.how-we-compare .comparison .band-column {
    background: #3B899D;
    border-radius: 4px;
}

.how-we-compare .comparison .watch-column {
    background: #EBE9E1;
    border-radius: 4px;
}

.no-top-border {
    border-top: 0px !important;
    height: 70px !important;
}

.no-bottom-border {
    border-bottom: 0px !important;
    padding: 0 !important;
    height: 20px !important;
}

.band-column .no-top-border .smartband-absolute {
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    width: auto;
}

.band-column .no-top-border .logo-absolute {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    height: 20px;
    width: auto;
}

.watch-column .no-top-border p {
    font-size: 13px;
    line-height: 38px;
    font-weight: 700;
    font-family: 'Sarabun', sans-serif;
    position: absolute;
    bottom: 0px;
}

.watch-column .no-top-border .smartwatch-absolute {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    height: 75px;
    width: auto;
}

.what-others-say {
    text-align: center;
    margin-top: 50px;
}

.what-others-say .upper-text {
    color: #3B899D;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.what-others-say h3 {
    font-size: 36px;
    line-height: 39px;
    margin-top: 0px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.what-others-say .review-title {
    font-weight: 700;
}

.what-others-say .review-card {
    height: auto;
    padding: 0px;
    margin-bottom: 15px;
    width: 327px;
}
.what-others-say .review-card hr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.what-others-say .review-card .user-name-img {
    display: flex;
    margin-right: 10px;
}

.what-others-say .review-card .user-name-img img {
    margin-right: 10px;
}

.what-others-say .review-card>img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.what-others-say .review-card .top-part {
    padding: 0px 14px;
}

.what-others-say .review-card .middle-part {
    padding: 5px 14px;
}

.what-others-say .review-card .bottom-part {
    text-align: left;
    padding: 0px 14px;
}

.what-others-say ul {
    column-count: 1;
}

.dont-miss {
    text-align: center;
    background-color: #FAF9F7;
    padding: 30px 0px;
}

.dont-miss .desktop-header {
    display: none;
}
.dont-miss .mobile-header {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}
.dont-miss .mobile-header .upper-text {
    margin-top: 0;
}

.dont-miss .upper-text {
    font-size: 13px;
    line-height: 24px;
}

.dont-miss h3 {
    font-family: 'Sarabun', sans-serif;
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-top: 0px;
}

.dont-miss .img-container {
    position: relative;
    margin-bottom: 0px;
}

.dont-miss .img-container img:first-child {
    width: 100%;
    height: auto;
}

.dont-miss .img-container .badge {
    position: absolute;
    right: 23px;
    bottom: 19px;
}

.dont-miss .offer-details li {
    display: flex;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    padding: 0px 50px;
    text-align: left;
    display: flex;
    align-items: center;
    height: 40px;
}

.dont-miss .offer-details li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.pick-review {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 0px 15px;
    margin-top: 25px;
}

.pick-review img {
    margin-right: 15px;
}

.pick-review p {
    margin: 0px;
}

.pick-review .title-desc {
    text-align: left;
}

.pick-review .title {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.pick-review .desc {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.pick-review .title span {
    text-align: left;
    font-size: 11px;
    font-weight: 300;
    color: #aaa;
}


.faq {
    padding: 0px 14px;
    text-align: center;
}

.faq h3 {
    font-size: 36px;
    line-height: 41px;
    font-weight: 700;
}

.faq h3.title-desktop {
    display: none;
}

.faq .faq-card {
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 22px 12px;
    text-align: left;
}

.faq .faq-card+.faq-card {
    margin-top: 15px;
}

.faq .faq-card .header {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.faq .faq-card button {
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    margin-left: 10px;
}

.faq .faq-card .header .title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    margin-top: 0px;
}

.faq .faq-card .body {
    display: none;
}

.faq .faq-card .body p {
    font-size: 16px;
    line-height: 26px;
}

.faq .faq-card .body p+p {
    margin-top: 25px;
}

.faq-card .less {
    display: none;
}

.faq-card.active .more {
    display: none;
}

.faq-card.active .less {
    display: inline;
}

.faq-card.active .body {
    display: block;
}

.fixed-mobile-cta {
    position: fixed;
    bottom: -107px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    transition: bottom 0.4s ease;
}
.fixed-mobile-cta button {
    width: 86%;
    margin: 0 auto;
}
.fixed-mobile-cta .shipping-stock {
    margin-top: 10px;
}
.fixed-mobile-cta.show {
  bottom: 0;
}

footer {
    margin-top: 200px;
    background: #000;
    color: #bbb;
    text-align: center;
    padding: 25px;
}

footer .links {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 20px;
}

footer .links a {
    text-decoration: none;
    color: #bbb;
    cursor: pointer;
    line-height: 22.5px;
}

footer .all-rights {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

footer .disclaimer {
    font-size: 13px;
    margin-top: 35px;
    line-height: 19.5px;
}


@media (min-width: 1024px) {
    .topbar {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        font-size: 18px;
    }

    header {
        height: 69px;
    }

    header .header-content {
        max-width: 1124px;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: 1fr 1fr auto;
    }

    header .logo {
        width: 119px;
        height: 36px;
    }

    header .menu-toggle {
        display: none;
    }

    header .menu-desktop {
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        gap: 15px;
    }

    header .menu-desktop li a {
        color: #fff;
        cursor: pointer;
    }

    header .order-now {
        display: flex;
    }

    header .order-now a {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        margin-right: 15px;
        cursor: pointer;
    }

    .main-section {
        display: flex;
        gap: 50px;
        margin-top: 0;
    }

    .main-section .title-mobile {
        display: none;
    }

    .main-section .title-desktop {
        display: block;
    }

    .main-section .review {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .main-section .review p {
        margin: 0px;
    }

    .main-section .review img {
        width: 82px;
        height: 15px;
    }

    .main-section .video-section .badge {
        width: 112px;
        height: 125px;
        right: 48px;
        bottom: 45px;
    }

    .main-section .info-section {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .main-section .info-section div,
    .main-section .info-section p,
    .main-section .info-section h1 {
        text-align: left;
        padding: 0px;
    }

    .main-section .info-section h1 {
        font-size: 53px;
        line-height: 57px;
    }

    .main-section .info-section p {
        max-width: 480px;
        margin-top: 0px;
    }

    .main-section .info-section h1 span {
        display: inline-block;
    }

    .main-section .features-list {
        align-items: baseline;
    }

    .main-section .features-list img {
        margin-right: 7px;
    }

    .main-section .button-container,
    .main-section .shipping-stock {
        max-width: 300px;
    }

    .main-section .info-section .shipping-stock {
        text-align: center;
    }



    /* layout  responsive video */
    .main-section {
        align-items: stretch;
        /* important: make columns equal height */
        gap: 40px;
        /* optional spacing */
    }

    /* left / right columns */
    .video-section {
        flex: 0 0 55%;
        /* or change to 50% / desired width */
        display: flex;
        align-items: stretch;
        /* ensures child fills vertically */
    }

    .info-section {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    /* video container must fill the column */
    .video-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        /* hide cropped video parts */
    }

    /* Make the video fill and crop */
    .video-container .top-banner {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* <-- crops to fill */
        object-position: center;
        display: block;
        /* remove inline whitespace below video */
    }

    .carousel {
        height: 250px;
        margin-top: 0;
    }

    .carousel .review-card {
        width: 350px;
        height: 297px;
    }


    .vertical-slider {
        margin-top: 125px;
        max-width: 1124px;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-list li {
        order: initial;
    }

    .slider-list li.active-text {
        order: initial;
    }

    .vertical-slider .slider-container {
        display: flex;
        flex-direction: row;
        border-radius: 8px;
        max-height: 570px;
    }

    .vertical-slider .slider {
        flex: 1;
        /* half width */
        min-width: 0;
        /* important for flex */
    }

    .vertical-slider .slider-list {
        flex: 1;
        /* other half */
        min-width: 0;
        justify-content: center;
        border-radius: 8px;
        height: auto;
    }

    .vertical-slider .top-container .upper-text {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .vertical-slider .top-container h2 {
        font-size: 48px;
        line-height: 53px;
    }

    .vertical-slider .top-container .subtitle {
        max-width: 675px;
        margin: 20px auto;
    }

    .blocks-section {
        max-width: 1124px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 58px;
    }
    .blocks-section h3 {
        font-size: 48px;
        line-height: 57px;
        margin-bottom: 45px;
        margin-top: 70px;
    }
    .blocks .block {
        height: auto;
        border-radius: 6px;
    }

    .blocks {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* two columns */
        grid-gap: 15px;
        /* spacing between blocks */
    }
    /* Make the first block span full height of column with the two stacked blocks */
    .block-1 {
        grid-row: span 2;
    }
    .second-row {
        grid-column: span 2;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .second-row .block-4 {
        grid-row: span 3;
        grid-column: 2;
    }

    .second-row .block-5 {
        margin-top: -15px;
    }
    .block.block-5 img.desktop-img {
        border-radius: 0px 0px 8px 0px;
    }
    .block {
        padding-left: 30px;
    }
    .block p.block-desc  {
        max-width: 290px !important;
        margin-top: 0px;
    }
    .block p.block-title  {
        font-size: 32px;
        margin: 10px 0px;
    }
    .block img.mobile-img {
        display: none;
    }
    .block img.desktop-img {
        display: block;
        position: absolute;
    }
    .second-row .block-5 img.desktop-img, .second-row .block-6 img.desktop-img {
        top: 0;
        right: 0;
        height: 100%;
    }
    .second-row .block-4 img.desktop-img {
        bottom: 0;
        right: 0;
        max-height: 400px;
    }

    .block.block-1 {
        background-image: url('../images/block-1-bg-desktop.png');
        /* your image path */
        background-repeat: no-repeat;
        background-position: top center;
        /* top (y) and centered (x) */
        background-size: cover;
        /* or 'contain', depending on your need */
        height: 572px;
    }
    .block.block-1 .block-desc {
        max-width: 279px;
        margin-top: inherit;
    }
    .block.block-2 {
        background-image: url('../images/block-2-desktop-img.png');
        /* your image path */
        background-repeat: no-repeat;
        background-position: top center;
        /* top (y) and centered (x) */
        background-size: cover;
        /* or 'contain', depending on your need */
    }
    .block.block-2 .block-title {
        margin-top: 20px;
    }
    .block.block-2 .block-desc {
        max-width: 270px;
        margin-top: 10px;
    }
    .block.block-3 {
        background-image: url('../images/block-3-desktop-img.png');
        /* your image path */
        background-repeat: no-repeat;
        background-position: top center;
        /* top (y) and centered (x) */
        background-size: cover;
        /* or 'contain', depending on your need */
    }

    .wearable-delivers {
        background-color: #fff;
    }
    .wearable-delivers hr {
        display: none;
    }
    .wearable-delivers .color-bg {
        background-color: #EBE9E1;
    }
    .wearable-delivers h3 {
        font-size: 48px;
        line-height: 57px;
        font-weight: 700;
    }
    .wearable-delivers h4 span {
        display: inline-block;
    }
    .wearable-delivers .color-bg {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        max-width: calc(1124px - 50px);
        margin-left: auto;
        margin-right: auto;
        padding: 40px 25px;
        border-radius: 8px;
    }
    .wearable-delivers .divider-dotted {
        height: 100%;
        border: 1px dotted #ccc;
    }
    .wearable-delivers .info {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .wearable-delivers .info p.desc b {
        text-decoration: underline;
    }
    .wearable-delivers .info img.day-badge {
        height: 112px;
        width: 100px;
        margin-bottom: 15px;
    }
    .wearable-delivers .info button {
        width: 300px;
    }
    .wearable-delivers .img-container-2 img {
        width: 490px;
        height: 395px;
    }
    .wearable-delivers .reasons-why {
        max-width: 1124px;
        margin-left: auto;
        margin-right: auto;
    }
    .wearable-delivers .reasons-why ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .wearable-delivers .reasons-why ul li:first-child {
        order: 1;
    }
    .wearable-delivers .reasons-why ul li:nth-child(2) {
        order: 4;
    }
    .wearable-delivers .reasons-why ul li:nth-child(3) {
        order: 2;
    }
    .wearable-delivers .reasons-why ul li:nth-child(4) {
        order: 5;
    }
    .wearable-delivers .reasons-why ul li:nth-child(5) {
        order: 3;
    }
    .wearable-delivers .reasons-why ul li:nth-child(6) {
        order: 6;
    }
    .wearable-delivers .reasons-why ul li h4 {
        margin-bottom: 0;
    }
    .wearable-delivers .cta-container-mobile {
        display: none;
    }
    .wearable-delivers .info .cta-container {
        display: block;
    }


    .band-colors {
        max-width: 1124px;
        margin-left: auto;
        margin-right: auto; 
        height: 370px;
    }
    .band-colors h3 {
        font-size: 48px;
        font-weight: 700;  
        max-width: none;  
    }
    .band-colors .band-slider {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .band-colors .band-slider p {
        margin-top: 0px;
    }
    .band-colors .swiper-button-prev,
    .band-colors .swiper-button-next,
    .band-colors .swiper-pagination {
        display: none;
    }


    .how-we-compare {
        max-width: 835px;
        margin-left: auto;
        margin-right: auto;
    }
    .how-we-compare h3 {
        font-size: 48px;
        font-weight: 700;
    }
    .how-we-compare .comparison {
        display: grid;
        grid-template-columns: 1fr 198px 198px;
        column-gap: 18px;
        margin-top: 100px;
    }
    .how-we-compare .comparison .band-column, .how-we-compare .comparison .watch-column {
        border-radius: 8px;
    }
    .how-we-compare .comparison .band-column .logo-absolute {
        width: 119px;
        height: 36px;
    }
    .how-we-compare .comparison .smartband-absolute {
        width: 120px;
        height: auto;
    }
    .how-we-compare .comparison .smartwatch-absolute {
        width: 80px;
        height: auto;
    }
    .how-we-compare .comparison p {
        font-size: 18px;
    }
    .how-we-compare .comparison .no-top-border {
        height: 100px !important;
    }
    .how-we-compare .cta-btn {
        text-align: center;
    }
    .how-we-compare button {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .what-others-say {
        margin-top: 90px;
        max-width: 1124px;
        margin-left: auto;
        margin-right: auto;
    }
    .what-others-say p {
        font-size: 14px;
    }
    .what-others-say h3 {
        font-size: 48px;
        line-height: 56px;
        max-width: none;
    }
    .what-others-say h3 span {
        display: block;
    }
    .what-others-say ul {
        column-count: 3;       /* 3 columns on desktop */
        padding: 0;
        margin: 0;
    }
    .what-others-say ul li {
        display: inline-block; /* necessary for column flow */
        width: 100%;           /* take full column width */
        margin-bottom: 20px;   /* vertical spacing between items */
        break-inside: avoid;   /* prevent breaking inside */
        min-width: 350px;
        display: inline-block;
    }

    .dont-miss {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        padding: 0;
        margin-top: 50px;
    }
    .dont-miss .mobile-header {
        display: none;
    }
    .dont-miss .desktop-header {
        display: block;
        text-align: left;
    }
    .dont-miss .desktop-header h3 {
        margin-bottom: 15px;
        font-size: 53px;
        line-height: 57px;
    }
    .dont-miss .desktop-header .review-text {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .dont-miss .desktop-header .review-text img {
        width: 81px;
        height: 15px;
        margin-right: 5px;
    }
    .dont-miss .desktop-header .review-text p {
        margin: 0;
    }
    .dont-miss .img-container {
        margin-top: 0;
    }
    .dont-miss .img-container img:first-child {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    .dont-miss .img-container img.badge{
        width: 112px;
        height: 125px;
    }
    .dont-miss .info-container {
        margin-top: auto;
        margin-bottom: auto;
        padding: 25px 0px;
    }
    .dont-miss .info-container ul li {
        padding: 0;
    }
    .dont-miss .info-container .button-container {
        padding: 0;
        text-align: left;
    }
    .dont-miss .info-container .button-container button {
        width: 300px;
    }
    .dont-miss .info-container .shipping-stock {
        width: 300px;
    }
    .dont-miss .pick-review {
        max-width: 510px;
        padding: 0;
    }



    .faq {
        max-width: 1034px;
        margin-left: auto;
        margin-right: auto;
    }
    .faq h3.title-desktop {
        display: block;
        font-size: 48px;
        line-height: 51px;
    }
    .faq h3.title-mobile {
        display: none;
    }
    .faq .faq-list .faq-card .header {
        display: flex;
        align-items: center;
        padding: 0px 30px;
    }
    .faq .faq-list .faq-card .body {
        padding: 0px 30px;
        margin-top: 30px;
    }
    .faq .faq-list .faq-card p {
        margin: 0;
    }
    .faq .order-now-button {
        width: 300px;
        margin-top: 35px;
    }

    .fixed-mobile-cta {
        display: none !important;
    }
    
    footer .main-footer {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .disclaimer {
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        padding-bottom: 40px;
    }
    footer .disclaimer p {
        margin: 0;
    }
}