/** Shopify CDN: Minification failed

Line 50:0 All "@import" rules must come first

**/

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap'); */

@font-face {
    font-family: 'Roboto';
    src: url('https://s3.amazonaws.com/konsciousketo.com/fonts/Roboto-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://s3.amazonaws.com/konsciousketo.com/fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://s3.amazonaws.com/konsciousketo.com/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://s3.amazonaws.com/konsciousketo.com/fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://s3.amazonaws.com/konsciousketo.com/fonts/Roboto-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('https://s3.amazonaws.com/konsciousketo.com/fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
/* New Product Button Global
========================================================================== */

img.for-mobile {
    display: none;
}

.newbutton {
    text-align: center;
}

.newbutton a {
    border-radius: 50px;
    background: #257A60;
    padding: 0 60px;
    color: #FFF;
    text-align: center;
    font-family: "Work Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    /* 350% */
    letter-spacing: 0.32px;
    height: 56px;
    text-decoration: none;
    display: inline-block;
}

.newbutton a:hover {
    background-color: #FDE5C8;
    border: 1px solid #257A60;
    color: #257A60;
    height: 54px;
}

.for-mobile {
    display: none !important;
}

#newprod-subscribe-anchor {
    display: block;
    position: relative;
    height: 141px;
    /*same height as header*/
    margin-top: -141px;
    /*same height as header*/
    visibility: hidden;
}

/* New Product burger
========================================================================== */

#header .box .burger .visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#header .box .burger .hamburger {
    margin: 0 auto;
    width: 24px;
    height: 16px;
    position: relative;
}

#header .box .burger .hamburger .bar {
    padding: 0;
    width: 24px;
    height: 2px;
    background-color: #257A60;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

#header .box .burger .bar1 {
    top: 0;
}

#header .box .burger .bar2,
#header .box .burger .bar3 {
    top: 7px;
}

#header .box .burger .bar3 {
    right: 0;
}

#header .box .burger .bar4 {
    bottom: 0;
    right: 0;
}

/* HAMBURGER 3 */

#header .box .burger .hamburger3 .bar1 {
    transform-origin: 1%;
    width: 12px;
}

#header .box .burger .hamburger3 .bar4 {
    transform-origin: 1%;
    width: 12px;
}

#header .box .burger .checkbox3:checked+label>.hamburger3 {
    height: 30px;
}

#header .box .burger .checkbox3:checked+label>.hamburger3>.bar1 {
    transform: rotate(45deg);
    height: 2px;
    width: 24px;
    top: 5px;
}

#header .box .burger .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

#header .box .burger .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

#header .box .burger .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 2px;
    width: 24px;
    bottom: 6px;
    right: unset;
}

#header .box .burger .checkbox4:checked+label>.hamburger4>.bar1 {
    top: 13.5px;
    background-color: transparent;
}

#header .box .burger .checkbox4:checked+label>.hamburger4>.bar2 {
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
}

#header .box .burger .checkbox4:checked+label>.hamburger4>.bar3 {
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
}

#header .box .burger .checkbox4:checked+label>.hamburger4>.bar4 {
    background-color: transparent;
}

#header .box .burger .checkbox4:checked+label>.hamburger4>.bar5 {
    bottom: 13.5px;
    background-color: transparent;
}

/* New Product reviews
========================================================================== */

.customerreviews {
    background: #FFF;
}

.customerreviews .container>div:nth-of-type(1) h2 {
    color: #000;
    text-align: center;
    font-family: Pluto;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.loox-rating .loox-icon {
    width: 42px;
    transform: scale(2.5);
}

.text-center .loox-rating.loox-rating-hp .loox-rating-content span.loox-rating-label {
    margin-left: 10px;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.no-stars.loox-rating.loox-rating-hp {
    margin-top: 32px;
}

.text-center .no-stars.loox-rating.loox-rating-hp .loox-rating-content span.loox-rating-label {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 96% */
    margin: 0;
}

.customerreviews .container>div:nth-of-type(1)>span:nth-of-type(2) {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    margin-top: 8px !important;
}

.customerreviews .container>div:nth-of-type(1)>span:nth-of-type(1) {
    opacity: 0;
}

/* New Product Hero reviews
========================================================================== */

#new-productpage .loox-rating .loox-icon {
    width: 1em;
    transform: unset;
}

/* New Product Main
========================================================================== */

html,
#new-productpage body {
    position: relative;
    height: 100%;
}

#new-productpage body {
    color: #000;
    margin: 0;
    padding: 0;
}

#new-productpage .swiper {
    width: 100%;
    height: 100%;
}

#new-productpage .swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#new-productpage .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 5s ease;
}

#new-productpage .swiper-slide img:hover {
    transform: scale(1.5);
}

#new-productpage .swiper {
    margin-left: auto;
    margin-right: auto;
}

#new-productpage .new-emmaproduct {
    display: flex;
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    height: 555px;
}

#new-productpage .new-emmaproduct .prod-left,
#new-productpage .new-emmaproduct .prod-right {
    width: 100%;
    box-sizing: border-box;
}

#new-productpage .new-emmaproduct .prod-left {
    max-width: 619px;
}

#new-productpage .new-emmaproduct .prod-right {
    padding: 25px 0 0 44px;
    max-width: 57%;
}

#new-productpage .new-emmaproduct .prod-right .imagecaption.text-left {
    max-width: 100%;
    width: 100%;
}

#new-productpage #productcaptiontitle {
    max-width: 100%;
    color: #333;
    font-family: Pluto;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 !important;
}

#new-productpage #productreviews {
    max-width: 467px;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
}

#new-productpage .imagecaption p {
    margin: 24px 0 0;
    color: #333;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: -0.9px;
    max-width: 467px;
}

#new-productpage .imagecaption p strong {
    color: #000;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 28.8px */
    margin-top: -20px;
    display: block;
}

#new-productpage .new-emmaproduct .prod-right .imagecaption ul li {
    display: flex;
    align-items: center;
    gap: 16px;
}

#new-productpage .new-emmaproduct .prod-right .imagecaption ul {
    padding-left: 16px;
    margin-top: 16px;
}

#new-productpage .new-emmaproduct .prod-right .imagecaption ul li p {
    margin: 0;
    color: #333;
    font-family: Pluto;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    /* 200% */
    letter-spacing: 0.32px;
    text-transform: capitalize;
    max-width: unset;
}

#new-productpage #addtocard1 a {
    width: 238px;
    padding: 0 !important;
    font-weight: 600;
}

#new-productpage #productreviews .loox-rating span {
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* New Product Benefits
========================================================================== */

#new-product-benefits {
    padding: 60px 0 98px;
    background-image: url('/cdn/shop/t/12/assets/benefits-bg.png?v=1707203436');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#new-product-benefits img {
    width: 100%;
}

#new-product-benefits .cotnainer-a {
    max-width: 1240px;
    width: 100%;
    margin: auto;
}

#new-product-benefits .cotnainer-a .title {
    text-align: center;
    margin-bottom: 32px;
}

#new-product-benefits .cotnainer-a .title h2 {
    color: #333333;
    text-align: center;
    font-family: Pluto;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    /* 235.294% */
    text-transform: capitalize;
    margin: 0;
}

#new-product-benefits .cotnainer-a .blocks {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 48px;
    position: relative;
}

#new-product-benefits .cotnainer-a .blocks .block-box {
    max-width: calc(50% - 12px);
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

#new-product-benefits .cotnainer-a .blocks .block-box .icon {
    max-width: 139px;
    width: 100%;
}

#new-product-benefits .cotnainer-a .blocks .block-box .text {
    max-width: 439px;
}

#new-product-benefits .cotnainer-a .blocks .block-box .text h2 {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #333333;
    font-family: Pluto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 8px;
}

#new-product-benefits .cotnainer-a .blocks .block-box .text h2 p {
    margin: 0;
}

#new-product-benefits .cotnainer-a .blocks .block-box .text p {
    color: #333333;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    margin: 0;
    margin-top: 16px;
    letter-spacing: -.8px;
}

#new-product-benefits .cotnainer-a .blocks .block-box .text p strong {
    font-weight: 500;
}

#new-product-benefits .newbutton a {
    font-size: 18px;
    margin-top: 48px;
}

#new-product-benefits .cotnainer-a .blocks:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(80, 56, 48, 0.30);
    position: absolute;
    left: 0;
    top: 52%;
}

/* New Product Real Ingrideint
========================================================================== */

#newproduct-ingredient {
    background: #FCE7C9;
    padding: 60px 16px 69px;
}

#newproduct-ingredient img {
    width: 100%;
    display: block;
}

#newproduct-ingredient .container-a {
    max-width: 975px;
    width: 100%;
    margin: auto;
}

#newproduct-ingredient .container-a .title h2 {
    color: #333;
    text-align: center;
    font-family: Pluto;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    /* 108.824% */
    text-transform: capitalize;
}

#newproduct-ingredient .container-a .blocks {
    margin: 60px auto;
    display: flex;
    gap: 43px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 92px;
    row-gap: 92px;
}

