/* -----------------------------------
   PAGE-SPECIFIC BASE STYLES
----------------------------------- */
body.page-id-32380 #content {
    padding: 0;
}

body.page-id-32380 #page {
    width: 100%;
    max-width: 100%;
}

/* -----------------------------------
   HEADER / NAVIGATION
----------------------------------- */
.sticky-navigation-logo a {
    padding: 0 !important;
}

body.page-id-32380 ul#menu-main>li>a,
body.page-id-32380 .hms-pill {
    color: #fff;
    border-color: #fff;
}

body.page-id-32380.scrolled ul#menu-main>li>a,
body.page-id-32380.scrolled .hms-pill {
    color: #000;
    border-color: #000;
}

body.page-id-32380 ul#menu-main li:hover>a,
.scrolled ul#menu-main li:hover>a {
    color: #ae2024;
}

ul#menu-main li:hover>a svg path {
    fill: #ae2024;
}

body.page-id-32380 .header-icon-arrow path {
    fill: #fff;
}

body.page-id-32380.scrolled .header-icon-arrow path {
    fill: #000;
}

body.page-id-32380 .hms-pill--call img.hms-pill__icon,
body.page-id-32380 #navSearchToggle img,
body.page-id-32380 .hms-pill--icon-only.hms-pill--cart img {
    filter: invert(1);
}

body.page-id-32380.scrolled .hms-pill--call img.hms-pill__icon,
body.page-id-32380.scrolled #navSearchToggle img,
body.page-id-32380.scrolled .hms-pill--icon-only.hms-pill--cart img {
    filter: invert(0);
}

/* -----------------------------------
   SINGLE PRODUCT SECTION
----------------------------------- */
.custom-product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.product-left,
.product-right {
    width: 100%;
}

.product-title {
    font-size: 2rem;
    font-weight: bold;
}

.product-short-description p {
    font-size: 1rem;
}

.product-add-to-cart {
    margin-top: 20px;
}

/* -----------------------------------
   ACCORDION
----------------------------------- */
.accordion-content {
    display: none;
}

body.page-id-32380 .accordion-section.product .tab-header {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

body.page-id-32380 .download_therapy.blogs {
    padding: 0px;
}

body.page-id-32380 .accordion-section.product span.tab-toggle {
    font-size: 50px;
    color: #b62728;
}

/* -----------------------------------
   EMISSIVITY BLOGS
----------------------------------- */
body.page-id-32380 .sauna-blogs li:nth-child(3) .wp-block-columns {
    height: 100% !important;
}

body.page-id-32380 #blogssection a.wp-block-read-more {
    font-weight: 700;
}

.emissivity-blogs ul.sauna-logs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.emissivity-blogs ul.sauna-blogs li:first-child {
    display: none;
}

.emissivity-blogs ul.sauna-blogs img {
    height: 100%;
}

.emissivity-blogs .taxonomy-category a {
    font-size: 14px !important;
    color: #fff;
}

.emissivity-blogs .top-bar-blog {
    padding-bottom: 30px;
}

/* -----------------------------------
   REAL RESULT SECTION
----------------------------------- */
.real-result>.gb-container {
    padding: 0 !important;
    width: auto !important;
    min-height: unset !important;
}

.real-result.img {
    position: relative;
}

.real-result.img img {
    height: 600px;
    object-fit: cover;
}

.real-result.img::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/wp-content/uploads/2025/10/Component-21-1-100x100.png");
    z-index: 2;
}

/* -----------------------------------
   SPECULAR REFLECTION LIST
----------------------------------- */
ul.wp-block-list.specular-reflection {
    margin: 0;
}

ul.wp-block-list.specular-reflection li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

ul.wp-block-list.specular-reflection li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: url("/wp-content/uploads/2025/10/Polygon-1.png") no-repeat left;
}

ul.wp-block-list.specular-reflection li::marker {
    font-size: 0;
}

/* -----------------------------------
   SCIENTIFIC SECTION
----------------------------------- */
.scientific strong {
    font-weight: 700 !important;
}

/* -----------------------------------
   TRUST SECTION
----------------------------------- */
.trust-section {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-top: 30px;
}

.trust-section img {
    width: 100%;
}

