/** Shopify CDN: Minification failed

Line 461:0 All "@import" rules must come first
Line 801:14 Expected ":"

**/
/* ----------------------------------24Oct------------------------------------ */
.template-product-new-kojic-v2 .Real-Results-Backed-Sec-bottom-content h2 {
    background: no-reepeat !important;
    background-image: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255) 100%) !important;
}
.template-product-new-kojic-v2 .Real-Results-Backed-Sec-bottom-content h2 {
    font-weight: 700;
    display: block;
    width: max-content !important;
    min-width: 58px;
}
.template-product-new-kojic-v2 .Real-Results-Backed-Sec-main {
    background: #3e5843;
    padding: 2em 0;
}

.template-product-new-kojic-v2 .product__info-container .price--on-sale .price-item--regular {
    font-size: 26px !important;
}

.product-compare-table {
  text-align: center;
  padding: 2em 0px 3em;
  background: #fff;
}
.product-compare-table__heading {
  font-size: 34px;
  font-weight: 700;
  margin-block: 0 28px;
}
.product-compare-table__subheading {
  font-size: 17px;
  margin: 0 0 30px;
  color: #555;
}
.product-compare-table__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 680px;
}
.product-compare-table__table th,
.product-compare-table__table td {
  padding: 16px 40px;
  text-align: center;
  vertical-align: middle;
}
td.product-compare-table__feature {
    font-size: 18px;
    text-align: start;
}
.product-compare-table__table th {
  font-weight: 600;
  font-size: 16px;
}
.product-compare-table__table tbody tr td{
  border-top: 1px solid #ddd;
}
.product-compare-table__table tbody tr td:nth-child(2){
  border-top: none;
}
.product-compare-table__feature {
  text-align: left;
  font-weight: 500;
  color: #333;
}
.product-compare-table__cell img {
  max-width: 24px;
  height: auto;
  margin-inline: auto;
  display: block;
}
.product-compare-table__cell--center {
  background: #000;
  color: #fff;
}
.product-compare-table__table thead th:nth-child(2) {
  background: #000;
  color: #fff;
  border-bottom:none;
  border-radius: 5px 5px 0 0;
}
.product-compare-table__table tbody tr:last-child td:nth-child(2) {
    border-radius: 0 0 5px 5px;
}
.product-compare-table__logo {
  max-width: 125px;
  height: auto;
  border-radius:5px;
}

.image-content-section {
  padding: 2em 0;
  background: #fffdf9;
}
.image-content-section  .section-header {
  text-align: center;
  margin-bottom: 40px;
}
.image-content-section .section-heading {
  font-size: 34px;
    font-weight: 700;
    margin-block: 0 17px;
}
.image-content-section .section-subheading {
  font-size: 1.1rem;
  color: #555;
}
.image-content-section  .blocks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.image-content-section  .image-content-block {
  display: flex;
  align-items: center;
  gap: 30px;
}
.image-content-section  .block-image {
  width: 40%;
}
.image-content-section  .block-image img {
  width: 100%;
  max-width: 650px;
  border-radius: 10px;
}
.image-content-section  .block-content {
  flex: 1;
}
.image-content-section .block-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    margin-block: 0 17px;
    margin-top: 0;
}
.image-content-section  .block-content li {
    color: #000;
}
.image-content-section  .block-content p {
  font-size: 15px;
    color: #000;
    margin: 0;
    line-height: 1.6em;
}

.product-cards-carousel {
  text-align: center;
  padding: 2em 0px;
  background: #fff;
}

.product-cards-carousel__heading {
  font-size: 34px;
  font-weight: 700;
  margin-block: 0 17px;
}

.product-cards-carousel__subheading {
  font-size: 17px;
  margin: 0 0 30px;
  color: #555;
}

.product-cards-carousel__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin: 10px;
}

.product-cards-carousel__card:hover {
  transform: translateY(-5px);
}

.product-cards-carousel__image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-cards-carousel__content {
  padding: 20px;
}

