/** Shopify CDN: Minification failed

Line 1462:3 Unexpected "`"

**/
/* Root Fonts */
.heading, .blockquote, .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6, .rte blockquote, p, a, span, .button, button {
  font-family: 'Albert Sans' !important;
}
.custom-font { 
  font-family: 'Albert Sans'; 
}


.announcement-bar__message {
    padding: 10px 0;
}
.announcement-bar__message {
    font-weight: 500;
}
.section_heading_text em {
    font-weight: 400;
}

.slideshow_heading {
    margin: 0 !important;
    font-weight: 600;
}
.content.slideshow_content {
    color: #fff;
    font-weight: 400;
    margin: 0 0 8px;
}
.slideshow-button .button {
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
}

/* TEXT WITH ICONS SECONDARY */
section.section.text-with-icon-secondary {
    margin-top: 3rem;
}
.text-with-icon-sec-inr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-with-icon-sec-inr .text-with-icons__content-wrapper {
    text-align: left;
    margin-left: 10px;
}
.text-with-icon-sec-inr .text-with-icons__content-wrapper .heading {
    margin-bottom: 5px;
  color: #785C91;
  font-size: calc(var(--base-font-size) + 3px);
    font-weight: 500;
}
.text-with-icon-sec-inr .text-with-icons__content-wrapper p {
    margin-top: 0;
    line-height: 1.2;
    color: #707070;
    font-size: 14px;
}
.text-with-icon-secondary .text-with-icons__icon-wrapper {
    margin-bottom: 0;
}

/* VIDEO WITH TEXT SECTION */
.dreamy-stories-inr {
    display: flex;
    align-items: stretch;
}
.dreamy-stories-inr_header {
    display: flex;
    align-items: center;
    position: relative;
}
.dreamy-stories-inr_header svg.feather-svg-1 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -120px;
}
.dreamy-stories-inr_header svg.feather-svg-2 {
    position: absolute;
    left: -80px;
    top: 50px;
}
.dreamy-stories-inr_header header {
    z-index: 1;
}
.dreamy_stories-video-img {
    flex: 0 0 65%;
    width: 65%;
}
/* .dream_sto-vdo-img-inr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
} */
.dream_sto-vdo-wrp .video-section, .dream_sto-img-wrp .image-wrap {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}
.dream_sto-vdo-wrp external-video.video-wrapper, .dream_sto-img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.dream_sto-vdo-wrp .video-wrapper__poster-content {
  width: 100%;
  display: none;
}
.dreamy-stories-inr header.section__header {
    text-align: left;
    padding-right: 2rem;
}
.dreamy-stories-inr header.section__header .heading {
    color: #250641;
    margin: 0 0 20px;
}
.dreamy-stories-inr header.section__header p {
    line-height: 1.4;
    /* font-size: 18px;
    color: #0A0212; */
}
.dream_sto-vdo-wrp.slick-slide {
    padding-inline: 10px;
}
.dream_sto-vdo-img-inr .slick-list {
    margin-inline: -10px;
}
.dream_sto-vdo-img-inr:not(.slick-initialized) .dream_sto-vdo-wrp:not(:first-child){
  display: none;
}
.dream_sto-vdo-img-inr .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  width: 20px;
  height: 20px;
}

header.section__header .heading {
    margin-bottom: 0;
    color: #250641;
    font-weight: 400;  
}
header.section__header p {
    margin-top: 10px;
    line-height: 1.3;    
}