#newproduct-ingredient .container-a .blocks .block-box {
    max-width: calc(33.33% - 84px);
    width: 100%;
    border-radius: 50px;
    border: 2px solid #257A60;
    padding: 0 25px 0px 26px;
    height: 504px;
}

#newproduct-ingredient .container-a .blocks .block-box .image {
    margin-top: -32px;
}

#newproduct-ingredient .container-a .blocks .block-box .content h3 {
    margin: 0;
    margin-top: 32px;
    color: #333;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 23.4px */
}

#newproduct-ingredient .container-a .blocks .block-box:nth-child(4) h3 {
    letter-spacing: -1px;
}

#newproduct-ingredient .container-a .blocks .block-box .content p {
    margin: 14px auto;
    color: #257A60;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 21.6px */
    letter-spacing: -0.18px;
}

#newproduct-ingredient .container-a .blocks .block-box .checkmark .feature {
    border-radius: 50px;
    border: 1.5px solid #FFF;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    padding: 0 8px;
    height: 25px;
    margin-bottom: 8px;
}

#newproduct-ingredient .container-a .blocks .block-box .checkmark .feature:first-child {}

#newproduct-ingredient .container-a .blocks .block-box .checkmark .feature p {
    color: #237A60;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 178.571% */
    text-transform: capitalize;
    margin: 0;
}

#newproduct-ingredient .newbutton a {
    font-size: 18px;
}

/* New Product Science
========================================================================== */

#newproduct-science {
    background-color: #F4F2EF;
}

#newproduct-science .container-a {
    background-image: url('/cdn/shop/t/12/assets/sciencebg.png?v=1707292251');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 56px;
    padding-bottom: 252px;
}

#newproduct-science .container-a .box {
    max-width: 483px;
    width: 100%;
    margin: auto;
    padding: 40px;
}

#newproduct-science .container-a .box h2 {
    color: #333333;
    text-align: center;
    font-family: Pluto;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    /* 235.294% */
    text-transform: capitalize;
    margin: 0;
}

#newproduct-science .container-a .box p {
    color: #333333;
    text-align: center;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin: 0;
}

#newproduct-science .container-b {
    padding: 20px 16px 73px;
}

#newproduct-science .container-b .box {
    display: flex;
    max-width: 1020px;
    width: 100%;
    margin: auto;
    gap: 100px;
    align-items: center;
    justify-content: center;
}

#newproduct-science .container-b .box .content-left {
    max-width: 541px;
    width: 100%;
}

#newproduct-science .container-b .box .content-rigth {
    border-radius: 50px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 8px 10px 29px 0px rgba(115, 115, 115, 0.10), 34px 40px 52px 0px rgba(115, 115, 115, 0.09), 75px 89px 70px 0px rgba(115, 115, 115, 0.05), 134px 158px 83px 0px rgba(115, 115, 115, 0.01), 210px 247px 91px 0px rgba(115, 115, 115, 0.00);
    padding: 38px 58px 37px 59px;
}

#newproduct-science .container-b .box .content-rigth .box2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    max-width: 262px;
}

#newproduct-science .container-b .box .content-left h2 {
    color: #333333;
    font-family: Pluto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

#newproduct-science .container-b .box .content-left p {
    color: #333333;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    margin: 0;
}

#newproduct-science .container-b .box .content-rigth .line {
    height: 191px;
    border-radius: 10px;
    background: #A8CAC0;
    width: 6px;
}

#newproduct-science .container-b .box .content-rigth p {
    color: #257A60;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 25.2px */
    margin: 0;
    max-width: 224px;
}

/* New Product Offer Relief
========================================================================== */

#newprod-offer {}

#newprod-offer .mobile-image {
    display: none;
}

#newprod-offer .bg-container {
    background-color: linear-gradient(5deg, #FCE7C9 14.1%, rgba(252, 231, 201, 0.00) 17.78%), url(<path-to-image>), lightgray 50% / cover no-repeat;
    background-image: url('/cdn/shop/t/12/assets/newproduct-offerbg.png?v=1708336965');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    padding: 80px 0 60px;
}

#newprod-offer .bg-container .container {
    max-width: 535px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 12%;
}

#newprod-offer .bg-container .container h2 {
    color: #333;
    text-align: center;
    font-family: Pluto;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

#newprod-offer .bg-container .container h2 br {
    display: none;
}

#newprod-offer .bg-container .container h2 br:first-child {
    display: block;
}

#newprod-offer .bg-container .container p {
    color: #333;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.72px;
    margin: 32px auto;
    max-width: 498px;
    text-align: center;
}

#newprod-offer .bg-container .container .guarantee {
    display: flex;
    gap: 8px;
    border-top: 1px solid #257A60;
    border-bottom: 1px solid #257A60;
    max-width: 456px;
    width: 100%;
    margin: auto;
    padding: 6px 0px;
    align-items: center;
    margin-bottom: 52px;
}

#newprod-offer .bg-container .container .guarantee .icon {
    max-width: 82px;
    width: 100%;
}

#newprod-offer .bg-container .container .guarantee .text {
    max-width: 366px;
}

#newprod-offer .bg-container .container .guarantee .text p {
    color: rgba(51, 51, 51, 0.70);
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    margin: 0;
    max-width: fit-content;
    letter-spacing: -.1px;
    text-align: left;
}

#newprod-offer .bg-container .container .newbutton a {
    max-width: 180px;
    width: 100%;
}

/* New Product Image Text
========================================================================== */

#new-prod-image-text img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

#new-prod-image-text img.for-mobile {
    display: none;
}

#new-prod-image-text .container-a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#new-prod-image-text .container-a .box {
    max-width: 33.33%;
    width: 100%;
}

#new-prod-image-text .container-a .box:first-child .text {
    background: linear-gradient(0deg, #F7F6F4 0%, #F7F6F4 100%), #FFF;
    background-color: unset !important;
}

#new-prod-image-text .container-a .box .image {
    height: 308px;
}

#new-prod-image-text .container-a .box .text {
    padding: 60px 50px;
    height: 270px;
}

#new-prod-image-text .container-a .box .text h2 {
    text-align: center;
    font-family: Pluto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 16px;
}

#new-prod-image-text .container-a .box .text p {
    font-family: Pluto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28px */
    letter-spacing: -0.35px;
    margin: 0;
}

/* New Product Sex Drive
========================================================================== */

#new-prod-sexdrive img {
    width: 100%;
    display: block;
}

#new-prod-sexdrive img.for-mobile {
    display: none;
}

#new-prod-sexdrive .container-a {
    display: flex;
    align-items: center;
}

#new-prod-sexdrive .container-a .image {
    max-width: 49.1%;
    width: 100%;
    position: relative;
    z-index: 1;
}

#new-prod-sexdrive .container-a .image:after {
    content: "";
    width: 100%;
    height: 39%;
    border-radius: 0px 0px 500px 0px;
    background: rgba(168, 202, 192, 0.50);
    display: block;
    position: absolute;
    top: 0;
    right: -247px;
    z-index: -1;
}

#new-prod-sexdrive .container-a .content {
    max-width: 471px;
    width: 100%;
    margin-left: 90px;
    z-index: 1;
}

#new-prod-sexdrive .container-a .content h2 {
    color: #333333;
    font-family: Pluto;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 16px;
    letter-spacing: -2px;
}

#new-prod-sexdrive .container-a .content p {
    color: #333333;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    letter-spacing: -.2px;
    margin: 0;
}

/* New Product Chart
========================================================================== */

#newprod-charts {
    padding: 60px 16px;
}

#newprod-charts img {
    width: 100%;
    display: block;
}

#newprod-charts .title {
    max-width: 641px;
    width: 100%;
    margin: 0 auto 24px;
}

#newprod-charts .title h2 {
    color: #333333;
    text-align: center;
    font-family: Pluto;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

#newprod-charts .chart {
    max-width: 815px;
    width: 100%;
    margin: auto;
}

/* New Product FAQ
========================================================================== */

#newprod-faq {
    padding: 64px 16px;
    background-color: #DEECE7;
}

#newprod-faq .container-a {
    max-width: 710px;
    width: 100%;
    margin: auto;
}

#newprod-faq .container-a .title h2 {
    color: #000;
    text-align: center;
    font-family: Pluto;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: auto;
    margin-bottom: 32px;
}

#newprod-faq .container-a .blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    width: 100%;
}

#newprod-faq .container-a .blocks .box {
    border-radius: 42px;
    background: #F7F6F4;
    padding: 16px 32px;
    width: 100%;
    box-sizing: border-box;
}

#newprod-faq .container-a .blocks .box .question {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#newprod-faq .container-a .blocks .box .question h3 {
    color: #000;
    font-family: Pluto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 200% */
    margin: 0;
    max-width: calc(100% - 40px);
}

#newprod-faq .container-a .blocks .box p {
    opacity: 0.7;
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    margin-top: 16px;
}