.product-cards-carousel__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-cards-carousel__text {
  font-size: 15px;
  color: #000;
  margin: 0;
}
.product-cards-carousel__content  img {
    display: block;
    width: 100%;
    max-width: 40px !important;
}
.product-cards-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    gap: 14px;
}
.product-cards-carousel button.owl-prev.disabled,
.product-cards-carousel button.owl-prev {
    border: 1px solid #c8ced2 !important;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 12px;
}

.product-cards-carousel .owl-prev.disabled span,
.product-cards-carousel .owl-prev span{
    font-size: 34px;
    line-height: 27px;
}
.product-cards-carousel button.owl-next {
    border: 1px solid #c8ced2 !important;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 12px;
    background-color: #17222e !important;
}

.product-cards-carousel button.owl-next span {
    color: #fff;
    font-size: 34px;
    line-height: 27px;
}
.product-cards-carousel__content {
    display: flex;
    text-align: start;
    gap: 10px;
    align-items:center;
}

.template-product-new-kojic-v2 .Designed-To-Support-wrapper {
    max-width: 1400px;
    margin-inline: auto;
}
.template-product-new-kojic-v2 .product .price--sold-out .price__badge-sale {
    background: #3e5843;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
}
.template-product-new-kojic-v2 span.lm-badge.badge.price__badge-sold-out {
    background: red;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 3px;
}
.template-product-new-kojic-v2 .lm-style-2-sale>div {
    display: flex;
    flex-direction: row !important;
    align-items: start;
    gap: 12px;
}
.template-product-new-kojic-v2 .product__info-container>*+* {
    color: #000;
}
.template-product-new-kojic-v2 .faq-custom-main {
    background: #fffdf9;
    padding-block:2em;
}
.template-product-new-kojic-v2 .faq-custom-liquid h2.collapsible-content__heading {
    font-size: 34px;
    margin-block: 0 20px;
    font-weight: 700;
    font-family: 'Poppins';
}

