/** Shopify CDN: Minification failed

Line 17:0 Expected identifier but found "."
Line 17:10 Expected ";" but found "{"
Line 695:12 Expected ":"
Line 696:12 Expected ":"
Line 1007:35 Expected identifier but found "!"
Line 1007:38 Expected identifier but found "!"

**/
@import url('https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&display=swap')




/* Commong */
.img-fluid{
  max-width:100%!important;
  height:auto!important;
}
.mw-450{
  max-width:450px;
  width:100%;
}

.mt-35{
  margin-top:35px;  
}

/* Mega Menu */
.mega-menu__list{
  grid-template-columns: repeat(4,minmax(0,1fr))!important;
}
.grandchildlink img {
    max-width: 40px;
}

.grandchildlink {
    display: flex!important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #53585A!important;
    font-size: 16px!important;
    line-height: 24px!important;
}

.mega-menu__link--level-2 {
    color: #53585A!important;
    font-family: "Abril Fatface", serif!important;
    font-size: 22px!important;
    line-height: normal!important;
    padding: 0!important;
    margin: 0 0 20px!important;
}



li.header_menu_banner {
    grid-column: 3/5;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

li.header_menu_banner .title {
    font-size: 22px;
    line-height: normal;
    color: #53585A;
    font-family: 'Abril Fatface';
    margin: 0 0 20px;
}

li.header_menu_banner .content {
    font-size: 16px;
    line-height: 24px;
    color: #53585A;
    margin: 0 0 12px;
}

li.header_menu_banner .content_wrap {
    width: 315px;
    overflow: hidden;
}

li.header_menu_banner img {
    width: 100%;
}


/* Custom badge */
.custom_badge span {
    box-shadow: 0 0 4px 0 rgba(255, 131, 151, 0.25);
    width: 62px;
    height: 62px;
    display: flex;
    text-align: center;
    background: white;
    border-radius: 50%;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
}


/* Card Background */
.product-card-wrapper .card__media img {
    filter: contrast(0.9);
    object-fit:contain!important;
}

.hide-desktop{
  display:none;
}
@media all and (max-width:767px){
  .hide-mobile{
    display:none!important;
  } 
  .hide-desktop{
    display:block;
  }
  .banner__media.media.hide-desktop::before {
      padding-bottom: 50%!important;
  }
}


.announcement-bar__message {
   font-family: 'Poppins'!important;
    letter-spacing: 1.4px!important;
    font-size: 13px!important;
    line-height: 20px!important;
    padding: 5px 0!important;
    display: flex;
    align-items: center;
}

/* sepeartor_section */
.sepeartor_section {
    margin-top: 50px!important;
    margin-bottom: 50px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Over rides */
@media all and (min-width:1200px){
  .banner--medium.banner--desktop-transparent .banner__box{
        max-width: 90rem!important;
  }

 .footer__blocks-wrapper .footer-block:nth-child(1) {
    width: 30%;
      margin-right:5%;
  }
  .footer__blocks-wrapper .footer-block:nth-child(2) {
      width: 19%;
  }
  .footer__blocks-wrapper .footer-block:nth-child(3) {
      width: 19%;
  }
  .footer__blocks-wrapper .footer-block:nth-child(4) {
	  margin-left:5%;
      width: 20%;
  }
}
p {
    line-height: normal;
}


/* Header */
@media all and (min-width:1024px){
  .header {
      padding-top: 10px!important;
      padding-bottom: 10px!important;
  }
  .header--middle-left {
    grid-template-columns: auto!important;
  }
  
  .header__inline-menu {
      display: flex!important;
      justify-content: center!important;
  }
  nav.header__inline-menu .list-menu--inline {
      gap: 40px;
  }
}

.header__icon svg {
    color: #FF8397;
}

.header__menu-item span {
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #54585A;
    font-weight: 500;
}
nav.header__inline-menu .list-menu--inline li:nth-child(2)  span,
nav.header__inline-menu .list-menu--inline li:nth-child(2)  svg{
    color: #FF647D;
    /* font-weight: 600; */
}


/* Button Over ride */
.button {
    font-weight: 400!important;
    font-size: 16px!important;
    letter-spacing: 0!important;
    line-height: normal!important;
    min-width: 160px!important;
}



/* Media */
.banner__media {
    background-color: white!important;
}


/* banner_usps  */
.banner_usps {
    background: #EEEEEF!important;
}

.banner_usps .multicolumn-card {
    background: white!important;
    justify-content: center;
}

.banner_usps .multicolumn-card h3 {
    color: #53585A;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 0;
    font-size: 20px;
    line-height: normal;
}

.banner_usps .multicolumn-list {
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    max-width: 1168px;
    margin: auto;
}

.banner_usps .multicolumn-card-spacing {
    max-width: 40px;
    padding-top: 0;
    margin: 0;
}

.banner_usps .multicolumn-card {
    display: flex;
    align-items: center;
}



/*journey_and_story_two  */
.journey_and_story_two .banner__box {
    padding-left: 0;
    max-width: 80rem!important;
}

.journey_and_story_two p {
    color: white;
    max-width: 700px;
}


/* info_statistics  */
.info_statistics .multicolumn-list h3 {
	 font-family: 'Poppins';
	 font-size: 22px;
	 line-height: normal;
	 color: #53585a;
	 letter-spacing: 0;
}
 .info_statistics .multicolumn-card__info p {
	 color: #53585a;
	 font-weight: 700;
	 font-size: 50px;
	 line-height: normal;
	 letter-spacing: 0;
}
 .info_statistics .multicolumn-card__info .rte {
	 margin: 0;
}
 .info_statistics .multicolumn-card__info {
	 text-align: center;
     flex-direction: column-reverse;
    display: flex;
    align-items: center;
}
 .info_statistics .multicolumn-list {
	 max-width: 1048px;
	 margin: auto;
}


/* Rich Text rte */
.banner__text.rte p:not(:first-child),
.rich-text__text.rte p:not(:first-child) {
    margin: 0;
}
.banner__text.rte>*:first-child, 
.rich-text__text.rte>*:first-child {
    margin-bottom: 0;
}

/* Product Card */
.card-wrapper.product-card-wrapper {
    padding: 0 20px;
}
.product-card-wrapper .card__heading {
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px!important;
    line-height: normal;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}
.product-card-wrapper .price--on-sale .price-item--regular {
    font-size: 16px!important;
}

.product-card-wrapper .price{
    margin-top:12px!important;
}
.product-card-wrapper .price * {
    color: #53585A!important;
    /* font-weight: 600!important; */
    letter-spacing: 0;
    font-size: 22px!important;
    line-height: normal;
}
.product-card-wrapper .price-item--last {
    font-weight: 500!important;
  font-family: 'Abril Fatface';
}
.price *{
  letter-spacing: 0!important;
}

/* .product-card-wrapper .card .card__inner .card__media{
  box-shadow: 0px 0px 3px 0px rgba(255,100,125,1);
} */


/* the slides */
  .slick-slide {
      margin: 0 17px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -17px;
  }
.slick-dots {
    bottom: -50px!important;
}

.slick-dots li button:before {
    font-size: 10px!important;
}

.slick-dots li.slick-active button:before {
    color: #FF8397!important;
    opacity: 1!important;
}
/* Testimonial */
section.testimonial_sec {
    margin-top: 60px;
}
.testimonials_wrap {
    margin:50px 0 100px 0!important;
}
section.testimonial_sec .banner__heading {
    margin-top: 0;
}
.testimonials_wrap *{
  letter-spacing:0!important;
}
.testimonial_slide {
    background: #F5F6F7;
    border-radius: 12px;
    padding: 40px;
    position: relative;
}

.testimonial_slide img {
    width: 100px;
    height: 100px;
    /* position: absolute;
    top: -50px; */
}

.testimonial_slide .description p {
    color: #767E86;
    font-size: 16px;
    line-height: normal;
    min-height:72px;
}

.testimonial_slide span.stars {
    color: #FFC107;
    font-size: 20px;
}

.testimonial_slide .name {
    color: #767E86;
    font-size: 20px;
    line-height: normal;
    font-family: 'Poppins';
    font-weight: 400!important;
}

.testimonial_slide .role {
    color: #767E86;
    font-size: 22px;
    line-height: normal;
    margin-top:10px;
}



/* Footer */
.footer-block__heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
}

.footer__copyright {
    margin-top: 0!important;
    padding: 10px 0!important;
}

.footer__content-bottom-wrapper {
    background: #53585A;
}

.footer__content-bottom {
    padding-top: 0!important;
    border: none;
}



.copyright__content {
    color: white;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.footer-block__brand-info .rte *, 
.footer-block__details-content *,
.footer-block__details-content .list-menu__item--link {
    font-size: 16px;
    line-height: normal;
    color: white;
}

.footer-block__details-content .list-menu__item--link {
    padding: 2px 0;
    font-weight: 400;
    text-transform:uppercase;
}


/* Footer Newsletter */
.footer__newsletter_custom{
    margin-top:20px!important;
}
.footer__newsletter_custom .newsletter-form__field-wrapper .field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__newsletter_custom .field:before,
.footer__newsletter_custom .field:after {
    display: none;
}

.footer__newsletter_custom .newsletter-form__field-wrapper .field__input {
    background: white;
    color: black;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px;
}
.footer__newsletter_custom .newsletter-form__field-wrapper .field__input::placeholder,
.newsletter-form__field-wrapper .field__input::placeholder{
    color:black!important;
}
.footer__newsletter_custom{
    margin-left:0!important;
}
.footer__newsletter_custom .newsletter-form {
    margin: 0;
    max-width: 100%;
}
.footer__newsletter_custom button#Subscribe {
    background: #FF8397;
    color: white;
    border: none;
    outline: none;
}

/* Collection Tabs */
.tab {
    display: none;
  }
  .tab_btn {
        margin-top: 20px;
    width: auto;
    display: inline-block;
        border: 2px solid #FFCFD7;
    border-radius: 6px;
    padding: 8px 10px;
  }
  
  .tablinks {
      color:#54585A;
      border: none;
      background: none;
      font-size: 20px;
      line-height: normal;
      cursor: pointer;
      text-transform: uppercase;
      padding: 8px 12px;
      border-radius: 4px;
      font-family: 'Poppins';
      font-weight: 500;
   padding:12px 60px;
  }
.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.tab_btn .tablinks:nth-child(1).active {
    background: #FF647D;
    color: white;
}
.tab_btn .tablinks:nth-child(2).active {
    background: #80B9CA;
    color: white;
}

  
  /* .tablinks.active {
      background: white;
    color: rgba(255, 100, 125, 1);
  } */

  .collection_tabs {
    margin: 0 0 80px;
}

.tab_content_wrapper {
    margin: 50px 0 0;
}

.collection_row {
    /* display: grid;
    grid-template-columns: repeat(4,1fr); */
    display:flex;
    overflow:scroll;
    gap: 30px;
}

@media all and (min-width:1200px){
  .collection_card {
        width: 23.5%;
        min-width: 22.5%;
  }  
}
.collection_card {
    position: relative;
    border-radius:7px;
        overflow: hidden;

}

/* .collection_card:hover .collection_content_wrap {
    opacity: 1;
} */

.collection_content_wrap {
      position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    left: 50%;
    transform: translate(-50%);
    padding: 20px 20px 45px;
    text-align: center;
    opacity: 1;
    transition: .5s ease;
    width: 100%;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.collection_card img.img-fluid {
    display: block;
    width:100%;
    transition:0.5s ease;
  
}
.collection_card:hover img {
    transform: scale(1.03);
}
.collection_content_wrap .title {
    margin: 0;
    color: #FFFFFF;
    font-size: 30px;
    line-height: normal;
    /* font-family: 'Abril Fatface'; */
    
    font-family: "Volkhov", serif;
    font-weight: 400;

}

.collection_content_wrap a {
    border: 1px solid #D8E9EF;
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    line-height: normal;
    transition: 0.5s ease;
}

.collection_content_wrap a:hover {
    background-color: #D8E9EF;
    color: black;
}


/* USP block */
.usp-block img.img-fluid {
    max-width: 100%;
    height: 336px;
    object-fit: cover;
}

.usp-wrapper {
    background: rgba(255, 240, 242, 1);
    padding: 40px 0;
}

.usp-wrapper .page-width {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.usp-block h4 {
    text-align: center;
    margin: 0 0 20px;
    margin-t`: ;
    margin-t`: 0;
    font-size: 26px;
    line-height: normal;
    font-family: Volkhov;
}

.usp-block p {
    color: rgba(159, 159, 159, 1);
    letter-spacing: 0;
}



/* PDP PAGE */
.product {
    letter-spacing: 0;
}

@media all and (min-width:1200px){
  .product > .grid__item {
    width: 50%!important;
    max-width: 50%!important;
  }  

  .product__info-container .price--on-sale .price-item--regular {
    font-size: 20px!important;
    line-height: normal;
  }
  
  .price .price-item {
      font-size: 17px!important;
      line-height: normal;
  }
  .predictive-search__item-content .price .price-item {
    font-size: 20px!important;
  }
  
  .predictive-search__item-content * {
      letter-spacing: 0!important;
  }
}


.product .product__title h1 {
    font-size: 35px;
    line-height: normal;
    font-family: 'Poppins';
    font-weight: 500;
}

.product-form__input .form__label {
    color: rgba(159, 159, 159, 1);
    font-size: 14px;
    line-height: normal;
}

.product-form__input--pill input[type=radio]:checked+label {
    color: rgba(232, 91, 114, 1)!important;
    background-color: white!important;
    border-color: rgba(232, 91, 114, 1);
}



.price--show-badge {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.quantity:after {
    border: 1px solid rgba(232, 91, 114, 1)!important;
    outline: none!important;
    box-shadow: none!important;
}

.quantity__button svg {
    color: rgba(232, 91, 114, 1)!important;
}




/* Prdct Points */
.prdct_points {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0px;
    max-width: 500px;
}

.prdct_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 110px;
}

.prdct_point img {
    max-width: 48px;
}

.prdct_point span {
    font-size: 12px;
    line-height: 18px;
    color: black;
    text-transform: uppercase;
}


/* Size chat Btn */
.prdct_popup_custom {
    margin: 0!important;
}

.prdct_popup_custom span {
    font-size: 14px;
    color: #9F9F9F;
}

.prdct_popup_custom button {
    font-size: 14px!important;
    line-height: normal;
    padding: 0;
    min-height: auto;
    color: #E85B72;
    margin: 0 0 0 5px;
}


/* Size chart modal */
@media all and (min-width:1024px){
  .product-popup-modal__content {
    height: 70vh!important;
    width: 40%!important;
  }
    .size_wrapper img {
    height: 500px;
    margin: auto;
}
}
.product-popup-modal__content-info h1.h2 {
    display: none;
}

.size_wrapper {
    text-align: center;
}

.product-popup-modal__content-info {
    padding-right: 0!important;
}

/*  */
section.certificate_block .page-width {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}

section.certificate_block {
    background: #3B3E40;
    padding: 60px 0;
    border-bottom: 1px solid #FFFFFF80;
}

section.certificate_block .page-width img {
    max-width: 140px;
}

/* Timeline SLider */
.timeline_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.timeline_row .timeline_content p {
    margin: 0;
    font-size: 22.49px;
    line-height: 33.74px;
    max-width: 475px;
    color: #53585A;
}
.timeline_image img {
    max-width: 487px;
    width: 100%;
    height: auto;
}
.sub_title {
    font-size: 18px;
    line-height: 27px;
    color: #75797B;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.year {
    color: #FF647D;
    border: 1px solid #FF647D;
    border-radius: 50px;
    padding: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    cursor:pointer;
}
.year_block.slick-slide.slick-current.slick-active .year {
    background: #FF647D;
    color: white;
}
.timeline-year {
    margin: 0 0 50px;
}



.about_banner .sub_title {
    font-family: 'Abril Fatface';
    font-size: 128px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 112px;
    color: #FF8397;
}


/*  */
@media all and (min-width:1200px){
  .banner_usps .multicolumn-list li:nth-child(even) {
    position: relative;
}

.banner_usps .multicolumn-list li:nth-child(even)::before {
    content: "";
    width: 1px;
    left: 10px;
    height: 70%;
    background: rgba(117, 121, 123, 0.3);
    top: 50%;
    position: absolute;
    z-index: 1;
    transform: translateY(-50%);
}

.banner_usps .multicolumn-list li:nth-child(even)::after {
    content: "";
    width: 1px;
    right: 20px;
    height: 70%;
    background: rgba(117, 121, 123, 0.3);
    top: 50%;
    position: absolute;
    z-index: 1;
    transform: translateY(-50%);
}
  .footer-block__details-content .list-menu__item--link {
    font-size: 16px!important;
    color: white!important;
    text-transform: capitalize;
    padding: 5px 0!important;
}
}


.product-media-container{
  background-color:#f1f1f1!important;
}
.product-media-container .media>img{
  object-fit:contain!important;
}

.header-wrapper--border-bottom {
    border-bottom: none!important;
}

.grid__item.product__media-wrapper .thumbnail[aria-current] {
    border: unset !important;
    box-shadow: unset !important;
}

span.shp-sw_track_n.shp-awbno {
    background: #ff97a8;
}

.shp-alert-message {
    background: #ff97a8;
}

h1.shp-h1.shp-mb-1.shp-mt-2.shp-text-white {
    font-family: 'Poppins';
}

h4.shp-title.shp-mb-0 {
    font-family: 'Poppins';
}

input#scan_order {
    background: #ff97a8 !important;
}

.shipway_div h3 {
    font-family: 'Poppins' !important;
}

.form__field.search__btn button.btn.btn-primary {
    background: #ff97a8 !important;!I;!;
}

a.btn.return__btn.false {
    display: none;
}

.returnable-date__return {
    display: none !important;
}

.returnprime__app .title {
    visibility: hidden;
    position: relative;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (if needed) */
    height: auto; /* Adjust based on your layout */
}

.returnprime__app .title::after {
    content: "Exchange Your Order";
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}




@Media screen and (min-width:1024px){
    .product  .product__info-container div.no-js-hidden {
    margin: 0px 0px 8px;
}
   .product  .product__info-container .product__title {
    margin-bottom: 0px;
}
.product  .product__info-container .swatch-image-wrapper .swatch-image .star-set-image {
    width: 50px !important;
    height: 50px !important;
}
.product  .product__info-container div.product-form__input {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 0px !important;
}
.product .grid__item  .product__media-list li.product__media-item {
    max-height: 350px !important;
  
}



.product .grid__item  .product-media-container .product__modal-opener  .product__media  img.image-magnify-lightbox {
    max-height: 350px !important;
    
}

.product .grid__item .product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient {
    background: none !important;
}
}

@media screen and (max-width:667px){
   .swatches.swatches-type-collections.hover-disabled {
    height: 25px !important;
}

}



 .card-wrapper  .swatches.swatches-type-collections.hover-enabled {
   
    height: 25px !important;
}