/* -----------------------------------
   PRODUCT LIST
----------------------------------- */
.product-list-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-list-emi a.gb-button {
    padding: 16px 40px;
    background: #000;
    BORDER-RADIUS: 44PX;
    FONT-SIZE: 18PX;
    FONT-WEIGHT: 700;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: fit-content;
}

.review-page-reviews .testimonial-wrapper {
    background: #f2edea;
    padding: 16px !important;
    display: flex;
    align-items: center;
    height: 100%;
}

/* -----------------------------------
   INFRARED SECTION
----------------------------------- */
.infrared-section {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}

/* -----------------------------------
   CATALOG SLIDER
----------------------------------- */
body.page-id-32380 .catalog-slider ul.slick-dots {
    height: 16px;
}

body.page-id-32380 .catalog-slider button.slick-next.slick-arrow {
    top: unset !important;
    transform: rotate(0deg) translate(0, -50%);
}

body.page-id-32380 .catalog-slider ul.slick-dots li {
    margin: 0;
}

body.page-id-32380 .catalog-slider .slick-prev::before,
body.page-id-32380 .catalog-slider .slick-next::before {
    display: none;
}

body.page-id-32380 .catalog-slider button.slick-next img {
    transform: rotate(180deg);
}

body.page-id-32380 .catalog-slider button.slick-prev {
    position: absolute;
    left: calc(50% - 672px);
    background: transparent;
    padding: 0;
    z-index: 2;
}

/* -----------------------------------
   TARGET BENEFITS SECTION
----------------------------------- */
.target-benefits-main {
    position: relative;
    justify-content: flex-start !important;
}

.target-benefits-main h5.five-mm,
.target-benefits-main h5:first-child {
    width: 100%;
}

.target-benefits-main h5:nth-child(3) {
    margin-top: clamp(60px, 7.813vw, 150px);
    padding-bottom: 20px;
}

ul.wp-block-list.target-benefit {
    width: 100%;
}

ul.wp-block-list.target-benefit li {
    font-size: 22px;
    margin-bottom: 20px;
}

/* -----------------------------------
   FOOTER
----------------------------------- */
ul#menu-our-products li,
ul#menu-footer-customer-service li {
    min-height: 40px;
    display: flex;
    align-items: center;
}

ul#menu-our-products li:first-child,
ul#menu-footer-customer-service li:first-child {
    margin-bottom: 20px !important;
}

#menu-item-30909 {
    margin-top: 0 !important;
}

body.page-id-32380 .affirm_logo:before {
    content: "";
    font-family: "affirm" !important;
    right: 0;
    top: 0;
    position: absolute;
    display: none;
}

body.page-id-32380 .affirm_logo .af_logo {
    padding-right: 10px;
}

/* -----------------------------------
   GALLERY
----------------------------------- */
.gallery-thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    overflow-x: auto;
    height: 70px;
    scrollbar-width: none;
    /* Firefox */
}

.gallery-thumbnails::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

body.page-id-32380 .google-review .slick-arrow {
    display: none !important;
}

