/** Shopify CDN: Minification failed

Line 25:0 Unexpected "}"

**/


/* 2. Arrow Icon SVG / Text Fix */
.swiper-button-prev img,
.swiper-button-next img,
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1)) !important;
}

/* Swiper Default Font Icon Support (if image is not used) */
/* .swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #138808 !important; /* India Green Color */
} */
ul.pagination__list.list-unstyled li .pagination__item--current, ul.pagination__list.list-unstyled li .pagination__item:hover {
    background: var(--gradient-base-background-3);
    color: #000!important;
}
.card-wrapper {
    border: 1px solid rgba(255, 153, 51, 0.2) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04) !important;
    border-radius: 18px 18px 18px 18px;
}
slideshow-component .swiper-button-next, slideshow-component .swiper-button-prev {
    transform: translateY(0) !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    transform: scale(1) !important;
}
.article-template h2 {
    color: #4B4B4B;
}
/* =========================
   MAIN CONTAINER
========================= */
body#baby-face-cream-perfect-for-dry-skin-kidbasics .page-width.section-template--26054800572709__custom_liquid_VzhktQ-padding.isolate {
    display: none;
}
s.price-item.price-item--regular {
    font-weight: 500;
}

/* Second Slide*/
.compare1a {
    margin-bottom: 40px;
}
.compare1a #product1c {
    background: #70b535;
    border-radius: 100px;
    padding: 10px;
    border: 3px solid #fff;
    width: 80px;
    height: 80px;
}
.compare1a .product1c img {
    width: 53px;
    pointer-events: none;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.4));
}
.compare1a .slide-hint1{
    position:absolute;
    top:50%;
    left:80%;
}
.compare1a .slider1c {
    left: 49%;
}

.compare1a .after1 {
    width: 49%;
}

.compare1a .product1c {
    left: 49%;
}
/* END Second Slide*/

.compare1-container1 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 675px;
    margin: auto;
    overflow: hidden;
    border-radius: 20px;
}

.compare1-container1 div:empty{
display: block;
}

.compare1-container1 ::selection {
  background:transparent;
}

/* =========================
   BEFORE IMAGE
========================= */

.before1{
    position:absolute;
    inset:0;
}

.before1 img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* =========================
   AFTER IMAGE
========================= */

.after1{
    position:absolute;
    inset:0;
    width:32%;
    overflow:hidden;
}

.after1 img{
	width: 1200px;
    height: 100%;
    object-fit:cover ;
    max-width:1200px;
}

/* =========================
   DIVIDER
========================= */

.slider1c{
    position:absolute;
    top:0;
    left:32%;
    width:2px;
    height:100%;
    background:#fff!important;
    z-index:30;
    cursor:ew-resize;
}

/* Active glowing line */
.slider1c::before1{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    width:8px;
    height:100%;
    background:rgba(255,255,255,0.15);
    filter:blur(4px);
}

/* =========================
   PRODUCT
========================= */

.product1c{
    position:absolute;
    top:45%;
    left:32%;
    transform:translate(-50%,-50%);
    z-index:40;
    cursor:pointer;
}

.product1c img {
    width: 80px;
    max-width: 80px;
    pointer-events: none;
}

/* =========================
   SLIDE HINT
========================= */

.slide-hint1{
    position:absolute;
    top:50%;
    left:58%;
    transform:translate(-50%,-50%);
    display:flex;
    align-items:center;
    gap:12px;
    z-index:50;
    color:#fff;
    font-size:18px;
    font-weight:600;
    pointer-events:none;
    text-shadow:0 2px 8px rgba(0,0,0,0.4);
    transition:opacity .4s ease;
}

.slide-hint1.hide{
    opacity:0;
}

.arrow-wrap1{
    display:flex;
    align-items:center;
    gap:4px;
}

.arrow-wrap1 span{
    width:12px;
    height:12px;
    border-top:3px solid #fff;
    border-right:3px solid #fff;
    transform:rotate(45deg);
    animation:arrowMove 1.2s infinite;
    opacity:0;
}

.arrow-wrap1 span:nth-child(2){
    animation-delay:0.2s;
}

@keyframes arrowMove{

    0%{
        opacity:0;
        transform:translateX(-10px) rotate(45deg);
    }

    50%{
        opacity:1;
    }

    100%{
        opacity:0;
        transform:translateX(10px) rotate(45deg);
    }
}

/* =========================
   DAYS BAR
========================= */

.days-wrapper{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index:60;
    background:rgba(0,0,0,0.45);
    backdrop-filter:blur(8px);
}

.days-line{
    position:absolute;
    top:0;
    left:0;
    width:34%;
    height:4px;
    background:#ff9800;
    transition:.15s linear;
    box-shadow:0 0 10px rgba(255,152,0,.8);
}

.days{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:5px 40px;
    position:relative;
}

.day {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    transition: .25s ease;
    opacity: .5;
    text-transform: uppercase;
}

.day.active{
    color:#ff9800;
    opacity:1;
    transform:scale(1.05);
}

/* =========================
   MOBILE
========================= */

@media(max-width:950px){

    .after1 img {
    width: 740px;
    max-width: 1200px;
}

    .compare1-container1{
        height:430px;
    }

    .product1c img{
        width:60px;
    }

    .slide-hint1{
        font-size:14px;
        left:62%;
    }

    .day{
        font-size:22px;
    }

    .days{
        padding:5px 20px;
    }
}
@media(max-width:810px){
    .compare1-container1 {
        height: 414px;
    }
    .after1 img {
        width:800px;
    }
    .footer-block.grid__item h2.footer-block__heading:after, .footer-block.grid__item h2.footer-block__heading:before {
        display: none;
    }
    ul.footer-block__details-content.footer_menu.list-unstyled, .footer-block.footer--address {
        display: block!important;
    }
}

@media (max-width:750px) {
    .compare1-container1 {
        height: 417px;
    }
       .after1 img {
        width: 740px;
    }
    .slide-hint1 {
        font-size: 13px;
        left: 58%;
        line-height: 17px;
        text-align: left;
    }
}
@media (max-width:650px) {
    .after1 img{
        width:650px;
        
    }
    .day {
        font-size: 14px;
    }
        .compare1-container1 {
        height: 362px;
    }
      .compare1a {
    margin-bottom: 20px;
    margin-top: 20px;
}
}
@media (max-width:550px) {
    .compare1-container1 {
        height:320px;
        }
    .after1 img{
        width:550px;
       
    }
     .product1c img {
        width: 30px;
    }
    .compare1a #product1c {
    width: 50px;
    height: 50px;
    padding: 5px 5px;
}
.compare1a .product1c img {
    width: 37px;
}
}
@media (max-width:450px) {
   .compare1-container1 {
        height: 215px;
    }
    .after1 img{
        width:384px;
     
    }
}

@media (max-width:420px) {
    .compare1a {
    margin-bottom: 20px;
    margin-top: 20px;
}
        .compare1-container1 {
        height: 215px;
    }
    .after1 img{
        width:384px;
     
    }
   
}
@media (max-width:375px) {
    .compare1-container1 {
        height:190px;
    }
    .after1 img{
        width:345px;
    }
}