#newprod-faq .container-a .blocks .box p strong {
    font-weight: 600;
}

#newprod-faq .container-a .blocks .box .answer {
    display: none;
}

#newprod-faq .container-a .blocks .box .question .arrow-u {
    display: none;
}

#newprod-faq .container-a .blocks .box.active .question .arrow-u {
    display: block;
}

#newprod-faq .container-a .blocks .box .question .arrow-d {
    display: block;
}

#newprod-faq .container-a .blocks .box.active .question .arrow-d {
    display: none;
}

/* New Product Before Footer
========================================================================== */

#newprod-before-footer {
    background: #FCE7C9;
}

#newprod-before-footer img {
    width: 100%;
    display: block;
}

#newprod-before-footer .container-a {
    display: flex;
}

#newprod-before-footer .container-a .image {
    max-width: 545px;
    width: 100%;
}

#newprod-before-footer .container-a .content {
    margin: auto;
}

#newprod-before-footer .container-a .content h2 {
    color: #333333;
    font-family: Pluto;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 50.4px */
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 32px;
    max-width: 542px;
}

#newprod-before-footer .container-a .content .newbutton {
    text-align: left;
}

#newprod-before-footer .newbutton a {
    font-size: 18px;
}

/* New Product Footer
========================================================================== */

#newprod-footer {
    background: #257A60 url(/cdn/shop/t/12/assets/newVector.png?v=1707379877) no-repeat bottom left;
    background-size: 387px;
}

#newprod-footer #getintouch {
    margin-bottom: 16px;
    display: block;
}

#newprod-footer .ao {
    margin-top: 55px;
}

#newprod-footer #subscribeupdate {
    color: #DEECE7;
    font-family: Pluto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration-line: underline;
}

#newprod-footer #subscribepromotion {
    color: #DEECE7;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}

#newprod-footer .footerlogo {
    max-width: 223px;
    padding: 0 !important;
    margin: 0 0 auto !important;
}

#newprod-footer #getintouchparent,
#newprod-footer #usefullink {
    max-width: 223px;
    padding: 0 !important;
}

#newprod-footer #subscribe {
    max-width: 468px;
    padding-left: 20px !important;
}

#newprod-footer #footerdiv {
    gap: 20px;
    padding-bottom: 0px !important;
    padding-left: 10% !important;
}

#newprod-footer #inputdiv {
    max-width: 100%;
    position: relative;
}

#newprod-footer #footerinput {
    width: 100%;
    border-radius: 100px;
    background: #DEECE7;
}

#newprod-footer #inputarrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 92%;
    border-radius: 100px;
    border: 2px solid #DEECE7;
    background: #257A60;
    color: #DEECE7;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 133px;
    width: 100%;
    justify-content: center;
}

#newprod-footer .footer-bottom-content {
    max-width: 1025px;
    width: 100%;
    margin: auto;
    padding-bottom: 40px !important;
}

#newprod-footer .footer-bottom-content p {
    color: #DEECE7;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    margin: 0;
}

#newprod-footer .footer-bottom-content .text-content {
    border: 0.5px solid #DEECE7;
    padding: 10px;
    margin-bottom: 10px;
}

.footer_bgcolor {
    max-width: unset;
}

/* New Product Subscribe
========================================================================== */

#newprod-subscribe img {
    width: 100%;
    display: block;
}

#newprod-subscribe h3,
#newprod-subscribe p {
    margin: 0;
}

#newprod-subscribe {
    background-image: url('/cdn/shop/t/12/assets/subscribe-bg.png?v=1707396465');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 45px 0;
}

#newprod-subscribe .flex-only {
    display: flex;
}

#newprod-subscribe .for-mobile {
    display: none;
}

#newprod-subscribe .pricing {
    max-width: 544px;
    width: 100%;
    border-radius: 10px;
    z-index: 99999;
    margin: auto;
    margin-left: 15%;
}

#newprod-subscribe .pricing .title {
    background: #257A60;
    border-radius: 10px 10px 0 0;
    padding: 16px 0px 12px 0px;
}

#newprod-subscribe .pricing .title h3 {
    color: #FFF;
    text-align: center;
    font-family: Myriad Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 30px */
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#newprod-subscribe .pricing .title p {
    color: #E1F6ED;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: capitalize;
    text-align: center;
}

#newprod-subscribe .pricing .pricing-body {
    padding: 16px 12px;
    background: #FFF;
    border-radius: 0 0 10px 10px;
    padding-top: 0;
}

#newprod-subscribe .pricing .pricing-body .title-arrow {
    text-align: center;
}

#newprod-subscribe .pricing .pricing-body .title-arrow svg {
    display: block;
    margin: auto;
    margin-bottom: 8px;
}

#newprod-subscribe .pricing .pricing-body .heading {
    color: #000;
    font-family: Pluto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 90% */
    margin-bottom: 8px;
}

#newprod-subscribe .pricing .pricing-body .quantity {
    display: flex;
    border-radius: 10px;
    border: 1px solid #000;
    margin-bottom: 16px;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles {
    max-width: 165px;
    width: 100%;
    cursor: pointer;
    position: relative;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles label {
    display: block;
    padding: 20px 0;
    margin: 0 auto;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles:has(input[type="radio"]:checked) {
    background: #B2DFCC30;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles input {
    display: none;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles:has(input[type="radio"]:checked):after {
    display: block;
    content: " ";
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="10" fill="%23257A60"/><path d="M13.9119 7.29175L8.49528 12.7084L6.08805 10.3012" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles.bottle8 {
    max-width: 190px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles img {
    max-width: 80px;
    margin: auto;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles.bottle8 img {
    max-width: 105px;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles h3 {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 4px;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles p {
    color: #000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.25px;
    /* 80.357% */
    text-align: center;
}

#newprod-subscribe .pricing .pricing-body .quantity .bottles p span {
    color: #F6664F;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 11.25px;
    /* 80.357% */
}

#newprod-subscribe .pricing .bottom-part {
    padding-top: 16px;
}

#newprod-subscribe .pricing .bottom-part .y-bg {
    background: #FFF833;
    max-width: 309px;
    width: 100%;
    padding: 8px;
    margin: auto;
}

#newprod-subscribe .pricing .bottom-part .y-bg h3 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.5px;
    /* 127.5% */
    letter-spacing: .5px;
}

#newprod-subscribe .pricing .bottom-part.for-mobile {
    display: none !important;
}

#newprod-subscribe .pricing .bottom-part .button {
    max-width: 380px;
    width: 100%;
    margin: 8px auto;
}

#newprod-subscribe .pricing .bottom-part .cards {
    max-width: 166px;
    width: 100%;
    margin: 0 auto 12px;
}

#newprod-subscribe .pricing .bottom-part .text p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
}

#newprod-subscribe .options .top-option {
    display: flex;
    border-bottom: 1px solid #000;
    height: 56px;
}

#newprod-subscribe .options .top-option .savetime-option {
    display: flex;
    max-width: 50%;
    width: 100%;
    padding: 0 16px;
    align-items: center;
    gap: 6px;
    border-radius: 10px 0 0 0;
}

@media screen and (max-width:767px) {
    #newprod-subscribe .options .top-option .savetime-option {
        padding: 5px;
    }
}

#newprod-subscribe .options .top-option .onetime {
    display: flex;
    max-width: 50%;
    width: 100%;
    padding: 0 16px;
    align-items: center;
    gap: 6px;
    border-left: 1px solid #000;
    justify-content: center;
    border-radius: 0 10px 0 0;
}

#newprod-subscribe .options .top-option .savetime-option p {
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -1px;
    margin-top: 5px;
}

#newprod-subscribe .options .top-option .savetime-option p span {
    color: #F6664F;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

#newprod-subscribe .options .top-option .onetime p {
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
}

#newprod-subscribe .options .top-option input[type="radio"] {
    max-width: 24px;
    width: 100%;
    height: 24px;
    accent-color: #257a60;
}

#newprod-subscribe .options .top-option .option:has(input[type="radio"]:checked) {
    background: #E9FFF7;
}

#newprod-subscribe .options .top-option .option:has(input[type="radio"]:checked) p {
    color: #000;
}

#newprod-subscribe .options .top-option .option:has(input[type="radio"]:checked) p span {
    color: #F6664F;
}

#newprod-subscribe .con-flex .options .content-a {
    padding: 16px;
}

#newprod-subscribe .options .content-a .benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#newprod-subscribe .options .content-a .benefits img {
    max-width: 244px;
    width: 100%;
}

#newprod-subscribe .options .content-a .discount p {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.25px;
    /* 112.5% */
    margin-bottom: 16px;
}

#newprod-subscribe .options .content-a .discount p span {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.25px;
    /* 144.643% */
    text-decoration-line: line-through;
    margin-right: 8px;
}

#newprod-subscribe .options .content-a .del-frequency h3 {
    color: #000;
    font-family: Myriad Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    margin-bottom: 16px;
}

