/** Shopify CDN: Minification failed

Line 552:4 Unexpected "{"
Line 552:5 Expected identifier but found "%"
Line 559:4 Unexpected "{"
Line 559:5 Expected identifier but found "%"

**/
.tax-treat-day {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.tax-treat-day_text {
    width: 52%;
    z-index: 9;
    position: relative;
}
.tax-treat-day_batch-inner {
    width: 12vw;
    height: auto;
    position: absolute;
    top: 2vw;
    left: auto;
    right: 0vw;
    object-fit: contain;
}
.tax-treat-day_batch-inner img {
    width: 100%;
    height: 100%;
}
.tax-treat-day .btn-white_primary {
    background: linear-gradient(90deg, rgba(232, 202, 103, 1) 0%, rgba(255, 251, 195, 1) 30%, rgba(255, 251, 195, 1) 70%, rgba(232, 202, 103, 1) 100%);
    height: 4.2vw;
    line-height: 4.2vw;
    min-width: 22vw;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.35vw;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.05vw;
    transition: all 0.2s ease-in-out;
    border-radius: 0.2vw;
    box-shadow: 0px 12px 12px 0px rgba(107,16,65,0.72);
}
.tax-treat-day .btn-white_primary:hover {
    box-shadow: rgba(140,48,104,0.5) 0 0 1px;
    transform: translateY(3px);
}
.tax-treat-day .viral_inner_text,
.tax-treat-day .top_text,
.tax-treat-day .bottom_text {
    position: relative;
}
.tax-treat-day h1,
.tax-treat-day .h1,
.tax-treat-day h2,
.tax-treat-day .h2,
.tax-treat-day h3,
.tax-treat-day .h3,
.tax-treat-day h4,
.tax-treat-day .h4 {
    font-family: 'Hawkins';
    display: block;
    font-weight: 400;
    line-height: 0.8;
    text-transform: uppercase;
}
.tax-treat-day h1,
.tax-treat-day .h1 {
    font-size: 11vw;
}   
.tax-treat-day .bottom_text {
    margin-bottom: 0.35vw;
}
.bottom_text h4,
.bottom_text .h4 {
    font-size: 4.4vw;
}
.description_text {
    margin: 0.35vw 0;
}
.description_text p {
    font-size: 1.75vw;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.tax-treat-day .heading_shadow {
    text-shadow: 1px 8px 12px rgba(64,56,22,0.72);
    position: absolute;
    inset: 0;
    margin: 0;
}
.tax-treat-day .bottom_text .heading_shadow {
    text-shadow: 1px 8px 12px rgba(64,56,22,0.72);
}
.tax-treat-day .heading_gradient {
    position: relative;
    background: #E8CA82;
    background-image: linear-gradient(326deg, rgb(232, 204, 130) 0%, rgb(255, 251, 195) 52%, rgb(232, 202, 130) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.tax-treat-day .tax-treat-day_container {
    width: 100%;
    max-width: 95vw;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    padding: 4vw 0 2vw;
}
.tax-treat-day .tax-treat-day_title {
    position: relative;
    width: 100%;
    max-width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.tax-treat-day .tax-treat-day_image img {
    width: 100%;
    vertical-align: middle;
    height: auto;
}
.tax-treat-day .primary_button_shop {
    margin-top: 1.2vw;
}
.promo-code {
    position: absolute;
    top: 1vw;
    left: 1vw;
    width: 12.25vw;
    height: 12.25vw;
    transform: rotate(-8deg);
}
.promo-code-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.promo-code-text h6 {
    font-size: 1.6vw;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1vw;
    margin-bottom: 1rem;
}
.promo-code-text h4 {
    font-family: inherit;
    font-size: 2.3vw;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.promo-code img {
    width: 100%;
    height: 100%;
}
.small-text {
    font-size: 1.2vw;
    letter-spacing: 0.02vw;
    text-transform: uppercase;
    margin-top: 1.5vw;
}
@keyframes animate {
    0% {
        transform: scale(0.5) rotate(0deg);
    }
    50% {
        transform: scale(1) rotate(180deg);
    }
    100% {
        transform: scale(0.5) rotate(360deg);
    }
}

@media screen and (max-width: 750px) {
.tax-treat-day .tax-treat-day_container {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    padding: 2.5vw 0 0;
}
.tax-treat-day .tax-treat-day_title {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.tax-treat-day h1,
.tax-treat-day .h1 {
    font-size: 22.5vw;
    display: block;
}
.bottom_text h4, 
.bottom_text .h4 {
    font-size: 9vw;
}
.description_text {
    margin: -1vw;
}
.description_text p {
    font-size: 3.7vw;
}
.promo-code {
    width: 23vw;
    height: 23vw;
    top: 0;
    left: inherit;
    right: 1vw;
    bottom: 18vw;
    margin: auto 0;
    transform: rotate(8deg);
}
.promo-code-text h6 {
    font-size: 3vw;
    margin-bottom: 1vw;
}
.promo-code-text h4 {
    font-size: 4.5vw;
}
.tax-treat-day .primary_button_shop {
    margin-top: 2vw;
}
.tax-treat-day .btn-white_primary {
    font-size: 3.2vw;
    padding: 3vw 14vw;
    height: auto;
    border-radius: 2px;
}
.small-text {
    font-size: 2.2vw;
    color: var(--white);
    font-weight: 500;
    margin-top: auto;
}
}
/* end home new banner */

/* home new collectoin tabs */
.introducing_fav .stamped-badge-starrating .stamped-fa {
    color: #ff9cca !important;
}
.introducing_fav span.stamped-product-reviews-badge span.stamped-badge {
    flex-direction: column-reverse;
    margin-top: 10px;
}
.fa-star-half-o::before,
.fa-star-o::before,
.fa-star::before,
.stamped-fa-star-half-o::before,
.stamped-fa-star-o::before,
.stamped-fa-star::before {
    font-size: 13px;
}
.stamped-badge-caption[data-reviews][data-label][data-version="2"]>span {
    text-transform: capitalize;
}
.stamped-badge-starrating {
    justify-content: flex-end;
}
.fav-tabs .tab_link {
  background: #f0f0f0;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-family: "futura-pt";
  font-weight: 500;
  font-style: italic;

  line-height: 1;
  text-transform: capitalize;
  margin: 0 5px;
  padding: 3px 22px;
  border-radius: 3px;
}
.into_product_slider:not(.slick-initialized) div {
    display: none;
}
.into_product_slider .slick-initialized div {
    display: block;
}
.fav-tabs .tab_link.active {
    background-color: #FF9CCA;
    color: #000;
}
.into_product_meta {
    display: flex;
    align-items: flex-end;
    flex: 1;
}
.into_product_title,
.into_product_meta_wrap {
    flex: 1;
    height: auto;
}
.into_product_review span,
.into_product_title p {
    font-size: 12px;
    color: #24221E;
}
.product_link__visual {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.into_product-slide .common-btn {
    background-color: #FF9CCA;
    border: 1px solid #FF76B6;
    font-family: "futura-pt";
    font-weight: 600;
    width: 100%;
    border-radius: 3px;
    color: #000;
}
.into_product-slide .common-btn span {
    font-family: "futura-pt";
    font-weight: 700;
}
.into_product-slide .common-btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.into_product_title h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.into_product_item.product_link {
    border: 1px solid #FF9CCA;
    overflow: hidden;
    box-shadow: 0 2px 2px #0003;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0px 13px;
}
.into_product_meta,
.into_product_link__actions {
    padding: 0 15px;
}
.into_product_badges {
    display: flex;
    justify-content: center;
    width: fit-content;
    position: absolute;
    top: 16px;
    left: 16px;
}
.into_product_badges span {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    font-family: "futura-pt";
    display: block;
    padding: 2px 11px;
    text-transform: uppercase;
    background-color: #FF9CCA;
    border-radius: 3px;
    line-height: 1;
}
.into_product_price del {
    font-family: "futura-pt";
    font-weight: 500;
}
.into_product-slide {
    padding-inline: 15px;
    padding-bottom: 4px;
}
.into_product_review.text-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.introducing_fav-tabs_content ul.slick-dots li {
    background: #D9D9D9;
    border: 0px solid #D9D9D9;
    width: 18px;
    height: 2px;
    margin: 0 3px;
}
.introducing_fav-tabs_content ul.slick-dots li button {
    background: transparent;
    top: -7px;
    position: relative;
}
.introducing_fav-tabs_content ul.slick-dots li.slick-active {
    background: #24221E;
}
.introducing_fav-tabs_content .slick-slider .slick-arrow.slick-next {
    background-image: url('/cdn/shop/files/svg-image-1_d264afac-a0a2-4882-aad9-f70c1e399a8a.svg?v=1741352209');
    right: -35px;
}
.into_product_slider .slick-track {
    display: flex;
}
.into_product_slider.slick-initialized .slick-slide {
    display: flex;
    height: auto;
}
.into_product_slider.slick-initialized .slick-slide>div {
    width: 100%;
}
.into_product_slider.slick-initialized .slick-slide>div,
.into_product_slider.slick-initialized .slick-slide>div>div {
    display: flex !important;
}
.introducing_fav-tabs_content .slick-slider .slick-arrow {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}
.introducing_fav-tabs_content .slick-slider .slick-arrow.slick-prev {
    background-image: url('/cdn/shop/files/svg-image-1_e3b0cc3f-9cd2-4189-8edf-728a4f6812fa.svg?v=1741352202');
    left: -35px;
}
.introducing_fav1 .into_product {
    display: none;
}
.into_product.active {
    display: block;
}
.padding_c_intro {
    padding: 28px 0;
}
.intro_title_ol {
    text-align: center;
}
.intro_title_ol h2 {
    font-size: 32px;
    font-family: "futura-pt";
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}
/* from stylecss start */
.introducing_fav:not(.introducing_fav1) .into_product {
  margin: 0 -30px;
}

.into_product_slider2 {
  padding: 0 30px;
}

.into_product_slider2.swiper .swiper-button {
  width: 30px;
  height: 30px;
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px;
}

.into_product_slider2.swiper .swiper-button::after {
  content: none;
}

.into_product_slider2.swiper .swiper-button-prev {
  background-image: url("/cdn/shop/files/svg-image-1_e3b0cc3f-9cd2-4189-8edf-728a4f6812fa.svg?v=1741352202");
  left: 0;
}
.into_product_slider2.swiper .swiper-button-next {
  background-image: url("/cdn/shop/files/svg-image-1_d264afac-a0a2-4882-aad9-f70c1e399a8a.svg?v=1741352209");
  right: 0;
}
.into_product_slider2 .into_product-slide {
  padding-inline: inherit;
  height: auto;
  display: flex;
}
.common-btn.collection_bytag:hover {
  background-color: #ff9cca;
  border: 1px solid #ff76b6;
  color: #000;
}
.common-btn.collection_bytag {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: futura-pt;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.2vw;
  background-color: #000;
  border: 1px solid #000;
}
.into_product_item.product_link{
    width: 100%;
}
/* from style css file */
@media screen and (max-width: 750px) {
    /* home new collection tabs start */  
    .introducing_fav:not(.introducing_fav1) .into_product {
        margin: 0;
    }  
    .into_product_slider,
    .into_product_slider2 {
        padding: 0 0 35px;
    }
    .into_product_slider2.swiper .swiper-button {
        top: calc(100% - 4px);
        background-size: 21px 19px;
    }
    .into_product_slider2.swiper .swiper-button-next {
        right: calc(50% - 140px);
    }
    .into_product_slider2.swiper .swiper-button-prev {
        left: calc(50% - 140px);
    }
    .introducing_fav .into_product_meta {
        min-height: 68px;
    }
    .fav-tabs .tab_link {
        padding: 8px 10px;
        font-size: 14px;
    }
    .into_product-slide {
        padding-inline: 7px;
    }
    .into_product_meta,
    .into_product_link__actions {
        padding: 0 9px;
    }
    .introducing_fav-tabs_content .slick-slider .slick-arrow {
        top: auto;
        bottom: -17px;
        z-index: 3;
        background-size: 21px 19px;
    }
    .introducing_fav-tabs_content .slick-slider .slick-arrow.slick-prev {
        left: calc(50% - 140px);
    }
    .introducing_fav-tabs_content .slick-slider .slick-arrow.slick-next {
        right: calc(50% - 140px);
    }
    .introducing_fav-tabs_content .slick-dots {
        bottom: -11px;
    }
    {% comment %}  
    .into_product_slider.slick-initialized .slick-slide>div, .into_product_slider.slick-initialized .slick-slide>div>div{
     width: 100%;
    }
    .into_product_item.product_link{
     width: 100%;
    }
    {% endcomment %}
}
@media(max-width:989px) {
    .fav-tabs .tab_link {
        padding: 3px 15px;
    }
}
@media(max-width:1300px) {
    .introducing_fav-tabs_content .slick-slider .slick-arrow.slick-next {
        right: -26px;
    }
    .introducing_fav-tabs_content .slick-slider .slick-arrow.slick-prev {
        left: -26px;
    }
}
@media (max-width: 989px) {
  .fav-tabs .tab_link {
    padding: 3px 15px;
  }
}
@media (max-width: 750px) {
  .into_product_slider,
  .into_product_slider2 {
    padding: 0 0 35px;
  }
  .introducing_fav .into_product_meta {
    min-height: 68px;
  }

  .fav-tabs .tab_link {
    padding: 8px 10px;
    font-size: 14px;
  }

  .into_product-slide {
    padding-inline: 7px;
  }

  .into_product_meta,
  .into_product_link__actions {
    padding: 0 9px;
  }

  .introducing_fav-tabs_content .slick-slider .slick-arrow {
    top: auto;
    bottom: -17px;
    z-index: 3;
    background-size: 21px 19px;
  }

  .introducing_fav-tabs_content .slick-slider .slick-arrow.slick-prev {
    left: calc(50% - 140px);
  }

  .introducing_fav-tabs_content .slick-slider .slick-arrow.slick-next {
    right: calc(50% - 140px);
  }

  .introducing_fav-tabs_content .slick-dots {
    bottom: -11px;
  }
}
@media(max-width:575px) {
    .fav-tabs .tab_link {
        font-size: 12px;
        padding: 8px 10px;
        margin: 0 3px;
    }
    .intro_title_ol h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 430px) {
  .introducing_fav-tabs ul.home_tabs {
    white-space: nowrap;
    overflow: auto;
    padding: 0 0 7px;
    justify-content: flex-start !important;
  }
}
@media(max-width:480px) {
    .into_product_title h3 {
        font-size: 14px;
    }
    .introducing_fav-tabs_content {
        overflow: hidden;
        margin-top: 26px !important;
    }
    .intro_title_ol h2 {
        font-size: 20px;
    }
    .fav-tabs .tab_link {
        padding: 8px 6px;
        margin: 0 3px;
    }
}
@media screen and (min-width: 750px) {
    .into_product_slider2.swiper:not(.swiper-initialized) .into_product-slide {
        width: 53% !important;
    }

    .into_product_slider2.swiper:not(.swiper-initialized) .into_product-slide .into_product_item.product_link {
        width: 95%;
    }
}
@media screen and (min-width: 1100px) {
    .into_product_slider2.swiper:not(.swiper-initialized) .into_product-slide {
        width: 34.6% !important;
    }
}  
/* home new collection tabs ends */
/* home new icons */
.shippingdetails_section {
    padding: 5px 0 40px 0;
}
.shippingdetails_content p {
    font-size: 14px;
    color: #24221E;
    text-transform: uppercase;
    line-height: 1;
}
.shippingdetails_icon {
    margin-bottom: 2px;
}
.shippingdetails_icon img {
  max-width: 38px;
}
@media screen and (max-width: 750px) {
 .shippingdetails_section {
    padding: 5px 0 30px 0;
 }
 .shippingdetails_content p {
    font-size: 12px;
    /* margin-bottom: 17px; */
    font-family: 'futura-pt';
    font-weight: 500;
 }
}
@media(max-width:400px) { 
    .shippingdetails_icon img {
        max-height: 30px;
    }
    .shippingdetails_content p {
        font-size: 10px;
    }
} 
/* home new icons ends */
/* home new promocontent */
.fordinary_vanillavideo_wrapper video {
    width: 100%;
}
.ordinary_vanillavideo_content h2 {
    font-size: 32px;
    font-family: "futura-pt";
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
}
.ordinary_vanillavideo_content p {
    font-size: 18px;
    padding: 15px 0 35px 0;
    color: #000;
}
.ordinary_vanillavideo_wrapper,
.ordinary_wrapper_v {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.ordinary_vanillavideo_wrapper video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ordinary_vanillavideo_content {
    background: #FADBEA;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 100px 110px 100px 80px;
    min-height: 585px;
    color: #000;
}
.ordinary_vanillavideo .btn_wrapper .btn-link {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    font-family: "futura-pt";
    font-weight: 600;
}
.ordinary_vanillavideo .btn_wrapper .btn-link:hover {
   text-decoration: none;
}
.ordinary_vanillavideo {
    padding: 0px 0 17px 0;
    /* margin-bottom:30px; */
}
.ordinary_vanillavideo .video_play_pause {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 8;
    -webkit-transform: translate(-14%, -50%);
    -ms-transform: translate(-14%, -50%);
    transform: translate(-50%, -50%);
}
.ordinary_vanillavideo .video_play_pause img {
    object-fit: contain;
    width: 50px;
    height: 50px;
}
.ordinary_vanillavideo_wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    /* display: none; */
}
.ordinary_vanillavideo_content h2 br {
    display: none;
}
span.tagline {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 0 9px 0;
    font-family: "futura-pt";
    font-weight: 600;
    font-style: italic;
}
@media(max-width:1250px) {
    .ordinary_vanillavideo_content {
        padding: 100px 20px 100px 20px;
    }
}
@media(max-width:1199px) {
    .ordinary_vanillavideo_content {
        min-height: 427px;
    }
}
@media screen and (max-width: 750px) {
 .ordinary_vanillavideo_content {
    justify-content: center;
    padding: 50px 16px 50px;
    min-height: auto;
    align-items: center;
    /* margin-top: -10px; */
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0px;
}
.ordinary_vanillavideo_wrapper, .ordinary_wrapper_v {
    border-radius: 0px;
}
.ordinary_vanillavideo_content h2 {
    font-size: 20px;
    text-align: center;
}
.ordinary_vanillavideo_content h2 br {
    display: block;
}
.ordinary_vanillavideo .video_play_pause img {
    width: 33px;
    height: 33px;
}
.ordinary_vanillavideo_wrapper {
    border-radius: 0;
    margin-inline: -10px;
}
.ordinary_vanillavideo_content p {
    text-align: center;
    max-width: 400px;
    padding: 5px 0 30px 0;

}
.featured_logo_description-n p {
    font-size: 14px;
    line-height: 1.2;

}
.ordinary_vanillavideo {
    padding: 4px 0 10px 0;
    overflow: hidden;
}
.ordinary_vanillavideo .btn_wrapper .btn-link {
    font-size: 14px;
}
.ordinary_vanillavideo_wrapper video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    inset: 0;
}
.ordinary_vanillavideo_wrapper .ordinary_wrapper_v {
    position: relative;
    padding-top: 100%;
}
}
/* home new promocontent ends */
/* home new promobanner  */
  .silky_smoothspring {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .silky_smoothspring_text {
    width: 53%;
    z-index: 9;
    position: relative;
  }
  .silky_smoothspring_batch-inner {
    width: 12vw;
    height: auto;
    position: absolute;
    top: 2vw;
    left: auto;
    right: 0vw;
    object-fit: contain;
  }
  .silky_smoothspring h2,
  .silky_smoothspring .h2 {
    font-weight: 400;
    font-size: 6.6vw;
    line-height: 0.9;
    text-transform: uppercase;
    font-family: "Hawkins";
  }
  .silky_smoothspring .viral_inner_text h2 span,
  .silky_smoothspring .viral_inner_text .h2 span {
    font-size: 6vw;
    font-family: inherit;
    display: block;
  }
  .silky_smoothspring .heading_shadow {
    text-shadow: 8px 5px 7px #420d0d69;
    position: absolute;
    inset: 0;
    margin: 0;
  }
  .silky_smoothspring .heading_gradient {
    background: #e8ca82;
    background-image: linear-gradient(
      326deg,
      rgb(232, 204, 130) 0%,
      rgb(255, 251, 195) 52%,
      rgb(232, 202, 130) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    position: relative;
  }
  .silky_smoothspring_batch-inner img {
    width: 100%;
    height: 100%;
  }
  .silky_smoothspring .btn-white_primary {
    height: 4.2vw;
    line-height: 4.2vw;
    min-width: 22vw;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3vw;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.05vw;
    transition: all 0.2s ease-in-out;
    border-radius: 0.2vw;
    background: linear-gradient(
      90deg,
      rgba(232, 202, 103, 1) 0%,
      rgba(255, 251, 195, 1) 30%,
      rgba(255, 251, 195, 1) 70%,
      rgba(232, 202, 103, 1) 100%
    );
    box-shadow: 3px 6px 13px 0px rgba(107, 16, 65, 0.2);
  }
  .silky_smoothspring .btn-white_primary:hover {
    box-shadow: rgba(138, 57, 111, 0.5) 0 0 1px;
    transform: translateY(3px);
  }
  .silky_smoothspring .primary_button_shop {
    padding-right: 1vw;
  }
  .silky_smoothspring_title p {
    font-size: 1.7vw;
    padding-bottom: 1.3vw;
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.1vw;
    margin-top: 1vw;
    text-transform: uppercase;
    max-width: 41vw;
    margin-inline: auto;
  }
  .silky_smoothspring .viral_inner_text {
    position: relative;
  }
  .silky_smoothspring .subscr-text {
    color: #fff;
    font-size: 1.05vw;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 1vw;
    letter-spacing: 0.06em;
  }
  .silky_smoothspring .silky_smoothspring_container {
    width: 100%;
    max-width: 95vw;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    inset: 0;
    padding: 4vw 0 3vw 0;
  }
  .silky_smoothspring .silky_smoothspring_title {
    width: 100%;
    max-width: 52%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .silky_smoothspring .silky_smoothspring_image img {
    width: 100%;
    vertical-align: middle;
    height: auto;
  }
  .silky_smoothspring .silky_smoothspring_batch_right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .silky_smoothspring .silky_smoothspring_batch_right {
    width: 18vw;
    height: 18vw;
    position: absolute;
    top: auto;
    bottom: -0.2vw;
    right: -1.1vw;
    object-fit: contain;
    z-index: 1;
  }
  .silky_smoothspring .star-img-1 {
    position: absolute;
    inset: 0;
  }
  .silky_smoothspring .star-img-1 img {
    width: 10vw;
    position: absolute;
    animation: animate 3s linear infinite;
    transform-origin: center;
  }
  .silky_smoothspring .star-img-1 img:nth-child(1) {
    top: -4.1vw;
    left: -3.7vw;
  }
  .silky_smoothspring .star-img-1 img:nth-child(2) {
    top: -0.5vw;
    left: 10.2vw;
    animation-delay: 0.5s;
  }
  .silky_smoothspring .star-img-1 img:nth-child(3) {
    top: -3.7vw;
    left: 16.5vw;
  }
  .silky_smoothspring .star-img-1 img:nth-child(4) {
    top: -0.7vw;
    left: auto;
    right: 10vw;
    animation-delay: 0.5s;
  }
  .silky_smoothspring .star-img-1 img:nth-child(5) {
    top: -4.2vw;
    left: 43vw;
  }
  .silky_smoothspring .star-img-1 img:nth-child(6) {
    top: 5.4vw;
    left: 9.6vw;
    animation-delay: 0.7s;
  }
  .silky_smoothspring .star-img-1 img:nth-child(7) {
    top: 2.1vw;
    left: 19.7vw;
  }
  .silky_smoothspring .star-img-1 img:nth-child(8) {
    top: 5.1vw;
    left: 30.8vw;
  }
  @supports (-moz-appearance: none) {
   .silky_smoothspring .star-img-1 {
    top: 9px;
   }
  }
  @keyframes animate {
    0% {
      transform: scale(0.5) rotate(0deg);
    }

    50% {
      transform: scale(1) rotate(180deg);
    }

    100% {
      transform: scale(0.5) rotate(360deg);
    }
  }
  @media screen and (max-width: 750px) {
    .silky_smoothspring .silky_smoothspring_container {
      width: 100%;
      padding: 4vw 0 2vw 0;
    }
    .silky_smoothspring .viral_inner_text h2 span,
    .silky_smoothspring .viral_inner_text .h2 span {
      font-size: 13vw;
    }
    .silky_smoothspring h2,
    .silky_smoothspring .h2 {
      font-size: 12.5vw;
      margin-bottom: 1vw;
      display: block;
      line-height: 0.9;
    }
    .silky_smoothspring .heading_shadow {
      text-shadow: 3px 2px 6px #420d0d69;
    }
    .silky_smoothspring_batch-inner {
      width: 29.8vw;
      height: auto;
      top: auto;
      bottom: 28vw;
      left: 71.1vw;
    }
    .silky_smoothspring .primary_button_shop {
      margin-top: auto;
    }
    .silky_smoothspring .initial_heading {
      line-height: 1;
      font-size: 4.5vw;
    }
    .silky_smoothspring .silky_smoothspring_title {
      width: 100%;
      max-width: 100%;
      height: 100%;
      position: relative;
      right: 1vw;
    }
    .silky_smoothspring_title p {
      font-size: 3.2vw;
      padding: 2px 0 2vw;
      letter-spacing: 0.2vw;
      line-height: 1.2;
      max-width: 74vw;
    }
    .silky_smoothspring_title span {
      font-size: 4.6vw;
    }
    .silky_smoothspring .silky_smoothspring_batch_right {
      width: 32vw;
      height: 32vw;
      position: absolute;
      top: auto;
      bottom: 25vw;
      right: -0.5vw;
      object-fit: contain;
      z-index: 1;
    }
    .silky_smoothspring .subscr-text {
      font-size: 2vw;
    }
    .silky_smoothspring .btn-white_primary {
      font-size: 3.2vw;
      padding: 3vw 14vw;
      height: auto;
      border-radius: 2px;
    }
    .silky_smoothspring .star-img-1 img {
      width: 15vw;
    }
    .silky_smoothspring .star-img-1 img:nth-child(1) {
      top: -6.1vw;
      left: -4.1vw;
    }
    .silky_smoothspring .star-img-1 img:nth-child(2) {
      top: 0.6vw;
      left: 22vw;
      animation-delay: 0.5s;
    }
    .silky_smoothspring .star-img-1 img:nth-child(3) {
      top: -5.8vw;
      left: 34.2vw;
    }
    .silky_smoothspring .star-img-1 img:nth-child(4) {
      top: 0.1vw;
      left: auto;
      right: 21vw;
      animation-delay: 0.5s;
    }
    .silky_smoothspring .star-img-1 img:nth-child(5) {
      top: -6.5vw;
      left: auto;
      right: -5vw;
    }
    .silky_smoothspring .star-img-1 img:nth-child(6) {
      top: 12.3vw;
      left: 20vw;
      animation-delay: 0.7s;
    }
    .silky_smoothspring .star-img-1 img:nth-child(7) {
      top: 5.3vw;
      left: 39vw;
    }
    .silky_smoothspring .star-img-1 img:nth-child(8) {
      top: 12.1vw;
      left: 61.5vw;
    }
     @supports (-moz-appearance: none) {
      .silky_smoothspring .star-img-1 {
       top: 7px;
      }
    }
  }
/* home new promobanner ends */
/* home new featrued logos */
  .featured_logo_slider-n {
      display: flex;
      padding: 44px 0;
      align-items: center;
      justify-content: space-between;
  }
  .featured_logo_slider-n .slick-slide {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  @media(max-width:1199px) {
      .featured_logo_slider-n img {
          max-width: 83%;
      }
  }
  @media(max-width:989px) {
      .featured_logo_slider-n {
          display: block;
      }
      .featured_logo_slider-n img {
          max-width: 100%;
      }
      .featured_logo_slider-n .slick-track {
          display: flex !important;
      }
      .featured_logo_slider-n .slick-slide {
          height: auto;
      }
      .featured_logo_slider-n .slick-dots {
          display: none !important;
      }
  }
  @media(max-width:750px) {
      .featured_logo_description-n p {
          font-size: 14px;
      }
      .featured_logo_slider-n {
          padding: 27px 0 14px;
      }
  }
/* home new featured logos ends */
/* instafeed section css */
.smooth_skin .smooth_skin_badge {
  display: inline-block;
  padding: 6px 69px;
  background-color: #ff9cca;
  letter-spacing: 0.33px;
  font-size: 16px;
  border-radius: 5px;
  text-transform: capitalize;
  font-family: "futura-pt";
  font-weight: 500;
  margin-bottom: 18px;
  font-style: italic;
  color: #000;
}
.instagram_reals img {
  width: 100%;
}
.smooth_skin {
  margin: 17px 0px 2.52px 0;
}
@media screen and (max-width: 750px) {
  .smooth_skin {
    margin: 17px 0px 1.45px 0;
  }
}
/* instafeed section css ends */