/* NEWSLETTER SECONDARY */
.newsleter-secondary-iner {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
}
.newsleter-secondary-iner .newsletter-sec-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
}
.newsletter-sec-form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.news-sec-form-inr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
    background-color: #F9F7FB;
    padding: 6rem 4rem 4rem;
    border-radius: 10px;
}
.news-sec-form-inr-div header.section__header {
    text-align: left;
}
.news-sec-form-inr-div .heading {
    margin: 0;
    color: #250641;
}
.news-sec-form-inr-div .content {
    font-size: 18px;
    color: #6F6B74;
    line-height: 1.3;
}
.news-sec-form-inr-div .newsletter__form {
    margin: 0;
}
.news-sec-form-inr-div .newsletter__form .input-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.news-sec-form-inr-div .newsletter__form .input-row .mail-input-field {
    max-width: 450px;
    width: 100%;
    background: #fff;
    border: 1px solid #F2EDF7;
    border-radius: 10px;
    color: #969696;
}
.news-sec-form-inr-div .newsletter__form .input-row button.button {
    background: transparent linear-gradient(90deg, #4B3164 0%, #250641 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
}
.news-sec-form-left-img {
    position: absolute;
    top: -49px;
    left: -75px;
}
.news-sec-form-left-img img {
    max-width: 160px;
    width: 100%;
}

/* PRODUCT CARD */
.product-item__cta-wrapper button.product-item__cta {
    background: transparent linear-gradient(90deg, #4B3164 0%, #250641 100%) 0% 0% no-repeat padding-box;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: calc(var(--base-font-size) + 1px);
    padding: 0;
}

/* BLOG POSTS */
.article-item__content .article-item__category.heading {
    font-size: calc(var(--base-font-size) - 1px);;
    font-weight: 400;
    line-height: 1.4;
    color: #707070;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.article-item__content .article-item-link {
    font-size: 16px;
    color: #785C91;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 15px;
    display: inline-block;
}
h3.article-item__title.heading.h4 {
    margin: 0 0 10px;
    line-height: 1.3;
}
.article-item__excerpt.text--small {
    line-height: 1.3;
    color: #707070;
}

/* == COLLECTION PAGE === */
/* COLLECTION LIST */
.coll_page_coll-wrap {
    margin: 4rem 0 1rem;
}
.coll_page_coll_inr {
    display: flex;
    justify-content: center;
}
.coll_page_coll_inr .coll_page_coll_btn {
    margin-inline: 15px;
    font-size: 20px;
    color: #0A0212;
    padding-right: 35px;
    position: relative;
    padding-bottom: 6px;
    font-weight: 500;
}
.coll_page_coll_inr .coll_page_coll_btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #E8E6EA 0% 0% no-repeat padding-box;
    left: 0;
    border-radius: 10px;
}
.coll_page_coll_inr .coll_page_coll_btn.matched {
    color: #250641;
    font-weight: 600;
}
.coll_page_coll_inr .coll_page_coll_btn.matched:after {
    background: #785C91 0% 0% no-repeat padding-box;
}
.product-item-meta .meta_extra_text {
    margin-bottom: 5px;
}
.product-item-meta span.price.price--highlight {
    font-weight: 600;
    color: #44295e;
}
.product-item-meta span.price.price--compare {
    color: #6F6B74;
    letter-spacing: -0.5px;
}

span.product_save_of_price .label--highlight {
    background: transparent;
    color: #367638;
    display: block;
}
p.product-top-layer-text.h6 {
    margin: 0;
    font-weight: 500;
    color: #191E1F;
}
span.label.label--highlight.top-saving-text {
    display: none;
}
.product-item-meta .price {
    font-weight: 600;
    color: #44295e;
    font-size: var(--heading-h5-font-size);
}
product-item .product-item-meta .price--compare.mrp_price {    
  font-size: calc(var(--heading-h5-font-size) + 1px);
  font-weight: 400;
}
.product-item-meta__price-list-container .m-0 {
    color: #785C91;
    font-weight: 500;
}


/* FAQ */
.faq__wrapper .faq__item {
    margin: 17px 0;
    border: 0;
    background: #F4F4F4;
    border-radius: 10px
}
.faq__wrapper .faq__item button.collapsible-toggle {    
    padding-top: 12px;
    padding-bottom: 12px;
    color: #0A0212;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.faq__wrapper .faq__item button.collapsible-toggle[aria-expanded="true"] {
    font-weight: bold;
}
.faq__wrapper .faq__item .collapsible__content p{
    /* font-size: 14px; */
    color: #241410;
    /* line-height: 1.3; */
}
.faq__wrapper .faq__item  span.animated-arrow svg {
    transition: all 0.3s ease;
}
.faq__wrapper .faq__item button.collapsible-toggle[aria-expanded=true] span.animated-arrow svg {
    transform: rotate(180deg);
}


/* ABOUT PAGE */
.image-with-text__content .heading.h3 span {
    font-style: italic;
    font-weight: 400;
}
.rich-text-section p {
    margin: 0;
    line-height: 1.3;
}
.your-comfort_wrapp .yc_item {
    margin-top: 3rem;
}
.your-comfort_wrapp .yc_item:first-child {
    margin-top: 0;
}

/* CONTACT PAGE */
.contact {
    margin: 3rem 0;
}
.contact__text-list {
  grid-template-columns: none;
}
.contact__text-list {
    border: none;
    background-color: #F9F7FB;
    border-radius: 10px;
    padding-inline: 50px;
    position: relative;
}
.contact__text-item .heading, .contact .section__header .heading {
    font-size: 34px;
    font-weight: 300;
    color: #785C91;
    letter-spacing: -1px;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}
.contact__text-item .heading.heading--small{
    font-size: 18px;
    text-transform: none;
}
.contact__text-item .get-in-touch-block{
    margin-top: 40px;
}
.contact .section__header p {
    color: #250641;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.get-in-touch-block .d-flexx {
    display: flex;
    margin-bottom: 40px;
}
.get-in-touch-block .d-flexx:last-child {
    margin-bottom: 30px;
}
.get-in-touch-block .d-flexx .img-wrap {
    min-width: 58px;
    height: 58px;
    background-color: #EFE9F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    margin-right: 20px;
}
.get-in-touch-block .d-flexx .img-wrap img{
  margin: 0;
}
.get-in-touch-block .img-wrap-blank {
  width: 58px;
  margin-right: 20px;
}
.get-in-touch-block .text-wrap h3 {
    margin: 0;
    color: #785C91;
    font-size: 20px;
    line-height: 1.4;
}
.get-in-touch-block .get-in-touch-block-text {
    margin: 0;
    font-size: 16px;
    color: #707070;
    letter-spacing: -0.5px;
    font-weight: 400;
}
.get-in-touch-block .get-in-touch-block-text a {
    text-decoration: none;
}
.contact__text-list-top_img {
    position: absolute;
    top: -9%;
    left: -12%;
}
.contact__form.form .input__field {
    background: #F9F7FA;
    border-color: #F2EDF7;
    font-size: 16px;
    color: #808080;
    font-weight: 300;
}
.contact__form.form .input__field:focus {
  box-shadow: none;
}
.contact__form.form .input__label {
    font-size: 16px;
    color: #808080;
    background: transparent;
    font-weight: 300;
}
.contact__form.form .input.email-field {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.contact__form.form .input.email-field .email-field_input,
.contact__form.form .input.email-field .phone-field_input{
    width: 50%;
    position: relative;
}
.contact__form.form button.form__submit {
    max-width: 112px;
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    background: transparent linear-gradient(90deg, #4B3164 0%, #250641 100%) 0% 0% no-repeat padding-box;
}
@media (min-width: 1000px) {
  .contact__main { max-width: 800px; }
  .contact__main .contact__form { max-width: 100%; }
  .contact__aside { max-width: 500px; width: 100%; margin-inline-end: 50px; }
  .product-item-meta .price {
    font-size: calc(var(--heading-h5-font-size) - 2px)
  }
  product-item .product-item-meta .price--compare.mrp_price {
    font-size: calc(var(--heading-h5-font-size) - 1px)
  }
}

/* PDP PAGE */
.product {
  margin-inline: 0;
}
.product-form {
  row-gap: 0;
}
.product-form > div {
    margin-bottom: 10px;
}
.product-meta__title.heading {
    font-size: calc(var(--heading-h3-font-size) - 6px);
    color: rgb(var(--heading-color));
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 8px;
    display: block;
    background-color: #f9f7fb;
    max-width: max-content;
    position: relative;
    padding: 8px 18px;
    border-radius: 10px;
}
.product__info .short_desc{
  margin: 0;
}
.product__info .product-meta p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.3;
    color: #707070;
}
.product__info .product-meta p.default_price_set,
.product-sticky-form p.default_price_set{
  color: #785C91;
  font-weight: 500;
  margin: 0;
  font-size: 18px;
}
.product-sticky-form .sticky_price_wrapper .default_price_set{
  flex: 0 0 100%;
  margin: 0;
}
.product__info .product-form__add-button {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    background: transparent linear-gradient(90deg, #4B3164 0%, #250641 100%) 0% 0% no-repeat padding-box;
}
.product-form__add-button[disabled]:not([aria-busy="true"]){
  background: gray;
}
.faq__wrapper.pro-info-colp-tab {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.faq__wrapper.pro-info-colp-tab .faq__item {
    border-top: 1px solid #E7E7E8;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.faq__wrapper.pro-info-colp-tab:last-child .faq__item {
  border-bottom: 1px solid #E7E7E8;
}
.faq__wrapper.pro-info-colp-tab button.collapsible-toggle {
    color: #785C91;
    font-size: 18px;
    font-weight: 600 !important;
    padding-top: 14px;
    padding-bottom: 14px;
}
.collapsible__content .meta-benefits {
    background: #F9F7FB;
    border-radius: 5px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 10px;
}
.collapsible__content .meta-benefits-item {
    margin-inline: auto;
}
.collapsible__content .meta-benefits-item img.meta-benefits-item-img {
    margin-inline: auto;
    margin-block: 0;
}
.collapsible__content p.meta-benefits-item_content {
    margin-top: 10px;
    line-height: 1.2 !important;
    color: #785C91 !important;
}
.product_grid_thumnail .product__thumbnail-list-inner {
  grid-auto-flow: unset;
  grid-template-columns: 1fr 1fr;
}
/* MULTI COL SECONDARY */
.multi-col-secondary .multi-column__inner {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.multi-col-secondary .heading {
    color: #785C91;
    margin-bottom: 0;
}
.multi-col-secondary p {
    color: #141414;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.multi-column-botom-img-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    text-align: center;
    max-width: 90%;
    margin-top: 20px;
    margin-inline: auto;
}
.mcgimg-text {
    max-width: 120px;
    margin: 0 auto;
}
.mcgimg-text .heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.mcgimg-text .heading span {
    font-weight: 500;
}
.multi-col-secondary .multi-column__text-container .heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.multi-column__text-container .heading.h5 {
    margin-bottom: 8px !important;
}
.multi-column__text-container p {
    line-height: 1.3;
}

.multi-col-slider .slick-list {
    margin: 0 -10px;
}
.multi-col-slider .slick-slide {
    margin: 0 10px;
}
.multi-col-slider {
    padding: 0 20px;
}
.multi-col-slider button.slick-prev {
    position: absolute;
    left: -15px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 3;
}
.multi-col-slider button.slick-next {
    position: absolute;
    right: -15px;
    top: 40%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 3;
}

/* TWO COLUMN SECTION */
.two-col-sec-inr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.two-col-sec-inr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: flex;
}

/* IMAGE WITH TEXT SECONDARY */
.image-with-text-secondary .image-with-text__content .heading {
    margin: 0 0 15px;
}
.img-wth-text_col_wrap {
    margin-top: 20px;
}
.img-wth-text_col_wrap .heading {
    font-size: calc(var(--base-font-size) + 3px);
    color: #785C91;
    margin: 0 0 5px;
}
.img-wth-text_col_wrap-inr {
    background-color: #F5F0FA;
    border: 1px solid #E8E7F0;
    border-radius: 14px;
    padding: 14px 50px 14px 14px;
    position: relative;
    margin: 0 0 1.5rem;
}
.img-wth-text_col_wrap-inr .img-with-text_col_icon_img {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    top: 10px;
    margin: 0 !important;
    border-radius: 50px;
    object-fit: contain;
}
.image-with-text__text-wrapper {
    line-height: 1.3;
    color: #808080;
    font-size: calc(var(--base-font-size) - 1px);
    margin: 0;
}
.img-with-text_col_content {
    line-height: 1.3;
    font-size: calc(var(--base-font-size) - 1px);
    color: #808080;
    max-width: 350px;
    width: 100%;
}
.img-with-text_col_content li {
    padding: 0 0 8px !important;
    list-style: disc;
}
.img-with-text_col_content li:last-child {
    padding-bottom: 0 !important;
}
image-with-text-item.text--left {
    text-align: left;
}
.section_heading_text p {
    margin: 0 !important;
}


@media (min-width: 1000px) {
  .product .product__media {
    width: 55%;
    padding: 0 !important;
  }
  .product__info {
    width: 42%;
  }
  .product_grid_thumnail .product__thumbnail {
    width: 100%;    
  }
}



/* FOOTER  */
.footer__item.footer__item--newsletter {
  margin-top: -25px;
}
p.footer__item-title.heading {
    font-size: calc(var(--base-font-size) + 3px);
    color: #785C91;
    letter-spacing: 2.5px;
}
.footer__item.footer__item--newsletter p {
  color: #785C91;
  margin: 15px 0 0 !important;
  font-weight: 500;
  margin: 0 !important;
}
.footer__newsletter-form.form .input__field {
    border-radius: 6px;
    background: #fff;
    padding-left: 32px;
}
.footer__newsletter-form.form .input__field:focus {
    border-color: transparent;
    box-shadow: none;
}
.footer__newsletter-form.form {
    margin: 10px 0 10px;
}
.footer__newsletter-form.form button.input__submit-icon {
  background: #d6cdde;
    height: 75%;
    padding: 0 12px;
    right: 8px;
    border-radius: 6px;
}
.footer__copyright {
    width: 100%;
    justify-content: center;
}
.footer li.social-media__item {
    box-shadow: none;
}
.footer li.social-media__item:before {
    display: none;
}
.footer li.social-media__item svg {
    color: #775C91;
}
.static_countrycode{
  position: absolute;
  left: 0;
  transform: translateY(0);
  top: calc((var(--form-input-field-height) / 2) - .5em);
  /* color: rgba(var(--text-color), .7); */
  white-space: nowrap;
  padding: 0 5px;
  line-height: 1;
}

/* === */
.aiwtcw-head {
  font-size: calc(var(--heading-h4-font-size) - 2px);
}
.abuot-img-w-t-c-w .image-with-text__text-wrapper {
  line-height: 1.5;
}

.founder-vision-iner {
  align-items: initial;
}
.founder-vision-iner .image-with-text__content-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  background-image: url('/cdn/shop/files/Group_468182.png?v=1712062604');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yc_item-button.button {
    text-transform: capitalize;
    background: transparent linear-gradient(90deg, #4B3164 0%, #250641 100%) 0% 0% no-repeat padding-box;
}

.foter_accor_icon {
    position: relative;
}
.foter_accor_icon:before {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #785C91;
    height: 12px;
    width: 1px;
  transition: all 0.3s ease;
}
.foter_accor_icon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #785C91;
    width: 12px;
    height: 1px;
}
.active .foter_accor_icon:before {
    height: 0;
}

.product-item__cta {
    padding: 0;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    line-height: 40px;
    letter-spacing: 0.5px !important;
}

/* TEXT WITH ICON STICKY */
.shopify-section--text-with-icon-sticy {
    /* position: sticky;
    top: calc(var(--header-height) + 1px);
    z-index: 5;
    margin-top: 1px; */
}
.sticky_container {
    max-width: 650px;
    padding: 0 24px;
    margin: auto;
}
.text-with-icon-sticky-list {
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 -5px;
}
.text-with-icon-sticky-list .meta-benefits-item {
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.text-with-icon-sticky-list .meta-benefits-item_content {
    margin: 0;
    line-height: 1.2;
}
.text-with-icon-sticky-list .meta-benefits-item svg,
.text-with-icon-sticky-list .meta-benefits-item img {
    margin-right: 8px;
    max-width: 28px;
}

.model_content_wrapper .select-wrapper svg path {
    stroke: #b3b3b3;
}
.custom-size-form-error {
    color: #ec3e3e;
    font-weight: 600;
    font-size: calc(var(--base-font-size) + 1px);
    margin: 6px 0;
}

.footer__item-content .input__label {
  background: transparent;
  left: 32px;
}
.footer__item-content :focus-within~.input__label,.footer__item-content .is-filled~.input__label{
  transform: scale(.733) translateY(calc(-24px - .5em)) translate(calc(3.665px - 32px));
}

.custom-heading-option {
    font-weight: 400;
}

.product-item-meta__price-list-container .pricepernight {
    font-size: calc(var(--heading-h5-font-size) - 8px);
    color: #282828;
    display: block;
}
.product-item-meta__price-list-container .price-list--centered {
    justify-content: flex-start;
}
.product-meta__price-list-container .mrp_price,
.product-meta__price-list-container .mrp-label {
    font-size: calc(var(--base-font-size) + 5px);
}
.custom_selector .size_guidebutton {
    padding-inline: 10px;
    margin-left: auto;
}


.contact__buttons_main a svg {
    fill: #fff;
    max-width: 25px;
    max-height: 30px;
}

.contact__buttons_main {
  top: 50%;
  z-index: 999;
  line-height: 1;
  position: fixed;
  background: #265189;
  padding: 10px 14px;
  align-items: center;
  box-shadow: 0 0 10px #0000001a;
  border-radius: 88px;
  bottom: 100px;
  left: auto;
  top: auto;
  right: 25px;
}
.popin_stickybtn_wrapper{
  top: 50%;
  z-index: 999;
  line-height: 1;
  position: fixed;
  background: #265189;
  padding: 10px 14px;
  align-items: center;
  box-shadow: 0 0 10px #0000001a;
  border-radius: 88px;
  bottom: 100px;
  left: auto;
  top: auto;
  right: 25px;  
  color: #fff;
}
.popin_stickybtn_wrapper .popin_btn_sticky{
  display: flex;
  align-items: center;
}
.popin_stickybtn_wrapper .golive-animation .pulse{
  position: absolute;
  opacity: 0;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 25px;
  animation-name: golive-scale-fade;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  top: 16px;
  left: 18px;
}
.popin_stickybtn_wrapper .golive-animation .pulse.two{
  animation-delay: 0.25s;
}
.popin_stickybtn_wrapper .golive-animation .pulse.three{
  animation-delay: 0.55s;
}
.wa-chat-btn-fixed {
  position: fixed;  
  cursor: pointer;
}
.wa-chat-btn-fixed a {
  display: flex;
  align-items: center;
}
body .wa-splmn-chat-btn-offset,
body .contact__buttons_main,
.popin_stickybtn_wrapper{
  background: #25063f;
  padding: 10px;
  right: -120px;
  transition: all 0.5s;
  box-shadow: none;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 8;
  border: 1px solid #fff;
}
body .wa-splmn-chat-btn-offset{
  transform: translateY(-50%);
  bottom: 150px;
}
body .contact__buttons_main{
  right: -165px;
  padding: 10px 16px;
  transform: translateY(-50%);
  bottom: 210px !important;
}
.popin_stickybtn_wrapper .button_text{
  margin-left: 15px;
}
.popin_stickybtn_wrapper{
  right: -152px;
  padding: 10px 16px 10px 16px;
  transform: translateY(-50%);
  bottom: 270px !important;
 
}
@media(min-width : 1024px){
  body .wa-splmn-chat-btn-offset:hover,
  body .contact__buttons_main:hover,
  .popin_stickybtn_wrapper:hover{
    right: 0;
  }
}
@media(max-width : 767px){
 .popin_stickybtn_wrapper{
    right: -142px;
 }
}
body .contact__buttons_main a{
  display: flex;
  align-items: center;
}
body .wa-splmn-chat-btn-offset img{
  width: 30px;
  height: 30px;
}
body .contact__buttons_main svg{
  max-width: 25px;
  max-height: 29px;
}
body .wa-splmn-chat-btn-offset span,
body .contact__buttons_main span{
  margin: 0 10px;
}
body .wa-splmn-chat-btn-offset span:after{
  content: 'Whatsapp Us';
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
body .contact__buttons_main span:after{
  content: 'Talk to an Expert';
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.product-form__add-button .selectsize_label{
  display: none;
}
.product-form__add-button[disabled]:not([aria-busy="true"]) .selectsize_label{
  display: block;
}
.product-form__add-button[disabled]:not([aria-busy="true"]) .hastochange{
  display: none;
}

[createcustomerform] .input__field[name="phone"]{
  padding-left: 35px;
}
[createcustomerform] .input__label[for="phone"]{
  padding-left: 25px;
}
[createcustomerform] :focus-within~.input__label,
[createcustomerform] .is-filled~.input__label{
  padding: 0 5px;
}

@keyframes golive-scale-fade {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(4);
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.liveshop-button-wrapper .Pop_Video_Call_pdppage{
  width: 100%;
  color: #2e1049;
  font-family: 'Gotham';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  border-radius: 8px !important;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid;
  min-height: 48px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.liveshop-button-wrapper .Pop_Video_Call_pdppage .golive-animation{
  display: flex;
}

@media (max-width: 1200px) {
  .newsleter-secondary-iner {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .newsletter-sec-form {
    margin-top: -20px;
    width: 91%;
    margin-inline: auto;
  }
  .news-sec-form-left-img {
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px
  }
  .news-sec-form-inr {
    position: static;
    transform: none;
    padding: 4rem 3rem 3rem;
  }
}

@media (min-width: 1000px) {
  .image-with-text-secondary .image-with-text__image-wrapper {
    width: calc(var(--grid-column-width) * 9 + (var(--grid-gap) * 9));
    margin-inline: 0;
  }
  .image-with-text-secondary .image-with-text__wrapper {
    align-items: end;
  }
  .image-with-text-secondary .image-with-text__wrapper {
    padding: 0;
  }
  .footer {
    padding-block-end: 25px;
  }
  .foter_accor_icon {
    display: none;
  }
}

@media (max-width: 999px) {
  aside.contact__aside { margin-top: 6rem; }
  .contact__form.form .input.email-field { flex-direction: column; }
  .contact__form.form .input.email-field .email-field_input, .contact__form.form .input.email-field .phone-field_input { width: 100%; }
  .contact__form.form button.form__submit { max-width: 100%; font-size: 14px; }
  .contact__text-list-top_img img { max-width: 90px; width: 100%; height: auto; }
  .contact__text-list-top_img { top: -5%; left: -7%; }
  .contact__text-list { padding-inline: 20px; }
  .contact__text-item .heading, .contact .section__header .heading { font-size: 28px; line-height: 1.3; }
  .get-in-touch-block { margin-top: 1.5rem; }
  .two-col-sec-inr { grid-template-columns: 1fr; }
  .multi-col-secondary .multi-column__inner--scroller { grid-auto-columns: auto !important; }
  .multi-col-inr-slider.multi-column__inner { display: block; min-width: auto; }
  .multi-col-inr-slider .multi-column__text-container { text-align: left; }
  .mcgimg-text { display: flex; }
  .multi-column-botom-img-text { max-width: 100%; gap: 10px; }
  .mcbimg-t-1, .mcbimg-t-2 {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .mcbimg-t-1 img, .mcbimg-t-2 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: flex;
    margin-right: 10px;
  }
  .product_grid_thumnail .product flickity-controls.product__media-nav {
    display: none;
  }
  image-with-text.image-with-text .container {
    padding: 0;
  }
  .image-with-text-secondary .image-with-text__wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .img-wth-text_col_wrap {
    display: none;
  }
  .img-wth-text_col_wrap.mobile {
    display: block;
  }
  .img-wth-text_col_wrap { display: flex; flex-wrap: nowrap; overflow-x: scroll; scrollbar-width: none; }
  .img-wth-text_col_wrap-inr { flex: 0 0 70vw; margin-right: 12px; padding-top: 20px; }
  .img-wth-text_col_wrap-inr:last-child { margin-right: 0px; }
  .img-wth-text_col_wrap-inr span.number_blck { top: 15px; }
  .image-with-text-secondary .image-with-text__content .heading.h2 { text-align: center; }
  .image-with-text-secondary .image-with-text__text-wrapper p { text-align: center; }
  .dreamy-stories-inr { flex-direction: column; }
  .dreamy-stories-inr header.section__header { text-align: center; padding-right: 0; }
  /* .dreamy-stories-inr header.section__header p { font-size: 14px; } */
  .dreamy-stories-inr { display: block; }
  .yc_item-button { margin-top: 15px; } 
  .yc_item-text p {
    line-height: 1.3;
    color: #6F6B74;
    font-size: 12px;
  }
  .dream_sto-vdo-img-inr {
    display: block;
  }
  .product-sticky-form {
    background: #fff;
    padding: 10px 0;
  }
  .dreamy-stories-inr_header svg.feather-svg-1 {
    right: 0;
  }
  .product__info .short_desc{
    margin-bottom: 0;
  }
  .dreamy_stories-video-img {
    width: 100%;
  }
  .dream_sto-vdo-img-inr .slick-list {
    padding-right: 20%;
  }
  .text-with-icon-sticky-list .meta-benefits-item {
    padding: 0 5px;
  }
}
@media (max-width: 800px) {
  product-meta .snap_emi_txt .snap_flex_section{
    padding: 0 0px 0 10px !important;
  }
}

@media (max-width: 768px) {
  .newsletter-sec-form {
    margin-top: -30px;
    width: 91%;
    margin-inline: auto;
  }
  .news-sec-form-left-img {
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
  }
  .news-sec-form-inr {
    padding: 2.5rem 1rem 1rem;
  }
  .news-sec-form-inr-div header.section__header {
    margin-bottom: 15px;
  }
  .news-sec-form-inr-div .heading {
      font-size: 20px;
      text-align: center;
  }
  .news-sec-form-inr-div .content {
    font-size: 14px;
    text-align: center;
  }
  .news-sec-form-inr-div .newsletter__form .input-row .input {
    margin-inline: auto;
  }
  .news-sec-form-inr-div .newsletter__form .input-row button.button {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-inline: 50px;
    height: 40px;
  }
  .footer__item.footer__item--newsletter {
    order: -1;
    text-align: center;
    max-width: 100%;
  }
  .footer__item.footer__item--newsletter img {
    margin-inline: auto;
  }
  .footer__item.footer__item--newsletter .social-media {
    justify-content: center;
  }
  .coll_page_coll-wrap {
    margin: 2rem 0 1rem;
  }
  .coll_page_coll_inr {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .coll_page_coll_inr .coll_page_coll_btn {
    font-size: 16px;
    line-height: 1.2;
    padding-right: 10px;
    margin-inline: 15px;
  }
  .faq__wrapper .faq__item button.collapsible-toggle {
    font-size: 14px;
    line-height: 1.2;
  }
  .faq__wrapper .faq__item span.animated-arrow svg { width: 14px; height: 14px; }
  .faq__item .collapsible__content { padding-inline-end: 24px; padding-block-end: 15px; }
  /* .product-list__inner { grid-template-columns: 1fr; } */
  .product-item__cta-wrapper button.product-item__cta { opacity: 1; visibility: visible; line-height: 3.5; }
  .faq { padding: 0 17px; }
  .contact { margin: 0; }
  .get-in-touch-block .d-flexx .img-wrap { width: 40px; height: 40px; }
  .get-in-touch-block .img-wrap-blank { width: 40px; }
  .get-in-touch-block .d-flexx .img-wrap img { width: 20px; height: auto; }
  .get-in-touch-block .text-wrap h3 { font-size: 16px; line-height: 1.3; }
  .get-in-touch-block .get-in-touch-block-text { font-size: 14px; }
  .get-in-touch-block .d-flexx:last-child { margin-bottom: 0; }
  .contact .section__header p { font-size: 12px; line-height: 1.3; }
  .contact header.section__header { margin-bottom: 0; }
  .contact__form.form .input__label { font-size: 14px; }
  .get-in-touch-block .d-flexx { margin-bottom: 25px; }
  .faq__item { padding-inline: 15px; }
  h1.product-meta__title.heading { font-size: calc(var(--heading-h3-font-size) - 4px); }
  .product__info .product-meta p { font-size: 14px; line-height: 1.2; }
  .footer__item-content .linklist__item:not(:first-child) { padding-block-start: 3px; }
  .price-list--centered { justify-content: left; }
  .yc_item-button.button {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-inline: auto;
    width: 100%;
    line-height: 1.4;
    padding: 9px 10px;
  }
  .collapsible__content.text-container {
    padding-right: 0;
  }
  .collapsible__content .meta-benefits {
    padding: 15px 10px;
  }
  .faq__wrapper .faq__item .collapsible__content p.meta-benefits-item_content {
    font-size: 12px;
  }
  .dreamy-stories-inr_header svg.feather-svg-1 {
    bottom: -110px;
    right: 0px;
    width: 230px;
  }
  .dreamy-stories-inr_header svg.feather-svg-2 {
    left: -50px;
    top: -80px;
    width: 160px;
  }
  .product-item-meta__subtitle {
    font-size: calc(var(--base-font-size) - 3px);
    font-weight: 500;
  }
  .product-item-meta__desc {
    font-size: calc(var(--base-font-size) - 3px);
  }
  .product-item-meta__price-list-container .m-0 {
    font-weight: 600;
    font-size: calc(var(--base-font-size) - 3px);
  }
   button.product-item__cta {
    font-size: calc(var(--base-font-size) + 1px);
    line-height: 40px !important;
   }
  .dreamy-stories-inr header.section__header .heading {
    margin: 0 0 8px;
  }
  .dreamy-stories-inr header.section__header p {
    margin-top: 0;
  }
  .dream_sto-vdo-wrp .video-section, .dream_sto-img-wrp .image-wrap {
    height: 400px;
  }
  .section {
    margin: 30px 0;
  }
  .abuot-img-w-t-c-w .image-with-text__content {
    text-align: center;
  }
  .text-with-icon-sec-inr .text-with-icons__content-wrapper .heading {
    font-size: calc(var(--base-font-size) - 3px) !important;
  }  
   .text-with-icon-secondary .text-with-icons__item {
      width: 43%;
  }`
  .text-with-icon-secondary .container.vertical-breather {
    padding-block: 30px;
  }
  .footer__item-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer__item--newsletter {
    grid-column: auto;
  }
  .footer__item.footer__item--links {
    border-bottom: 1px solid #DBDFE6;
    max-width: 100%;
  }
  .footer__item.footer__item--links .footer__item-title {
    margin: 0;
    padding: 8px 0;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .footer__item.footer__item--links .footer__item-content {
    display: none;
    padding: 10px 0;
  }
  .text-with-icon-sticky-list .meta-benefits-item {
    flex-direction: column;
  }
  .text-with-icon-sticky-list .meta-benefits-item_content {
    margin: 5px 0 0;
    font-size: calc(var(--base-font-size) - 4px);
  }
  .text-with-icon-sticky-list .meta-benefits-item svg {
    margin-right: 0;
  }
  .multi-column__item-border:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    background: #EDEAF0;
    height: 2px;
    width: 90%;
    margin-inline: auto;
  }
  .product-meta__title {
    font-weight: 700;
  }
  .text-with-icon-sticky-list .meta-benefits-item svg, 
  .text-with-icon-sticky-list .meta-benefits-item img  {
    margin-right: 0;
    max-width: 24px;
  }
  .text-with-icon-sticky-list{
    padding: 8px 10px;
  }
  .shopify-section--text-with-icon-sticy {
    position: sticky;
    top: var(--header-height);
    z-index: 3;
  }
  .product-item-meta__price-list-container .pricepernight {
    font-size: calc(var(--heading-h5-font-size) - 6px);
  } 
  .news-sec-form-inr-div .custom-heading-option {
    margin-bottom: 10px !important;
  }
}