h1.collection-title.newtitle {
    display: none;
}
.blog-logo-grid {
    display: grid;
    /* This creates responsive columns that are at least 150px wide but flexible */
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem; /* Adds space between grid items */
    padding: 1rem;
}
.blog-logo-grid .logo-item {
    /* Optional: add a background or border to the item container */
    background-color: #f0f0f0; 
    display: flex; /* Use flexbox to easily center the image within its div */
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    /* Optional: force a consistent height for a uniform look */
    height: 100px; 
}
.blog-logo-grid .logo-item img {
    /* Ensures the image is responsive and fits within the container without stretching */
    max-width: 100%; 
    max-height: 100%;
    object-fit: contain; /* Ensures aspect ratio is maintained and the whole image is visible */
    display: block;
    border: none!important;
}
.facets__display {
    border: none!important;
    box-shadow: 0 2px 7px #efefef!important;
}
.price {
    font-size: 20px!important;
    font-weight: 500;
    color: #464646 !important;
}
.offers2 .offer {
    display: none;
}
.offers2 .container.faq.offers,
.rs-video.whatsapp-fixed,
section#shopify-section-template--25128730296613__custom_liquid_FgE9q3,
section#shopify-section-template--25128730296613__apps_FPmmAg {
    display: block;
}
.offers2 {
    border-top: 0px solid #d2d5d9;
    padding-top: 7px;
    padding-bottom: 7px;
}
#shopify-section-template--26054799917349__2b86bdc1-0e4a-4e99-b29a-a7a0db77aa4f .multicolumn .title {
    margin: 0 auto;
    max-width: 55rem!important;
}
.offers.faq details[open] summary:after, .offers.faq summary:after {
    font-size: 30px!important;
    position: absolute;
    left: 0!important;
    top: -11px!important;
    margin-left: 175px!important;
}
.faq details[open] summary:after, .faq summary:after {
    font-size: 30px!important;
}
.rs-video.whatsapp-fixed {
    display: none!important;
}
.offers1 .offer {
    display: none;
}
.section-template--26054800572709__custom_liquid_iWKRME .container.faq {
    width: 100%;
    clear: both;
    float: none;
    display: inline-block;
}
.section-template--26054800572709__custom_liquid_iWKRME .faq details {
    color: #333;
    width: 48%;
    float: left;
    margin: 3px 10px;
}
.section-template--26054800572709__custom_liquid_iWKRME .product-recommendations .card__badge.bottom-left {
    top: -51% !important;
    position: absolute;
    width: 100%;
}
.section-template--26054800572709__custom_liquid_iWKRME .faq details[open] summary:after, .faq summary:after {
    top: -14px;
}
.blog-articles .card-wrapper .card__inner {
    height: 511px !important;
}
.blog-articles .card-wrapper .card__inner {
    height: 514px;
}
.blog-demo-8 .card__media .media img,
.main-blog .article-card__image img.article__image {
    height: 500px;
}
.blog-articles .card-wrapper .card__inner {
    height: 500px;
}
.card__media .media img {
    object-fit: cover !important;
}
.media model-viewer,
.media > :not(.zoom):not(.deferred-media__poster-button) {
    height: inherit !important;
}
.falling-snow.style1:before {
    background-image: url(/cdn/shop/files/snowballs-sm.webp?v=17663930591), url(/cdn/shop/files/snowballs-lg.webp?v=1766393059), url(/cdn/shop/files/snowballs-md.webp?v=1766393059);
    -ms-animation: falling-down-snow 10s linear infinite;
    animation: falling-down-snow 10s linear infinite;
}
.falling-snow {
    position: relative;
}
.falling-snow.style1:before {
    content: "";
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 10001;
    pointer-events: none;
}
@keyframes falling-down-snow {
    0% {
        background-position: 0 0,0 0,0 0;
    }
    100% {
        background-position:0 700px,0 500px,0 300px;
    }
}
/* UNUSED BLOCK REMOVAL - SAFE */
.unused,
.hidden-desktop,
.hidden-mobile,
.old-style,
#demo-banner,
#sample-section {
    display: none !important;
}
.fadeIn,
.fadeInUp,
.fadeInLeft,
.slideInUp,
.slideInLeft,
.zoomIn {
    animation: none !important;
}
#shopify-section-template--25128730951973__product-recommendations .card__badge.bottom-left {
    top: -54% !important;
}
.enquiry-modal {
    display: none;
}
/* MAIN WRAPPER */
.kc-product-slider {
    max-width: 650px;
    margin: 0 auto;
}
/* MAIN SLIDER */
.kc-main-slider {
    position: relative;
}
.kc-main-slider img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
/* ARROWS ON MAIN IMAGE */
.kc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 17px;
    line-height: 26px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    color: #b7b7b7;
}
button.kc-arrow.main-next,
button.kc-arrow.main-prev,
button.kc-thumb-arrow.thumb-prev,
button.kc-thumb-arrow.thumb-next {
    min-height: auto !important;
}
.main-prev {
    left: 10px;
}
.main-next {
    right: 10px;
}
/* THUMBNAIL WRAPPER */
.kc-thumb-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}
/* THUMB ARROWS */
.kc-thumb-arrow {
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    color: #b7b7b7;
}
.kc-thumb-slider {
    width: 100%;
}
.kc-thumb-slider img {
    width: 100%;
    border-radius: 6px;
    opacity: 0.65;
    transition: 0.2s ease;
    border: 1px solid transparent;
}
/* Active Thumbnail */
.kc-thumb-slider .swiper-slide-thumb-active img {
    opacity: 1;
    border-color: #e8f5dd;
}
.offers1 .container.faq.offers,
.rs-video.whatsapp-fixed,
section#shopify-section-template--25128730296613__custom_liquid_FgE9q3,
section#shopify-section-template--25128730296613__apps_FPmmAg {
    display: block;
}
#shopify-section-suggested-products {
    display: block;
}
@media only screen and (min-width:950px) {
    .marketplace_logo ul {
        transform: translate3d(150px, 0px, 0px)!important;
    }
}
@media only screen and (max-width: 1440px) {
    .blog-articles .card-wrapper .card__inner {
        height: 519px !important;
    }
}
@media only screen and (max-width: 1280px) {
    .blog-articles .card-wrapper .card__inner {
        height: 490px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .blog-articles .card-wrapper .card__inner {
        height: 341px !important;
    }
}
@media only screen and (max-width: 912px) {
    .blog-articles .card-wrapper .card__inner {
        height: 276px !important;
    }
}
@media only screen and (max-width: 853px) {
    .blog-articles .card-wrapper .card__inner {
        height: 232px !important;
    }
}
@media only screen and (max-width: 820px) {
    .blog-articles .card-wrapper .card__inner {
        height: 222px !important;
    }
}
@media only screen and (max-width: 800px) {
    .blog-articles .card-wrapper .card__inner {
        height: 210px !important;
    }
}
@media only screen and (max-width: 768px) {
    .blog-articles .card-wrapper .card__inner {
        height: 191px !important;
    }
    .section-template--26054800572709__custom_liquid_iWKRME .faq details {
        width: 100%;
    }
    .section-template--26054800572709__custom_liquid_iWKRME .faq summary:after {
        font-size: 35px;
        right: 6px;
        top: 0px;
    }
    .section-template--26054800572709__custom_liquid_iWKRME .container.faq {
        margin-left: -23px;
    }
    div#Slide-template--26054799917349__featured_collection_bgCKdH-9 {
    margin: 0 auto;
}
.price__container {
    height: 40px;
}
}
@media only screen and (max-width: 712px) {
    .blog-articles .card-wrapper .card__inner {
        height: 398px !important;
    }
}
@media only screen and (max-width: 640px) {
    .blog-articles .card-wrapper .card__inner {
        height: 356px !important;
    }
}
@media only screen and (max-width: 600px) {
    .slideshow__text.banner__box.content-container.content-container--full-width-mobile.color-background-1.gradient.slideshow__text--center.slideshow__text-mobile--center {
    display: none;
}

        .grid--2-col-tablet-down .grid__item {
        margin: 0 auto;
    }
    div#product-grid {
    border-radius: 10px;
    box-shadow: 0px 2px 7px #efefef;
}
    .price {
    font-size: 15px !important;
}
    .grid__item h3.card__heading.h5 {
    font-size: 14px!important;
}
/* .card__badge.bottom-left .badge {
    bottom: -9px!important;
    left: 12px!important;
} */
.grid__item .card-wrapper {
    padding-top: 20px!important;
    /* border: 1px solid #000!important; */
}
.grid__item .card-wrapper .card__inner {
    overflow: visible;
}

    #about-us-kidbasics .banner__box {
        word-wrap: normal!important;
    }
    .h0, .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
        word-break: normal;
    }
    .kc-arrow, .kc-thumb-arrow {
        font-size: 12px;
    }
    .page-width.section-template--25128730820901__support_block_FYmtAT-padding.isolate h2.title.h2 {
        padding-bottom: 0 !important;
    }
    .page-width.section-template--25128730820901__support_block_FYmtAT-padding.isolate .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.content-align--center {
        margin: 0 !important;
    }
    .offers1 .container.faq.offers {
        display: block;
        margin-top: -29px;
    }
    section#shopify-section-template--25128730296613__custom_liquid_p9GeAm {
        margin-top: 2px;
    }
    .offers1 .offer {
        display: none;
    }
    .offers1 .faq summary {
        padding: 0em 0;
        justify-content: space-between;
        font-weight: 500;
        font-size: 18px;
        background: none;
        margin-bottom: 0;
        box-shadow: none;
    }
    .offers2 {
        padding-top: 0!important;
    }
    .offers2 .container.faq.offers {
        display: block;
    }
    .offers2 .offer {
        display: none;
    }
    .offers2 .faq summary {
        padding: 0em 0;
        justify-content: space-between;
        font-weight: 500;
        font-size: 18px;
        background: none;
        margin-bottom: 0;
        box-shadow: none;
    }
    section#shopify-section-template--25128730296613__apps_FPmmAg,
    section#shopify-section-template--25128730296613__custom_liquid_FgE9q3 {
        display: block;
    }
    div#Slider-template--25128730296613__slideshow_Hk3qNT,
    section#shopify-section-template--25128730296613__custom_liquid_PRwDP9,
    section#shopify-section-template--25128730296613__custom_liquid_wgEFnb,
    section#shopify-section-template--25128730296613__17640576302cd2793d {
        display: none;
    }
    .section-template--25128730296613__featured_collection_bgCKdH-padding .title-wrapper-with-link {
        margin: 0rem 0 2rem;
    }
    div#Slide-template--25128730296613__slideshow_NTXg9M-1 {
        margin-bottom: 20px;
    }
    #Slider-template--25128730296613__featured_collection_bgCKdH .grid__item {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 15px;
    }
    .title-wrapper-with-link {
        margin: 2rem 0 0rem !important;
    }
    .title-wrapper-with-link.title-wrapper--self-padded-mobile.title-wrapper--no-top-margin.content-align--center {
        margin-bottom: 20px !important;
    }
    .collection .card__media .media, .product-recommendations .card__media .media {
        border: 0px !important;
    }
    .title-wrapper--no-top-margin > .title, h6.sub-heading {
        margin-bottom: 0rem;
    }
    .support-block.promise.color-background-1.gradient.background-none h2 {
        padding-bottom: 0px !important;
    }
    div#shopify-section-suggested-products,
    section#shopify-section-template--26054799917349__custom_liquid_PRwDP9,
    section#shopify-section-template--26054799917349__slideshow_Hk3qNT {
        display: none;
    }
    .blog-articles .card-wrapper .card__inner {
        height: 332px !important;
    }
}
@media only screen and (max-width: 1400px) {
    .kb-balloon-trigger {
        max-width: 200px;
    }
}
@media only screen and (max-width: 540px) {
    .blog-articles .card-wrapper .card__inner {
        height: 297px !important;
    }
}
@media only screen and (max-width: 480px) {
    .blog-articles .card-wrapper .card__inner {
        height: 262px !important;
    }
}
@media only screen and (max-width: 430px) {
    .blog-articles .card-wrapper .card__inner {
        height: 233px !important;
    }
}
@media only screen and (max-width: 425px) {
    .blog-articles .card-wrapper .card__inner {
        height: 230px !important;
    }
}
@media only screen and (max-width: 414px) {
    .blog-articles .card-wrapper .card__inner {
        height: 224px !important;
    }
}
@media only screen and (max-width: 412px) {
    .blog-articles .card-wrapper .card__inner {
        height: 223px !important;
    }
}
@media only screen and (max-width: 393px) {
    .blog-articles .card-wrapper .card__inner {
        height: 212px !important;
    }
}
@media only screen and (max-width: 390px) {
    .blog-articles .card-wrapper .card__inner {
        height: 210px !important;
    }
}
@media only screen and (max-width: 384px) {
    .blog-articles .card-wrapper .card__inner {
        height: 207px !important;
    }
}
@media only screen and (max-width: 375px) {
    .blog-articles .card-wrapper .card__inner {
        height: 201px !important;
    }
}
@media only screen and (max-width: 360px) {
    .blog-articles .card-wrapper .card__inner {
        height: 192px !important;
    }
}
@media only screen and (max-width: 353px) {
    .blog-articles .card-wrapper .card__inner {
        height: 188px !important;
    }
}
@media only screen and (max-width: 344px) {
    .blog-articles .card-wrapper .card__inner {
        height: 183px !important;
    }
}
@media only screen and (max-width: 320px) {
    .blog-articles .card-wrapper .card__inner {
        height: 169px !important;
    }
}
@media only screen and (max-width: 240px) {
    .blog-articles .card-wrapper .card__inner {
        height: 123px !important;
    }
}
section#shopify-section-template--25128730296613__17640576302cd2793d {
    margin-bottom: 30px;
}
.shopify-policy__container {
    max-width: 560px;
    max-width: 134rem;
    margin: 0 auto;
    padding-left: 4rem;
    padding-right: 4rem;
}
.marqueenew {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -8px;
}
.tracknew {
    display: inline-block;
    animation: scroll 60s linear infinite;
    font-size: 14px;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.rs-video .animate-border .video-vemo-icon:after,
.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 180px;
    height: 180px;
    opacity: 0;
}
.line-up, .sm-red-dot {
    animation-fill-mode: forwards;
}
.rte p, body {
    font-family: var(--font-body-family);
}
#shopify-section-template--24182565142821__1742802835a71c6e66,
.support-block.promise.color-background-1.gradient.background-none h2 {
    padding-bottom: 20px;
}
.description_text summary,
.faq summary {
    list-style: none;
    transition: height 1s;
    display: flex;
}
body#baby-scalp-care-duo .product__info-container p.product__text,
body#bathtime-buddy-duo .product__info-container p.product__text,
body#gentle-care-essentials .product__info-container p.product__text,
body#kidbasics-travel-pack .product__info-container p.product__text,
body#massage-and-care-combo .product__info-container p.product__text,
body#rub-a-dub-club .product__info-container p.product__text,
body#the-baby-basics-box .product__info-container p.product__text,
body#tiny-spa-day .product__info-container p.product__text,
body#tummy-amp-trouble-fix .product__info-container p.product__text {
    line-height: 0;
    margin-top: 20px !important;
}
body#baby-scalp-care-duo .product__info-container .product__title h1,
body#bathtime-buddy-duo .product__info-container .product__title h1,
body#gentle-care-essentials .product__info-container .product__title h1,
body#kidbasics-travel-pack .product__info-container .product__title h1,
body#massage-and-care-combo .product__info-container .product__title h1,
body#rub-a-dub-club .product__info-container .product__title h1,
body#the-baby-basics-box .product__info-container .product__title h1,
body#tiny-spa-day .product__info-container .product__title h1,
body#tummy-amp-trouble-fix .product__info-container .product__title h1 {
    font-size: 35px !important;
}
#hover-message,
.AirReviews-Testimonials__QuoteIcon,
.AirReviews-Text--headingLg.AirReviews-Blocks--Title,
.about-us .image-svg_block,
.collection-hero.collection-hero--with-image.color-background-1.gradient,
.footer-block.grid__item.footer_address.left svg.placeholder_svg,
.layout-contact-left,
.layout-contact-right,
.main-product_info button.slider-button.slider-button--next,
.main-product_info button.slider-button.slider-button--prev,
.section-template--25128730362149__before_after_images_ajhL9q .layout-contact-left,
.section-template--25128730362149__before_after_images_ajhL9q .layout-contact-right,
.sub-menu-block,
.testimonial-image.content-left,
section#shopify-section-template--24182565142821__before_after_images_w7mfcD .layout-contact-left,
section#shopify-section-template--24182565142821__before_after_images_w7mfcD .layout-contact-right {
    display: none;
}
#pharmaceuticals .newheader,
#pharmaceuticals-product .newheader,
.whatsapp-fixed:hover #hover-message,
li.\31 .text-menu.top-level-link.dt-sc-child.menu-item-has-children:hover .sub-menu-block {
    display: block;
}
.product .price .badge,
.product-form__input input[type="radio"] + label {
    border-radius: 5px !important;
}
.product .price .badge,
.product .price--sold-out .price__badge-sold-out {
    padding: 3px 9px !important;
    top: 2px !important;
}
.price.price--large.price--on-sale.price--show-badge.product-price-current {
    margin-bottom: 15px;
}
.color-background-1.isolate.gradient h2 {
    padding-bottom: 10px;
}
.customer-who-purchased .product-data p span.timing {
    color: #494a4a !important;
}
aside#main-collection-filters {
    position: absolute !important;
    float: left !important;
    padding-bottom: 0;
    margin-bottom: 0;
}
body {
    overflow-y: scroll !important;
    min-height: 100%;
    margin: 0;
    font-size: 1.5rem !important;
    letter-spacing: 0.02rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}