#newprod-subscribe .options .content-a .del-frequency h3 span {
    color: #257A60;
    font-family: Myriad Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
}

#newprod-subscribe .options {
    border-radius: 10px;
    border: 1px solid #000;
}

#newprod-subscribe .options .content-a {
    padding: 16px;
}

#newprod-subscribe .options .content-a .benefits .box {
    align-items: flex-start;
    max-width: 244px;
}

#newprod-subscribe .options .content-a .benefits .box .icon {
    max-width: 16px;
    width: 100%;
    margin-right: 8px;
    margin-top: 2px;
}

#newprod-subscribe .options .content-a .benefits .box .text {}

#newprod-subscribe .options .content-a .benefits .box .text h3 {
    color: #257A60;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 88.889% */
    margin-bottom: 4px;
}

#newprod-subscribe .options .content-a .benefits .box .text p {
    color: #000;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

/* PDP1 update CSS
========================================================================== */

.emma-pdp1 #new-productpage .imagecaption p {
    font-family: "Work Sans";
    font-size: 18px !important;
}

.emma-pdp1 #new-product-benefits .cotnainer-a .blocks .block-box .text p {
    font-weight: 500;
    font-family: "Work Sans";
    letter-spacing: 0;
}

.emma-pdp1 #new-product-benefits .cotnainer-a .blocks .block-box .text p strong {
    font-weight: 600;
}

.emma-pdp1 #new-productpage .imagecaption p strong,
.emma-pdp1-sas #new-productpage .imagecaption p strong {
    font-family: "Work Sans";
    font-weight: 600;
}

.emma-pdp1 #new-productpage .new-emmaproduct .prod-right .imagecaption ul li p {
    font-size: 18px !important;
    font-family: "Work Sans";
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .emma-pdp1 #new-productpage .new-emmaproduct .prod-right .imagecaption ul li p,
    .emma-pdp1 #new-productpage .imagecaption p {
        font-size: 16px !important;
    }
}

.emma-pdp1 #newprod-testimonial .container-a.img-width .title p {
    font-family: "Work Sans";
    font-weight: 500;
}

.emma-pdp1 #newprod-testimonial .container-a.img-width .block-container .readless-con p {
    font-family: "Work Sans";
    font-size: 16px;
}

.emma-pdp1 #newprod-testimonial .container-a.img-width .block-container .readmore-button,
.emma-pdp1 #newprod-testimonial .container-a.img-width .block-container .readless-button {
    font-family: "Work Sans";
}

.emma-pdp1 #new-prod-icontext .container-a .title h3 {
    font-family: "Work Sans";
    font-weight: 500;
    max-width: 98%;
}

.emma-pdp1 #newprod-offer .bg-container .container p {
    font-family: "Work Sans";
    font-weight: 500;
    max-width: 465px;
}

.emma-pdp1 #newprod-offer .bg-container .container .guarantee .text p {
    font-weight: 500;
    color: rgba(51, 51, 51, 0.80) !important;
}

.emma-pdp1 .newproduct-featured .featured img.logox {
    max-width: 458px;
}

.emma-pdp1 #newproduct-ingredient .container-a .blocks .block-box .content p {
    line-height: 130%;
    /* 23.4px */
}

.emma-pdp1 #newproduct-ingredient .container-a .blocks .block-box:nth-of-type(1) p,
.emma-pdp1 #newproduct-ingredient .container-a .blocks .block-box:nth-of-type(3) p {
    line-height: 120%;
    /* 21.6px */
}

.emma-pdp1 #newproduct-ingredient .container-a .blocks .block-box .checkmark .feature p {
    font-size: 16px;
}

.emma-pdp1 #newproduct-science .container-a .box p {
    font-family: "Work Sans";
    font-weight: 500;
}

.emma-pdp1 #newproduct-science .container-b .box .content-left p {
    font-family: "Work Sans";
    font-weight: 500;
}

.emma-pdp1 #new-prod-image-text .container-a .box .text p {
    font-family: "Work Sans";
    font-size: 17.5px;
    font-weight: 500;
}

.emma-pdp1 #new-prod-sexdrive .container-a .image:after {
    right: -251px;
}

.emma-pdp1 #new-prod-sexdrive .container-a .content p {
    font-family: "Work Sans";
    font-weight: 500;
}

.emma-pdp1 #shopify-section-template--18147984802010__pdp1uct_header_AefY9M,
.emma-pdp1-sas #shopify-section-template--18504675918042__pdp1uct_header_AefY9M {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
}

.emma-pdp1 #newprod-testimonial .swiper.img-width {
    height: 690px;
}

.emma-pdp1 #newprod-subscribe .options .content-a .discount p span {
    font-family: "Work Sans";
}

@media(max-width: 767px) {
    #newprod-subscribe .pricing .pricing-body .title-arrow svg {}
    #newprod-subscribe .options .top-option .savetime-option p {
        font-size: 14px;
    }
    #newprod-subscribe .options .top-option .savetime-option p span {
        font-size: 13px;
    }
    #newprod-subscribe .options .top-option .onetime p {
        font-size: 16px;
    }
    #newprod-subscribe .options .content-a .discount p {
        font-size: 16px;
    }
    #newprod-subscribe .options .content-a .benefits .box .text h3 {
        font-size: 16px;
    }
    #newprod-subscribe .options .content-a .benefits .box .text p {
        font-size: 13px;
    }
    #newprod-subscribe .options .content-a {
        padding: 16px 12px;
    }
    #newprod-subscribe .options .content-a .benefits .box.for-mobile {
        display: flex !important;
        justify-content: space-between;
    }
    #newprod-subscribe .options .content-a .benefits img {
        max-width: 50%;
        display: block;
    }
    #newprod-subscribe .pricing .title h3 {
        font-size: 24px;
        line-height: normal;
    }
    #newprod-subscribe .pricing .title p {
        font-size: 16px;
        line-height: 150%;
        /* 21px */
    }
    #newprod-subscribe .pricing .bottom-part .y-bg h3 {
        font-size: 18px;
        line-height: 25.5px;
        /* 159.375% */
    }
    #newprod-subscribe .pricing .bottom-part .y-bg.for-desktop {
        display: none !important;
    }
    #newprod-subscribe .pricing .bottom-part.for-mobile {
        display: block !important;
    }
    #newprod-subscribe .col-left .bottom-content .money-back.for-desktop {
        display: none;
    }
    #newprod-subscribe .pricing .money-back.for-mobile {
        display: flex;
        gap: 8px;
        align-items: center;
        padding: 32px 0 0;
        padding-right: 14px;
    }
    #newprod-subscribe .pricing .money-back img {
        max-width: 100px;
    }
    #newprod-subscribe .pricing .money-back p {
        color: #000;
        font-family: Myriad Pro;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }
    #newprod-subscribe .options .top-option .option .text {
        width: 100%;
    }
    #newprod-subscribe .pricing {
        margin: auto;
    }
}

@media(max-width: 544px) {
    #newprod-subscribe .subscription148 .background {
        padding: 0;
    }
    #newprod-subscribe .pricing .title {
        border-radius: 0;
    }
    #newprod-subscribe .options .top-option .onetime {
        max-width: 30%;
    }
    #newprod-subscribe .options .top-option .savetime-option {
        max-width: 70%;
    }
    #newprod-subscribe {
        padding: 0;
        background-image: unset;
    }
    #newprod-subscribe .pricing .pricing-body {
        border-radius: unset;
    }
}

@media(max-width: 500px) {
    #newprod-subscribe .options .content-a .benefits img {
        max-width: 140px;
    }
}

@media(max-width: 397px) {
    #newprod-subscribe .pricing .title {
        border-radius: 0;
    }
    #newprod-subscribe .pricing .title-arrow {
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }
}

#breakerbgcolor span {
    font-size: 22px;
}

/* New Product GINA INFO
========================================================================== */

#newprod-gina-info {
    overflow: hidden;
}

#newprod-gina-info img {
    width: 100%;
    display: block;
}

#newprod-gina-info .for-mobile {
    display: none;
}

#newprod-gina-info .bgcolor-1 {
    height: 217.5px;
    background-color: #FCE7C9;
}

#newprod-gina-info .bgcolor-2 {
    height: 217.5px;
    background-color: #DFE9E4;
}

#newprod-gina-info .container-a {
    max-width: calc(1108px - 47px);
    width: 100%;
    margin: auto;
    background: #DEECE7;
    box-shadow: 8px 16px 39px 0px rgba(0, 0, 0, 0.10), 30px 64px 71px 0px rgba(0, 0, 0, 0.09), 68px 145px 96px 0px rgba(0, 0, 0, 0.05), 121px 257px 114px 0px rgba(0, 0, 0, 0.01), 190px 402px 124px 0px rgba(0, 0, 0, 0.00);
    margin-bottom: -217.5px;
    margin-top: -217.5px;
    position: relative;
    z-index: 2;
    padding: 51px 47px 0 0;
    height: 384px;
    box-sizing: border-box;
}

