/* Metric-matched fallback (Arial sized to Poppins) so the async Poppins swap doesn't reflow text → kills the
   font-swap CLS that was pushing the hero down. Use 'Poppins-fallback' right after 'Poppins' everywhere. */
@font-face {
    font-family: 'Poppins-fallback';
    src: local('Arial');
    ascent-override: 92.42%;
    descent-override: 30.81%;
    line-gap-override: 8.80%;
    size-adjust: 112.16%;
}

.topBFBannerSectionWrapper { border-bottom: 1px solid #d9d9d9; }

/*IMAGE SLIDER*/
   .custom-image-slider {
        position: relative;
        width: 100%;
        height: 100%;
        width: auto;
        padding-bottom: 61%; /* Adjust this value according to your image aspect ratio */
      }

      .slider-before,
      .slider-after {
        position: absolute;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
      }

      .slider-after {
        overflow: hidden;
      }

      .slider-handle {
        position: absolute;
        top: 0;
        left: 50%;
        width: 0px;
        height: 100%;
        background-color: #fff;
        cursor: ew-resize;
      }

    /*.slider-handle::before,
    .slider-handle::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      cursor: ew-resize;
      transition: all 0.2s ease-out;*/ /* Add transition property */
    /*}*/

   /* .slider-handle::before {
      left: -24px;
      border-right: 16px solid #fff;
    }

    .slider-handle::after {
      right: -24px;
      border-left: 16px solid #fff;
    }
      .slider-before, .slider-after {
        user-select: none;
      }*/
/*END IMAGE SLIDER*/
body {
    font-family: 'Poppins', 'Poppins-fallback', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.header {
    position: relative;
    background-color: #FDF9F4;
    overflow: hidden;
}

/* Desktop hero now uses a full-bleed video covering the right half (replaces the old background-image) */
.header-video-desktop {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.beigeBg {
    background-color: #FDF9F4;
}
.left-banner  {
    padding: 4rem 0rem;
}
.left-banner .banner-container  {
    width: 600px;
}
.check-circle {
    margin-top:-5px; margin-right:10px;
}
.stock:before {
    display: inline-flex;
    margin: -2px 5px 0 0;
    width: 9px;
    height: 9px;
    background: #95DF89;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade;
}

@keyframes fade {

    0%,
    100%,
    70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

* {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
}

.poppins-thin {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", 'Poppins-fallback', sans-serif;
    font-weight: 900;
    font-style: italic;
}


* {
}

* {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

*::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion {
    --bs-accordion-bg: none;
}

.accordion-item {
    border-radius: 5px !important;
}

.faq-content .accordion-button.collapsed::after {
    background: url("https://purpleassetscdn-aeedeqfzb5cgc3cp.z01.azurefd.net/web/glokore/oralcareplus/inter4/expand-icon.svg");
    background-size: contain;
}

.faq-content .accordion-button:not(.collapsed)::after {
    background: url("https://purpleassetscdn-aeedeqfzb5cgc3cp.z01.azurefd.net/web/glokore/oralcareplus/inter4/collapse-icon.svg");
    background-size: contain;
}

.faq-content .accordion-item {
    border: 1px solid #4F4F4F !important;
}

svg path:first-child {
    fill: #fff;
}

.recommend-section {
    background-color: #FDF9F4;
}

.time-offer-section {
    background-color: #FDF9F4;
}

span {
    color: #000;
}

.headline-number {
    color: #E20004;
    font-weight: bold;
    font-size: 24px;
}

.order-button {
    background-color: #0493ED;
    border: none;
    color: #fff;
    font-size: 18px !important;
    width: 340px;
    height: 70px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
}

.order-button:hover {
    background-color: #0286D8;
    border-color: #0286D8;
    color: #fff;
    border: 1px solid #0286D8;
}

.right-arrow svg path:first-child {
    fill: #fff;
}

.right-arrow svg path:hover {
    fill: #0493ED;
}

.floating-order-button {
    background-color: #0493ED;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 14px 20px;
    transition: all 0.2s linear;
    border: none;
    width: 100%;
}

.floating-order-button:hover {
    color: #fff !important;
}

.floating-order-button span {
    color: #fff;
}

.pulse-button {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.accordion-button:not(.collapsed) {
    color: #000;
}


.left-banner .seenOn p,
.bottom .seenOn p {
    font-size: 12px;
    margin-bottom: 5px;
}

.left-banner .seenOn img,
.bottom .seenOn img {
    width: 95%;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
    }
}

.carousel li::marker {
    font-size: 0;
}

.relief-section {
    background-color: #FFF;
    width: 100%;
}

header {
    background-color: #fff;
    padding: 5px 0px;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.mobile {
    display: block !important;
}



.left-banner .banner-headline {
    font-weight: bold;
    font-size: 48px;
    color: #000;
    line-height: 54px;
}

.is-mobile {
    display: none;
}

.is-desktop {
    display: none;
}

.award-section {
    background-color: #000;
    color: #fff;
}

.simple-to-use-section {
    background-color: #fff;
}

.section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

footer {
    border-top: 1px solid #EFEFEF;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    white-space: nowrap;
}

.logos:before,
.logos:after {
    content: "";
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
}

.logos:after {
    right: 0;
}


.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
}

/* ===== Review summary + review cards ===== */
.review-summary {
    display: grid;
    grid-template-columns: 38% 31% 31%;
    align-items: center;
    gap: 0;
    padding-top: 38px;
    padding-bottom: 50px;
}

.review-summary-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.review-summary-images img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.review-summary-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.review-summary-item {
    display: grid;
    grid-template-columns: 50% 45% 5%;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    font-size: 15px;
    color: #111827;
    font-weight: 600;
    padding: 2px 0;
    font-family: 'Inter', sans-serif;
}

.review-summary-item span {
    text-align: right;
}

.rating-summary {
    display: block;
}

.rating-summary img {
    height: 32px;
    width: auto;
}

.review-summary-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Inter', sans-serif;
}

.review-summary-rating strong {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 5px;
}

.review-summary-rating > div img {
    height: 22px;
    width: auto;
}

.review-summary-rating p {
    font-size: 16px;
    max-width: 220px;
    text-align: center;
    line-height: 20px;
    margin-top: 18px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 7px;
}

.would-recommend-item {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

/* ── DIVIDER ── */
.divider { border: none; height: 1px; background: #000; margin: 10px 0; }




/* mobile css */

@media (max-width: 1399px) {
.header {
    background-size: auto 100%;
    background-position:100%;
}
}
@media (max-width: 1199px) {
.header {
    background-size: auto 100%;
    background-position:130%;
}
}
@media (max-width: 1024px) {
    .header {
        background-size: auto 100%;
        background-position:170%;
    }
    .banner-desc {
        font-size: 18px!important;
    }
    .banner-checked-line {
        font-size: 17px!important;
        font-weight: 600;
        
    }
    .nav-links {
        display:none!important;
    }
}
@media (max-width: 991px) {
.header {
    background-image: initial;
} 
.left-banner .banner-container  {
    width: auto;
}
}
@media (max-width: 768px) {
    .section-space {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .navbar-nav li {
      border-bottom: 1px solid #000;
      padding: 10px 10px;
    }

    .days-guarantee {
        margin-top: 15px;
    }

    .order-button {
        width: 100%;
        height: 50px;
    }

    header ul li:active {
        background-color: #0493ED;
        color: #fff;
    }

    .relief-section {
        padding-bottom: 0;
    }

    .recommend-section {
        padding-bottom: 25px;
    }

    .would-recommend-item-content {
        border-radius: 8px 8px 0 0;
        width: 100%;
        height: auto;
        aspect-ratio: 742 / 916;
    }

    .review-summary {
        grid-template-columns: 1fr !important;
        gap: 0;
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .review-summary-rating {
        margin-top: 22px;
    }

    .review-summary-item {
        grid-template-columns: 1fr auto auto;
        column-gap: 8px;
    }

    .rating-summary {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .rating-summary img {
        height: 16px;
    }

    .would-recommend-section.section-space {
        padding-bottom: 1rem;
    }

    .offer-alignment {
        text-align: center !important;
    }

    .recommend-title {
        color: #000;
        font-size: 20px;
        font-weight: bold;
        line-height: 39px;
    }

    .section-title {
        font-weight: bold;
        font-size: 28px;
        text-align: center;
        color: #000;
        line-height: 38px;
    }

    .relief-col {
        width: 100%;
    }

    .relief-section .relief-col.text-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .relief-product {
        width: auto;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        transform: translateX(-6px);
    }

    .rating-text {
        font-size: 13px;
    }

    .award-section {
        text-align: center;
        padding: 20px 0;
    }

    .is-mobile {
        display: block;
    }

    .mobCtaBtn {
        padding: 15px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        background-color: #fff;
        border-radius: 0;
        text-align: center;
    }

    header {
        background-color: #fff;
        
    }

    .header {
        padding-bottom: 0 !important;
    }

    .header-section {
        display: block;
    }


    .nav-logo {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-links {
        display: none;
    }

    .nav-links ul {
        list-style-type: none;
        background-color: #fff;
        padding-left: 0;
    }

    .nav-links ul li {
        padding: 10px;
        display: block;
        border-bottom: 1px solid lightgray;
    }

    .nav-links ul li:last-child {
        border-bottom: none;
    }

    .nav-links ul li a {
        text-decoration: none;
        color: #000;
    }

    #mob-nav {
        display: block
    }

    .left-banner {
        padding: 0rem 0rem;
        width: 100%;
        padding-top: 15px;
    }

    .right-banner {
        width: 100%;
    }

    main {
        margin-top: 0px;
        background-color: #fff;
    }

    .banner-stars {
        display: block;
        margin: 0 auto;
    }

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

    .banner-headline {
        font-size: 36px !important;
        line-height: 42px !important;
    }

    .banner-desc {
        font-size: 15px;
    }

    .banner-checked-line {
        font-size: 16px;
        font-weight: 600;
        margin-top: -4px;
        text-align: start;
    }

    .left-banner .seenOn img {
      width: 100% !important;
    }

    .left-banner .seenOn p {
      font-size: 14px;
      margin-bottom: 5px;
    }

    .compare-section {
        background-color: #fff;
        padding-top: 0px;
    }

    .compare-guarantee {
        text-align: center;
        background-color: #ACF4A1;
        border-radius: 8px;
        border: none;
        padding: 20px 0;
        padding-left: 10%;
        padding-right: 10%;
        margin:15px;
    }

    .compare-container {
        margin: 0 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .compare-content td {
        border-bottom: 1px dashed #475858;
        vertical-align: middle;
        padding: 10px;
    }

    .compare-content tr:last-child td {
        border-bottom: none;
    }

    .would-recommend-item {
        margin-bottom: 30px;
    }
    .simple-use-item-content {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .simple-use-item {
        margin-bottom: 30px;
    }

    .simple-use-item:last-child {
        margin-bottom: 0px;
    }

    .time-offer-section {
        padding-top: 25px;
    }


}


/* desktop css */


@media (min-width: 769px) {

    .nav-a {
    }

    .nav-a:hover {
        text-decoration: underline;
        text-decoration-color: #0493ED;
        text-decoration-thickness: 2px;
    }

    .faq-content {
        padding: 0 10%;
    }
    .offer-alignment {
        text-align: left !important;
    }

    .recommend-title {
        color: #000;
        font-size: 32px;
        font-weight: bold;
        line-height: 39px;
    }

    .section-title {
        font-weight: bold;
        font-size: 42px;
        line-height: 50px;
        text-align: center;
        color: #000;
    }



    .banner-checked-line {
        font-size: 20px;
        font-weight: 600;
    }

    .is-desktop {
        display: block;
    }

    .banner-desc {
        font-size: 20px;
        font-weight: 300;
    }

    .mobCtaBtn {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }


    header {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header-section {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }


    .nav-logo {
    }

    .nav-links {
        display: block;
    }

    #mob-nav {
        display: none;
    }

    header .order-button {
        color: #fff;
        font-size: 18px;
        width: 175px;
        height: 40px;
        border-radius: 8px;
    }

    header ul {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0;
    }

    header .nav-links {
        display: flex;
        width: 100%;
        gap: 25px;
    }

    header .nav-links a {
        text-decoration: none;
        color: #000;
        font-size: 15px;
        font-weight: 400;
    }

    /*
    .left-banner {
        padding-top: 70px;
        padding-bottom: 50px;
        padding-right: 30px;
        padding-left: 0;
    }
    */



    .right-banner {
        width: 50%;
    }


    .header-logo {
        width: 167px;
        height: 35px;
    }

    main .banner {
        background-color: #FDF9F4;
        padding-left: 0;
    }

    .left-recommend {
        width: 100%;
    }

    .recommend-row {
        align-items: center;
    }

    .right-recommend {
        width: 75%;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .simple-use-item-flex {
        justify-content: space-between;
    }

    .simple-use-item {
        width: 328px;
    }

    .simple-use-item-content {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }


    .how-works-flex {
        gap: 50px;
    }

    .how-works-col {
        width: 50%;
    }

    .how-works-col img, .how-works-col video {
        width: 100%;
        height: auto;
        border-radius: 10px;
        aspect-ratio: 1134 / 638;
    }

    .compare-section {
        background-color: #fff;
        padding: 20px 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .compare-guarantee {
        justify-content: center;
        align-items: center;
        background-color: #ACF4A1;
        border-radius: 8px;
        border: none;
        gap: 20px;
        padding: 20px 50px;
    }

    .compare-container{
        width: 900px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .compare-content td {
        border-bottom: 1px dashed #475858;
        vertical-align: middle;
        padding: 10px;
    }

    .compare-content tr:last-child td {
        border-bottom: none;
    }

    .product-box-section {
        width: 900px;
        display: flex;
        gap: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .product-box-left {
        width: 40%
    }

    .product-box-right {
        width: 60%
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 1px solid #C9C9C9;
    }

    .would-recommend-section {
        padding-top: 30px;
        padding-left: 4%;
        padding-right: 4%;
    }

    .would-recommend-flex {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .would-recommend-item {
        flex-basis: 31.5%;
        margin-bottom: 30px;
    }

    .would-recommend-item-content {
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 10px 10px 0 0;
    }

    .time-offer-section {
        padding: 0px;
        background-color: #FDF9F4;
    }

    .time-offer-left {
        width: 100%;
        position: relative;
    }

    .time-offer-left img {
        width: 100%;
    }

    .time-offer-right {
        width: 100%;
        padding: 30px 50px;
    }

    .faq-section {
        padding-top: 20px;
    }

    .award-section {
        background-color: #000;
        color: #fff;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .how-works-section {
        background-color: #fff;
        padding-bottom: 50px;
        padding-left: 35px;
        padding-right: 35px;
    }


    .recommend-section {
        background-color: #FDF9F4;
        padding-left: 0
    }

    .simple-to-use-section {
        background-color: #fff;
        padding-top: 35px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .relief-section .d-md-flex {
        align-items: center;
    }

    .relief-col {
        width: 33%;
    }

    .relief-section .relief-col.text-center {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
    }

    .relief-product {
        height: 450px;
        width: auto;
        max-width: none;
        display: block;
        object-fit: contain;
        /* product.webp has extra canvas on the right; shift for optical center */
        transform: translateX(-14px);
    }

    .banner-stars {
        margin-top: -2px;
    }
}

/* Review section ("Hear What Others...") star rating: fixed 16px height */
#reviews .mb-1 > img {
    height: 16px;
    width: auto;
}