details-modal.header__search.search-mob,
div#shopify-section-newsletter-modal {
    display: none !important;
}
.cart-items .caption-with-letter-spacing {
    font-size: 1.5rem;
}
.cart-items .cart-item__name {
    font-size: 12px !important;
}
.cart-items .product-option {
    font-size: 2rem;
}
.customer button, .product__info-wrapper .button, .shopify-challenge__button {
    background-color: #e6576a;
}
.header {
    border-bottom: 1px solid #eff1ed;
}
.product__info-container .product-form__buttons {
    gap: 0 !important;
    max-width: 66rem !important;
}
.shiprocket-headless {
    margin-top: 15px;
}
.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events .card__badge.bottom-left .badge {
    bottom: 20px;
    left: 10px;
}
body#news
    .blog-articles
    .blog-articles__article.article
    .card__inner.color-background-1.gradient.ratio
    .card__media
    .media
    img {
    object-position: center center;
    width: 100%;
}
.blog-articles .card-wrapper .card__inner {
    border-radius: 10px !important;
}
.blog-articles .card .card__inner .card__media .article-card__image a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0000, #000000bf);
    z-index: 1;
    opacity: 0;
    transition: var(--duration-default) linear all;
    display: none;
}
.about-us .image-with-text__content {
    padding: 1rem calc(0rem / var(--font-body-scale)) 1rem;
}
.about-us-2 .image-with-text__text-item.grid__item {
    padding: 0 2.5rem 0 0;
    display: flex;
}
.about-us .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
}
.box1d,
.btn-whatsapp,
.page-width.section-template--22753900200229__custom_liquid_PRwDP9-padding.isolate,
.pickup .hr hr,
.promise .support-block-list__item,
.text_pickup {
    text-align: center;
}
.article-template__content strong {
    font-size: inherit !important;
    line-height: normal !important;
}
article.article-template {
    padding-top: 50px;
    padding-bottom: 20px;
}
div#Banner-template--22753900265765__image_banner_8UimQW .banner__content.banner__content--middle-center {
    align-items: center;
    justify-content: flex-start;
}
a#to-top.dt-sc-to-top.show {
    transform: translateY(-10px);
    opacity: 1;
}
.whatsapp-fixed {
    position: fixed;
    bottom: 109px;
    left: auto;
    z-index: 9;
    float: left;
    right: 14px;
}
.btn-whatsapp {
    background-color: #30bf39;
    color: #fff;
    border-radius: 100%;
    transition: background-color 0.5s;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px;
    position: relative !important;
    display: block;
    transform: none !important;
    z-index: 9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
.dt-sc-to-top > div.arrow,
.sm-red-dot {
    display: block !important;
}
.btn-whatsapp:hover {
    background-color: #53ca5b;
}
.whatsapp-fixed a.video-vemo-icon.btn-whatsapp svg {
    font-size: 32px;
    color: #fff;
}
.rs-video .animate-border .video-vemo-icon:before {
    border: 2px solid #fff;
    position: absolute;
    display: block;
    border-radius: 50%;
    animation: 3.25s linear 4s infinite zoomBig;
    -webkit-animation-delay: 4s;
}
.rs-video .animate-border .video-vemo-icon:after {
    border: 2px solid #fff;
    position: absolute;
    display: block;
    border-radius: 50%;
    animation: 3.25s linear 3s infinite zoomBig;
    -webkit-animation-delay: 3s;
}
.btn-whatsapp:after,
.btn-whatsapp:before {
    border: 2px solid #30bf39 !important;
    width: 130px !important;
    height: 130px !important;
}
.sm-red-dot {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: #bb0003;
    transform: scale(0);
    border-radius: 50%;
    animation-name: notificationPoint;
    animation-duration: 0.3s;
    animation-delay: 3s;
}
.line-up {
    opacity: 0;
    animation-name: anim-lineUp;
    animation-duration: 0.75s;
    animation-delay: 5s;
}
@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: 0.5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}
@keyframes sm-shake-animation {
    0%, 100%, 25%, 75% {
        transform: rotate(0) scale(1) skew(0.017rad);
    }
    35%, 55% {
        transform: rotate(-0.3rad) scale(1) skew(0.017rad);
    }
    45%, 65% {
        transform: rotate(0.3rad) scale(1) skew(0.017rad);
    }
}
@keyframes notificationPoint {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes anim-lineUp {
    from {
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.accordion__content {
    padding: 2rem !important;
}
.accordion__title {
    font-size: 1.7rem !important;
    font-weight: 500 !important;
}
.accordion summary {
    padding: 15px 20px !important;
}
.testimonials .swiper-slide-active .testimonial-content blockquote cite {
    animation: none !important;
}
a#to-top.dt-sc-to-top svg {
    width: 40px;
    height: 44px;
    background: #70b535;
    border-radius: 100%;
    padding: 9px;
}
.dt-sc-to-top:hover > div.arrow {
    transform: translateY(-30%) translateX(-50%) !important;
    opacity: 1 !important;
}
span.exclusive-offer.bor {
    /* border-bottom: 1px solid #d2d5d9; */
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 6px;
    width: 100% !important;
}
.default_banner {
    min-height: 22rem !important;
}
.default_banner .banner__box {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.blink {
    animation: 1s steps(5, start) infinite blink-animation;
    -webkit-animation: 1s steps(5, start) infinite blink-animation;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
.blog.featured-blg :where(.blog-left-img.bot-image) > img,
.blog.featured-blg :where(.blog-left-img.top-image) > img,
.title-wrapper-with-link img {
    opacity: 0.3;
}
.title-wrapper-left-image {
    left: -17%;
    position: absolute;
    display: block;
}
.title-wrapper-right-image {
    right: -17%;
}
.blog-left-img.bot-image {
    margin-left: -67%;
}
p.testimonial-author-cumment {
    padding: 0 !important;
    display: block;
    margin: 0;
    line-height: 24px;
}
.mySlides {
    display: none;
    padding: 10px 40px 20px;
    border: 1px solid #d2d5d9;
    border-radius: 10px;
}
.AirReviews-Widget__V2.desktop.AirReviews-Blocks__1Col,
.pickup {
    padding-top: 0 !important;
}
.w3-display-container,
.w3-tooltip {
    position: relative;
}
.w3-black,
.w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
p.testimonial-author-name {
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
}
.w3-button {
    color: #fff !important;
    background-color: #70b535 !important;
    border: none;
    cursor: pointer;
}
.w3-display-left {
    border: none;
    border-radius: 0 5px 5px 0;
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    border-radius: 5px 0 0 5px;
}
span.testimonial-star {
    vertical-align: middle;
    padding-right: 15px;
    margin: 0;
    line-height: 20px;
}
div#price-template--24182565142821__main span.badge.price__badge-sale.color-accent-1 {
    background: 0 0 !important;
    font-weight: 600;
    color: rgb(112 181 53) !important;
    padding: 4px 9px;
    border: 1px solid rgb(112 181 53);
}
.main-product-template modal-opener {
    border-radius: 6px;
}
.section-template--22753900200229__custom_liquid_PRwDP9 h2.title.h2 {
    margin: 30px 0 5rem;
}
.AirReviews-StarRate.medium.trustpilot-slim:after {
    content: "" !important;
    border-right: 1px solid #e3e3e3;
    margin-left: 9px;
}
span.AirReviews-StarRate--Count:before {
    content: "Reviews ";
}
section#shopify-section-template--22753900200229__slideshow_LdjchN
    slideshow-component
    .swiper
    .swiper-button-next
    > span,
slideshow-component .swiper .swiper-button-prev > span,
slideshow-component .swiper-button-next,
slideshow-component .swiper-button-prev {
    width: 40px !important;
}
#your-shopping-cart main#MainContent,
section#shopify-section-template--22753900200229__slideshow_LdjchN {
    margin-bottom: 50px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #b7b7b7 !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 15px;
    display: block;
    position: relative;
}
.AirReviews-StarRateProduct .AirReviews-StarRateProduct__Content {
    gap: 0 !important;
}
.about_bg .banner__content.banner__content--middle-center.page-width {
    width: 100%;
    margin: 0;
}
.about_bg .gradient {
    background: 0 0 !important;
}
.marquee_mobile {
    display: none;
    margin-top: -10px;
}
.marquee1 {
    display: black;
    margin-top: -37px;
}
span.abc a {
    margin: 10px 0;
    font-size: 25px;
    font-weight: 700;
}
span.abc {
    display: inline-grid;
}
.card-wrapper:hover .media.media--hover-effect > img:first-child:only-child,
.card:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1.03) !important;
}
.image-with-text .image-with-text__text-item.grid__item .image-with-text__content,
.maqruee-section-wrapper .marquee-section .marquee-wrapper li.marquee-block {
    width: 100% !important;
}
.maqruee-section-wrapper .marquee-inner-wrapper {
    padding: 0 !important;
}
.footer-block.grid__item.footer-block--menu.footer-links,
.product_description1 detail ul,
.resson ul {
    padding-left: 0;
}
.marketplace_logo .brand-logos-card__image-wrapper img {
    width: 120px !important;
    height: 80px !important;
}
.footer-block.grid__item.footer_address.left .contact-phone,
.footer-block.grid__item.footer_address.left .office-hours,
.footer-block.grid__item.footer_address.left li.office-mail {
    font-size: 18px !important;
    margin-bottom: 10px;
}
.brand-logos-list.grid--4-col-desktop,
.brand-logos-list.slider {
    align-items: center;
}
slideshow-component .swiper-button-prev {
    left: 0 !important;
}
slideshow-component .swiper-button-next {
    right: 0 !important;
}
#AccessibleNav.align-center {
    justify-content: right !important;
}
facet-filters-form.facets.facets-vertical-sort {
    margin-bottom: 10px !important;
    display: block !important;
    padding: 15px 0 !important;
}
.facets .disclosure-has-popup[open] > summary + * {
    width: 200px;
    overflow-x: hidden;
}
.facet-filters__field .facets__item .facet-checkbox input[checked="checked"] + span.label {
    color: #70b535 !important;
}
.widget.product-sidebar-type-carousel .card__badge.bottom-left .badge {
    bottom: -7px;
}
.footer-style3 .footer__content-bottom-image > div img {
    bottom: 0 !important;
    margin-left: 60px !important;
    width: 80% !important;
}
.card__badge.bottom-left {
    top: -63% !important;
    position: absolute;
    width: 100%;
}
.product-recommendations .card__badge.bottom-left{
    top: -53% !important;
}
.image-with-text :where(.image-with-text__media) > img {
    -webkit-mask-image: none !important;
    -webkit-mask-position: none !important;
    -webkit-mask-repeat: none !important;
}
.image-with-text__media.image-with-text__media--adapt.gradient.color-background-1.global-media-settings.media img,
.image-with-text__media.image-with-text__media--large.gradient.color-background-1.global-media-settings.media img {
    border-radius: 70px 0;
}
.banner_page h2.banner__heading.h1, .header__icons svg {
    color: #70b535;
}
.reelUp_cards_carousel .reelUp_slider_heading, .rte p, span.AirReviews-Blocks__AuthorName {
    color: #4b4b4b !important;
}
.banner_page .banner__text.subtitle {
    font-size: 20px !important;
}
.multicolumn .multicolumn-list h3 > a {
    padding-bottom: 0 !important;
    text-decoration-line: none !important;
    text-underline-offset: 0em !important;
    font-size: 18px !important;
    text-decoration-color: #9fc1a4 !important;
}
.rte p {
    font-weight: 400 !important;
    font-size: 1.5rem !important;
}
#about h2.banner__heading.h0 span {
    color: #fff;
}
#AirReviews-Testimonials .AirReviews-Testimonials__Layout.AirReviews-Testimonials__Modern {
    align-items: flex-start;
}
#AirReviews-Testimonials
    .AirReviews-Testimonials__Layout.AirReviews-Testimonials__Modern
    .AirReviews-Testimonials__Content {
    text-align: left;
}
#AirReviews-Testimonials .AirReviews-Testimonials__Layout {
    padding: 16px 24px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