#newprod-gina-info .container-a .flex-con {
    max-width: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    height: 100%;
}

#newprod-gina-info .container-a .flex-con .vector {
    max-width: 524px;
    width: 100%;
    position: absolute;
    top: -51px;
    left: 0px;
    z-index: 0;
}

#newprod-gina-info .container-a .flex-con .image1 {
    max-width: 515px;
    width: 100%;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 122px;
}

#newprod-gina-info .container-a .flex-con .content-a {
    max-width: 532px;
    width: 100%;
    margin-left: auto;
}

#newprod-gina-info .container-a .flex-con .content-a p {
    color: #257A60;
    text-align: center;
    font-family: Pluto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    letter-spacing: -1px;
    margin: 0;
}

#newprod-gina-info .container-a .flex-con .content-a h3 {
    color: #257A60;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-size: 37px;
    font-style: normal;
    line-height: 85%;
    /* 31.45px */
    letter-spacing: -0.37px;
    text-decoration-line: underline;
    margin-top: 23px;
    margin-bottom: 10px;
    text-align: center;
}

#newprod-gina-info .container-a .flex-con .content-a img {
    max-width: 279px;
    width: 100%;
    margin: auto;
}

@media(max-width: 850px) {
    #newprod-gina-info .container-a {
        padding: 0px 0px 20px;
        border-radius: unset;
        height: 100%;
        box-sizing: border-box;
    }
    #newprod-gina-info .container-a .flex-con {
        flex-direction: column;
    }
    #newprod-gina-info .container-a .flex-con .for-desktop {
        display: none;
    }
    #newprod-gina-info .container-a .flex-con .for-mobile {
        display: block !important;
    }
    #newprod-gina-info .container-a .flex-con .content-a h3 {
        margin-top: 40px;
        margin-bottom: 8px;
    }
    #newprod-gina-info .container-a .flex-con .image1 {
        margin-top: 0;
        max-width: 100%;
        position: unset;
    }
    #newprod-gina-info .container-a .flex-con {
        justify-content: center;
        align-items: center;
    }
    #newprod-gina-info .container-a .flex-con .content-a {
        margin: auto;
        padding-top: 60px;
    }
    #newprod-gina-info .container-a .flex-con .content-a p {
        font-size: 18px;
        line-height: 140%;
        /* 25.2px */
        box-sizing: border-box;
        padding: 0 17px;
        letter-spacing: 1px;
    }
}

/* New Product Subscribe
========================================================================== */

#newprod-testimonial {
    padding: 50px 0;
}

#newprod-testimonial .container-a {
    width: 100%;
    margin: auto;
}

#newprod-testimonial .container-a.vid-width {
    max-width: 786px;
}

#newprod-testimonial .container-a.img-width {
    max-width: 940px;
}

#newprod-testimonial .container-a .title h2 {
    color: #333;
    text-align: center;
    font-family: Pluto;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 8px;
}

#newprod-testimonial .container-a .title p {
    color: #333;
    text-align: center;
    font-family: Pluto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

#newprod-testimonial .container-a .title {
    position: relative;
}

#newprod-testimonial .container-a .title .comma-for-video {
    position: absolute;
    right: -10px;
    top: 0;
}

#newprod-testimonial .container-a .block-container {
    margin: 32px auto;
}

#newprod-testimonial .container-a .block-container .block-content {
    margin-top: 12px;
    padding: 8px 15px;
}

#newprod-testimonial .container-a .block-container .block-content .stars {
    max-width: 112px;
    width: 100%;
    margin: auto;
}

#newprod-testimonial .container-a .block-container .block-content .name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto;
    gap: 8px;
}

#newprod-testimonial .container-a .block-container .block-content .name h3 {
    color: #333333;
    font-family: Pluto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 26.4px */
    text-transform: capitalize;
    margin: 0;
}

#newprod-testimonial .container-a.img-width .block-container .readless-con p,
#newprod-testimonial .container-a.img-width .block-container .block-text.active .readmore-con p {
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    margin: 0;
}

#newprod-testimonial .container-a .block-container .block-text p {
    margin: 0;
}

#newprod-testimonial .swiper-button-lock {
    display: block;
}

#newprod-testimonial .swiper-button-next,
#newprod-testimonial .swiper-button-prev {
    width: 68px;
    height: 68px;
    top: unset;
    opacity: 1 !impotant;
    opacity: 1 !important;
    bottom: 0;
}

#newprod-testimonial .swiper-button-next,
#newprod-testimonial .swiper-rtl .swiper-button-prev {
    right: 25%;
}

#newprod-testimonial .swiper-button-prev,
#newprod-testimonial .swiper-rtl .swiper-button-next {
    left: 25%;
}

#newprod-testimonial .swiper-button-next:after,
#newprod-testimonial .swiper-button-prev:after {
    display: none !important;
}

#newprod-testimonial .swiper-pagination {
    bottom: 25px;
    z-index: 0;
}

#newprod-testimonial .swiper-pagination-bullet-active {
    background-color: #257A60;
}

#newprod-testimonial .swiper-pagination-bullet {
    background-color: #257A60;
    margin: 0 16px;
}

#newprod-testimonial .columns {
    max-width: 220px;
    width: 100%;
}

#newprod-testimonial .columns h2 {
    margin: 0;
    color: #237A60;
    text-align: center;
    font-family: Pluto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 16px;
}

#newprod-testimonial .columns span {
    margin: 0;
    color: #237A60;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

#newprod-testimonial .custom-video-container {
    position: relative;
    width: 100%;
    height: 274px;
    border-radius: unset;
    overflow: hidden;
}

#newprod-testimonial .custom-control-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 61px;
    height: 61px;
    background-color: unset;
    border: none;
    padding: 0;
}

#newprod-testimonial .container-a .block-container .block-text {
    position: relative;
}

#newprod-testimonial .container-a.img-width .block-container .readless-con p {
    display: inline-block;
}

#newprod-testimonial .container-a.img-width .block-container .readmore-con {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0s;
    z-index: 0;
}

#newprod-testimonial .container-a.img-width .block-container .readless-button {
    display: none;
}

#newprod-testimonial .container-a.img-width .block-container .readmore-button,
#newprod-testimonial .container-a.img-width .block-container .readless-button {
    color: #257A60;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 18px;
    /* 128.571% */
    cursor: pointer;
    margin-top: 6px;
}

#newprod-testimonial .container-a.img-width .block-container .block-text.active .readmore-button {
    display: none;
}

#newprod-testimonial .container-a.img-width .block-container .block-text.active .readless-button {
    display: block;
}

#newprod-testimonial .container-a.img-width .block-container .block-text .readless-con {
    opacity: 1;
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

#newprod-testimonial .container-a.img-width .block-container .block-text.active .readless-con {
    opacity: 0;
    transition: 0s;
    z-index: 0;
}

#newprod-testimonial .container-a.img-width .block-container .block-text.active .readmore-con {
    opacity: 1;
    transition: 1s;
    z-index: 1;
}

#newprod-testimonial .container-a.img-width .swiper-button-next svg,
#newprod-testimonial .container-a.img-width .swiper-button-prev svg {
    display: block;
}

#newprod-testimonial .container-a.img-width .swiper-button-next .hidden,
#newprod-testimonial .container-a.img-width .swiper-button-prev .hidden {
    display: none;
}

#newprod-testimonial .container-a.img-width .swiper-button-next,
#newprod-testimonial .container-a.img-width .swiper-button-prev {
    overflow: hidden;
}

#newprod-testimonial .container-a.img-width .swiper-button-next:hover,
#newprod-testimonial .container-a.img-width .swiper-button-prev:hover {
    transform: scale(1);
}

#newprod-testimonial .container-a.img-width .swiper-button-next:hover svg,
#newprod-testimonial .container-a.img-width .swiper-button-prev:hover svg {
    display: none;
}

#newprod-testimonial .container-a.img-width .swiper-button-next:hover .hidden,
#newprod-testimonial .container-a.img-width .swiper-button-prev:hover .hidden {
    display: block;
}

/* New Product Page
========================================================================== */

#new-productpage .swiper-button-next:after,
#new-productpage .swiper-button-prev:after {
    display: none;
}

#new-productpage .swiper-button-next,
#new-productpage .swiper-button-prev {
    width: 64px;
    height: 64px;
}

#new-productpage .swiper-button-next,
#new-productpage .swiper-rtl .swiper-button-prev {
    top: unset;
    bottom: 31px;
    right: calc(50% - 81.5px);
}

#new-productpage .swiper-button-prev,
#new-productpage .swiper-rtl .swiper-button-next {
    top: unset;
    bottom: 31px;
    left: calc(50% - 81.5px);
}

#newproduct-science .container-b .box .content-left h3 {
    color: #333333;
    font-family: Pluto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 16px;
}

#newprod-testimonial .container-a.vid-width .swiper-button-next,
#newprod-testimonial .container-a.vid-width .swiper-button-prev,
#newprod-testimonial .container-a.vid-width .swiper-pagination {
    display: none !important;
}

