/** Shopify CDN: Minification failed

Line 526:29 Expected ":"

**/

/* ==============================
        Contact Page
================================*/
.cont .contact-wrapper{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.cont .contact-wrapper .contact-left,
.cont .contact-wrapper .contact-right{
    border: 1px solid rgb(0 0 0 / 12%);
    padding: 46px 22px;
    border-radius: 10px;
    width: 50%;
}

.cont .contact {
    max-width: 1600px;
    padding-inline: 50px;
}

.cont .contact-wrapper .contact-right {
    /* min-height: 65rem; */
    padding: 46px 22px;
}


.cont .contact .contact__button {
    margin-top: 24px;
}

.contact__button button {
    background: #1D293D;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
}


.cont .contact .field::after,
.cont .contact .field::before,
.contact__button button::after{
    display: none;
}


.cont .contact .title.title-wrapper--no-top-margin.h1  {
    text-align: center;    
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}


.cont .contact .contact-left .title{
    text-align: center;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
.cont .contact .contact-left .rte{
    text-align: center;
    color: #000;
    font-size: 16px;
}


/* Static label above field, placeholder visible inside field */
.contact .field__label {
  position: static;
  display: block;
  margin-bottom: 0.6rem;
  transform: none;
  pointer-events: auto;
  color: rgb(var(--color-foreground));
  font-size: inherit;
}

.contact .field__input::placeholder {
  color: rgba(var(--color-foreground), 0.6);
  opacity: 1;
}

.contact .field__input:focus::placeholder {
  opacity: 1;
}

.cont .contact .field .field__input{
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 10px;
}


.cont .contact .field{
    display: flex !important;
    flex-direction: column !important;
}

.cont .contact .contact-right .title {
    margin: 0;
}
.cont .contact .contact-right .rte{
    padding-top: 50px;
    color: rgba(var(--color-foreground));
}


@media(max-width:749px){
    .cont .contact {
        padding-inline: 15px;
    }
    .cont .contact-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .cont .contact-wrapper .contact-left, 
    .cont .contact-wrapper .contact-right {
        width: 100%;
    }
    .cont .contact .contact__fields{
        display: flex;
        gap: 10px;
    }
    .contact__button button {
        width: 100%;
    }
    .cont .contact .contact-left .rte{
        width: 90%;
        margin: 0 auto;
        letter-spacing: .2px;
        line-height: 22px;
        margin-top: .8rem;
    }
    .cont .contact .contact-left .title {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .cont .contact .contact .field__label {
        margin-bottom: 1.2rem;
    }
    .cont .contact .field textarea{
        min-height: 150px !important;
        resize: vertical;
    }
    .cont .contact-wrapper .contact-right,
    .cont .contact-wrapper .contact-left {
        padding: 22px;
    }
    .cont .contact .contact-right .rte {
        padding-top: 55px;
    }
    .cont .contact .title.title-wrapper--no-top-margin.h1{
        font-size: 30px;
        padding-bottom: 40px;
        margin: 0;
    }
}





/* ==============================
        Contact Page End
================================*/


/* ==============================
        FAQs Page 
================================*/


.faqs-con .collapsible-content-wrapper-narrow {
    width: 100%;
    max-width: 1300px;
}

.faqs-con .collapsible-content__heading{
    font-size: 40px;
    font-weight: 600;
}
.faqs-con .accordion__title {
    font-size: 15px;
    line-height: 2;
}

.collapsible-content-wrapper-narrow .accordion summary:hover{
    background:#fff;
}
.faqs-con .accordion{
    border: none;
}
.faqs-con .accordion summary{
    background: #eee;
    padding: 10px 20px; 
}

.collapsible-content-wrapper-narrow .accordion summary:hover .accordion__title {
    text-decoration: none;
}


.faqs-con .accordion .accordion__content {
    padding-inline: 20px;
    padding-top: 0px;
    margin: 0;
}

.faqs-con .accordion .accordion__content p{
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0 20px;
    letter-spacing: -.03rem;
}
.faqs-con .accordion .accordion__content p a {
    color: rgb(30,190,178);
    text-decoration: none;
}

/* ===============plus-minus icon  ============== */

.collapsible-content-wrapper-narrow .accordion summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding-right: 45px !important;
}

.collapsible-content-wrapper-narrow .accordion summary::-webkit-details-marker {
  display: none;
}

.collapsible-content-wrapper-narrow .accordion summary .icon-caret {
  display: none !important;
}

.collapsible-content-wrapper-narrow .accordion summary::after {
  content: "\02795";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  line-height: 1;
  color: #6f55d9;
}

.collapsible-content-wrapper-narrow .accordion details[open] summary::after {
  content: "\2796";
}

/* ==smooth animation== */
.collapsible-content-wrapper-narrow .accordion details {
  overflow: hidden;
}

.collapsible-content-wrapper-narrow .accordion__content {
  overflow: hidden;
}

/* ========color active ===== */
.collapsible-content-wrapper-narrow .accordion:has(details[open]) {
  background: #fff !important;
}

.collapsible-content-wrapper-narrow .accordion details[open] {
  background: #fff !important;
}

.collapsible-content-wrapper-narrow .accordion details[open] summary {
  background: #fff !important;
}

.collapsible-content-wrapper-narrow .accordion details[open] .accordion__content {
  background: #fff !important;
}


@media(max-width:749px){
    .faqs-con .accordion__title {
        font-size: 15px;
    }
    .collapsible-content-wrapper-narrow .accordion summary:after {
        font-size: 12px;
    }
    .faqs-con .accordion{
        margin: 0;
    }
    .faqs-con .collapsible-content__wrapper {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

/* ==============================
        FAQs Page End
================================*/

/* ==============================
        Refund policy 
================================*/


.shopify-policy__container{
    max-width: 1500px;
    padding-inline: 50px;
    padding-top: 60px;
    padding-bottom: 100px;
}
.shopify-policy__container .shopify-policy__title{
    display: none;
}
.shopify-policy__container .shopify-policy__body h1 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.shopify-policy__container h2{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}

.shopify-policy__container p{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.3px;
    margin: 0;
}
.shopify-policy__container p a{
    color: #00000099;
}
.shopify-policy__container p a:hover{
    color: #000;
}
.shopify-policy__container .column.main br{
    display: none;
}

.shopify-policy__container h3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 5px;
}


@media(max-width:749px){
    .shopify-policy__container {
        padding-inline: 15px;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

/* ==============================
        Refund policy End
================================*/

/* =================================================
                 Klarna Page
================================================*/

.klarna.banner {
    max-width: 900px;
    margin: 0 auto;
}

.img-klarna.banner{
    max-width: 1000px;
    margin: 0 auto;
} 


.template-page.page-klarna h1{
    font-weight: 600;
    justify-content: center;
    display: flex;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 2;
    margin: 0;
}


.klarna-head .rich-text__text p{
    font-size: 16px;
    line-height: 22px;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(var(--color-foreground));
}


.klarna-head .rich-text__heading {
    margin-top: 40px;
    font-size: 40px;
    font-weight: 700;
}

.custom-ric .rich-text__text h3{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.custom-ric .rich-text__text p{
    font-size: 16px;
    line-height: 22px;
    color: rgba(var(--color-foreground));

}


/* ================faqs========== */
.faqs-con.klarna .collapsible-content__heading {
    margin-bottom: 20px;
}

@media(max-width:749px){
    .klarna.banner {
        max-width: 380px;
    }
    .template-page.page-klarna h1 {
        font-size: 30px;
        line-height: 1;
        padding-top: 30px;
    }
    
    .custom-ric .rich-text__wrapper,
    .klarna-head .rich-text__wrapper {
        width: 100%;
    }
    .klarna-head .rich-text__heading {
        font-size: 25px;
    }
    .img-klarna.banner {
        max-width: 400px;
    }
    .section-template--28710378930509__rich_text_RwV9wc-padding {
        padding-top: 40px;
        padding-bottom: 15px;
    }
    .custom-ric .rich-text  {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .faqs-con.klarna .collapsible-content__heading {
        font-size: 30px;
    }
}

/* ==============================================
             Klarna Page End
===============================================*/



/* ===============================================
            TMM page Styling
=================================================*/



.tmm-bannner.banner {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}


.tmm .rich-text__heading {
    font-size: 40px;
    font-weight: 600;
}
.tmm .rich-text__text p {
    font-size: 16px;
    line-height: 1.5;
}

.tmm .rich-text__buttons a{
    width: 400px;
    padding-block: 25px;
    font-size: 22px;
    padding-inline: 0;
    font-weight: 200;
}

.tmm .rich-text__buttons a::before,
.tmm .rich-text__buttons a::after{
    display: none;
}

.tmm .rich-text__blocks > div:nth-child(3) .button {
    background: #C8C8C8;
    color: #000;
}

.tmm .rich-text__blocks > div:nth-child(5) .button {
    background: #C8C8C8;
    color: #000;
}


@media(max-width:749px){
    .tmm-bannner.banner{
        max-width: 350px;
    }
    .tmm .rich-text__heading {
        font-size: 30px;
    }
    .tmm .rich-text__wrapper {
        width: 100%;
    }
    .tmm .rich-text__buttons a {
        padding-block: 20px;s
        font-size: 20px;
    }

}



/* ===============================================
            TMM page Styling End
=================================================*/


/* ===============================================
           Monthly Prize Draw
=================================================*/


.prize-leter .inline-richtext {
    font-size: 36px;
    font-family: 'Roboto Light';
    font-weight: 600;
    font-family: 'Roboto Light';
}



@media(max-width:749px){
    .prize-leter .inline-richtext {
        font-size: 26px;
        line-height: 35px;
    }
    .prize-leter .newsletter__wrapper {
        padding-inline: 15px;
    }
    .prize-leter .newsletter__subheading p{
        font-size: 16px;
        line-height: 22px;
    }
}








/* ===============================================
           Monthly Prize Draw End
=================================================*/




/* ================================== Blog Page Styling Start Here ============================================= */




.template-blog .Shave-Blogs .main-page-title{
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.template-blog .Shave-Blogs .blog-articles {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
.template-blog .Shave-Blogs .blog-articles .blog-articles__article{
  width: 100%;
}
.custom-blog-layout .pagination__item-arrow{
  background: transparent;
}
.custom-blog-layout .pagination__item-arrow svg{
  width: 24px;
}
.custom-blog-layout .pagination__item--current{
  background-color: #e2e8f0;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

@media(max-width:768px){
  .Shave-Blogs.main-blog .page-header{
    margin-bottom: 24px;
    margin-top: 24px;
  }
}

.recent-post-info a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.modern-article-card .modern-card-title a{
    font-size: 16px;
    font-family: 'Roboto Medium';
}

.modern-card-header .modern-card-share svg{
    fill: #000;
}

.blog-articles .modern-card-excerpt p a{
    color: #000;
}
.modern-card-excerpt h1,
.article-template__content h1{
    font-size: 36px;
    font-family: 'Urbanist Medium' !important;

    
} 

@media(max-width:749px){
    .modern-card-excerpt h1, .article-template__content h1 {
        font-size: 24px;
        font-family: 'Urbanist Medium' !important;
        line-height: 30px;
    }
    .Shave-Blogs.main-blog {
        padding-inline: 15px !important;
    }
    .page-delivery-information .main-page-title {
        font-size: 26px !important;
        padding-top: 10px;
    }
     .page-delivery-information .page-width{
        padding-bottom: 0;
    }
}


/* ================================== Blog Page Styling End Here ============================================= */


.page-delivery-information .main-page-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding-top: 20px;
    margin: 0;
}






/* ===========================================
                About US
============================================*/
.ab-column .multicolumn-card .media{
    padding-bottom: 35px !important;
}

.ab-column .multicolumn-list {
    max-width: 75%;
    margin: 0 auto;
}


.ab-text  .rich-text__wrapper .rich-text__text {
    max-width: 75%;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 10px;
    font-size: 16px !important;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.02rem;
}

.ab-text .h1{
    font-size: 36px !important;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
}
.ab-text .h2{
    font-size: 22px !important;
    font-weight: 300;
    color: #666;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ab-column .center a::after,
.ab-column .center a::before{
    display: none;
}
.ab-column .center a{
    margin:10px;
    background: #1d293d;
    border: 1px solid #1d293d;
}
.ab-column .center a:hover{
    background: #fff;
    color: #1d293d;
}

.ab-column .inline-richtext{
    font-size: 18px;
    font-weight: 600;
}

.ab-column .multicolumn-list .multicolumn-card__info p{
    font-size: 16px !important;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.02rem;
    line-height: 24px;
}


@media(max-width:749px){
    .ab-text .h1 {
        font-size: 26px !important;
        max-width: 80%;
        margin: 0 auto;
    }
    .ab-text .rich-text__wrapper {
        width: 100%;
        padding-inline: 15px !important; 
    }
    .ab-text  .rich-text__wrapper .rich-text__text {
        max-width: 100%;
        letter-spacing: -0.03rem;
    }
    .ab-column .multicolumn-list {
        max-width: 100%;
    }
    .ab-text  .section-template--28756961886541__rich_text_4xfkxp-padding {
        padding-bottom: 25px !important;
    }
    .ab-column .center a {
        min-height: 44px;
    }
    
}
/* ===========================================
                About US End
============================================*/