#AirReviews-Testimonials .AirReviews-Testimonial__List.AirReviews-Widget__V2.desktop .Avada-ReviewContent__LimitLength {
    font-family: "Open Sans";
    color: #4b4b4b;
    font-size: 15px;
}
#AirReviews-Testimonials .AirReviews-Testimonials__Layout .AirReviews-Testimonials__CustomerName,
.AirReviews-PreviewWrapper__Desktop .AirReviews-Testimonials__Layout .AirReviews-Testimonials__CustomerName,
.AirReviews-PreviewWrapper__Mobile .AirReviews-Testimonials__Layout .AirReviews-Testimonials__CustomerName {
    font-size: 18px;
    color: #4b4b4b;
    font-family: "Open Sans";
    font-weight: 600 !important;
}
div#AirReviews-Testimonials {
    margin-bottom: -14px !important;
    margin-top: -4px !important;
}
.AirReviews-Testimonials__Layout.AirReviews-Testimonials__Modern {
    display: block !important;
}
.AirReviews-StarRate.small {
    float: left;
    margin-right: 10px;
    margin-top: 10px !important;
}
p.AirReviews-Testimonials__CustomerName {
    margin-top: 6px !important;
}
.hidden-background .page-main {
    background-color: #fbfbfb !important;
}
section#shopify-section-template--24182565142821__main div,
section#shopify-section-template--24182565142821__main p,
section#shopify-section-template--24182565142821__main span {
    font-size: 15px;
}
div#price-template--24182565142821__main s.price-item.price-item--regular,
div#price-template--24182565142821__main span.price-item.price-item--sale.price-item--last,
section#shopify-section-template--24182565142821__main span.price-item.price-item--regular {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.footer-style3 .footer__content-bottom-wrapper {
    padding: 1rem 0 !important;
}
legend.form__label {
    float: left;
    min-width: 73px !important;
    font-size: 15px !important;
}
header#header li.text-menu a:hover,
ul.dt-sc-list-inline > li.active a {
    color: #e5576f !important;
}
.footer-block__heading {
    font-size: 17px !important;
}
.cart-item__name,
.footer__copyright small.copyright__content,
.text_pickup {
    font-size: 14px !important;
}
.footer-block__details-content .list-menu__item--link:hover {
    border-bottom: 1px solid #70b535;
}
.modal__close-button.link {
    height: 3.4rem !important;
    width: 3.4rem !important;
}
.search-modal__content .modal__close-button.link {
    min-width: 3.4rem !important;
}
.search-modal__form {
    width: 25rem !important;
    max-width: 100% !important;
}
.search-modal__form .search__button {
    height: calc(3.2rem - var(--inputs-border-width) * 2);
    height: calc(3.2rem - var(--inputs-border-width) * 2);
    width: 3rem;
}
.search-modal__form .field__input {
    font-size: 14px;
    height: 3.6rem;
    min-height: calc(3.6rem + var(--inputs-border-width) * 2);
}
.cart-drawer .cart-item cart-remove-button {
    position: absolute;
    top: 30px;
    right: 20px;
    margin: 0;
    border: 1px solid #ccc !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 3px !important;
}
.cart-drawer button.button.button--tertiary {
    position: relative;
    right: 2px;
    min-width: 30px !important;
}
.product .price__container,
.product__info-as-bottom-tabs .tabs,
.product__info-container fieldset.product-form__input .form__label,
.promise .title-wrapper-with-link {
    margin-bottom: 0 !important;
}
.product__info-container > * + * {
    margin: 0.7rem 0 !important;
}
.product__info-container .product-form__input.product-form__quantity {
    width: 150px !important;
    float: left;
}
.product__info-container button.product-form__submit.button.button--full-width.button {
    width: calc(76% - 1rem) !important;
}
.product-form__buttons .shopify-payment-button {
    width: calc(100% - 1rem) !important;
}
ul.dt-nav > li > a.dropdown > .dt-sc-caret:after {
    font-size: 18px !important;
    bottom: 2px !important;
}
.product__info-container .product__title h1 {
    font-size: 22px !important;
}
h2.product-recommendations__heading.h1 {
    text-align: center;
    margin-bottom: 0 !important;
}
.footer-block__details-content .list-menu__item--link,
.footer-style3 ul.contact-info li {
    font-size: 1.5rem !important;
}
.global-media-settings {
    border: none !important;
    border-radius: 10px;
}
.reelUp_mini_details .reelUp_mini_details_bottom .reelUp_mini_product_button_wrapper {
    width: 117px !important;
    margin-top: 4px;
}
.reelUp_mini_details .reelUp_mini_details_bottom .reelUp_mini_left {
    background: #fff;
    border-radius: 4px !important;
}
.reelUp_mini_details .reelUp_mini_details_bottom .reelUp_mini_right {
    width: 55% !important;
}
.promise h3 {
    font-size: 17px;
}
.promise .support-block-card .support-block-card__image-wrapper img {
    width: auto;
    height: 100px;
    -webkit-mask-image: none !important;
}
.promise .support-block-list__item.grid__item .support-block-card__info {
    padding-top: 0;
}
.promise .support-block-card__image-wrapper img {
    transition: transform 0.8s;
}
.promise .support-block-card__image-wrapper img:hover {
    transform: scale(1.1);
}
.promise .support-block-list__item {
    border: 1px solid #e8f5dd;
    padding-bottom: 0;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transition: 0.5s;
}
.promise .support-block-list__item:hover {
    border: 3px dotted #80ba53;
}
.description_text ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
}
.product__info-container .product-form,
.product__info-container .product__description {
    margin: 1rem 0 !important;
}
.pickup {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: -10px !important;
}
.box1d {
    width: 33%;
}
.box1d span {
    width: 100%;
    float: none;
    display: block;
    padding-bottom: 0;
    margin-bottom: -10px;
}
.pickup .hr hr {
    position: absolute;
    height: 2px;
    background: #70b535;
    width: 65%;
    margin-top: 30px !important;
    margin: 0 auto;
    z-index: -1;
    float: none;
    display: block;
    left: 84px;
}
.text_pickup {
    border: 1px solid #e7e7e7;
    padding: 5px;
    border-radius: 3px;
}
.reelUp_slider_featured_image img.reelUp_slider_image {
    background: #fff;
}
.offers1 {
    border-top: 0px solid #d2d5d9;
    margin-top: 23px !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
header#header li.text-menu a {
    font-family: "Open Sans";
}
section#shopify-section-template--22753900200229__265c567e-a8a4-4c35-a127-b954f7986b67
    .section-template--22753900200229__265c567e-a8a4-4c35-a127-b954f7986b67-padding
    .title {
    margin-bottom: 2rem;
}
.description_text p, .image-with-text__text.rte.body, .resson p, body#disclaimer .rich-text__text.rte, body#privacy-policy .rich-text__text.rte, body#shipping-and-returns .rich-text__text.rte, body#terms-of-service .rich-text__text.rte, div#shopify-section-template--24114851971365__image_with_text_F9Qemr p {
    text-align: justify;
}
.product-form__submit {
    animation: 5s linear infinite btnzoom;
}
@keyframes btnzoom {
    0%, 100%, 45%, 49%, 53%, 57% {
        transform: scale(1);
    }
    47%, 51%, 55% {
        transform: scale(1.05);
    }
}
:focus-visible {
    outline: 0 solid rgba(var(--color-foreground), 0.5);
    outline-offset: 0.3rem;
    box-shadow: 0 rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: #e5576f !important;
}
.product__info-container .product-form form {
    max-width: 625px !important;
}
.AirReviews-Widget__V2 .Avada-AirReviews-Content .Avada-ReviewContent,
.AirReviews-Widget__V2 .Avada-AirReviews-Content .Avada-ReviewContent__LimitLength {
    font-size: 15px;
    line-height: 26px;
}
h3.card__heading .icon-wrap {
    margin-top: 2px !important;
    position: absolute;
    display: inline-block;
}
.section-template--24182565142821__main-padding {
    padding-top: 50px !important;
    padding-bottom: 20px;
}
.left-bg, .right-bg {
    padding: 30px !important;
    background: #6ab43d;
    color: #fff;
}
.container.faq h2 {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.reelUp_cards_carousel .reelUp_slider_heading {
    font-weight: 600 !important;
    font-size: 22px !important;
}
.left-bg h3, .right-bg h3 {
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
}
.left-bg p, .right-bg p {
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 0;
}
.right-bg {
    border-radius: 0 15px 15px 0;
}
.left-bg {
    border-radius: 15px 0 0 15px;
}
.static_block img {
    border-radius: 28px;
    width: 100%;
}
.product_image_banner2 .row, .product_text_single .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.col-md-6.col-xs-12 ul {
    margin-top: 25px;
    list-style: none !important;
}
.col-md-6.col-xs-12 ul i {
    color: #6ab43d;
}
.fa-arrow-circle-o-left:before {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-top: 6px;
}
.product_text_single {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.product_image_banner, .reasons_to_love h3 {
    margin: 0 auto;
    text-align: center;
}
.reasons_to_love h3 {
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    background: #6ab43d;
    width: 30% !important;
    padding: 10px 0;
    color: #fff;
    border-radius: 10px;
    font-size: 30px;
    font-weight: 500;
}
.reasons_to_love {
    background: #6ab43d;
    padding: 80px 0;
    margin-bottom: 60px;
    float: left;
    width: 100%;
}
.position-relative {
    position: relative !important;
}
.reasons_to_love .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    float: left;
}
.bl-row {
    background: #6ab43d;
    padding: 30px;
    border-radius: 25px;
    float: left;
    width: 100%;
}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    float: left;
    text-align: center;
}
.col-md-7 {
    flex: 0 0 auto;
    width: 66%;
    float: left;
}
.align-items-center {
    align-items: center !important;
}
.bl-row img {
    height: 100px;
    max-width: 100%;
}
.bl-row span {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin-top: 15px;
}
.header__inline-menu ul li > a {
    font-size: 1.5rem !important;
    text-transform: uppercase;
    color: #4b7f1f !important;
    font-weight: 500 !important;
}
.header__inline-menu ul.sub-menu-lists > li > a {
    font-size: 1.5rem !important;
    color: #333 !important;
    text-transform: capitalize !important;
}
.card__badge.bottom-left .badge,
.header__icons .search-modal__close-button svg,
.header__icons .search-modal__form svg {
    color: #fff;
}
.description_text details{
  border-bottom:1px solid #e5e0d8 !important;
  border-top:none !important;
  color:#3f3f3f !important;
  font-size:14px !important;
  position:relative !important;
}
.resson ul li {
    display: flex;
    align-items: center;
}
.resson ul li img {
    width: 32px;
    border: 1px solid #7bb73f;
    padding: 2px;
    margin: 5px 8px 5px 0;
    border-radius: 4px;
}
.description_text details:first-of-type{
  border-top:1px solid #e5e0d8 !important;
}
.description_text summary{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  list-style:none !important;
  cursor:pointer !important;
  padding:16px 4px !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  color:#6b4a2b !important;
  background:#fff !important;
  user-select:none !important;
}
.product_description1 details p {
    margin: 0;
}
.description_text summary::-webkit-details-marker {
    display: none;
}
.description_text summary:after{
  content:"+" !important;
  font-size:18px !important;
  font-weight:400 !important;
  color:#6b4a2b !important;
  line-height:1 !important;
  position:static !important;
  margin-left:12px !important;
}
.description_text details[open] summary:after{
  content:"–" !important;
}
.description_text details[open] summary{
  border-bottom:0 !important;
}
.description_text details[open] div{
  padding:0 4px 18px !important;
  background:#fff !important;
  color:#4a4a4a !important;
  text-align:justify !important;
  font-size:14px !important;
  line-height:1.65 !important;
  margin-bottom:0 !important;
}
.description_text details[open] div p{
  margin:0 0 12px !important;
}
.description_text details[open] div p:last-child{
  margin-bottom:0 !important;
}
.faq details[open] summary:after,
.faq summary:after {
    font-size: 39px;
    position: absolute;
    right: 9px;
    top: -10px;
}
.description_text details[open] div {
    padding: 0.5em 1em;
    background: #fff;
    color: #4b4b4b;
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
}
.faq details {
    color: #396614;
    font-size: 1.5rem;
}
.faq summary {
    padding:0em 1rem;
    justify-content: space-between;
    font-weight: 500;
    font-size: 18px;
    background: #fff;
    margin-bottom: 10px;
    text-align: left;
}
.faq summary::-webkit-details-marker {
    display: none;
}
.faq summary:after {
    content: "\002B";
}
.faq details[open] summary:after {
    content: "\2212";
}
.faq details[open] div {
    padding: 0em 1em;
    background: #fff;
    color: #333;
    text-align: left;
    font-size: 15px;
    margin-bottom: 15px;
}
.product__info-bottom.tabs .accordion__title {
    color: rgb(109 182 57) !important;
    text-decoration: none !important;
}
.button_product, .dt-sc-header-top-bar a:hover {
    color: #fff !important;
}
ul.dt-sc-list-inline > li:not(.has-mega-menu) ul.sub-menu-lists > li > a {
    text-decoration-line: none !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    font-weight: 500 !important;
}
/* .product__info-container p.product__text {
    line-height: 0 !important;
    margin-top: 0 !important;
} */
#pharmaceuticals #shopify-section-header,
#pharmaceuticals .price.price--sold-out.product-price-current,
#pharmaceuticals .price.product-price-current,
#pharmaceuticals-product #shopify-section-header,
.newheader,
.right-image,
a.summary__title.tablinks,
section#shopify-section-template--24114851971365__contact_form_wDUywJ {
    display: none;
}
#AccessibleNav.align-right {
    justify-content: center !important;
}
.product_image_banner img {
    border-radius: 10px;
    width: 90%;
    height: auto;
}
.product_image_banner2 img {
    width: 100%;
    height: auto;
}
.product_image_banner2 {
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: auto;
}
a#trigger-enquiry {
    background: #6ab639 !important;
}
.contact__button {
    margin-top: 2rem !important;
}
#contact .contact {
    text-align: center;
    width: 66%;
    margin: 0 auto;
}
.newsection textarea#ContactForm-body {
    margin-top: 0 !important;
}
textarea#ContactForm-body {
    top: 0 !important;
}
.field1 #ContactForm-body {
    top: 6px !important;
}
#myModal .contact__button,
#myModal h2.visually-hidden1 {
    text-align: center;
}
#myModal .field,
#myModal .select_box {
    width: 48%;
    float: left;
    margin: 5px;
}
#myModal .field1 {
    width: 97%;
    margin: 0 auto;
    margin-top: 20px !important;
    display: block;
    margin-bottom: 20px !important;
}
#myModal select#ContactFormProductNameField {
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--gradient-background);
    color: #8b8b8b;
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: var(--inputs-radius);
    border-radius: 2.5em;
    height: 4.6rem;
    min-height: calc(4.6rem + var(--inputs-border-width) * 2);
    min-width: calc(7rem + (var(--inputs-border-width) * 2));
    position: relative;
    padding: 0 19px;
}
h4.icon_manufacturing {
    border: 1px solid #ccc;
    background: #fff;
    margin-top: -21px !important;
    width: 87%;
    margin: 0 auto 20px;
    font-size: 20px;
    padding: 5px;
}
.div_text {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.button_product {
    background: #e65771;
    padding: 10px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-bottom: 44px !important;
    display: block;
    width: 153px;
    text-align: center;
    border: 0;
    cursor: pointer;
}
#main-cart-footer .cart__footer,
.blog.featured-blg .blog__posts.articles-wrapper > .article .card__content,
.card-wrapper,
h5.icon-title {
    padding: 0 !important;
}
.newsection .contact {
    background: #eaf1eb;
    padding: 5px 30px 20px;
    border-radius: 10px;
    text-align: center;
}
.newsection .col-md-6 {
    width: 49%;
    float: left;
}
.newsection .col-md-6 img {
    border-radius: 100%;
    margin-right: 20px !important;
    width: 60%;
}
.widget.product-sidebar-type-carousel .media.media--transparent.media--hover-effect {
    background-color: #fff !important;
}
.collection .card__media .media,
.product-recommendations .card__media .media {
    background-color: #fff !important;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}
.bg-color-sandal {
    background-color: #a89166;
    border-color: #a89166;
}
.bg-color-cyan {
    background-color: #25bdb0;
    border-color: #25bdb0;
}
.bg-color-pink {
    background-color: #fcc6de;
    border-color: #fcc6de;
}
.bg-color-black {
    background-color: #000;
    border-color: #000;
}
.bg-color-grey {
    background-color: #ccc;
    border-color: #ccc;
}
.bg-color-green {
    background-color: #e1eb78;
    border-color: #e1eb78;
}
.bg-color-golden {
    background-color: gold;
    border-color: gold;
}
.bg-color-sliver {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.bg-color-blue {
    background-color: #a8bcd4;
    border-color: #a8bcd4;
}
.bg-color-purple {
    background-color: #7e0b80;
    border-color: #7e0b80;
}
.bg-color-white {
    background-color: #fff;
    border-color: #dfe3e8 !important;
}
.bg-color-red {
    background-color: #f63400;
    border-color: #f63400;
}
.bg-color-brow,
.bg-color-brown {
    background-color: #ad8111;
    border-color: #ad8111;
}
.bg-color-gold {
    background-color: #cea525;
    border-color: #cea525;
}
.bg-color-beige {
    background-color: #f0deba;
    border-color: #f0deba;
}
.bg-color-gray {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
}
.bg-color-orange {
    background-color: #ff7900;
    border-color: #ff7900;
}
.bg-color-yellow {
    background-color: #dcdb79;
    border-color: #dcdb79;
}
.bg-color-navy {
    background-color: #001f3f;
    border-color: #001f3f;
}
.bg-color-aqua {
    background-color: #7fdbff;
    border-color: #7fdbff;
}
.bg-color-teal {
    background-color: #39cccc;
    border-color: #39cccc;
}
.bg-color-gun-smoke {
    background-color: #12221f;
    border-color: #12221f;
}
.bg-color-olive {
    background-color: olive;
    border-color: olive;
}
.bg-color-lime {
    background-color: #0f0;
    border-color: #0f0;
}
.bg-color-rose-gold {
    background-color: #fcdbd6;
    border-color: #fcdbd6;
}
.bg-color-clear {
    background-color: #caf6ea;
    border-color: #caf6ea;
}
.bg-color-maroon {
    background-color: maroon;
    border-color: maroon;
}
.bg-color-ivory {
    background-color: ivory;
    border-color: ivory;
}
.bg-color-lavenderblush {
    background-color: #b0e0e6;
    border-color: #b0e0e6;
}
.bg-color-powderblue {
    background-color: #f012be;
    border-color: #f012be;
}
.bg-color-darkgreen {
    background-color: #006400;
    border-color: #006400;
}
.bg-color-saddlebrown {
    background-color: #8b4513;
    border-color: #8b4513;
}
.bg-color-lightcoral {
    background-color: #f08080;
    border-color: #f08080;
}
.bg-color-palevioletred {
    background-color: #db7093;
    border-color: #db7093;
}
.bg-color-chocolate {
    background-color: #d2691e;
    border-color: #d2691e;
}
.bg-color-darkolivegreen {
    background-color: #556b2f;
    border-color: #556b2f;
}
.bg-color-darkred {
    background-color: #8b0000;
    border-color: #8b0000;
}
.bg-color-mediumaquamarine {
    background-color: #66cdaa;
    border-color: #66cdaa;
}
.bg-color-sandybrown {
    background-color: #f4a460;
    border-color: #f4a460;
}
.bg-color-darkslategray,
.bg-color-darkslategrey {
    background-color: #2f4f4f;
    border-color: #2f4f4f;
}
.bg-color-salmon {
    background-color: salmon;
    border-color: salmon;
}
.bg-color-slateblue {
    background-color: #6a5acd;
    border-color: #6a5acd;
}
.bg-color-lightgray,
.bg-color-lightgrey {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}
.bg-color-lemonchiffon {
    background-color: #fffacd;
    border-color: #fffacd;
}
.bg-color-thistle {
    background-color: #d8bfd8;
    border-color: #d8bfd8;
}
.bg-color-wheat {
    background-color: wheat;
    border-color: wheat;
}
.bg-color-lightsalmon {
    background-color: #ffa07a;
    border-color: #ffa07a;
}
.bg-color-hotpink {
    background-color: #ff69b4;
    border-color: #ff69b4;
}
.bg-color-lawngreen {
    background-color: #7cfc00;
    border-color: #7cfc00;
}
.bg-color-snow {
    background-color: snow;
    border-color: snow;
}
.bg-color-darkslateblue {
    background-color: #483d8b;
    border-color: #483d8b;
}
.bg-color-coral {
    background-color: coral;
    border-color: coral;
}
.bg-color-limegreen {
    background-color: #32cd32;
    border-color: #32cd32;
}
.bg-color-royalblue {
    background-color: #4169e1;
    border-color: #4169e1;
}
.bg-color-dimgray,
.bg-color-dimgrey {
    background-color: #696969;
    border-color: #696969;
}
.bg-color-lightseagreen {
    background-color: #20b2aa;
    border-color: #20b2aa;
}
.bg-color-skyblue {
    background-color: #87ceeb;
    border-color: #87ceeb;
}
.bg-color-orchid {
    background-color: orchid;
    border-color: orchid;
}
.bg-color-darksalmon {
    background-color: #e9967a;
    border-color: #e9967a;
}
.bg-color-darkorchid {
    background-color: #9932cc;
    border-color: #9932cc;
}
.bg-color-cornflowerblue {
    background-color: #6495ed;
    border-color: #6495ed;
}
.bg-color-cornsilk {
    background-color: #fff8dc;
    border-color: #fff8dc;
}
.bg-color-lightslategray,
.bg-color-lightslategrey {
    background-color: #789;
    border-color: #789;
}
.bg-color-whitesmoke {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.bg-color-seagreen {
    background-color: #2e8b57;
    border-color: #2e8b57;
}
.bg-color-crimson {
    background-color: #dc143c;
    border-color: #dc143c;
}
.bg-color-azure {
    background-color: azure;
    border-color: azure;
}
.bg-color-paleturquoise {
    background-color: #afeeee;
    border-color: #afeeee;
}
.bg-color-darkkhaki {
    background-color: #bdb76b;
    border-color: #bdb76b;
}
.bg-color-mediumvioletred {
    background-color: #c71585;
    border-color: #c71585;
}
.bg-color-lightgoldenrodyellow {
    background-color: #fafad2;
    border-color: #fafad2;
}
.bg-color-violet {
    background-color: violet;
    border-color: violet;
}
.bg-color-peachpuff {
    background-color: #ffdab9;
    border-color: #ffdab9;
}
.bg-color-steelblue {
    background-color: #4682b4;
    border-color: #4682b4;
}
.bg-color-blanchedalmond {
    background-color: #ffebcd;
    border-color: #ffebcd;
}
.bg-color-moccasin {
    background-color: #ffe4b5;
    border-color: #ffe4b5;
}
.bg-color-antiquewhite {
    background-color: #faebd7;
    border-color: #faebd7;
}
.bg-color-mediumturquoise {
    background-color: #48d1cc;
    border-color: #48d1cc;
}
.bg-color-lightskyblue {
    background-color: #87cefa;
    border-color: #87cefa;
}
.bg-color-darkorange {
    background-color: #ff8c00;
    border-color: #ff8c00;
}
.bg-color-darkblue {
    background-color: #00008b;
    border-color: #00008b;
}
.bg-color-springgreen {
    background-color: #00ff7f;
    border-color: #00ff7f;
}
.bg-color-lavender {
    background-color: #e6e6fa;
    border-color: #e6e6fa;
}
.bg-color-mediumpurple {
    background-color: #9370db;
    border-color: #9370db;
}
.bg-color-deepskyblue {
    background-color: #00bfff;
    border-color: #00bfff;
}
.bg-color-mintcream {
    background-color: #f5fffa;
    border-color: #f5fffa;
}
.bg-color-deeppink {
    background-color: #ff1493;
    border-color: #ff1493;
}
.bg-color-darkseagreen {
    background-color: #8fbc8f;
    border-color: #8fbc8f;
}
.bg-color-papayawhip {
    background-color: #ffefd5;
    border-color: #ffefd5;
}
.bg-color-orangered {
    background-color: #ff4500;
    border-color: #ff4500;
}
.bg-color-tomato {
    background-color: tomato;
    border-color: tomato;
}
.bg-color-navajowhite {
    background-color: #ffdead;
    border-color: #ffdead;
}
.bg-color-mediumorchid {
    background-color: #ba55d3;
    border-color: #ba55d3;
}
.bg-color-ghostwhite {
    background-color: #f8f8ff;
    border-color: #f8f8ff;
}
.bg-color-slategray,
.bg-color-slategrey {
    background-color: #708090;
    border-color: #708090;
}
.bg-color-forestgreen {
    background-color: #228b22;
    border-color: #228b22;
}
.bg-color-dodgerblue {
    background-color: #1e90ff;
    border-color: #1e90ff;
}
.bg-color-linen {
    background-color: linen;
    border-color: linen;
}
.bg-color-blueviolet {
    background-color: #8a2be2;
    border-color: #8a2be2;
}
.bg-color-gainsboro {
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}
.bg-color-lightgreen {
    background-color: #90ee90;
    border-color: #90ee90;
}
.bg-color-chartreuse {
    background-color: #7fff00;
    border-color: #7fff00;
}
.bg-color-mistyrose {
    background-color: #ffe4e1;
    border-color: #ffe4e1;
}
.bg-color-darkgray,
.bg-color-darkgrey {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}
.bg-color-peru {
    background-color: peru;
    border-color: peru;
}
.bg-color-tan {
    background-color: tan;
    border-color: tan;
}
.bg-color-palegreen {
    background-color: #98fb98;
    border-color: #98fb98;
}
.bg-color-rebeccapurple {
    background-color: #639;
    border-color: #639;
}
.bg-color-darkcyan {
    background-color: #008b8b;
    border-color: #008b8b;
}
.bg-color-oldlace {
    background-color: #fdf5e6;
    border-color: #fdf5e6;
}
.bg-color-rosybrown {
    background-color: #bc8f8f;
    border-color: #bc8f8f;
}
.bg-color-turquoise {
    background-color: #40e0d0;
    border-color: #40e0d0;
}
.bg-color-darkgoldenrod {
    background-color: #b8860b;
    border-color: #b8860b;
}
.bg-color-honeydew {
    background-color: #f0fff0;
    border-color: #f0fff0;
}
.bg-color-mediumslateblue {
    background-color: #7b68ee;
    border-color: #7b68ee;
}
.bg-color-mediumspringgreen {
    background-color: #00fa9a;
    border-color: #00fa9a;
}
.bg-color-plum {
    background-color: plum;
    border-color: plum;
}
.bg-color-darkmagenta {
    background-color: #8b008b;
    border-color: #8b008b;
}
.bg-color-lightblue {
    background-color: #add8e6;
    border-color: #add8e6;
}
.bg-color-floralwhite {
    background-color: #fffaf0;
    border-color: #fffaf0;
}
.bg-color-greenyellow {
    background-color: #adff2f;
    border-color: #adff2f;
}
.bg-color-fuchsia,
.bg-color-magenta {
    background-color: #f0f;
    border-color: #f0f;
}
.bg-color-cadetblue {
    background-color: #5f9ea0;
    border-color: #5f9ea0;
}
.bg-color-yellowgreen {
    background-color: #9acd32;
    border-color: #9acd32;
}
.bg-color-darkviolet {
    background-color: #9400d3;
    border-color: #9400d3;
}
.bg-color-sienna {
    background-color: sienna;
    border-color: sienna;
}
.bg-color-lightpink {
    background-color: #ffb6c1;
    border-color: #ffb6c1;
}
.bg-color-mediumblue {
    background-color: #0000cd;
    border-color: #0000cd;
}
.bg-color-bisque {
    background-color: bisque;
    border-color: bisque;
}
.bg-color-aquamarine {
    background-color: #7fffd4;
    border-color: #7fffd4;
}
.bg-color-palegoldenrod {
    background-color: #eee8aa;
    border-color: #eee8aa;
}
.bg-color-aliceblue {
    background-color: #f0f8ff;
    border-color: #f0f8ff;
}
.bg-color-olivedrab {
    background-color: #6b8e23;
    border-color: #6b8e23;
}
.bg-color-indigo {
    background-color: indigo;
    border-color: indigo;
}
.bg-color-lightcyan {
    background-color: #e0ffff;
    border-color: #e0ffff;
}
.bg-color-midnightblue {
    background-color: #191970;
    border-color: #191970;
}
.bg-color-khaki {
    background-color: khaki;
    border-color: khaki;
}
.bg-color-burlywood {
    background-color: #deb887;
    border-color: #deb887;
}
.bg-color-lightyellow {
    background-color: #ffffe0;
    border-color: #ffffe0;
}
.bg-color-lightsteelblue {
    background-color: #b0c4de;
    border-color: #b0c4de;
}
.bg-color-goldenrod {
    background-color: #daa520;
    border-color: #daa520;
}
.bg-color-darkturquoise {
    background-color: #00ced1;
    border-color: #00ced1;
}
.bg-color-seashell {
    background-color: #fff5ee;
    border-color: #fff5ee;
}
.bg-color-indianred {
    background-color: #cd5c5c;
    border-color: #cd5c5c;
}
.bg-color-mediumseagreen {
    background-color: #3cb371;
    border-color: #3cb371;
}
.bg-color-firebrick {
    background-color: #b22222;
    border-color: #b22222;
}
.bg-color-metallic-sunburst {
    border-color: #9e7a48;
    background-color: #9e7a48;
}
.bg-color-deep-taupe {
    border-color: #816059;
    background-color: #816059;
}
.bg-color-rose-taupe {
    border-color: #945754;
    background-color: #945754;
}
.bg-color-nickel {
    border-color: #70756e;
    background-color: #70756e;
}
.bg-color-police-blue {
    border-color: #3f506e;
    background-color: #3f506e;
}
.bg-color-stormcloud {
    border-color: #4f636c;
    background-color: #4f636c;
}
.bg-color-independence {
    border-color: #4a5163;
    background-color: #4a5163;
}
.bg-color-melon {
    border-color: #fbaca8;
    background-color: #fbaca8;
}
.bg-color-pastel-gray {
    border-color: #d2d6bd;
    background-color: #d2d6bd;
}
.bg-color-color_pale-cerulean,
.bg-color-pale-cerulean {
    border-color: #9dcbd8;
    background-color: #9dcbd8;
}
.bg-color-columbia-blue {
    border-color: #cddbe6;
    background-color: #cddbe6;
}
.bg-color-chinese-silver {
    border-color: #c6d0cf;
    background-color: #c6d0cf;
}
.bg-color-bright-gray {
    border-color: #eaeaea;
    background-color: #eaeaea;
}
.bg-color-feldgrau {
    border-color: #4f7053;
    background-color: #4f7053;
}
.bg-color-pale-silver {
    border-color: #d9bcc0;
    background-color: #d9bcc0;
}
.bg-color-water {
    border-color: #d0eff4;
    background-color: #d0eff4;
}
.bg-color-ash-gray {
    border-color: #adbeb6;
    background-color: #adbeb6;
}
.bg-color-jelly-bean {
    border-color: #d76a49;
    background-color: #d76a49;
}
.bg-color-deer {
    border-color: #c07e68;
    background-color: #c07e68;
}
.bg-color-opera-mauve {
    border-color: #b47eb2;
    background-color: #b47eb2;
}
.bg-color-cool-grey {
    background-color: #8883ab;
    border-color: #8883ab;
}
.bg-color-old-rose {
    border-color: #b2817d;
    background-color: #b2817d;
}
.bg-color-deep-amethyst {
    border-color: #9c8e9b;
    background-color: #9c8e9b;
}
.bg-color-desert-sand {
    border-color: #e4c7a9;
    background-color: #e4c7a9;
}
.bg-color-pastel-pink {
    border-color: #dea89c;
    background-color: #dea89c;
}
.bg-color-pastel-purple {
    border-color: #b8a0b0;
    background-color: #b8a0b0;
}
.bg-color-unbleached-silk {
    border-color: #f9dac6;
    background-color: #f9dac6;
}
.bg-color-brown-yellow {
    background-color: #ce925e;
    border-color: #ce925e;
}
.bg-color-dark-vanilla {
    border-color: #d5b8aa;
    background-color: #d5b8aa;
}
.bg-color-iceberg {
    background-color: #68bbd9;
    border-color: #68bbd9;
}
.bg-color-cadet-grey {
    border-color: #97a6ad;
    background-color: #97a6ad;
}
.bg-color-light-taupe {
    border-color: #b48e6a;
    background-color: #b48e6a;
}
.bg-color-copper-rose {
    border-color: #916f6d;
    background-color: #916f6d;
}
.bg-color-pastel-brown {
    border-color: #767058;
    background-color: #767058;
}
.bg-color-grullo {
    border-color: #a1a290;
    background-color: #a1a290;
}
.bg-color-sonic-silver {
    border-color: #777;
    background-color: #777;
}
.bg-color-redwood {
    border-color: #97544e;
    background-color: #97544e;
}
.bg-color-laurel-green {
    border-color: #b1b897;
    background-color: #b1b897;
}
.bg-color-chinese-white {
    border-color: #dbe3e6;
    background-color: #dbe3e6;
}
.bg-color-rocket-metallic {
    border-color: #89806f;
    background-color: #89806f;
}
.bg-color-pale-chestnut {
    border-color: #deb1ae;
    background-color: #deb1ae;
}
.bg-color-opal {
    border-color: #a0bdc5;
    background-color: #a0bdc5;
}
.bg-color-gold-fusion {
    border-color: #7d7a57;
    background-color: #7d7a57;
}
.bg-color-old-silver {
    border-color: #818286;
    background-color: #818286;
}
.bg-color-dust-storm {
    border-color: #e0cdc7;
    background-color: #e0cdc7;
}
.bg-color-alabaster {
    border-color: #f0e7e8;
    background-color: #f0e7e8;
}
.bg-color-english-lavender {
    border-color: #ae8e9d;
    background-color: #ae8e9d;
}
.bg-color-azureish-white {
    border-color: #d8f1ee;
    background-color: #d8f1ee;
}
.bg-color-silver-pink {
    border-color: #ccafb3;
    background-color: #ccafb3;
}
.bg-color-metallic {
    border-color: #aaa8b6;
    background-color: #aaa8b6;
}
.bg-color-coffee {
    border-color: #724d30;
    background-color: #724d30;
}
.bg-color-sugar-plum {
    border-color: #914671;
    background-color: #914671;
}
.item-swiper-init .products {
    display: grid;
}
.footer__content-bottom-image > div img {
    background: #099cea !important;
}
.footer-style3 .footer-block__details-content.footer-block-address img {
    max-width: 18rem !important;
}
.footer-style3 .newsletter-form__field-wrapper .field__input {
    background: #fff !important;
}
.footer-style3 .footer-block__details-content svg {
    background: #ffffff00 !important;
}
.footer-style3 .newsletter-form__button.field__button {
    background: #70b535 !important;
    color: #fff !important;
    top: 24px !important;
    right: 0 !important;
    border-radius: 0 2.5em 2.5em 0;
    padding: 10px;
}
.card--standard > .card__content .card__information,
.multicolumn .multicolumn-list .multicolumn-list__item,
.multicolumn .multicolumn-list.grid--4-col-desktop .multicolumn-list__item {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.footer-style3 span.newsletter_icon svg {
    fill: #70b535;
}
input#NewsletterForm--footer_style3::placeholder {
    color: #2196f3;
}
.field input::placeholder {
    color: #000 !important;
}
.footer-style3 .newsletter-form__field-wrapper .field__input,
.testimonial-content blockquote cite {
    color: #000 !important;
}
.bg-color-coal-black {
    background-color: #36454f;
}

.price--on-sale .price-item--regular {
    font-size: 2.2rem;
}
.card__information {
    margin-top: 14px;
}
.support-block-list.grid--2-col-desktop .support-block-list__item {
    border: 2px dashed #70b535;
}
.blog,
.blog-posts .card__information {
    margin-top: 0 !important;
}
.featured-blg .blog__posts.articles-wrapper > .article .card__content {
    background: #fff;
    padding: 0;
}
.blog-posts h3.card__heading,
.product__title h2 {
    font-weight: 600 !important;
}
.blog__posts.articles-wrapper .blog__post .card--standard > .card__content .card__information {
    padding: 0 10px 20px !important;
}
.blog.featured-blg .blog__posts.articles-wrapper {
    flex-direction: inherit !important;
}
.testimonial-container-card-info:before {
    background: #f2f9f3 !important;
}
.testimonial-content blockquote > p {
    color: #0a0a0a !important;
}
.footer-style3 .address_socialicon li.list-social__item,
.multicolumn .multicolumn-card:hover .multicolumn-card__info .button,
.product .price .badge {
    background: #70b535 !important;
}
#products li.grid__item,
#welcome-to-kidbasics #product-grid {
    background-color: #fff;
    border: 0 solid #fff;
    border-radius: 7px;
    padding: 0;
}
ul.grid.dt-sc-column.four-column.dt-sc-tabs-content-Details li {
    padding-top: 10px;
}
.support-block-card__info h3 a {
    color: #4b4b4b;
}
.tabs .tablinks {
    padding: 1rem 2em !important;
}
.multicolumn-card-spacing {
    padding: 0 !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
textarea {
    border-radius: 20px !important;
    margin-top: 20px !important;
}
button.button.button--primary {
    margin: 20px !important;
}
.button,
.button-label,
.customer button,
.shopify-challenge__button,
button.shopify-payment-button__button--unbranded {
    min-height: calc(3.6rem + var(--buttons-border-width) * 2) !important;
    min-width: calc(12rem + var(--buttons-border-width) * 2) !important;
}
.main-product_info button {
    min-height: calc(4.6rem + var(--buttons-border-width) * 2) !important;
}
#product-grid button.button.button--primary {
    margin: 10px auto 0 !important;
}
facet-filters-form.facets.facets-vertical-sort {
    border: 0 solid #ccc !important;
    background: 0 0 !important;
}
.main-product-template .product__info-bottom.tabs .accordion__title {
    margin-right: 0 !important;
    font-weight: 500 !important;
}
.main-product-template .tabs .tablinks.active {
    box-shadow: none;
}
.main-product-template .product__info-bottom.tabs .summary__title.active {
    color: #00a6e8;
}
.main-product-template .tabs .tablinks {
    padding: 0 1em !important;
}
.main-product-template .tabs .tablinks:hover {
    box-shadow: none !important;
}
.main-product-template .product__info-bottom.tabs .summary__title {
    font-weight: 500 !important;
}
.main-product-template .product__info-container .product-form__buttons {
    border-bottom: 0 solid #d4d4d4 !important;
    padding-bottom: 10px !important;
}
.product-additional__information h5.icon-title {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.product__info-container .icon-with-text {
    padding-bottom: 10px !important;
}
.product-additional__information {
    margin-top: -25px !important;
}
.product_meta-content.from-main-product {
    border: 1px solid #efeeee;
    padding: 10px;
    border-radius: 5px;
}
h5.icon-title {
    margin: 0 !important;
}
.product_meta-content:not(:last-child) {
    margin-right: 10px !important;
}
.product__modal-opener button {
    min-height: auto !important;
}
.footer__content-bottom-wrapper .footer-policy .footer-block__details-content li:not(:last-child):after {
    border-right: 1px solid #878282 !important;
}
.product__info-bottom.tabs {
    row-gap: 0 !important;
    column-gap: 0 !important;
}
.card-wrapper {
    border: 0 dotted transparent !important;
}
.product-recommendations__heading {
    font-size: 22px !important;
    margin-bottom: 1rem !important;
}
.section-template--22753900134693__cart-items-padding {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
.facets-container span.product-count {
    font-size: 15px !important;
}
.summary__title.tablinks {
    border: 1px solid #efeded !important;
    border-bottom: 0 !important;
}
#shipping-returns,
#tab-description {
    border: 1px solid #efeded !important;
    border-radius: 4px;
}
ul.dt-nav > li div.sub-menu-block .dt-sc-dropdown-menu.dt-sc_main-menu--has-links,
ul.dt-nav > li.menu-item-has-children > div.sub-menu-block .dt-sc_main-menu--has-links {
    padding: 1rem !important;
}
ul.dt-nav li > div.sub-menu-block {
    top: 30px !important;
}
@media only screen and (max-width: 1800px) {
    .title-wrapper-left-image {
        left: 0;
    }
    .title-wrapper-right-image {
        right: 0;
    }
    .title-wrapper-with-link img {
        max-width: 15rem;
    }
}
@media only screen and (max-width: 1400px) {
    .facet-filters.sorting .facets__display {
        left: -75px !important;
    }
}
@media only screen and (max-width: 1335px) {
    .product__info-container button.product-form__submit.button.button--full-width.button {
        width: calc(70% - 1rem) !important;
    }
}
@media only screen and (max-width: 1180px) {
    .product__info-container button.product-form__submit.button.button--full-width.button {
        width: calc(65% - 1rem) !important;
    }
}
@media only screen and (max-width: 1040px) {
    .product__info-container button.product-form__submit.button.button--full-width.button {
        width: calc(60% - 1rem) !important;
    }
}
@media only screen and (max-width: 1024px) {
    .title-wrapper-with-link img {
        max-width: 10rem;
    }
    .card__badge .badge {
        font-size: 1rem !important;
        padding: 5px 9px !important;
    }
    .card__badge.bottom-left {
        top: -58% !important;
    }
}
@media screen and (max-width: 989px) {
    .slideshow .slideshow__media {
        height: 32rem!important;
    }
}
@media only screen and (max-width: 990px) {
    .product__info-container button.product-form__submit.button.button--full-width.button {
        width: calc(77% - 1rem) !important;
    }
    .product__info-container .product-form__buttons {
        max-width: 92rem !important;
    }
    .product__info-container .product-form form {
        max-width: 100% !important;
    }
    details-modal.header__search.search-mob {
        display: block !important;
    }
    .new_search {
        display: none;
    }
}
@media screen and (max-width: 820px) {
    .slideshow .slideshow__media {
        height: 29rem !important;
    }
    .marquee {
        height: 70px!important;
    }
    .product-grid .AirReviews-Widget .AirReviews-StarRatingWrapper {
    display: block!important;
}
.product-grid .AirReviews-StarRate.medium.trustpilot-slim:after {
    border-right: 0px solid #e3e3e3;
}
.product-grid .price--on-sale .price__sale {
    display: ruby-text;
}
.product-grid .AirReviews-Widget .AirReviews-StarRatingWrapper .AirReviews-StarRate--Count {
    margin-left: 0px;
}
span.AirReviews-StarRate--Count {
    font-size: 14px;
}
}
@media only screen and (max-width: 800px) {
    .footer-style3, .section-template--24182565142821__product-recommendations-padding {
        padding-top: 0 !important;
    }
    .section-template--24182565142821__custom_liquid_iWKRME-padding, footer#Banner-footer_style3 .banner__media.media {
        display: none;
    }
    .card__badge.bottom-left .badge {
        bottom: 16px !important;
        left: 12px !important;
    }
    footer#Banner-footer_style3 {
        background-color: #f2f9f3;
    }
    .footer-style3 {
        margin-top: 30px !important;
    }
    .product__info-container button.product-form__submit.button.button--full-width.button {
        width: calc(75% - 1rem) !important;
    }
}
@media only screen and (max-width: 768px) {
    .card__badge.bottom-left {
        top: -64% !important;
    }
}
@media only screen and (max-width: 767px) {
    .col-md-7, .product_text_single .col-md-4 {
        width: 100%;
        float: none;
    }
    .menu-drawer__navigation {
        padding: 0 !important;
        margin-top: 0rem0 !important;
    }
    .product__info-container button.product-form__submit.button.button--full-width.button {
        width: calc(70% - 1rem) !important;
    }
    .support-block-list.grid--2-col-desktop .support-block-list__item {
        width: 48% !important;
        max-width: 19rem !important;
        border-radius: 20px !important;
    }
    .support-block-list__item.list__item .support-block-card {
        padding: 2rem 0.7rem !important;
    }
    .number-counter-section.grid--4-col-desktop,
    .product-tab-wrapper .collection .grid > .grid__item:only-child .tabs_container .dt-sc-column.four-column {
        grid-template-columns: repeat(2, 2fr) !important;
    }
    .center.collection__view-all {
        margin-top: 0 !important;
    }
    .brand-logos .brand-logos-list.grid--4-col-desktop .brand-logos-list__item {
        width: 48% !important;
        max-width: 19rem !important;
    }
    .footer-style3 span.newsletter_icon svg {
        margin-top: 34px !important;
    }
    .reasons_to_love h3 {
        width: 90% !important;
        font-size: 22px;
    }
    .reasons_to_love .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        float: none;
    }
    .col-md-7 {
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .faq summary:after {
        font-size: 35px;
        right: -2px;
        top: -9px;
    }
    .faq summary {
        padding-right: 34px;
        text-align: left;
    }
    .product__info-container p.product__text {
        line-height: 26px !important;
    }
    .marquee1 {
        display: none;
    }
    .marquee_mobile {
        display: block;
        margin-top: -10px;
    }
    .title-wrapper-left-image img {
        margin-top: 50px;
    }
    .slideshow .slideshow__media {
        height: 100% !important;
    }
}
@media screen and (min-width: 750px) {
    .background-none .brand-logos-card__image-wrapper {
    margin-left: auto!important;
    margin-right: 1.5rem;
}
    .banner--medium:not(.banner--adapt) {
        min-height: 70rem !important;
    }
    .section-template--26054799458597__main-padding {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
}
@media screen and (max-width: 640px) {
    .product__info-container p.product__text {
        line-height: 26px !important;
    }
    #shopify-section-template--25128730362149__image_banner_9EqxQW h2 {
        font-size: 35px !important;
    }
    .main-product_info button.slider-button.slider-button--next,
    .main-product_info button.slider-button.slider-button--prev {
        display: block;
    }
    .product .price .badge,
    .product .price--sold-out .price__badge-sold-out {
        top: 2px !important;
    }
    .slider-button .icon {
        height: 1rem !important;
        color: #fff;
    }
}
@media only screen and (max-width: 640px) {
    .section-template--26054799458597__main-padding {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
    .card__badge.bottom-left {
        top: -70% !important;
    }
    .main-product-template .tabs .tablinks {
        padding: 0 10px !important;
    }
    .product__info-bottom.tabs {
        row-gap: 0 !important;
        column-gap: 0 !important;
    }
    .product__info-bottom.tabs .accordion__title,
    .product__info-bottom.tabs .summary__title {
        font-size: 15px !important;
    }
    .newsection .col-md-6 {
        width: 100%;
        float: left;
    }
    .newsection .img_text {
        text-align: center;
    }
    .promise .support-block-card .support-block-card__image-wrapper img {
        height: 90px;
    }
    .promise .support-block-list__item .support-block-card {
        padding: 1rem;
    }
    .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
        min-height: 14rem !important;
    }
    .section-footer_style3-padding {
        padding-top: 10px !important;
    }
.StickySidebar {
    position: relative!important;
    top: 8px;
    left: 0;
}
.section-template--26054799917349__brand_logos_Pm9cVD-padding, .section-template--26054799622437__brand_logos_GWGNjP-padding, .section-template--26054799556901__brand_logos_dUrQfC-padding {
padding-top: 0!important;
padding-bottom: 0px!important;
}
#baby-care-combos-everyday-kids-essentials-kidbasics .grid__item .card-wrapper {
    padding-top: 0px !important;
}
.product-recommendations .card__badge.bottom-left {
    top: -73% !important;
}
.page-width.section-template--26054799917349__2b86bdc1-0e4a-4e99-b29a-a7a0db77aa4f-padding.isolate {
    display: none;
}
div#Slider-template--26054799917349__slideshow_LdjchN {
    display: none;
}
.category_home{
    display: none;
}
span.price-item.price-item--sale.price-item--last {
    font-size: 20px;
    font-weight: 600;
}
ul.contact-info.list-unstyled .address {
    display: none;
}
    /* .footer-block.grid__item:last-child{
        display: none;
    } */
        .title-wrapper--no-top-margin>.title, h6.sub-heading {
        font-weight: 500;
    }
        .h0, .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
        font-weight: 500;
    }
    .testimonial-container .testimonial-author {
    font-weight: 500!important;
}
.section-template--26054800572709__main-padding {
    padding-bottom: 0px!important;
}
.section-template--26054800572709__custom_liquid_VzhktQ-padding {
    padding-top: calc(0px * 0.75)!important;
    padding-bottom: calc(20px * 0.75)!important;
}
.section-template--26054800572709__before_after_images_w7mfcD-padding {
    padding-bottom: calc(20px * 0.75)!important;
}
.section-template--26054800572709__support_block_FYmtAT-padding {
    padding-top: 0px!important;
}
.page-width.section-template--26054800572709__support_block_FYmtAT-padding.isolate .title-wrapper-with-link {
    padding-top: 0px!important;
    margin-top: 0px!important;
}
.section-template--26054800572709__custom_liquid_iWKRME-padding {
    padding-bottom: calc(0px * 0.75)!important;
}
.kidscool-brand-logo .title-wrapper-with-link {
        margin: 0rem 0 0rem !important;
        margin-bottom: 0px !important;
    }
        .footer-style3 {
        margin-top: 0px !important;
    }
     .product span.price-item.price-item--sale.price-item--last {
        font-size: 22px;
    }
    .grid__item h3 .full-unstyled-link {
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 3);
}
    #baby-care-combos-everyday-kids-essentials-kidbasics span.price-item.price-item--sale.price-item--last {
        font-size: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .product-recommendations .swiper-wrapper .swiper-slide div#product-grid {
        box-shadow: 0 2px 7px #efefef !important;
        margin: 5px 15px;
    }
    body#baby-care-combos-everyday-kids-essentials-kidbasics ul#product-grid .grid__item .card__badge.bottom-left {
    top: -65%!important;
}
    .mySlides {
        padding: 10px 30px 20px;
    }
    span.testimonial-star {
        padding-right: 2px;
    }
    .product__info-container button.product-form__submit.button.button--full-width.button {
        width: calc(67% - 1rem) !important;
    }
    button#Subscribe {
        margin-top: 30px;
    }
    .footer-block.grid__item:last-child {
        text-align: left !important;
    }
    .footer-block.grid__item:last-child > .footer-block__heading {
        text-align: left !important;
        justify-content: left !important;
    }
    /* .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    } */
}
@media only screen and (max-width: 570px) {
    body#tiny-spa-day .product__info-container p.product__text {
        line-height: 23px !important;
    }
    #myModal .field, #myModal .select_box {
        width: 99%;
        float: left;
        margin: 5px;
    }
    .field1 {
        width: 99%;
        margin: 0 auto;
    }
    .header__heading-link img {
        width: 70%;
    }
    .footer-block.grid__item h2.footer-block__heading:after,
    .footer-block.grid__item h2.footer-block__heading:before {
        background: #70b535 !important;
    }
    .thumbnail-slider button.slider-button {
        min-height: calc(3rem + var(--buttons-border-width) * 2) !important;
    }
    .footer__copyright,
    .footer__payment {
        margin-bottom: 1rem !important;
    }
    .dt-sc-header-top-bar .dt-sc-flex-space-between {
        text-align: center;
    }
}
@media only screen and (max-width: 485px) {
    .product__info-container button.product-form__submit.button.button--full-width.button {
        width: calc(55% - 1rem) !important;
    }
    .header__heading-link img {
        width: 80%;
    }
    .facets__list {
        padding: 1rem;
    }
    .facets .disclosure-has-popup[open] > summary + * {
        margin-top: -16px;
        margin-left: -80px;
    }
    #your-shopping-cart cart-items td.cart-item__details {
        text-align: left !important;
    }
}