#newprod-testimonial .swiper.vid-width {
    padding-bottom: 0;
}

#newprod-testimonial.vid-bg {
    background: linear-gradient(0deg, #F7F6F4 0%, #F7F6F4 100%), #F7F6F4;
}

#new-productpage .swiper-button-next,
#new-productpage .swiper-button-prev {
    overflow: hidden;
}

#new-productpage .swiper-button-next:hover,
#new-productpage .swiper-button-prev:hover {
    transform: scale(1);
}

#new-productpage .swiper-button-next .hidden,
#new-productpage .swiper-button-prev .hidden {
    display: none;
}

#new-productpage .swiper-button-next:hover .hidden,
#new-productpage .swiper-button-prev:hover .hidden {
    display: block;
}

#new-productpage .swiper-button-next:hover svg,
#new-productpage .swiper-button-prev:hover svg {
    display: none;
}

/* New Product footer
========================================================================== */

#newprod-footer #usefullink span:nth-child(1),
#newprod-footer #getintouch,
#newprod-footer .ao {
    color: #DEECE7;
    font-family: Pluto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration-line: underline;
}

#newprod-footer .emailservicesinfo {
    font-size: 14px;
    font-family: Roboto;
    color: #DEECE7;
}

#newprod-footer .store {
    font-size: 14px;
    font-family: Roboto;
    color: #DEECE7;
}

#newprod-footer #usefullink a {
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto;
    color: #DEECE7;
}

#newprod-footer #usefullink a:nth-child(2) {
    margin-top: 16px;
}

#newprod-footer #usefullink a:nth-child(3) {
    margin-top: 0;
}

#newprod-footer ::placeholder {
    color: #257A60;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* New Product Footer V2
========================================================================== */

#newprod-footerv2 {
    background-color: #F1DDC9;
    padding: 24px 16px 28px;
}

#newprod-footerv2 .container {
    max-width: 1033px;
    width: 100%;
    margin: auto;
}

#newprod-footerv2 .container p {
    margin: 0;
    color: #503830;
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 15.6px */
}

#newprod-footerv2 .container p.py-4 {}

#newprod-footerv2 .container #footerlinks {
    text-align: center;
}

#newprod-footerv2 .container a {
    color: #503830;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: contents;
}

/* New Product Responsive
========================================================================== */

@media(min-width: 1440px) {
    #newprod-subscribe {
        background-size: cover;
    }
}

@media(max-width: 1284px) {
    #new-prod-image-text .container-a .box .text {
        height: 448px;
    }
    #newprod-footer #footerdiv {
        padding: 48px 20px 0 !important;
    }
    #newprod-footer #subscribe {
        padding-right: 0 !important;
    }
    #newprod-offer .bg-container .container {
        margin-left: 2%;
    }
}

@media(max-width: 1150px) {
    #new-productpage .new-emmaproduct {
        height: 590px;
    }
}

@media(max-width: 1100px) {
    #new-productpage .new-emmaproduct {
        height: 620px;
    }
    #new-productpage .new-emmaproduct .prod-right {
        padding-left: 30px;
    }
}

@media(max-width: 1050px) {
    #newproduct-science .container-b .box {
        gap: 20px;
    }
    #new-productpage .new-emmaproduct {
        max-width: 690px;
    }
}

@media(max-width: 1000px) {
    #newproduct-ingredient .container-a .blocks .block-box {
        max-width: 241px;
    }
    #newproduct-ingredient img {
        width: 100%;
    }
    #newproduct-science .container-a .box {
        box-sizing: border-box;
    }
    #newprod-footer #footerdiv {
        flex-direction: column !important;
        text-align: left !important;
    }
    #newprod-footer #footerdiv img.for-desktop {
        display: none !important;
    }
    #newprod-footer #footerdiv img.for-mobile {
        display: block !important;
    }
    #newprod-footer .footerlogo {
        margin: auto !important;
    }
    #newprod-footer {
        background-position: top left;
        background-size: contain;
        background-image: url('/cdn/shop/t/12/assets/newVector-mobile.png?v=1707804550');
    }
    #newprod-footer .d-sm-none {
        display: flex !important;
    }
    #newprod-footer .ao {
        margin-top: 40px;
    }
    #newprod-footer .store {
        font-size: 14px;
        line-height: normal;
    }
    #newprod-footer #usefullink a:nth-child(3) {
        margin-top: 0;
    }
    #newprod-footer #usefullink {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }
    #newprod-footer #subscribe {
        max-width: 100%;
        padding-left: 0 !important;
        margin-bottom: 40px !important;
    }
    #newprod-footer #footerinput {
        max-width: 100%;
    }
    #newprod-footer .footer-bottom-content {
        padding: 0 16px 40px;
        box-sizing: border-box;
    }
    #newprod-footer .footer-bottom-content p {
        text-align: left;
    }
    #newprod-footer .footer-bottom-content .year p {
        text-align: center;
    }
    #newprod-offer .bg-container {
        background-image: unset;
        padding: 0;
    }
    #newprod-offer .bg-container .container {
        margin: auto;
        background: linear-gradient(0deg, #FCE7C9 7.69%, rgba(252, 231, 201, 0.10) 85.63%);
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px);
        max-width: 100%;
        padding: 20px 16px 80px 16px;
        margin-top: -120px;
    }
    #newprod-offer .mobile-image {
        display: block;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    #newprod-offer .mobile-image img {
        display: block;
        width: 100%;
    }
    #newprod-offer .bg-container .container h2 {
        max-width: 500px;
        margin: auto;
    }
}

@media(max-width: 950px) {
    #newproduct-science .container-b .box {
        flex-direction: column;
    }
    #newproduct-science .container-b .box .content-left {
        max-width: 380px;
    }
    #newproduct-science .container-a {
        background-image: url('/cdn/shop/t/12/assets/sciencebg-mobile.png?v=1707788406');
        padding-bottom: 420px;
        padding-top: 0;
        background-position: center -1px;
    }
    #newproduct-science .container-a .box p {
        text-align: left;
        font-size: 16px;
    }
    #newproduct-science .container-a .box {
        box-sizing: border-box;
        padding: 32px 16px;
    }
    #newproduct-science .container-b .box .content-rigth {
        padding: 38px 40px;
    }
    #newproduct-science .container-b {
        padding: 32px 16px;
    }
    #newproduct-science .container-b .box .content-left h3 {
        text-align: center;
    }
    #new-prod-image-text .container-a .for-desktop {}
    #new-prod-image-text .container-a {
        flex-direction: column;
        align-items: center;
    }
    #new-prod-image-text .container-a .box .text {
        height: unset;
        padding: 60px 16px;
    }
    #new-prod-image-text .container-a .box {
        max-width: 100%;
        box-sizing: border-box;
    }
    #new-prod-image-text .container-a .box .image {
        height: auto;
    }
    #new-prod-sexdrive .container-a {
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
        margin: auto;
    }
    #new-prod-sexdrive .container-a .image {
        max-width: 100%;
    }
    #new-prod-sexdrive .container-a .image:after {
        display: none;
    }
    #new-prod-sexdrive .container-a .content {
        margin-left: 0;
        max-width: 100%;
        padding: 60px 16px;
        box-sizing: border-box;
    }
    #new-prod-sexdrive .container-a .content h2 {
        font-size: 22px;
        text-align: center;
    }
    #new-prod-sexdrive .container-a .content p {
        font-size: 16px;
    }
    #new-prod-sexdrive img.for-desktop {
        display: none;
    }
    #new-prod-sexdrive img.for-mobile {
        display: block !important;
    }
}

@media(max-width: 856px) {
    #new-productpage .new-emmaproduct .prod-right {
        padding: 40px 16px 30px;
    }
    #new-productpage .new-emmaproduct {
        flex-direction: column;
        height: auto;
    }
    #new-productpage .imagecaption p {
        font-size: 16px !important;
        padding: 0;
    }
    #new-productpage #productcaptiontitle {
        text-align: center;
        max-width: 100%;
        letter-spacing: -1px;
        font-size: 40px;
        padding: 0 !important;
    }
    #new-productpage #productreviews {
        text-align: center;
    }
    #new-productpage #productreviews,
    #new-productpage .imagecaption p {
        max-width: 100%;
    }
    #new-productpage .new-emmaproduct .prod-left,
    #new-productpage .new-emmaproduct .prod-right {
        max-width: 100%;
    }
    #new-productpage .swiper-slide {
        height: auto;
    }
    #new-productpage .new-emmaproduct .prod-right .imagecaption.text-left {
        max-width: 100%;
    }
    #new-productpage #addtocard1 a {
        width: 240px;
        font-size: 16px;
        margin: 0;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    #new-productpage .new-emmaproduct .prod-right .imagecaption ul li p {
        max-width: 90%;
    }
    #new-product-benefits .cotnainer-a .blocks {
        flex-direction: column;
    }
    #new-productpage .swiper-button-next,
    #new-productpage .swiper-button-prev {
        display: none !important;
    }
    #new-product-benefits .cotnainer-a .blocks:after {
        content: unset;
    }
    #new-productpage .swiper-slide.swiper-slide-active {
        animation: zoom-in-zoom-out 6s ease infinite;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.3, 1.3);
    }
}

