/** Shopify CDN: Minification failed

Line 1318:34 Unexpected "#"

**/
/********** custom css added here ***************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
p, a, span, li, div, h1, h2, h3, h4, h5, h6{
  font-family: "Poppins", sans-serif;
}
.page-width {
    max-width: 140rem;
}
.announcement-bar-section .utility-bar {
    background: #000000;
    border: none;
    padding: 7px 0px;
}
.announcement-bar-section .utility-bar .slider-button {
    display: none;
}
.announcement-bar-section .utility-bar p.h5 {
    letter-spacing: .1rem;
    line-height: 1.3;
    font-size: 20px;
    color: #fff;
    padding: 0px !important;
    min-height: auto !important;
}
.header-wrapper {
    border-bottom: 1px solid #ccc;
}
.header .list-menu li a {
    color: #000!important;
    padding: 12px 10px;
}
.header .list-menu li a .header__active-menu-item {
    font-weight: 700;
    background: #007C90;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.header .list-menu li a span {
    padding: 3px 10px 5px;
}
.header .list-menu li a:hover span.header__active-menu-item {
    color: #fff;
}
.header .list-menu li a:hover span {
    text-decoration: none;
    color: #007C90;
}
.section-container {
    max-width: 140rem;
    margin: 0px auto;
    padding: 0px 5rem;
}
.after-before-top-content {
    max-width: 780px;
    margin: 0px auto;
}
.after-before-top-content h3 {
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    margin: 0px 0px 10px;
}
.after-before-top-content p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #000;
    margin: 0 0 30px;
}
.after-before-left h3 {
    margin: 0;
    font-size: 39px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}
.after-before-left p {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-align: center;
}
.after-before-left a {
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    background: #007C9000;
    color: #fff;
    border: 2px solid #007C90;
    border-radius: 5px;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin: 0px auto;
    font-weight: 600;
    position: relative;
    transition: .3s ease-in-out;
}
.after-before-left a::after {
    position: absolute;
    content: '';
    background: #007C90;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s ease-in-out;
}
.after-before-left a:hover::after {
    transform: scaleX(0);
    transition: .3s ease-in-out;
}
.after-before-left a:hover {
    color: #007C90;
}
.after-before-bottom-content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 80px;
}
.after-before-right {
    padding-right: 80px;
}
.after-before-content {
    padding: 0px 0px 50px;
}
.after-before-right img {
    width: 100%;
}
.waves {
  position:relative;
  width: 100%;
  height:70px;
  margin-bottom:-7px; 
  min-height:70px;
  max-height:70px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
.selleing-product-wave .waves:last-child {
    transform: rotate(180deg);
}
.selleing-product-wave p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: -4px 0px 0px 0px;
    text-align: center;
    background: #007C90;
}
.featured-product .product-media-container {
    border: none;
}
.featured-product .product-media-container .product__media.media {
    border-radius: 10px;
}
.featured-product .product__info-wrapper .product__title.h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
}
.featured-product .product__info-wrapper .product-form__buttons button {
    background: transparent;
    border: 2px solid #007C90;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 20px!important;
    border-radius: 10px;
    position: relative;
    transition: .3s ease-in-out;
}
.featured-product .product__info-wrapper .product-form__buttons button:after {
    position: absolute;
    content: "";
    background: #007C90;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: none;
    border-radius: 7px;
    z-index: -1;
    transition: .3s ease-in-out;
}
.featured-product .product__info-wrapper .product-form__buttons button:hover::after {
    transform: scaleX(0);
    transition: .3s ease-in-out;
}
.featured-product .product__info-wrapper .product-form__buttons button:hover{
    color: #007C90;
}
.featured-product .product__info-wrapper .product-form__quantity label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    margin: 0 !important;
}
.featured-product .product__info-wrapper .product-form__quantity  .quantity {
    background: #f4fafd;
    border-radius: 10px;
    border: 1px solid #d9eef6;
    overflow: hidden;
}
.featured-product .product__info-wrapper .product-form__quantity .quantity::after {
    box-shadow: none;
    background: none;
    border: none;
}
.featured-product .product__info-wrapper .product-form__quantity .quantity button.disabled {
    background: #fafdfe;
}
.featured-product .product__info-wrapper .link.product__view-details {
    color: #007C90;
}
.explore-most-popular-section {
    padding: 80px 0px;
}
.explore-most-populer h4 {
    font-size: 40px;
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
}
.explore-populer-items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 40px;
}
.explore-populer-item .explore-populer-item-img {
    display: block;
    position: relative;
}
.explore-populer-item .explore-populer-item-img .discount-flag {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 9;
    background: #007C90;
    font-size: 12px;
    color: #fff;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0px 5px 5px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.explore-populer-item .explore-populer-item-img .discount-flag svg {
    width: 12px;
}
.explore-populer-item img {
    width: 100%;
}
.explore-populer-item .explore-populer-item-text {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px 0px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-decoration: underline;
}
.testimonial-wrapper h2.testimonial-title {
    font-size: 40px;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
    font-weight: 700;
    line-height: 45px;
}
.testimonial-item .quote-image {
    max-width: 25px;
    margin: 0px auto;
}
.testimonial-item p {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.testimonial-item .custoner-image {
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
    margin: 0px auto;
}
.testimonial-item .customer-info h5 {
    font-size: 20px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #000;
}
.testimonial-item .customer-info p {
    color: #626262;
}
.testimonial-item {
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding: 50px 30px;
}
.testimonial-section {
    padding: 20px 0px 80px;
}
.testimonial-section .owl-item {
    margin: 10px 0px !important;
}
.testimonial-section .owl-item.active + .active {
    box-shadow: 0px 0px 15px 0px #ccc;
}
.testimonial-section .owl-item.active + .active + .active {
    box-shadow: none;
}
.featured-icon-section {
    background: #f3f3f3;
    padding: 80px 0px;
}
.featured-icon-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.featured-icon-item {
    text-align: center;
}
.featured-icon-item img {
    width: 100%;
    max-width: 120px;
    margin: 0px auto;
}
.featured-icon-item p {
    margin: 10px auto 0px;
    font-size: 20px;
    color: #000;
    line-height: 25px;
    width: 200px;
}
.collapsible-content {
    border: none;
    padding: 40px 0px;
}
.collapsible-content .collapsible-content__wrapper h2.collapsible-content__heading {
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    text-align: left;
}
.collapsible-content .collapsible-content__wrapper .accordion h3.accordion__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}
.collapsible-content .collapsible-content__wrapper .accordion p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 10px 0px 0px 10px;
}
.collapsible-content .collapsible-content__wrapper .accordion summary:hover h3.h4 {
    text-decoration: none;
}
.footer-section {
    background: #007C90;
    padding: 50px 0px 20px;
    position: relative;
    margin-top: 110px;
}
.footer-section .animat {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
}
.top-footer-inner {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.top-footer-inner .footer-col-1, .top-footer-inner .footer-col-2 {
    width: 33.33%;
}
.top-footer-inner .footer-col-3 {
    width: 25%;
}
.footer-section h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}
.footer-col-1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-col-1 ul:nth-of-type(1) + h3, .footer-col-1 ul:nth-of-type(1) + h3 + ul, .footer-col-1 ul:nth-of-type(1) + h3 + ul + h3, .footer-col-1 ul:nth-of-type(1) + h3 + ul + h3 + ul, .footer-col-1 ul:nth-of-type(1) + h3 + ul + h3 + ul + h3, .footer-col-1 ul:nth-of-type(1) + h3 + ul + h3 + ul + h3 + ul {
    display: none;
}
.footer-col-1 ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    line-height: 28px;
    padding-bottom: 5px;
    display: block;
    width: fit-content;
}
.footer-col-1 ul li a:hover {
    text-decoration: underline;
}
.footer-col-2.footer-section {
    padding-right: 40px;
}
.footer-col-2 p {
    font-size: 16px;
    color: #fff;
    margin: 0px 0px 16px 0px;
    line-height: 28px;
}
.footer-col-2 form {
    display: flex;
    flex-flow: column;
    gap: 5px;
    margin: 0px;
}
.footer-col-2 form {
    display: flex;
    flex-flow: column;
    gap: 5px;
}
.footer-section .social-icons {
    text-align: center;
    margin-top: 30px;
}
.footer-section .social-icons a {
    text-decoration: none;
    color: #fff;
    padding: 13px;
}
.footer-section .social-icons a svg {
    width: 18px;
    height: 18px;
}
.footer-section .contact-item img {
    width: 100%;
    max-width: 30px;
    border-radius: 5px;
}
 .footer-section .contact-item strong {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}
.footer-section .contact-item a {
    color: #fff;
    font-size: 14px;
    margin: 0;
    display: block;
    line-height: 20px;
    text-decoration: none;
}
.footer-section .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 35px;
}
.footer-col-3 p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 27px;
}
.bottom-footer {
    border-top: 1px solid #ffffff18;
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
}
.bottom-footer-inner .copy-right {
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
}
.bottom-footer-inner .copy-right a {
    color: #fff;
    text-decoration: none;
}
.bottom-footer-inner .copy-right a:hover {
    text-decoration: underline;
}
.footer-col-2 .field input {
    background: none;
    color: #fff;
    border: 1px solid #ffffff63;
    border-radius: 5px;
}
.footer-col-2 .field:after, .footer-col-2 .field:hover:after {
    box-shadow: none;
    border: none;
}
.footer-col-2 .field input:focus, .footer-col-2 .field input:hover {
   box-shadow: none;
   outline: none;
   border: 1px solid #fff;
}
.footer-col-2 .field label.field__label {
    color: #ffffff;
    font-weight: normal;
}
.footer-col-2 .field {
    flex-flow: column;
    gap: 10px;
}
.footer-col-2 .field button#Subscribe {
    width: 100%;
    background: transparent;
    border: 2px solid #ffffff;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #007C90;
    padding: 11px 20px !important;
    border-radius: 10px;
    position: relative;
    transition: .3s ease-in-out;
}
.footer-col-2 .field button#Subscribe:hover{
    color:#fff;
}
.footer-col-2 .field button#Subscribe:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: none;
    border-radius: 7px;
    z-index: -1;
    transition: .3s ease-in-out;
}
.footer-col-2 .field button#Subscribe:hover::after {
    transform: scaleX(0);
    transition: .3s ease-in-out;
}
.footer-section .newsletter-form__message {
    font-size: 16px;
    font-weight: normal;
}
.bottom-footer-inner ul.list.list-payment {
    justify-content: center;
    margin-bottom: 10px;
}
.risk-free-video-item video {
    width: 100%;
        display: block;
}
.eliminate-inner {
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
    padding: 40px 0px 52px;
}
.eliminate-inner h3 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    margin: 50px 0 20px;
}
.eliminate-inner p {
    font-size: 16px;
    color: #000;
    margin: 0 0 35px;
    line-height: 27px;
}
.eliminate-inner p:last-child {
    margin: 0;
}
.try-risk-free-section {
    background: #f3f3f3;
    padding: 16px 0px 20px;
    margin-bottom: 40px;
}
.try-risk-free h5 {
    font-size: 39px;
    text-align: center;
    margin: 0 0 10px;
    color: #000;
    font-weight: 700;
}
.try-risk-free p {
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 27px;
    text-align: center;
}
.risk-free-video{
    margin-bottom: 40px;
}
.risk-free-video .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 15px;
}
.risk-free-video .owl-nav .owl-prev{
        position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.risk-free-video .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.risk-free-video .owl-nav button {
    width: 30px;
    height: 30px;
    background: #000 !important;
    border-radius: 100%;
    opacity: .3;
}
.risk-free-video .owl-nav button:hover {
    opacity: 1;
}
.risk-free-video .owl-nav button span {
    color: #fff;
    font-size: 0;
    background-image: url('/cdn/shop/files/white-arrow.png?v=1749799346');
    width: 30px;
    height: 30px;
    background-size: 10px;
    display: block;
    background-repeat: no-repeat;
    background-position: 57%;
}
.risk-free-video .owl-nav button.owl-prev span {
    transform: rotate(180deg);
}
.day1-day90 .after-before-bottom-content {
    gap: 80px;
}
.day1-day90 .after-before-right {
    padding-right: 50px;
}
.product-unlock .image-with-text__media, .product-unlock .image-with-text__content {
    border: none;
}
.product-unlock .image-with-text__content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}
.product-unlock .image-with-text__content .image-with-text__text.rte.body {
    margin: 0;
}
.product-unlock .image-with-text__content .image-with-text__text p {
    color: #000;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: justify;
}
.image-with-text__media-item:has(.image-with-text__media) {
    width: 30%;
}
.product-unlock .image-with-text {
    max-width: 1050px;
    margin: 0px auto;
}
.image-list-section {
    background: #f3f3f3;
    padding: 50px 0px;
    margin: 80px 0px;
    position: relative;
}
.image-list-section .animat {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
}
.image-list-section .animat1 {
    top: auto;
    bottom: -70px;
    transform: rotate(180deg);
}
.image-list-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 50px;
}
.image-list-image img {
    width: 100%;
}
.image-list-info h4 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #000;
}
.image-list-info p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin: 0;
}
.image-list-item img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-top: 5px;
}
.image-list-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.image-list-content {
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.v-form-image-section {
    background-image: linear-gradient(90deg, #a1ebef, #5b91d6);
    padding: 50px;
}
.v-form-inner h5 {
    font-size: 39px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 45px;
    margin: 0;
}
.v-form-inner p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    margin: 30px 0px 50px;
}
.v-form-inner {
    text-align: center;
}
.progress-section {
    padding: 50px 0px;
    background: #f3f3f3;
}
.progress-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
}
.progress-inner .left-section {
    text-align: center;
}
.progress-inner .left-section h2 {
    font-size: 39px;
    font-weight: 700;
    margin: 0 0 25px;
    color: #000;
}
.progress-inner .left-section p {
    font-size: 16px;
    color: #000;
    max-width: 400px;
    margin: 0px auto;
}
.progress-inner .right-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.progress-inner .stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.percentage-circle p {
    margin: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #007C90;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.percentage-circle p span {
    font-size: 18px;
    font-weight: bold;
    color: #007C90;
}
.progress-inner .stat-item .stat-text {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 100%;
}
.media-type-image {
    border: none;
}
.media-type-image .product__media img {
    border-radius: 15px;
}
.thumbnail-list li button.thumbnail {
    border: 1px solid #00000000;
    box-shadow: none;
    border-radius: 10px;
}
.thumbnail-list li button.thumbnail[aria-current="true"] {
    border: 1px solid #000;
}
.thumbnail-list li button.thumbnail:focus {
    box-shadow: none !important;
}
.product .grid__item.product__media-wrapper {
    max-width: 55% !important;
}.product .product__info-wrapper.grid__item {
    max-width: 45% !important;
}
.product .product__info-wrapper.grid__item {
    max-width: 45% !important;
}
.product .product__info-wrapper.grid__item .product__title h1 {
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
}
.product .product__info-wrapper.grid__item .product__description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product .product__info-wrapper.grid__item .product__description ul li {
    position: relative;
    margin-bottom: 10px;
}
.product .product__info-wrapper.grid__item .product__description ul li::after {
    position: absolute;
    content: '';
    background-image: url('/cdn/shop/files/image_b5109901-592a-4e66-b641-3ae90b7e62c0_1.png?v=1753944877');
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    left: 0;
    top: 0%;
    transform: translateY(0%);
}
.product .product__info-wrapper.grid__item .product__description ul li span {
    font-size: 16px;
    color: #000;
    line-height: 27px;
    padding-left: 35px;
}
.product .product__info-wrapper.grid__item .product__description {
    margin-bottom: 0;
}
.product .product__info-wrapper.grid__item modal-opener.product-popup-modal__opener {
    margin: 0;
}
.product .product__info-wrapper.grid__item modal-opener.product-popup-modal__opener button {
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}
.product .product__info-wrapper.grid__item modal-opener.product-popup-modal__opener button::after {
    position: absolute;
    content: '';
    background-image: url('/cdn/shop/files/size-chart.png?v=1750067959');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 34px;
    height: 15px;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
}
.product .product__info-wrapper.grid__item .product-form .product-form__buttons button, #ProductGridContainer #product-grid li.grid__item .card .card__content .quick-add button {
    background: transparent;
    border: 2px solid #000000;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 20px !important;
    border-radius: 10px;
    position: relative;
    transition: .3s ease-in-out;
}
.product .product__info-wrapper.grid__item .product-form .product-form__buttons button::after, #ProductGridContainer #product-grid li.grid__item .card .card__content .quick-add button::after {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: none;
    border-radius: 7px;
    z-index: -1;
    transition: .3s ease-in-out;
}
.product .product__info-wrapper.grid__item .product-form .product-form__buttons button:hover::after, #ProductGridContainer #product-grid li.grid__item .card .card__content .quick-add button:hover::after {
    transform: scaleX(0);
    transition: .3s ease-in-out;
}
.product .product__info-wrapper.grid__item .product-form .product-form__buttons button:hover, #ProductGridContainer #product-grid li.grid__item .card .card__content .quick-add button:hover {
    color: #000000;
}
.v-slim-day90 .after-before-bottom-content, .v-slim-look-sharp .after-before-bottom-content {
    margin-top: 0px;
    gap: 100px;
}
.slim-stand-section {
    background: #007C90;
    padding: 60px 0px;
}
.slim-stand-inner h4 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.slim-stand-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    align-items: center;
}
.slim-stand-col .slim-stand-info h5 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.slim-stand-col .slim-stand-info p {
    margin: 5px 0px 0px;
    font-size: 16px;
    color: #fff;
}
.slim-stand-grid .slim-stand-col {
    display: flex;
    flex-flow: column;
    gap: 40px;
}
.slim-stand-col .slim-stand-info h5::after {
    background-image: url('/cdn/shop/files/check-white.png?v=1750144627');
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.slim-stand-col .slim-stand-image img {
    width: 100%;
    max-width: 70%;
    margin: 0px auto;
}
.slim-stand-col .slim-stand-image {
    text-align: center;
}
.make-v-core {
    padding-bottom: 0px;
}
.make-v-core .slim-stand-col .slim-stand-image {
    display: flex;
    align-items: end;
}
.make-v-core .slim-stand-grid {
    align-items: center;
}
.make-v-core .slim-stand-grid .slim-stand-col .slim-stand-info:nth-of-type(2) {
    padding-bottom: 80px;
}
.make-v-core .slim-stand-grid .slim-stand-col img {
    max-width: 75%;
}
.v-waits-secrion {
    display: none;
}
.feedback-customer h4 {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 0px 0px 30px;
}
.feedback-customer {
    padding: 0px 0px 80px;
}
.feel-waist-left h3 {
    margin: 0 0 30px;
    font-size: 39px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
}
.feel-waist-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.feel-waist-left li p {
    margin: 10px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    position: relative;
    padding-left: 30px;
}
.feel-waist-left li p::after {
    position: absolute;
    content: '';
    background-image: url('/cdn/shop/files/check-white.png?v=1750144627');
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 5px;
    filter: invert(1);
}
.feel-waist-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}
.feel-waist-inner .feel-waist-left {
    width: 60%;
}
.feel-waist-inner .feel-waist-right {
    width: 40%;
}
.feel-waist-right img {
    width: 85%;
}
.feel-waist-section {
    padding: 0px 0px 80px;
}
.video-click-area {
    position: relative;
    cursor: pointer;
}
.video-click-area .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    pointer-events: none;
    z-index: 10;
}
.video-click-area.video-paused .play-icon {
    display: block;
}
.video-click-area .play-icon p {
    width: 45px;
    height: 45px;
    background: #007C90;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    font-size: 25px;
}
#ProductGridContainer #product-grid li.grid__item .card {
    height: auto !important;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 15px;
    overflow: hidden;
}
#ProductGridContainer #product-grid li.grid__item .card .card__content {
    padding: 10px 20px;
}
#ProductGridContainer #product-grid li.grid__item .card .card__content .card__heading.h5 {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
}
#ProductGridContainer #product-grid li.grid__item .card .card__content .card-information .price {
    text-align: center;
}
#ProductGridContainer #product-grid li.grid__item .card .card__content .card-information .price span.price-item {
    color: #007C90;
    font-size: 16px;
    font-weight: bold;
}
#ProductGridContainer #product-grid li.grid__item .card .card__content .card-information .price span s.price-item {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
#ProductGridContainer #product-grid li.grid__item {
    height: fit-content;
}
#ProductGridContainer #product-grid li.grid__item .card .card__content .quick-add button {
    text-transform: capitalize !important;
    padding: 13px 20px !important;
    font-size: 16px !important;
}
.about-us .image-with-text__media, .about-us .image-with-text__text-item .image-with-text__content {
    border: none;
}
.about-us .image-with-text__media img {
    border-radius: 15px !important;
}
.about-us .image-with-text__text-item .image-with-text__content h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.about-us .image-with-text__text-item .image-with-text__content .image-with-text__text p {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 27px;
    margin: 0px 0px 10px;
}
.about-us .image-with-text__media-item {
    width: 45% !important;
}
.about-us .image-with-text__text-item {
    width: 55% !important;
}
.beginning-of-shape .image-with-text__media {
    border: none;
    border-radius: 15px !important;
}
.beginning-of-shape .image-with-text__text-item .image-with-text__content {
    border: none;
}
.beginning-of-shape .image-with-text__text-item .image-with-text__content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.beginning-of-shape .image-with-text__text-item .image-with-text__content .image-with-text__text p {
    font-size: 16px;
    color: #000;
    line-height: 27px;
    margin: 0px 0px 10px;
}
.beginning-of-shape .image-with-text__text-item .image-with-text__content {
    padding-left: 0px;
}
.beginning-of-shape .image-with-text__media-item {
    width: 50%;
}
.after-aboutus {
    border: none;
}
.after-aboutus .rich-text__text p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0px 0px 25px;
}
.our-mission {
    background: #f3f3f3;
    border: none;
}
.our-mission h2.rich-text__heading {
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
.our-mission .rich-text__text p {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin: 0px 0px 30px;
}
#contact .page-width, #terms-and-conditions .page-width, #privacy-policy .page-width, #return-and-refund-policy .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
}
.product .product__info-wrapper.grid__item .price {
    display: flex;
    align-items: center;
}
.product .product__info-wrapper.grid__item .price .price__container {
    margin: 0;
}
.product .product__info-wrapper.grid__item .price .price__container .price-item--sale {
    font-size: 20px;
    font-weight: bold;
    color: #007C90;
    letter-spacing: 0;
}
.product .product__info-wrapper.grid__item .price .price__container .price-item--regular {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
}
.product_badge {
    background: #007C90;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.product_badge svg {
    width: 12px;
}
.product .product__info-wrapper.grid__item .product__tax.caption {
    display: none;
}
#ProductGridContainer #product-grid li.grid__item .card .card__inner .card__content {
    padding: 0px 0px 15px;
}
#ProductGridContainer #product-grid li.grid__item .card .card__inner .card__content .product_badge {
    border-radius: 0px 5px 5px 0px;
    padding: 4px 8px;
}
#privacy-policy hr {
    margin: 4rem 0px;
}
#privacy-policy .rte, #return-and-refund-policy .rte {
    color: #000;
}
#return-and-refund-policy .rte h2 {
    margin-top: 50px;
    margin-bottom: 10px;
}
#return-and-refund-policy .rte p, ##privacy-policy .rte p {
    margin: 0;
}
#terms-and-conditions .rte h3 {
    margin: 50px 0px 10px;
    font-size: 24px;
}
#terms-and-conditions .rte p {
    margin: 0;
    color: #000;
}






@media screen and (min-width: 990px) {
  #ProductGridContainer #product-grid {
      gap: 40px;
  }
  .grid--4-col-desktop .grid__item {
      width: calc(25% - 40px * 3 / 4);
      max-width: calc(25% - 40px * 3 / 4);
  }
}

@media (min-width:990px) and (max-width: 1200px) {
  .header:not(.drawer-menu).page-width {
      padding-left: 2rem;
      padding-right: 2rem;
  }
  .header .list-menu li a {
      padding: 12px 6px;
      font-size: 12px;
  }


  
}




@media (min-width:768px) and (max-width: 1024px) {
  .testimonial-section .owl-item.active + .active {
      box-shadow: none;
  }
  .explore-populer-items {
      grid-template-columns: repeat(2,1fr);
      gap: 50px;
  }
  .explore-most-populer h4, .after-before-top-content h3, .after-before-left h3 {
      font-size: 35px;
  }
  .after-before-right {
      padding-right: 0;
  }
  .featured-product .product__info-wrapper .product__title.h1 {
      font-size: 29px;
      line-height: 35px;
  }
  .featured-icon-items {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 50px;
  }
  .section-container {
      padding: 0px 2rem;
  }
  .top-footer-inner .footer-col-1, .top-footer-inner .footer-col-2 {
      width: 29%;
  }
  .top-footer-inner .footer-col-3 {
      width: 42%;
  }
  .footer-section .contact-item a, .footer-col-3 p {
      font-size: 12px;
  }
  .footer-section h3 {
      font-size: 15px;
      line-height: 20px;
  }
  .footer-col-1 ul li a, .footer-col-2 p {
      font-size: 12px;
      line-height: 22px;
  }
  .footer-section .contact-item strong {
      font-size: 14px;
  }
  .footer-section .contact-item div {
      margin-top: -5px;
  }
  .footer-section .contact-item img {
      max-width: 25px;
  } 
  .product .product__info-wrapper.grid__item .product__title h1 {
      font-size: 20px;
      line-height: 30px;
  }
  .product .product__info-wrapper.grid__item .product__description ul li span {
      font-size: 15px;
      line-height: 25px;
      padding-left: 30px;
  }
  .product .product__info-wrapper.grid__item .product__description ul li::after {
      width: 20px;
      background-size: 20px;
      top: 0;
      transform: translateY(0%);
  }
  .eliminate-inner h3 {
      font-size: 30px;
      line-height: 40px;
  }
  .try-risk-free h5 {
      font-size: 30px;
  }
  .page-width {
      padding: 0 2rem;
  }
  .progress-inner .left-section h2 {
      font-size: 30px;
  }
  .progress-inner {
      grid-template-columns: repeat(1, 1fr);
      gap: 50px;
  }
  .about-us .image-with-text__text-item .image-with-text__content {
      padding-right: 0px;
  }
  .about-us .image-with-text__text-item .image-with-text__content h2, .beginning-of-shape .image-with-text__text-item .image-with-text__content h2  {
      font-size: 30px;
  }
  .about-us .image-with-text__text-item .image-with-text__content .image-with-text__text p, .beginning-of-shape .image-with-text__text-item .image-with-text__content .image-with-text__text p {
      font-size: 14px;
      line-height: 24px;
  }
  .after-aboutus .rich-text__blocks, .our-mission .rich-text__blocks {
      max-width: 100%;
  }
  .slim-stand-col .slim-stand-info h5 {
      font-size: 16px;
  }
  .slim-stand-col .slim-stand-info p {
      font-size: 14px;
  }  
  .v-slim-day90 .after-before-bottom-content, .v-slim-look-sharp .after-before-bottom-content {
      margin-top: 0px;
      gap: 40px;
  }
  .slim-stand-col .slim-stand-image img {
      max-width: 100% !important;
  }
  .feel-waist-left h3 {
      font-size: 25px;
      line-height: 35px;
  }
  .feel-waist-left li p {
      font-size: 14px;
      line-height: 25px;
  }
  .feel-waist-right img {
      width: 100%;
  }
  #v-waist-sculpt-support-shine-with-confidence .explore-most-populer h4, .after-before-top-content h3, #v-waist-sculpt-support-shine-with-confidence .after-before-left h3 {
      font-size: 25px;
      line-height: 35px;
  }
  #v-waist-sculpt-support-shine-with-confidence .explore-most-populer h4, .after-before-top-content p, #v-waist-sculpt-support-shine-with-confidence .after-before-left p {
      font-size: 14px;
      line-height: 24px;
  }



  
  
}


@media (max-width: 767px) {
  .section-container {
      padding: 0px 2rem;
  }
  .after-before-top-content h3, .after-before-left h3, .featured-product .product__info-wrapper .product__title.h1, .testimonial-wrapper h2.testimonial-title{
      font-size: 25px;
      line-height: 35px;
  }
  .after-before-top-content p, .after-before-left p, .after-before-left a, .explore-populer-item .explore-populer-item-text {
      font-size: 15px;
      line-height: 25px;
  }
  .after-before-bottom-content {
      grid-template-columns: repeat(1,1fr);
  }
  .explore-populer-items, .featured-icon-items {
      grid-template-columns: repeat(2,1fr);
  }
  .after-before-right {
      padding-right: 0px;
  }
  .top-footer-inner {
      flex-flow: column;
  }
  .product .product__info-wrapper.grid__item .product-form .product-form__buttons button, #ProductGridContainer #product-grid li.grid__item .card .card__content .quick-add button {
      font-size: 15px;
  }
  .top-footer-inner .footer-col-1, .top-footer-inner .footer-col-2, .top-footer-inner .footer-col-3 {
      width: 100%;
  }
  .selleing-product-wave p {
      font-size: 15px;
      padding: 0px 20px;
  }
  .selleing-product-wave .waves {
      width: 100%;
      height: 40px;
      min-height: 40px;
      max-height: 40px;
  }
  .explore-most-populer h4 {
      font-size: 20px;
      line-height: 25px;
  }
  .explore-populer-items, .featured-icon-items {
      gap: 40px;
  }
  .testimonial-section .owl-item.active + .active {
      box-shadow: none;
  }
  .testimonial-section {
      padding: 20px 0px 0px;
  }
  .featured-icon-section {
      padding: 50px 0px;
  }
  .header {
      padding: 4px 2rem 4px 2rem !important;
  }
  .product .product__info-wrapper.grid__item .product__title h1 {
      font-size: 25px;
      line-height: 35px;
  }
  .product .product__info-wrapper.grid__item .product__description ul li::after {
      width: 20px;
      background-size: 20px;
      top: 0;
      transform: translateY(0%);
  }
  .product .product__info-wrapper.grid__item .product__description ul li span {
      font-size: 15px;
      line-height: 25px;
      padding-left: 30px;
  }
  .eliminate-inner h3 {
      font-size: 20px;
      line-height: 30px;
      margin: 0px 0 20px;
  }
  .eliminate-inner p, .try-risk-free p, .product-unlock .image-with-text__content .image-with-text__text p{
      font-size: 15px;
      line-height: 25px;
  }
  .try-risk-free h5 {
      font-size: 20px;
  }
  .after-before-bottom-content {
      margin-top: 50px;
  }
  .day1-day90 .after-before-bottom-content {
      gap: 20px;
  }
  .day1-day90 .after-before-right {
      padding-right: 0px;
  }
  .product-unlock .image-with-text__content h2 {
      font-size: 20px;
      margin-bottom: 30px;
  }
  .product-unlock .image-with-text__content {
      padding-left: 0;
      padding-right: 0;
  }
  .image-list-inner {
      grid-template-columns: repeat(1, 1fr);
      gap: 70px;
  }
  .image-list-info h4 {
      font-size: 20px;
  }
  .image-list-info p, .v-form-inner p  {
      font-size: 15px;
  }
  .v-form-inner h5 {
      font-size: 35px;
  }
  .v-form-image-section {
      padding: 50px 0px;
  }
  .v-form-inner img {
      width: 50%;
  } 
  .progress-inner {
      grid-template-columns: repeat(1, 1fr);
      gap: 50px;
  }
  .progress-inner .left-section h2 {
      font-size: 25px;
  }
  .day1-day90 .after-before-bottom-content {
      grid-template-columns: repeat(2, 1fr);
  }
  .about-us .image-with-text__grid {
      flex-flow: column;
  }
  .about-us .image-with-text__media-item, .about-us .image-with-text__text-item {
      width: 100% !important;
  }
  .about-us .image-with-text__text-item .image-with-text__content, .beginning-of-shape .image-with-text__text-item .image-with-text__content {
      padding-left: 0;
      padding-right: 0;
  }
  .about-us .image-with-text__text-item .image-with-text__content h2, .beginning-of-shape .image-with-text__text-item .image-with-text__content h2 {
      font-size: 25px;
  }
  .about-us .image-with-text__text-item .image-with-text__content .image-with-text__text p, .beginning-of-shape .image-with-text__text-item .image-with-text__content .image-with-text__text p {
      font-size: 15px;
      line-height: 25px;
  }
  .about-us {
      padding-bottom: 0 !important;
  }
  .page-width {
      padding: 0 2rem !important;
  }
  #about .rich-text__wrapper {
      margin: 0px;
      width: 100%;
  }
  #about .rich-text__wrapper p {
      font-size: 15px;
      line-height: 25px;
  }
  .our-mission h2.rich-text__heading {
      font-size: 30px;
  }
  .top-footer-inner .newsletter-form__field-wrapper {
      max-width: 100%;
  }
  .selleing-product-waves {
      margin-bottom: 50px;
  }
  .slim-stand-col .slim-stand-image img, .make-v-core .slim-stand-grid .slim-stand-col img {
      max-width: 50%;
  }
  .slim-stand-inner h4 {
      font-size: 25px;
  }
  .slim-stand-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 60px;
  }
  .slim-stand-col .slim-stand-info h5 {
      font-size: 16px;
  }
  .slim-stand-col .slim-stand-info p {
      font-size: 14px;
  }
  .slim-stand-grid .slim-stand-col:nth-of-type(1) {
      order: 1;
  }
  .slim-stand-grid .slim-stand-col:nth-of-type(2) {
      order: 3;
  }
  .slim-stand-grid .slim-stand-col:nth-of-type(3) {
      order: 2;
  }
  .make-v-core .slim-stand-grid .slim-stand-col .slim-stand-info:nth-of-type(2) {
      padding-bottom: 0px;
  }
  .feel-waist-right img {
      width: 100%;
  }
  .feel-waist-left h3 {
      font-size: 25px;
      line-height: 35px;
  }
  .feel-waist-left li p {
      font-size: 14px;
      line-height: 24px;
  }



  
  
}


@media (max-width:600px){
  .featured-product.product{
      flex-flow: column;
  }
  .product .grid__item.product__media-wrapper, .product .product__info-wrapper.grid__item {
      max-width: 100% !important;
  }
  .progress-inner .stat-item {
      gap: 0px;
      flex-flow: column;
  }
  .progress-inner .stat-item .stat-text {
      font-size: 15px;
  }
  .percentage-circle p {
      width: 50px;
      height: 50px;
  }
  .percentage-circle p span {
      font-size: 14px;
      line-height: 14px;
  }
  .day1-day90 .after-before-bottom-content {
      grid-template-columns: repeat(1, 1fr);
  }
  #feature-collection h2.rich-text__heading, #feature-collection h1.collection-hero__title {
      font-size: 25px !important;
      line-height: 30px !important;
  }
  #feature-collection .collection #product-grid {
      row-gap: 30px;
  }
  .v-slim-day90 .after-before-bottom-content, .v-slim-look-sharp .after-before-bottom-content {
      gap: 20px;
  }
  .slim-stand-col .slim-stand-image img, .make-v-core .slim-stand-grid .slim-stand-col img{
      max-width: 70%;
  }
  .feedback-customer h4 {
      font-size: 25px;
  }
  .feel-waist-inner {
      gap: 50px;
      flex-flow: column;
  }
  .feel-waist-inner .feel-waist-left, .feel-waist-inner .feel-waist-right {
      width: 100%;
  }
  .announcement-bar-section .utility-bar p.h5 {
      font-size: 14px;
  }





  
  
}





@media (max-width:480px){
  .explore-populer-items, .featured-icon-items {
      grid-template-columns: repeat(1,1fr);
  }
  .footer-section .contact-item a {
      font-size: 13px;
  }
  .footer-section h3 {
      font-size: 20px;
      line-height: 22px;
  }
  .collapsible-content .collapsible-content__wrapper .accordion h3.accordion__title {
      font-size: 16px;
      line-height: 20px;
  }
  #feature-collection .collection #product-grid .grid__item {
      width: 100% !important;
      max-width: 100% !important;
  }
  #ProductGridContainer #product-grid li.grid__item .card .card__content .quick-add button, #feature-collection .collection #product-grid .grid__item .full-unstyled-link {
      font-size: 15px !important;
  } 
  .slim-stand-col .slim-stand-image img, .make-v-core .slim-stand-grid .slim-stand-col img {
      max-width: 100%;
  }



  

}