.template-product-new-kojic-v2 .review-product-image-and-content-col {
    display: none;
}
.template-product-new-kojic-v2 .client-review-description {
    padding: 0 20px;
    padding-bottom: 20px;
}
.template-product-new-kojic-v2  .Customer-Review-Custom-Sec-main {
    padding: 2em 0 .5em;
    background-color: #fff;
}
.template-product-new-kojic-v2 .Customer-Review-header-Sec .Customer-Review-header-rating-col {
    background: #3e5843;
}
.template-product-new-kojic-v2 .Customer-Review-header-Sec span {
    background: linear-gradient(329deg, rgb(39 87 24) 17.554%, rgb(56 115 47) 22%, rgb(64 156 84) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    font-family: 'Poppins';
}
.template-product-new-kojic-v2  .Designed-To-Support-Sec-main {
    background-color: #3e5843;
    padding: 2em 0;
}
.template-product-new-kojic-v2 .Designed-To-Support-col img {
    height: 45px;
    width: 40px;
    object-fit: contain;
}
.template-product-new-kojic-v2 .Designed-To-Support-inner-sec {
    margin-top: 0px;
}
.page-width{
    max-width:1400px;
    margin-inline:auto;
}
.trust-carrds {
    display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    align-items: center;
    justify-content: center;
    text-align: CENTER;
    gap: 8px;
    margin-top: 28px !important;
}
.trust-carrds .trust-card {
    background: #0080000f;
    height: 100%;
    padding: 12px 8px;
    border-radius: 10px;
}
.trust-carrds h4.trust-card__heading {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 0;
}
.trust-carrds p.trust-card__content {
    margin-bottom: 0;
    font-size: 12px;
}
.template-product-new-kojic-v2 .product__accordion.accordion {
    border: 1px solid #ccc !important;
    padding-inline: 16px;
}

.accordion-iccon{
    height:16px;
    width:16px;
}

.payment-icon-heading {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    margin-block: 0;
    color: #3e5843;
}
.template-product-new-kojic-v2 form.installment {
    display: none;
}

.template-product-new-kojic-v2 .sale-text-badge {
    background-color: #3e5843;
    color: #faf8f5 !important;
    border: 1px solid #3e5843;
    border-radius: 20px;
    margin-top: 13px !important;
    margin-bottom: -8px;
    font-size: 14px;
    width: max-content;
    padding-inline: 10px;
}
hr.sale-text-badge-border {
    background: #000;
    height: .3px;
}
.template-product-new-kojic-v2 .faq-custom-liquid {
    padding-bottom: 1em;
}
@media(max-width:768px){
.template-product-new-kojic-v2  .Real-Results-Backed-Sec-header-content h2,
.Customer-Review-header-Sec h2,
.product-compare-table__heading,
.image-content-section .section-heading,
.product-cards-carousel__heading {
    font-size: 28px !important;
}
.image-content-section  .section-header {
    margin-bottom: 22px !important;
}
  .image-content-section  .image-content-block {
    flex-direction: column;
    text-align: start !important;
  }
  .image-content-section  .block-image {
    width: 100% !important;
}
  .image-content-section  .blocks-wrapper {
    gap: 18px !important;
}
.image-content-section  .image-content-block {
    gap: 15px !important;
}
.image-content-section .block-content h3 {
    font-size: 18px !important;
    margin-block: 0 12px !important;
}

td.product-compare-table__feature {
    font-size: 12px;
}
.product-compare-table__cell img {
    max-width: 18px;
}
  .product-compare-table__table th,
  .product-compare-table__table td {
    padding: 10px;
  }
  .product-compare-table {
    padding: 30px 10px;
}

.template-product-new-kojic-v2 .faq-descroption p {
    color: #000;
    margin-block: 0;
}
.template-product-new-kojic-v2 h3.accordion__title.inline-richtext {
    font-size: 16px;
}
.template-product-new-kojic-v2 .sale-text-badge {
    font-size: 13px;
}
}
@media(max-width:425px){
.customer-review-slider .heading {
    flex-direction: column;
    border-radius: 3px;
    padding-inline: 10px;
}
.customer-review-slider .heading {
    border-radius: 3px !important;
    padding-inline: 10px;
    gap: 3px !important;
}
.product-compare-table__logo {
    max-width: 100px;
}
}
/* ---------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Nothing+You+Could+Do&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');

/* kojic-tc-sb-css */
.template-product-kojic-tc-sb variant-radios {
    margin-top: 2.5rem !important;
}

.template-product-kojic-tc-sb .Ugly-Nails-img-col img {
    height: auto;
}

.template-product-kojic-tc-sb .Ugly-Nails-Sec-main {
    background-color: #ffe4fa;
    margin-top : 0;
}

.template-product-kojic-tc-sb .Ugly-Nails-content-col h2 {
    color: #121212;
}
.template-product-kojic-tc-sb .Ugly-Nails-content-col .description {
    color: #444;
}

.template-product-kojic-tc-sb .Ugly-Nails-svg-Sec svg {
    fill: #ffe4fa;
}
.template-product-kojic-tc-sb .Your-Path-to-Clear-roadmap-circle-inner-col {
    background: #ffe4fa;
}

.template-product-kojic-tc-sb .Your-Path-to-Clear-roadmap-badge-col h3 {
    background: #ffe4fa;
    color: #121212;
    border: 1px solid #444;
}
.template-product-kojic-tc-sb .Real-Results-Backed-Sec-main {
    background: linear-gradient(50deg, #ff55df, #ffe4fa 100%);
}

.template-product-kojic-tc-sb .Real-Results-Backed-Sec-header-content h2 {
    text-align: center;
    color: #121212;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Poppins';
}

.template-product-kojic-tc-sb .Real-Results-Backed-Sec-bottom-content .description p {
    color: #444;
    font-size: 14px;
    margin: 0;
    font-family: 'Poppins';
}

.template-product-kojic-tc-sb .Real-Results-Backed-Sec-header-content .description p {
    text-align: center;
    color: #444;
    font-size: 14px;
    font-family: 'Poppins';
    margin-top: 14px;
}
.template-product-kojic-tc-sb .header-rating-description p {
    color: #444;
}

.template-product-kojic-tc-sb .Designed-To-Support-Sec-main {
    background-color: #ff8be9;
    padding: 2em 0;
}

.template-product-kojic-tc-sb .Designed-To-Support-inner-sec .Designed-To-Support-col h2 {
    font-size: 16px;
    color: #121212;
    margin: 0;
}

.template-product-kojic-tc-sb .Money-Back-Gurenty-inner-Sec {
    background: unset;
    border: 2px solid #ffe5fa;
}
.template-product-kojic-tc-sb .Real-Results-Backed-Sec-bottom-content h2 {
    font-size: 40px;
    font-weight: 600;
    background-image: linear-gradient(135deg, rgb(255, 255, 255), rgb(255, 255, 255) 100%) !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0px;
}
.template-product-kojic-tc-sb span.linear-text-3 {
    font-family: "Nothing You Could Do";
    -webkit-text-fill-color: unset !important;
    background: unset !important;
}
.template-product-kojic-tc-sb .Customer-Review-header-Sec .Customer-Review-header-rating-col {
    background: linear-gradient(329deg, rgb(255 214 247) 17.554%, rgb(255 217 248) 22%, rgb(255 95 225) 100%);
}

.template-product-kojic-tc-sb .Money-Back-Gurenty-inner-Sec a {
    background-color: #000000;
}
.template-product-kojic-tc-sb .Money-Back-Gurenty-inner-Sec .description p {
    color: #444;
    font-size: 14px;
    padding: 0 15em;
    margin-bottom: 3em;
}

/* kojic-tc-sb-css-end */









/* kojic-v3-css */

.template-product-kojic-v3 .Ugly-Nails-Sec-main {
    padding: 3em 0;
    background-color: #ffac31;
    margin-top: 2em;
}
.template-product-kojic-v3  span.linear-text {
    display: inline-block;
    background: linear-gradient(200deg, rgba(0, 91, 211, 1) 19%, rgba(59, 115, 185, 1) 70%, rgba(15, 83, 126, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 36px;
    font-family: "Nothing You Could Do", cursive;
}
.template-product-kojic-v3 .Ugly-Nails-svg-Sec svg {
    position: absolute;
    top: -0.5em;
    z-index: 1;
    fill: #ffac31;
    height: 50px;
    width: 100%;
    transform: scaleY(-1);
}
.template-product-kojic-v3 .Your-Path-to-Clear-roadmap-badge-col h3 {
    display: inline-block;
    background: #ffac31;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px !important;
    margin: 0;
    border: 1px solid #ffac31;
}
.template-product-kojic-v3 .Real-Results-Backed-Sec-main {
    background: linear-gradient(50deg, #ffac31, #ffac31c4 100%);
    padding: 2em 0;
}
.template-product-kojic-v3 .Real-Results-Backed-Sec-bottom-content h2 {
    /* background: linear-gradient(135deg, rgba(113, 172, 194, 1), rgba(180, 225, 237, 1) 100%) !important; */
    background-image: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255) 100%) !important;
    -moz-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}
.template-product-kojic-v3 span.linear-text-3 {
    background-clip: text !important;
    font-family: 'Nothing You Could Do';
    background: unset !important;
        -webkit-text-fill-color: unset !important;
}
.template-product-kojic-v3 .Customer-Review-header-Sec .Customer-Review-header-rating-col {
    background: linear-gradient(329deg, rgb(255 175 60) 9.554%, rgb(254 183 87) 27%, #ffac3175 100%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 16px;
    gap: 6px;
}
.template-product-kojic-v3 .Designed-To-Support-Sec-main {
    background-color: #ffac31;
    padding: 2em 0;
}
.template-product-kojic-v3 .Money-Back-Gurenty-inner-Sec {
    padding: 30px 30px 20px 30px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(242, 247, 249, 1), rgba(255, 255, 255, 1) 47%, rgba(253, 255, 255, 1) 100%);
    border: 2px solid #ffac32;
    border-radius: 13px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.template-product-kojic-v3 .Money-Back-Gurenty-inner-Sec a {
    background-color: #ffac32;
    padding: 1em 12em;
    margin-top: 1em !important;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
}
.template-product-kojic-v3 .Your-Path-to-Clear-roadmap-circle-inner-col {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #ffac3242;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}










/* kojic-v3-css-end */



.Ugly-Nails-Sec-main {
    padding: 3em 0;
    background-color: #121e2f;
    margin-top:2em;
}
.Ugly-Nails-content-col h2 {
    font-size: 36px;
    color: white;
    font-weight: 700;
    font-family: 'Poppins';
}
span.linear-text {
    display: inline-block;
    background: linear-gradient(200deg, rgba(166, 240, 138, 1) 19%, rgba(59, 115, 185, 1) 70%, rgba(15, 83, 126, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 36px;
    font-family: "Nothing You Could Do", cursive;
}
.Ugly-Nails-content-col h2 {
    margin-right: 5em;
}
.Ugly-Nails-Sec-inner {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.Ugly-Nails-content-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
.Ugly-Nails-img-col {
    width: 33%;
}
.Ugly-Nails-img-col img {
    width: 500px;
    height: 400px;
    object-fit: cover;
}

.Ugly-Nails-content-col .description {
    color: white;
    font-size: 16px;
}

.Ugly-Nails-content-col em {
    font-style: italic;
}
.Ugly-Nails-content-col .description p {
    margin: 0 0 25px 0;
}
.Ugly-Nails-outer-Sec {
    position: relative;
}

.Ugly-Nails-svg-Sec svg {
    position: absolute;
    top: -0.5em;
    z-index: 1;
    fill: #121e2f;
    height: 50px;
    width: 100%;
    transform: scaleY(-1);
}

.Ugly-Nails-svg-Sec {
    position: relative;
    
}

.Your-Path-to-Clear-Sec {
    background-color: #fbfbfb;
    padding: 6em 0 2em 0;
}

.Your-Path-to-Clear-header-Sec {
    text-align: center;
}

.Your-Path-to-Clear-header-Sec h2 {
    margin: 0;
    margin-bottom: 15px;
    color: #121212;
    font-size: 34px;
    font-weight: 700;
}

.Your-Path-to-Clear-header-Sec h2 span {
    font-family: 'Nothing You Could Do';
    background: radial-gradient(rgba(149, 192, 248, 1) 18%, rgba(59, 65, 112, 1) 85%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: bold;
}

.Your-Path-to-Clear-header-Sec .description p {
    font-size: 14px;
    color: #121212;
    font-family: "Poppins", sans-serif;
    opacity: 0.8;
}

.Your-Path-to-Clear-bottom-main-Sec {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top
}
.your-path-right-img-se{
    width:50%;
}



.your-path-right-img-sec img {
    height: 700px;

}

.Your-Path-to-Clear-roadmap-col {
    display: flex;
    gap: 21px;
    margin-bottom:2em;
}

.Your-Path-to-Clear-roadmap-badge-col h3 {
    display: inline-block;
    background: #3b4170ff;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px !important;
    margin: 0;
    border: 1px solid #17222e;
}

.Your-Path-to-Clear-roadmap-circle-inner-col {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #b2d1ed;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}

.Your-Path-to-Clear-roadmap-content-col h2 {
    font-size: 20px;
    margin: 12px 0 15px 0;
    color: #17222e !important;
    font-weight: 600;
    font-family: 'Poppins';
}

.Your-Path-to-Clear-roadmap-content-col p {
    margin: 0;
    color: #666666 !important;
    font-size: 12px;
    opacity: 0.9;
    font-weight: 300;
    font-family: 'Poppins';
    margin-top: -9px;
}

.Your-Path-to-Clear-bottom-Sec {
    width: 895px;
    margin: 3em auto 0 auto;
}

.Your-Path-to-Clear-roadmap-circle-inner-col img {
    height: 14px;
    width: 14px;
}

.Your-Path-to-Clear-bottom-Sec:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 23px;
    bottom: 0;
    width: 2px;
    background: #e0e0e0;
    border-radius: 2px;
}

.Your-Path-to-Clear-bottom-Sec {
    position: relative;
}

.Result-to-expect-Img-main {
    background-color: #fcffff;
}

.Result-to-expect-Img-inner img {
    height: 500px;
}


.Result-to-expect-Img-inner {
    width: 895px;
    margin: 0 auto;
}

.Real-Results-Backed-Sec-main {
    background: linear-gradient(50deg, rgba(13, 40, 69, 1), rgba(73, 120, 165, 1) 100%);
    padding: 2em 0;
}

.Real-Results-Backed-Sec-header-content h2 {
    text-align: center;
    color: white;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    font-family: 'Poppins';
}

span.linear-text-3 {
    background: linear-gradient(45deg, rgba(113, 172, 194, 1), rgba(180, 225, 237, 1) 96%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-family: 'Nothing You Could Do';
}


.Real-Results-Backed-Sec-header-content .description p {
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: 'Poppins';
    margin-top: 4px;
}

.Real-Results-Backed-Sec-bottom-content h2 {
    background: linear-gradient(135deg, rgba(113, 172, 194, 1), rgba(180, 225, 237, 1) 100%) !important;
    background-image: linear-gradient(135deg, rgba(113, 172, 194, 1), rgba(180, 225, 237, 1) 100%) !important;
    -moz-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
}

.Real-Results-Backed-Sec-bottom-content .description p {
    color: white;
    font-size: 14px;
    margin: 0;
    font-family: 'Poppins';
}


.Real-Results-Backed-Sec-bottom-col {
    display: flex;
    align-items: anchor-center;
    gap: 20px;
    margin-bottom: 1em;
    border-bottom: 1px solid #e7e7e7;
    width: 970px;
    margin: 1em auto 0em auto;
}

.Real-Results-Backed-Sec-bottom-col:last-child {
    border-bottom: none;
}


.Based-on-internal-sec {
    width: 970px;
    margin: 2em auto 0 auto;
    background-color: #e5e7eb;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    padding: 11px;
}

.Based-on-internal-sec .description p {
    margin: 0;
    color: black;
    font-size: 14px;
    font-family: 'Poppins';
}

.Customer-Review-Custom-Sec-main {
    padding: 2em 0;
    background-color: #fdffff;
}

.Customer-Review-header-Sec .Customer-Review-header-rating-col {
    background: linear-gradient(329deg, rgba(24, 44, 87, 1) 17.554%, rgba(21, 52, 87, 1) 22%, rgba(166, 213, 227, 1) 100%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 16px;
    gap: 6px;
}
.header-rating-description p {
    color: white;
    font-size: 12px;
    margin: 0;
}

.Customer-Review-header-rating-col img {
    width: 85px;
}

.Customer-Review-header-Sec h2 {
    text-align: center;
    font-size: 34px;
    margin: 11px 0 0 0;
    font-weight: 700;
    color: black;
    font-family: 'Poppins';
}

.Customer-Review-header-Sec span {
    background: linear-gradient(329deg, rgba(24, 44, 87, 1) 17.554%, rgba(21, 52, 87, 1) 22%, rgba(166, 213, 227, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    font-family: 'Nothing You Could Do';
}

.customer-review-inner-sec {
    display: flex;
    gap: 17px;
    justify-content: center;
    width: 1100px;
    margin: 2em auto 0 auto;
}

.customer-review-inner-sec .customer-review-col .customer-review-client-img img {
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.customer-review-inner-sec .customer-review-col {
    background-color: background-color: #f5f5f5;
    border-top-left-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.user-verify-col {
    background-color: #181b1d;
    display: flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 50px;
    gap: 6px;
}

.image-and-verify-buyer-col {
    display: flex;
    align-items: center;
        gap: 6px;
}

.user-verify-col p {
    color: white;
    font-size: 10px;
    margin: 0;
}

.image-and-verify-buyer-col img {
    width: 14px !important;
}

.image-and-verify-buyer-col h3 {
    color: white;
    font-size: 10px;
    font-weight: 700;
    margin:0;
}

.rating-and-verify-col .star-col img {
    width: 100%;
    max-width: 65px;
}

.rating-and-verify-col {
    display: flex;
    gap: 9px;
    padding: 20px 20px 8px 20px;
    align-items:center;
}

.client-review-description p {
    font-size: 13px;
    color: #181b1d;
    margin: 0;
}
.client-review-description {
    padding: 0 20px;
}

.review-product-image-and-content-col {
    display: flex;
    align-items: center;
    border: 1px solid #c8ced2;
    background-color: #fbfbfb !important;
    gap: 15px;
    padding: 6px 10px;
    border-radius: 8px;
    margin: 10px 20px 15px 20px;
}

.review-product-image-and-content-col .review-product-img-col img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.review-product-main-heading h2 {
    font-size: 12px;
    font-weight: 700;
    color: #181b1d;
    margin: 0;
}

.review-product-price-and-cutting-price-col h3 {
    font-size: 12px;
    color: #17222e;
    font-weight: 700;
    margin: 5px 0 0 0;
}

.review-product-price-and-cutting-price-col h3 span {
    text-decoration: line-through;
    font-size: 10px;
    margin-left: 2px;
    color: #888;
    font-weight: 600;
    opacity: .85;
}

.purchase-date-and-img-col h6 {
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}

.purchase-date-and-img-col {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

.customer-review-col {
    border: 1px solid #e0e0e0;
}

.purchase-date-and-img-col img {
    width: 10px !important;
}

.Customer-Review-Custom-Sec-main .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 2em;
        gap: 14px;
}

.Customer-Review-Custom-Sec-main .owl-nav button {
    border: 1px solid #c8ced2 !important;
    height: 30px;
    width: 30px;
    background-color: white;
    border-radius: 12px;
}

.Customer-Review-Custom-Sec-main .owl-nav button span {
    font-size: 34px;
    line-height: 27px;
}

.Customer-Review-Custom-Sec-main .owl-nav button.owl-next {
    background-color: #17222e !important;
}


.Customer-Review-Custom-Sec-main .owl-nav button.owl-next span{
    color: white;
}

.design-to-support-head h2 {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    color: white;
    text-align: center;
}

.Designed-To-Support-Sec-main {
    background-color: #182a3f;
    padding: 2em 0;
}

.Designed-To-Support-inner-sec .Designed-To-Support-col h2 {
    font-size: 16px;
    color: #181b1d;
    margin:0;
}

.Designed-To-Support-inner-sec .Designed-To-Support-col {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
}

.Designed-To-Support-inner-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 0px;
}

.Designed-To-Support-wrapper {
  overflow: hidden;
  width: 100%;
}

.Designed-To-Support-inner-sec {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.Designed-To-Support-col {
  flex: 0 0 auto;
  margin-right: 25px; 
  text-align: center;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.Money-Back-Gurenty-Sec-main {
    background-color: #fcfeff;
    padding: 2em 0;
}

.Money-Back-Gurenty-inner-Sec {
    padding: 30px 30px 20px 30px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(242, 247, 249, 1), rgba(255, 255, 255, 1) 47%, rgba(253, 255, 255, 1) 100%);
    border: 2px solid #b4e1ed;
    border-radius: 13px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.Money-Back-Gurenty-inner-Sec img {
    width: 50px;
}

.Money-Back-Gurenty-inner-Sec h2 {
    font-size: 26px;
    margin: 0;
    font-weight: 700;
}

.Money-Back-Gurenty-inner-Sec h2 span {
    background: linear-gradient(329deg, rgba(24, 44, 87, 1) 17.554%, rgba(21, 52, 87, 1) 22%, rgba(166, 213, 227, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    font-size: 26px;
}

.Money-Back-Gurenty-inner-Sec .description p {
    color: #181b1d;
    font-size: 14px;
    padding: 0 15em;
    margin-bottom:3em;
}

.Money-Back-Gurenty-inner-Sec a {
    background-color: #17222e;
    padding: 1em 12em;
    margin-top: 1em !important;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 8px;
}

.Money-Back-Gurenty-inner-Sec a:hover {
    background-color: black;
}

.money-back-footer-sec {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    gap: 10px;
    align-items: center;
}
.money-back-footer-col img {
    width: 100%;
    max-width: 15px;
}

.money-back-footer-col h3 {
    font-size: 16px;
    margin: 0;
}

.money-back-footer-col {
    display: flex;
    justify-content: center;
    align-items: center;
        gap: 5px;
}

.faq-custom-liquid {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 3em;
}

.faq-custom-liquid h2.collapsible-content__heading {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Poppins';
}
.product__title h1 {
    font-weight: 700;
}

@media screen and (max-width:767px){

.Ugly-Nails-Sec-inner {
    flex-direction: column-reverse;
}
.Ugly-Nails-img-col img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.Ugly-Nails-img-col {
    width: 100%;
}

.Ugly-Nails-content-col {
    width: 100%;
}
.Ugly-Nails-content-col h2 {
    margin-right: 0em;
}


.Ugly-Nails-content-col h2 {
    font-size: 28px;
}

.Your-Path-to-Clear-header-Sec h2 {
    font-size: 28px;
    
}

.Your-Path-to-Clear-bottom-Sec {
    width: 100%;
}
.Result-to-expect-Img-inner {
    width: 100%;
}
.Result-to-expect-Img-inner img {
    height: 400px;
    width: 100%;
}
.Real-Results-Backed-Sec-header-content h2 {
    font-size: 32px;
    margin-bottom: 13px;
}
.Real-Results-Backed-Sec-bottom-col {
    width: 100%;
}

.Real-Results-Backed-Sec-bottom-content h2 {
    font-weight: 700;
    display: block;
    width: 35%;
    font-size: 26px !important;
}
.Based-on-internal-sec {
    width: 100%;
}

.Based-on-internal-sec .description p {
    font-size: 12px;
}
.header-rating-description p {
     font-size: 11px;
}
.customer-review-inner-sec { 
    width: 100%;
}
.design-to-support-head h2 {
    font-size: 20px;
}
.Designed-To-Support-inner-sec .Designed-To-Support-col h2 {
    font-size: 12px;
}

.Money-Back-Gurenty-inner-Sec {
    width: 100% !important;
   
}

.Money-Back-Gurenty-inner-Sec .description p {
    
    padding: 0 !important;
    
}
.Money-Back-Gurenty-inner-Sec a {
    padding: 1em 5em !important
   
}
.money-back-footer-col h3 {
    font-size: 14px;
}

.faq-custom-liquid {
    width: 90%;
}


}

@media screen and (max-width:992px) and (min-width:767px){

.Ugly-Nails-content-col h2 {
    margin-right: 0em;
}

.Ugly-Nails-img-col img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.Your-Path-to-Clear-bottom-Sec {
    width: 100%;

}
.Based-on-internal-sec {
    width: 100%;
}
.Real-Results-Backed-Sec-bottom-col {

    width: 100%;
   
}
.customer-review-inner-sec { 
    width: 100%;
}
.customer-review-inner-sec .customer-review-col .customer-review-client-img img {
    height: 490px;
    object-fit: cover;
    width: 100%;
}
.review-product-image-and-content-col {

    width: 60%;
}

.Customer-Review-Custom-Sec-main .owl-nav {
    display: flex !important;
}
.Money-Back-Gurenty-inner-Sec {
    width: 100%;
}

.faq-custom-liquid {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 3em;
}
.Result-to-expect-Img-inner img {
    height: 732px;
    width: 100%;
}
.Result-to-expect-Img-inner {
    width: 100%;
    
}

.Based-on-internal-sec {
    width: 80%;
}

.Real-Results-Backed-Sec-bottom-col {
    width: 80%;
}

}

@media screen and (max-width:375px){


.Real-Results-Backed-Sec-bottom-content h2 {
    font-size: 26px;
}
.Money-Back-Gurenty-inner-Sec a {
    padding: 1em 4em !important;
}

.money-back-footer-col h3 {
    font-size: 10px;
}
.Money-Back-Gurenty-inner-Sec h2 span {
   
    font-size: 36px;
   
}
.Money-Back-Gurenty-inner-Sec h2 {
    font-size: 36px;
}

.header-rating-description p {
    font-size: 8px;
}


}