@media(min-width: 767px) and (max-width: 1020px) {
    #newprod-testimonial .swiper.img-width {
        height: 700px;
    }
    #new-productpage .incrementalCartBtn {
        justify-content: center;
    }
}

/*Portrait*/

@media only screen and (min-width: 1024px) and (orientation: portrait) {
    #new-productpage .incrementalCartBtn {
        justify-content: center;
    }
}

@media(max-width: 767px) {
    .for-desktop {
        display: none !important;
    }
    .for-mobile {
        display: block !important;
    }
    .newproduct-featured {
        padding-bottom: 0 !important;
    }
    .newbutton a {
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 16px !important;
    }
    #new-productpage .new-emmaproduct .prod-left .swiper-wrapper img.for-mobile {
        display: block !important;
    }
    #newprod-before-footer .newbutton a {
        font-size: 18px !important;
    }
    #new-product-benefits .newbutton {
        margin-top: 26px;
    }
    #new-product-benefits .cotnainer-a .blocks .block-box {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #5038304D;
    }
    #new-product-benefits .cotnainer-a .blocks .block-box:last-child {
        border-bottom: unset;
    }
    #new-product-benefits .cotnainer-a .blocks {
        gap: 26px;
    }
    .newproduct-featured .featured img.logox {
        padding: 0 16px 0 !important;
        box-sizing: border-box;
    }
    #new-product-benefits {
        padding: 40px 16px;
        background-color: #F2F0EB;
        background-image: unset;
    }
    #new-prod-icontext .container-a .title h3 {
        font-size: 16px;
        text-align: center;
    }
    #newprod-charts {
        padding: 40px 0;
    }
    #newprod-faq {
        padding: 60px 0;
    }
    #newprod-faq .container-a .title h2 {
        font-size: 34px;
        line-height: normal;
    }
    #newprod-faq .container-a .blocks .box .question h3 {
        font-size: 18px;
        line-height: 24px;
    }
    #newprod-faq .container-a .blocks .box {
        box-sizing: border-box;
        padding: 30px 16px;
    }
    #newprod-before-footer .container-a {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    #newprod-before-footer .container-a .image {
        max-width: 100%;
    }
    #newprod-before-footer .container-a .content h2 {
        max-width: 375px;
        font-size: 28px;
        line-height: 120%;
        /* 33.6px */
        text-align: center;
        padding-top: 50px;
    }
    #newprod-before-footer .container-a .content .newbutton {
        text-align: center;
    }
    #newprod-testimonial .container-a .title .comma-for-video {
        display: none;
    }
    #newprod-testimonial {
        padding: 60px 16px;
    }
    #newprod-testimonial .container-a .title p {
        font-size: 16px;
    }
    #newprod-testimonial {
        padding: 50px 20px;
    }
    #newprod-testimonial .container-a .title p {
        font-size: 18px;
    }
    #newprod-testimonial .swiper-slide .image {
        width: 280px;
        text-align: center;
        margin: auto;
    }
    #newprod-testimonial .swiper-pagination {
        display: none;
    }
    #newprod-testimonial .swiper.img-width {
        height: 715px;
        padding: 0;
    }
    #newprod-testimonial .container-a .block-container {
        margin-bottom: 0;
    }
    #newprod-testimonial .swiper.vid-width .swiper-pagination {
        display: block;
    }
    #newprod-testimonial .swiper-button-next {}
    #newprod-testimonial .swiper-button-prev {}
    #newprod-testimonial .columns {
        max-width: 256px;
        margin: auto;
    }
    #new-prod-image-text img.for-desktop {
        display: none;
    }
    #new-prod-image-text img.for-mobile {
        display: block;
    }
    #newprod-offer .bg-container .container h2 {
        font-size: 34px;
        line-height: normal;
    }
    #newprod-offer .bg-container .container p {
        font-size: 16px;
        line-height: 140%;
        /* 22.4px */
        text-align: left;
    }
    #newprod-offer .bg-container .container .guarantee .text p {
        line-height: 20px;
        /* 142.857% */
        font-size: 14px;
        color: #257A60;
    }
    #newprod-faq .container-a .blocks .box p {
        font-size: 16px;
    }
    #new-prod-image-text .container-a .box .text p {
        font-size: 16px;
    }
    #newprod-subscribe .options .top-option .savetime-option {
        padding-right: 0;
        gap: 4px;
    }
    #new-prod-image-text .container-a .box:first-child .text {
        background: linear-gradient(0deg, #F7F6F4 0%, #F7F6F4 100%), linear-gradient(2deg, #FFF -0.08%, rgba(255, 255, 255, 0.30) 116.94%);
        backdrop-filter: blur(25px);
    }
    #newproduct-ingredient .container-a .blocks {
        row-gap: 60px;
        margin-top: 62px;
        margin-bottom: 32px;
    }
    #newprod-offer .bg-container .container .guarantee {
        margin-bottom: 32px;
    }
    #newprod-offer .bg-container .container {
        padding-bottom: 0;
        margin-bottom: -1px;
    }
    #new-prod-icontext .container-a .blocks {
        gap: 32px;
    }
    #new-prod-icontext .container-a .title h3 {
        text-align: left !important;
    }
    #new-productpage .imagecaption p strong {
        font-size: 16px;
    }
    #newprod-testimonial .container-a.img-width .swiper-button-next:hover svg,
    #newprod-testimonial .container-a.img-width .swiper-button-prev:hover svg {
        display: block;
    }
    #newprod-testimonial .container-a.img-width .swiper-button-next:hover .hidden,
    #newprod-testimonial .container-a.img-width .swiper-button-prev:hover .hidden {
        display: none;
    }
    #newproduct-ingredient .container-a .title h2 {
        margin: 0;
    }
    #newproduct-ingredient {
        padding-top: 80px;
    }
    .loox-rating {
        margin-top: 50px;
    }
    .loox-rating .loox-rating-content {
        max-width: 218px;
        flex-wrap: wrap;
    }
    .text-center .loox-rating.loox-rating-hp .loox-rating-content span.loox-rating-label {
        flex: 1;
        margin: 20px 0 0;
    }
    #newproduct-science .container-b .box .content-left p {
        font-size: 16px;
    }
    #newproduct-science .container-b .box .content-rigth p {
        font-size: 19px;
    }
    #new-productpage .incrementalCartBtn {
        justify-content: center;
    }
}

@media(max-width: 450px) {
    .customerreviews .container>div:nth-of-type(1) h2 {
        font-size: 34px !important;
    }
    #new-prod-icontext {
        padding: 60px 16px 30px !important;
    }
    #new-productpage #addtocard1 a {
        width: 100%;
    }
    #new-productpage #addtocard1 {
        width: 100%;
    }
    #new-product-benefits .newbutton a {
        width: 100%;
        box-sizing: border-box;
        margin-top: 0;
        height: 64px;
    }
    #newproduct-ingredient .newbutton a {
        width: 165px;
    }
    #newprod-before-footer .newbutton a {
        width: 90px;
        padding: 0 70px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    #newprod-offer .bg-container .container h2 br {
        display: block;
    }
    #newprod-subscribe .options .content-a .benefits img {
        max-width: 49%;
    }
    #new-productpage .new-emmaproduct .prod-right .imagecaption ul li p {
        line-height: normal;
    }
    #new-productpage .new-emmaproduct .prod-right .imagecaption ul li {
        align-items: flex-start;
        margin-top: 8px;
    }
    #new-productpage .new-emmaproduct .prod-right .imagecaption ul li svg {
        margin-top: 5px;
    }
}

#new-productpage .swiper {
    height: 556px;
}

#new-productpage .new-emmaproduct {
    height: auto;
}

#product-pricing {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 28px 63px 19px 0px rgba(0, 0, 0, 0.00), 18px 41px 18px 0px rgba(0, 0, 0, 0.01), 10px 23px 15px 0px rgba(0, 0, 0, 0.02), 4px 10px 11px 0px rgba(0, 0, 0, 0.04), 1px 3px 6px 0px rgba(0, 0, 0, 0.04);
    max-width: 544px;
    margin-top: 16px;
    margin-bottom: 57px;
}

#product-pricing .title {
    padding: 16px 0px;
    text-align: center;
    background: #257A60;
    border-radius: 10px 10px 0 0;
}

#product-pricing .title h3 {
    color: #FFF;
    font-family: "Myriad Pro";
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    /* 30px */
    letter-spacing: 0.3px;
    text-transform: uppercase;
    margin: 0 auto 8px;
}

#product-pricing .title p {
    color: #E1F6ED;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 24px */
    text-transform: capitalize;
    margin: 0;
}

#product-pricing #down-arrow {
    text-align: center;
    margin-top: -2px;
}