.pd-accordion{
  font-family:inherit !important;
  color:#3f3f3f !important;
  max-width:100% !important;
}
.pd-accordion details{
  border-bottom:1px solid #e5e0d8 !important;
}
.pd-accordion details:first-child{
  border-top:1px solid #e5e0d8 !important;
}
.pd-accordion summary{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  list-style:none !important;
  cursor:pointer !important;
  padding:16px 4px !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  color:#6b4a2b !important;
  user-select:none !important;
}
.pd-accordion summary::-webkit-details-marker{
  display:none !important;
}
.pd-accordion summary::after{
  content:"+" !important;
  font-size:18px !important;
  font-weight:400 !important;
  color:#6b4a2b !important;
  line-height:1 !important;
  flex:none !important;
  margin-left:12px !important;
}
.pd-accordion details[open] summary::after{
  content:"–" !important;
}
.pd-accordion details[open] summary{
  border-bottom:0 !important;
}
.pd-accordion .pd-content{
  padding:0 4px 18px !important;
  font-size:14px !important;
  line-height:1.65 !important;
  color:#4a4a4a !important;
}
.pd-accordion .pd-content p{
  margin:0 0 12px !important;
}
.pd-accordion .pd-content p:last-child{
  margin-bottom:0 !important;
}
.pd-accordion .pd-content ul{
  margin:0 !important;
  padding-left:18px !important;
}
.pd-accordion .pd-content li{
  margin-bottom:6px !important;
}
.pd-accordion .pd-content li:last-child{
  margin-bottom:0 !important;
}