.gallery-thumbnails .thumb {
    width: 65px;
    height: 65px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-thumbnails .thumb:hover {
    transform: scale(1.1);
}

.main-image img {
    width: 100%;
}

/* -----------------------------------
   ADD TO CART
----------------------------------- */
body.page-id-32380 button.single_add_to_cart_button {
    width: 100%;
    display: block;
    padding: 26px 40px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    background: #ae2024;
    border-radius: 37px;
    text-transform: capitalize;
}

/* -----------------------------------
   GENERAL
----------------------------------- */
body.page-id-32380 .product .tab-content {
    font-weight: 500;
}

body.page-id-32380 .heading p {
    margin: 0;
}

body.page-id-32380 .btn_group {
    display: flex;
    gap: 5px;
}

.emissivity-blogs ul.sauna-blogs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.emissivity-blogs ul.sauna-blogs li:first-child {
    display: none;
}

html body .emissivity-blogs .sauna-blogs li a.wp-block-read-more {
    width: 100% !important;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}

.emissivity-blogs ul.sauna-blogs .taxonomy-category a {
    font-size: 14px !important;
    color: #fff;
}

.emissivity-blogs ul.sauna-blogs .top-bar-blog {
    padding-bottom: 30px;
}


.custom-product-grid h1.product-title {
    font-size: 60px;
    font-weight: 400;
}

.custom-product-grid .product-short-description p {
    font-weight: 400;
    font-size: 30px;
}

.custom-product-grid ul.product-text-points {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 30px 0px;
}

.custom-product-grid ul.product-text-points li {
    font-size: 22px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

.custom-product-grid ul.product-text-points li::marker {
    font-size: 0;
}

.custom-product-grid ul.product-text-points li:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("/wp-content/uploads/2025/07/check-circle.png");
    left: 0;
    background-repeat: no-repeat;
    background-size: auto;
    top: 50%;
    transform: translateY(-50%);
}

.custom-product-grid span.toggle {
    font-size: 50px;
    color: #b62728;
}

.tab-content {
    display: none;
}

.certifications-desc {
    position: absolute;
    left: 30%;
    width: 100%;
    min-width: clamp(300px, 22.396vw, 430px);
    display: none;
    top: 70%;
    z-index: 2;
}

.certifications-div {
    position: relative;
    width: 100%;
}

.certifications-div figure.gb-block-image {
    text-align: center;
    cursor: pointer;
}

.product-list-emi ul.wc-block-product-template__responsive {
    grid-template-columns: repeat(4, 1fr);
    margin: 0px;
}

.product-list-emi ul.wc-block-product-template__responsive li.wc-block-product {
    flex-flow: column;
    gap: 0px;
}

.product-list-emi ul.wc-block-product-template__responsive li.wc-block-product h2 a,
.like-emi-product h2 a {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}


.product-list-emi ul.wc-block-product-template__responsive li.wc-block-product span.woocommerce-Price-amount.amount bdi {
    font-size: 22px;
    font-weight: 700;
    text-decoration: unset !important;
}

.product-list-emi ul.wc-block-product-template__responsive li.wc-block-product a.wp-block-button__link {
    padding: 16px 40px;
    background: #000;
}

.product-list-emi del:has(span.woocommerce-Price-amount.amount):first-child {
    display: none;
}

.product-list-emi img {
    height: 350px;
    object-fit: contain !important;
}

body.page-id-32380 .catalog-slider img {
    object-fit: cover !important;
}

.like-emi-product img {
    object-fit: contain;
    height: 400px;
}

.custom-product-grid img#featured-image {
    height: 600px;
    object-fit: contain;
    object-position: top;
}

.like-emi-product ul.wc-block-product-template__responsive {
    margin: 0px !important;
}

.product-list-emi ul.wc-block-product-template__responsive li.wc-block-product a.wp-block-button__link span {
    font-size: 18px;
    font-weight: 700;
}

body.page-id-32380 .testimonail-slider-review button.slick-next.slick-arrow {
    top: 50%;
}

.faq-title-emi {
    max-width: 90%;
}

ul#menu-main-1 {
    padding: 10px;
}

.product-left.mobile-gallery,
.header-bootom-content,
.hms-pill--call__mobile {
    display: none;
}

/* -----------------------------------
   RESPONSIVE
----------------------------------- */
@media screen and (max-width: 1440px) {
    body.page-id-32380 .testimonail-slider-review button.slick-next.slick-arrow {
        right: 10px !important;
        top: 30%;
    }

    body.page-id-32380 .testimonail-slider-review button.slick-prev.slick-arrow {
        left: 10px !important;
        top: 30%;

    }
}