#product-pricing .pricing-body {
    padding: 17px 24px 20px;
}

#product-pricing .options {
    border: 1px solid #000;
    border-radius: 10px;
}

#product-pricing .options .top-option {
    display: flex;
}

#product-pricing .options .top-option .onetime {
    width: 40%;
    border-left: 1px solid #000;
    justify-content: center;
    border-radius: 0 10px 0 0;
}

#product-pricing .options .top-option .savetime-option {
    width: 60%;
    border-radius: 10px 0 0 0;
}

#product-pricing .options .top-option .option {
    display: flex;
    align-items: center;
    height: 56px;
    border-bottom: 1px solid #000;
    gap: 6px;
    padding: 0 16px;
}

#product-pricing .options .top-option .savetime-option .text span {
    color: #F6664F;
    font-family: Work Sans;
    font-weight: 700;
    font-size: 11px;
    text-transform: capitalize;
}

#product-pricing .options .top-option input[type="radio"] {
    width: 24px;
    height: 24px;
}

#product-pricing .options .top-option .option:has(input[type="radio"]:checked) {
    background-color: #E9FFF7;
}

#product-pricing .options .content-a {
    padding: 16px;
}

#product-pricing .options .content-a .discount p {
    color: #000;
    font-family: Work Sans;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 20.25px;
    /* 144.643% */
    margin: 0;
    margin-bottom: 16px;
}

#product-pricing .options .content-a .discount p span {
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    text-decoration-line: line-through;
    margin-right: 8px;
}

#product-pricing .options .content-a .del-frequency h3 {
    color: #000;
    font-family: "Myriad Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 112.5% */
}

#product-pricing .options .content-a .del-frequency h3 span {
    color: #257A60;
    font-family: Work Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    /* 128.571% */
    text-transform: uppercase;
}

#product-pricing .options .content-a .del-frequency h3 label {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

#product-pricing .options .content-a .benefits {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 12px;
    gap: 20px;
    max-width: 4300px;
}

#product-pricing .options .content-a .benefits .box {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

#product-pricing .options .content-a .benefits .box:nth-of-type(1) {
    padding-right: 20px;
}

@media screen and (max-width:768px) {
    #product-pricing .options .content-a .benefits .box:nth-of-type(1) {
        padding-right: 0px;
    }
}

#product-pricing .options .content-a .benefits .box h3 {
    color: #237A60;
    leading-trim: both;
    text-edge: cap;
    font-family: Pluto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.5px;
    /* 96.429% */
    margin: 0;
    margin-bottom: 4px;
}

#product-pricing .options .content-a .benefits .box p {
    color: #000;
    font-family: "Myriad Pro";
    font-size: 11px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 13.5px;
    /* 122.727% */
    margin: 0;
}

#product-pricing .options .top-option input[type='radio']:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -2px;
    left: -2px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #257A60;
    opacity: .6;
}

#product-pricing .options .top-option input[type='radio']:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -2px;
    left: -2px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M10.5 5C7.74 5 5.5 7.24 5.5 10C5.5 12.76 7.74 15 10.5 15C13.26 15 15.5 12.76 15.5 10C15.5 7.24 13.26 5 10.5 5ZM10.5 0C4.98 0 0.5 4.48 0.5 10C0.5 15.52 4.98 20 10.5 20C16.02 20 20.5 15.52 20.5 10C20.5 4.48 16.02 0 10.5 0ZM10.5 18C6.08 18 2.5 14.42 2.5 10C2.5 5.58 6.08 2 10.5 2C14.92 2 18.5 5.58 18.5 10C18.5 14.42 14.92 18 10.5 18Z" fill="%23257A60"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid transparent;
    opacity: 1;
}

#product-pricing .options h3 {
    color: #000;
    font-family: Pluto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
    margin: 0;
}

#product-pricing .options .top-option input[type='radio']:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -2px;
    left: -2px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M10.5 5C7.74 5 5.5 7.24 5.5 10C5.5 12.76 7.74 15 10.5 15C13.26 15 15.5 12.76 15.5 10C15.5 7.24 13.26 5 10.5 5ZM10.5 0C4.98 0 0.5 4.48 0.5 10C0.5 15.52 4.98 20 10.5 20C16.02 20 20.5 15.52 20.5 10C20.5 4.48 16.02 0 10.5 0ZM10.5 18C6.08 18 2.5 14.42 2.5 10C2.5 5.58 6.08 2 10.5 2C14.92 2 18.5 5.58 18.5 10C18.5 14.42 14.92 18 10.5 18Z" fill="%23257A60"/></svg>');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid transparent;
    opacity: 1;
}

#product-pricing .options .top-option .option:has(input[type="radio"]:checked) {
    background-color: #E9FFF7;
}

#product-pricing .special-offer img {
    display: block;
    width: 100%;
    margin-top: 12px;
}

#product-pricing .cta a {
    display: block;
    text-align: center;
    background: #257A60;
    padding: 17px;
    color: #FFF;
    font-family: Pluto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    margin-top: 18px;
    margin-bottom: 8px;
    text-decoration: none;
}

#product-pricing .cta p {
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
    font-family: "Myriad Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 14.4px */
    margin: 0;
}

#product-pricing .special-offer img.for-mobile {
    display: none;
}

@media(max-width: 855px) {
    #product-pricing .special-offer img.for-mobile {
        display: block !important;
    }
    #product-pricing .special-offer img.for-desktop {
        display: none;
    }
    #product-pricing .pricing-body {
        padding: 10px 8px 12px;
    }
    #product-pricing {
        margin-top: 0;
        margin-bottom: 30px;
    }
    #product-pricing .options h3 {
        font-size: 10px;
    }
    #product-pricing .options .onetime h3 {
        font-size: 14px;
    }
    #product-pricing .options .top-option .option {
        padding: 0 10px;
    }
    #product-pricing .cta p br {
        display: none;
    }
    #product-pricing .title h3 {
        font-size: 24px;
    }
    #product-pricing .options .content-a .benefits .box h3 {
        font-size: 11px;
    }
    #product-pricing .options .content-a .benefits {
        gap: 10px;
    }
    #product-pricing .options .top-option .onetime {
        width: 40% !important;
        max-width: unset !important;
    }
    #productinfosubs .options .top-option .savetime-option {
        width: 60% !important;
        max-width: unset !important;
    }
}

/* New Product Footer V2 reposive
========================================================================== */

@media(max-width: 767px) {
    .emma-pdp1 #product-pricing .options .top-option .savetime-option .text span {
        font-size: 10px;
    }
    .emma-pdp1 #productinfosubs .options .content-a .benefits .box:first-child {
        max-width: 55%;
        width: 100%;
    }
    .emma-pdp1 #product-pricing .options .content-a .benefits .for-desktop {
        display: flex !important;
    }
    .newproduct-featured .featured .logox.for-mobile {
        display: block !important;
    }
    .emma-pdp1 #newprod-testimonial .container-a .title p {
        font-size: 16px;
    }
    #newprod-testimonial .swiper.img-width {
        max-width: 280px;
    }
    #newprod-testimonial .container-a .block-container .block-content {
        padding: 8px 3px;
    }
    .emma-pdp1 #newprod-testimonial .swiper.img-width {
        height: 730px !important;
    }
    .emma-pdp1 #newprod-offer .bg-container .container p {
        font-size: 18px;
    }
    .emma-pdp1 #newproduct-ingredient .container-a .blocks .block-box .checkmark .feature p {
        font-size: 14px;
    }
    .emma-pdp1 #newprod-offer .bg-container .container {
        background: linear-gradient(0deg, #FCE7C9 7.69%, rgba(252, 231, 201, 0.10) 85.63%);
        backdrop-filter: blur(30px);
    }
    .emma-pdp1 #new-prod-sexdrive .container-a .content p {
        font-size: 17.5px;
    }
    .emma-pdp1 #newprod-testimonial .container-a.vid-width .title p {
        max-width: 77%;
        margin: auto;
    }
    .emma-pdp1 #newprod-testimonial .container-a.vid-width .columns span {
        font-size: 16px;
    }
    .emma-pdp1 #new-prod-image-text .container-a .box .text {
        margin-top: -1px;
        margin-bottom: -1px;
    }
    .emma-pdp1 #newprod-testimonial .container-a.vid-width .columns h2 {
        font-size: 18px;
    }
}

.mail-link {
    font-size: inherit !important;
    display: inline !important;
    padding: 0 !important;
    background: transparent !important;
    color: #257A60 !important;
    font-weight: 400 !important;
    font-family: inherit !important;
}

.onMobileOnly,
.onMobileOnly.flex-1,
.onMobileOnly.flex-50,
.onMobileOnly.mr-md,
.onMobileOnly.mr-sm {
    display: none !important;
}

.onDesktopOnly {
    padding: 16px;
}

@media (max-width: 855px) {
    .onDesktopOnly {
        display: none !important;
    }
}

@media (max-width: 855px) {
    .onMobileOnly {
        display: flex !important;
    }
}