@media (max-width: 1370px) {
    body.page-id-32380 .catalog-slider button.slick-prev {
        left: calc(50% - 572px);
    }

    .waves-section {
        padding: 0 40px;
    }

    .infrared-section {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .certifications-desc {
        position: absolute;
        left: 0;
        min-width: clamp(200px, 22.396vw, 430px);
        top: 70%;
        z-index: 2;
    }

    .gallery-thumbnails {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        overflow-x: auto;
    }

    body.page-id-32380 .app-review-sec {
        overflow: hidden;
    }

    body.page-id-32380 .two_card_grid h5.gb-headline.gb-headline-text {
        white-space: pre-wrap;
        min-height: 96px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:1230px) {}

@media (max-width: 1024px) {
    ul.sub-menu {
        padding: 10px !important;
    }

    .custom-product-grid img#featured-image {
        height: 500px;
        object-fit: contain;
        object-position: top;
    }

    .emissivity-blogs ul.sauna-blogs img {
        height: 100%;
        height: 250px;
    }

    body.page-id-32380 .two_card_grid h5.gb-headline.gb-headline-text {
        white-space: pre-wrap;
        min-height: 140px;
    }

    body.page-id-32380 .sauna-blogs li .wp-block-columns {
        display: block;
    }

    body.page-id-32380 .container-slider {
        padding-bottom: 50px;
    }

    .waves-section {
        padding: 0 20px;
    }

    .infrared-section,
    .product-list-new {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .real-result.img {
        display: block !important;
    }

    .target-benefits-main h5:nth-child(3) {
        margin-top: 100px;
        position: static;
    }

    .real-result {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .real-result.img::before {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .real-result.img img {
        height: 500px;
        object-fit: cover;
        object-position: top;
    }

    ul.wp-block-list.specular-reflection li {
        font-size: 18px;
    }

    body.page-id-32380 .testimonail-slider-review button.slick-next.slick-arrow {
        right: calc(50% - 432px);
        position: absolute;
        top: unset;
        bottom: 0;
    }

    body.page-id-32380 .testimonail-slider-review button.slick-prev.slick-arrow {
        left: calc(50% - 432px);
        position: absolute;
        z-index: 9;
        top: unset !important;
        bottom: 0;
    }

    body.page-id-32380 .catalog-slider button.slick-next.slick-arrow {
        right: calc(50% - 372px);
        top: unset;
        transform: unset !important;
    }

    body.page-id-32380 .catalog-slider button.slick-prev {
        left: calc(50% - 372px) !important;
        transform: unset !important;
    }

    .product-list-emi ul.wc-block-product-template__responsive {
        grid-template-columns: repeat(2, 1fr);
        margin: 0px;
    }

    .certifications-desc {
        display: none !important;
    }

    .emissivity-blogs ul.sauna-blogs .top-bar-blog {
        padding-bottom: 30px;
        min-height: 90px;
    }

    a.hms-pill.hms-pill--icon-only.hms-pill--cart.hms-pill--cart__link {
        display: flex;
    }
}

@media (max-width: 767px) {

    .infrared-section,
    .product-list-new,
    .real-result,
    .trust-section,
    .product-list-emi ul.wc-block-product-template__responsive,
    .like-emi-product ul.wc-block-product-template__responsive {
        grid-template-columns: 1fr;
        display: grid !important;
    }

    ul.wp-block-list.specular-reflection li::before {
        top: 10px;
        background-position: top left;
    }

    body.page-id-32380 .two_card_grid h5.gb-headline.gb-headline-text {
        white-space: pre-wrap;
        min-height: 0px;
    }

    body.page-id-32380 .review-page-reviews .wp-block-group.testimonial-wrapper p {
        font-size: 16px;
    }

    body.page-id-32380 .review-page-reviews a.gb-button {
        font-size: 22px;
        font-weight: 400 !important;
    }

    body.page-id-32380 .review-page-reviews .wp-block-group.testimonial-wrapper {
        height: 250px;
    }

    .emissivity-blogs ul.sauna-blogs .top-bar-blog {
        padding-bottom: 30px;
        min-height: 0px;
    }

    .infrared-section h2.gb-headline {
        text-align: left;
    }

    .real-result ul.slick-dots {
        bottom: 20px;
        margin: 0px;
    }

    .real-result ul.slick-dots li {
        margin: 0px;
        background: #fff;
    }

    .heating-warranty img {
        min-width: 80px !important;
    }

    body.page-id-32380 .container-slider {
        padding-bottom: 0px;
    }

    .faq-title-emi {
        font-weight: 500 !important;
    }

    body.page-id-32380 .product-list-emi .wc-block-components-product-image img,
    .custom-product-grid img#featured-image,
    body.page-id-32380 .like-emi-product img {
        max-width: 100%;
        height: 100% !important;
    }

    .infrared-section .gb-container {
        flex-flow: row;
    }

    body.page-id-32380 .desktop-slider {
        display: block !important;
    }

    body.page-id-32380 .catalog-slider .wp-block-image img {
        width: 100% !important;
        height: 600px !important;
        object-fit: cover !important;
    }

    body.page-id-32380 .catalog-slider ul.slick-dots {
        top: 570px;
    }

    .custom-product-grid,
    .emissivity-blogs ul.sauna-blogs,
    .custom-product-grid ul.product-text-points {
        grid-template-columns: 1fr;
    }

    .emissivity-blogs ul.sauna-blogs li .wp-block-columns {
        display: block;
    }

    .emissivity-blogs ul.sauna-blogs a.wp-block-read-more {
        top: 50%;
        transform: translateY(-50%);
        bottom: unset !important;
    }

    .emissivity-blogs ul.sauna-blogs img {
        height: 100%;
        min-height: 300px;
    }

    body.page-id-32380 .review-page-reviews {
        padding: 0 20px;
    }

    body.page-id-32380 .panel-offers h1 {
        font-size: 19px;
    }

    body.page-id-32380 .panel-offers .list-dem li {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    body.page-id-32380 .panel-offers .list-dem {
        margin: 0;
    }

    body.page-id-32380 .panel-offers .list-dem li::marker {
        font-size: 0;
    }

    .trust-section.summary {
        padding-top: 0px;
    }

    .trust-section.summary .gb-container:has(img) {
        order: 2;
    }

    .certifications {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .certifications-desc {
        display: none !important;
    }

    .emissivity-blogs ul.sauna-blogs .top-bar-blog {
        padding-bottom: 30px;
        display: block;
    }

    .custom-product-grid h1.product-title {
        font-size: 30px;
        font-weight: 500;
    }

    .custom-product-grid ul.product-text-points li {
        font-size: 18px;

    }

    .product-list-emi ul.slick-dots {
        left: -20px;
        width: calc(100% + 40px);
        bottom: -40px;
    }

    .product-list-emi ul.slick-dots li {
        margin: 0px;
    }

    .product-left.desktop-gallery {
        display: none;
    }

    body.page-id-32380 .btn_group br {
        display: none;
    }

    .product-left.mobile-gallery {
        display: block;
    }

    body.page-id-32380 .btn_group {
        display: flex;
        gap: 5px;
        flex-flow: column;
    }

    /* header-custom */
    .inside-navigation.grid-container.grid-parent {
        flex-flow: wrap;
    }

    .inside-navigation.grid-container.grid-parent {
        /*padding: 0px 20px !important;*/
    }

    .inside-navigation.grid-container.grid-parent .site-logo.mobile-header-logo {
        width: 50%;
        order: 2;
        justify-content: center;
        margin: 0px !important;
        max-width: unset !important;
    }

    .inside-navigation.grid-container.grid-parent .hms-pill--call__mobile {
        width: auto;
        display: flex;
        justify-content: end;
        order: 3;
        gap: 20px;
        flex-grow: unset;
    }

    nav#generate-slideout-menu .inside-navigation.grid-container.grid-parent {
        padding: 0px !important;
    }

    .slide-in-search.out-header-search {
        position: absolute;
        width: 90%;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .slide-in-search.out-header-search form.mobile_search {
        display: flex;
    }

    .slide-in-search.out-header-search form.mobile_search input#search {
        width: 70%;
    }

    .slide-in-search.out-header-search form.mobile_search button.search-submit {
        width: 30%;
    }

    .inside-navigation.grid-container.grid-parent .hms-pill--call__mobile img {
        filter: invert(1);
        width: 32px;
        height: 32px;
    }

    .inside-navigation.grid-container.grid-parent .hms-pill--call__mobile .slide-in-search.out-header-search {
        display: none;
    }

    .header-bootom-content {
        width: 100%;
        order: 4;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
        padding-top: 10px;
    }

    .header-bootom-content h2.call-to-expert {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin: 0px;
    }

    body #mobile-header .header-bootom-content a.bottom-class {
        font-weight: 700 !important;
        color: #fff !important;
        font-size: 16px !important;
    }

    button.menu-toggle {
        order: 1 !important;
    }

    .header-bootom-content,
    .hms-pill--call__mobile {
        display: flex;
    }

    body nav#generate-slideout-menu .hms-mobile-call a.hms-mobile-call-pill {
        padding: 10px !important;
    }
}