/** Shopify CDN: Minification failed

Line 459:8 Expected identifier but found whitespace
Line 459:10 Unexpected "{"
Line 459:20 Expected ":"

**/
.w-commerce-commercecartcontainer {
  background: #ffeff3;
}
.mini-cart-list-item.surprise_free_product {
  order: -1;
  margin: 0;
}
.header .info-bar {
  background-color: #fc6188;
  background-blend-mode: soft-light;
  background-image: none;
}
.mini-cart-list-item {
  position: relative;
  padding: 10px 20px;
  margin: 20px 0px;
  border: 1px solid #fdbdcc;
  border-radius: 5px;
  background: white;
}
.mini-cart-list-item.mystery_free_product + .surprise_free_product,
.mini-cart-list-item.surprise_free_product + .surprise_free_product {
  margin-top: 20px;
}
.mini-cart-list-item:first-child{
  margin-top: 0px;
}
.c_drawer-rmv {
  background: white;
  min-width: 200px;
  padding: 20px 15px;
  position: absolute;
  right: 15px;
  top: 40px;
  z-index: 1;
  box-shadow: 0px 0px 3px #8d8a8a;
  border-radius: 5px;
  text-align: left;
  display: none;
}
.c_drawer-menu{
  cursor: pointer;
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.c_drawer-menu-click {
  background: #e7c6f3;
  border-radius: 50%;
}
.c_drawer-menu:before {
  position: relative;
  left: 1.5px;
}
.remove-product-link {
  background-size: contain;
  position: relative;
  margin-right:0;
  vertical-align:middle;
}
.remove-product-link:after {
  content: 'Remove';
  position: absolute;
  width: 100%;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  display:none;
}
.c_drawer-qty {
  display: none;
}
.mini-cart-list-item .wrapperplus {
  display: flex !important;
  justify-content: flex-end;
  border-radius: 0px;
}
.mini-cart-list-item .div-block-140 {
  flex-wrap: wrap;
}
.c_drawer-rmv-main {
  width: 100%;
  text-align: end;
  padding-bottom: 10px;
}
.c_drawer-rmv-main.loading {
  position:relative;
}
.c_drawer-rmv-main.loading:before {
    animation: loading .5s infinite linear;
    border: .2rem solid rgba(78,46,104,.5);
    border-left: .2rem solid rgb(78,46,104);
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    margin: 0 0;
    float: right;
}
.c_drawer-rmv-main.loading .remove-product-link {
  display:none;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mini-cart-list-item .price-wrapper {
  width: 100%;
  margin-right:0;
}
.c_drawer-price {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.c_drawer-item-dicount {
    display: flex;
    align-items: center;
    gap: 5px;
}
.c_drawer-item-dicount .icon-discount {
    width: 12px;
    height: 12px;
}
.c_drawer-price > s {
    opacity: .7;
    padding-right: 5px;
}
.wrapperplus-a {
  display: flex;
  border: 1px solid #EDDDEA;
}
.mini-cart-list-item .text-block-79 {
  font-size: 15px;
  line-height: normal;
  margin: 5px 0px;
}
.wrapperplus-a .quantity-plus {
  color: black;
  background: transparent;
  height: auto;
  width: auto;
  padding: 5px 5px;
}
.wrapperplus-a input {
  border: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  height: auto;
}
.mini-cart-list {
  padding: 20px 20px;
}
.mini-cart--addon-line {
  margin: 0px;
  border: 0px;
}
.mini-cart-kit {
  margin: 0px;
  border-bottom: 0px;
  border-radius: 5px 5px 0px 0px;
}
.mini-cart--addon-line {
  margin: 0px;
  border: 1px solid #fdbdcc;
  border-top: 0px;
  border-bottom: 0px;
  border-radius: 0px;
}
.mini-cart-kit ~ .mini-cart--addon-line:last-child{
  border-bottom: 1px solid #fdbdcc;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 20px;
}
.mini-cart--addon-line:last-child {
  border-bottom: 1px solid #fdbdcc;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 20px;
}
.mini-cart--addon-line-last {
  border-bottom: 1px solid #fdbdcc;
  margin-bottom: 20px;
  border-radius: 0px 0px 5px 5px;
}
.w-commerce-commercecartheader {
  position: sticky;
  top: 0px;
  background: white;
  z-index: 1;
}
.c_drawer-bottom {
  padding: 20px 20px;
  position: sticky;
  bottom: 0px;
  background: white;
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.c_drawer-bottom-total {
  padding: 5px 0px;
}
.c_drawer-bottom-total .w-commerce-commercecartlineitem.cart-line {
  border: none;
  margin: 0px;
  padding: 0px;
}
.c_drawer-bottom-total .subtotal {
  font-size: 22px;
}
.c_drawer-bottom-total .price-cart {
  font-size: 22px;
  line-height: 30px;
}
.c_drawer-original-price {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 5px;
  margin-left: auto;
  opacity: .6;
}
.c_drawer-bottom-payment {
  padding: 5px 0px;
}
.c_drawer-bottom-payment .wrap-payment {
  margin: 0px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
}
.c_drawer-bottom-btn {
  padding: 5px 0px;
}
.c_drawer-bottom-btn .w-commerce-commercecartcheckoutbutton.button.cart {
  border: none;
  background-image: none;
  padding: 15px;
  color: white;
  text-transform: initial;
  margin: 0px;
}
.c_drawer-bottom-dsc-main {
  padding: 5px 0px;
}
.c_drawer-bottom-dsc h2 {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
.c_drawer-bottom-dsc-input {
  display: none;
}
.c_drawer-bottom-dsc-input-a {
  border-radius: 10px;
  display: flex;
  border: 1px solid #edddea;
  overflow: hidden;
}
.c_drawer-bottom-dsc-input-a input {
  padding: 10px;
  width: 100%;
  border: none;
}
.c_drawer-bottom-dsc-input-a a {
  background: #ec6b8c;
  color: white;
  padding: 15px 20px;
  border: none;
  font-size: 15px;
}
.c_drawer-bottom-dsc-input-a input:focus{
  border: none;
  outline: none;
}
.c_drawer-fc-main{
  padding: 20px 10px;
}
.c_drawer-fc-main h2 {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.c_drawer-fc{
  margin: 0px;
}
.c_drawer-fc-a{
  padding: 0px 10px;
}
.c_drawer-fc-img{

}
.c_drawer-fc-img img{
  width: 100%;
  display: block;
}
.c_drawer-fc-content{
  padding: 10px 0px;
}
.c_drawer-fc-content>h2{
  font-size: 18px;
  margin: 0px;
  font-weight: 400;
  line-height: normal;
  padding: 0px;
  min-height: 46px;
}
.c_drawer-fc-content p{
  margin: 0px;
  padding: 5px 0px 10px 0px;
  font-size: 16px;
}
.c_drawer-fc-reg{

}
.c_drawer-fc-comp{
  text-decoration: line-through;
  margin-left: 5px;
}
.c_drawer-fc-error {
  font-size: 12px !important;
  text-align: center;
}
.c_drawer-fc-content button{
  background: #fff;
  border: 1px solid #ce3665;
  color:#ce3665;
  width: 100%;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.c_drawer-fc-content button:disabled {
  opacity: .5;
}
.c_drawer-fc .slick-list.draggable {
  padding: 0px 12% 0px 0px;
}
.c_drawer-fc-loader-main{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.c_drawer-fc-loader{
  border: 2px solid white;
  border-radius: 50%;
  border-top: 2px solid black;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.c_drawer-range-main{
  padding: 0px 20px;
}
.c_drawer-range {
  background: #ffeff7;
  padding: 10px 20px;
  border: 1px solid #edddea;
  border-radius: 5px;
  margin: 10px 0px;
}
.custom-bar{
  width: 100%;
  display: block;
  height: 3px;
  background: #ededed;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5px;
}
.custom-bar-range{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #CE1EFF;
  height: 100%;
  width: 0%;
  border-radius: 30px;
  transition: all 1s;
}
.custom-bar-text-fill{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  display: none;
  padding-bottom: 10px;
}
.custom-bar-text-unfill{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}
.custom-bar-text-unfill svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.custom-bar-range i {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  box-shadow: 0 0 3px #0000007d;
  font-size: 14px;
  color: {{ settings.custom_bar_fill }};
  display: none;
}
.batc_msg {
  display: block;
  width: 100%;
  text-align: center;
  margin-right: 12px;
  padding: 10px;
}
.c_drawer-summry-main{
  padding: 10px 20px 20px 20px;
}
.c_drawer-summry{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
}
.c_drawer-summry-a{

}
.c_drawer-summry-a p{
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.text-info-bar-nflx {
  display: block !important;
  height: auto !important;
}
.text-info-bar-main {
  margin: 0px !important;
  position: relative;
  top: 70%;
  text-align: center;
}
.text-info-bar-main p {
  font-weight: 700;
  color: #fff;
}
.info-bar.text-info-bar-nflx {
  display: flex !important;
  padding: 10px 0px;
}
.c_drawer-rmv-loader-main {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: inherit;
}
.c_drawer-rmv-loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #000;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.c_drawer-rmv-loader-main-show {
  display: flex !important;
}
.info-bar {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
}

@media (max-width: 768px){
  .build-a-kit.build-a-kit-m {
    display: block !important;
  }

  .build-a-kit.build-a-kit-d {
    display: none;
  }

  .mini-cart-list {
    padding: 10px 10px;
  }
  .c_drawer-range-main {
    padding: 0px 10px;
  }
  .cart-footer {
    position: static;
    height: auto;
    padding-bottom: 0;
    padding: 0px 10px;
  }
  .c_drawer-bottom {
    padding: 10px 10px;
  }
  .mini-cart-list-item {
    padding: 10px 10px;
  }
  .c_drawer-fc-content button {
    padding: 10px 5px;
    font-size: 12px;
  }
  .c_drawer-fc-content p {
    font-size: 14px;
  }
  .c_drawer-fc-content>h2 {
    font-size: 16px;
    min-height: 40px;
  }
  .c_drawer-summry-main {
    padding: 10px 10px 20px 10px;
  }
}

.w-inline-block {
  position: relative;
}
.form-message--success-h2-main{
  padding: 30px 0px; 
}
.form-message--success-h2 {
  font-size: 17px;
  line-height: normal;
  padding: 5px 0px;
  font-style: italic;
  margin: 0px;
}
.c_form-hide{
  display: none; 
}
.build-a-kit.build-a-kit-m {
  display: none;
}
.c_banner{
  margin-top: 100px;
}
.c_banner-dsktp{

}
.c_banner-dsktpp img{
  width: 100%;
  display: block;
}
.c_banner-mbl{
  display: none;
}
.c_banner-mbl img{
  width: 100%;
  display: block;
}
.c_p-box{
  background: #ec6b8c;
  padding: 10px 0px;
  margin: 10px 0px;
  text-align: center;
}
.c_p-box h2{
  color: white;
  margin: 0px;
  font-size: 18px;
  line-height: normal;
}
.wrapper-selection-fixed-ATC{
  display: block !important;
}
.tab-block .wrapper-collection-slider {
    height: auto !important;
}
.tab-block .wrapper-collection-slider.hide {
    height: 0 !important;
}
.tab-block .wrapper-collection-slider .text-collection-home.dipkit{
  height: auto;
  min-height: auto;
  padding-bottom: 0px;
}
.tab-block .card-collection-home{
  min-height: auto;
}
.tab-block .image-preview-dip-kit{
  min-height: auto;
}
.c_dazzling-main .container.margin-section{
  padding-top: 0 !important;
}
.collection-list-slide .grid-4,
.section-everything-main .wrapper-5-block,
.tab-block{
  margin-top: 3%;
}

.c_dazzling-main .collection-list-slide .w-inline-block-inner{
  position:relative;
}
.c_dazzling-main .collection-list-slide  span.save_badge{
  background-color: #ffdbdf;
  color: #ce3665;
  position: absolute;
  padding: 4px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 11px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: 10px;
  font-weight: 600;
}
.c_dazzling-main .link-collection-list .count-collection{
  display:none;
}
.c_dazzling-main .collection_btn{
    display:none;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 30px;
    margin-top: 20px;
    background: #ce3665;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
  }
.c_dazzling-main .collection_btn a{
  color:#FFF;
}
@media(max-width:991px){
  .collection-list-slide .grid-4{
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .collection-list-slide .text-grid-collection{
    padding:0;
    bottom: 5%;
    left: calc(50% - 50px);
  }
  .c_dazzling-main .link-collection-list img{
    border-radius:10px;
    border: 1px solid #edddea !important;
  }
  .collection-list-slide .text-collection{
    font-size:25px;
  }
  .c_dazzling-main .link-collection-list .count-collection{
    font-weight: 300;
    display: block;
    margin-top: 7px;
  }
  .c_dazzling-main .collection_btn{
    display:block;
  }
}
@media(max-width:990px){
  .template-index .collection-list-slide .text-grid-collection {
    display: none;
   }
}
@media(max-width:767px){
  .collection-list-slide .grid-4{
    display:grid;
    padding: 0 15px;
    grid-template-rows: auto auto;
    -ms-grid-rows:auto auto;
   
  }
}
@media(max-width:479px){
  .collection-list-slide .text-grid-collection{
    top:auto;
  }
  .link-collection-list.list{
    max-height: none;
    width: 48%;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
  .collection-list-slide .grid-4{
    display: flex;
    padding: 0 15px;
    gap: 10px;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .collection-list-slide .text-collection {
      font-size: 17px;
  }
  .c_dazzling-main .link-collection-list .count-collection {
      font-size: 15px;
      margin-top: 2px;
  }
  .collection-list-slide .text-grid-collection{
    left: 0;
    right:0;
    bottom: 2%;
  }
  .link-collection-list{
    margin-bottom:0;
  }
}
.section-everything .collection-list-slide,
.c_dazzling-main .container.margin-section{
  margin-top: 70px;
} 
#dazzling .container.margin-section {
  padding-bottom: 0;
}
.section-everything-main .collection-list-slide,
.section-nails,
#dazzling .container.margin-section {
  margin-bottom: 70px;
}
.section-everything .collection-list-slide h1,
.c_dazzling-main .collection-list-slide h1,
.connect-with-us .text-cwu .wrap-cwu-text h1{
  margin-top: 0;
}
.section-product-home .wrapper-dip-kit-text,
.section-everything-main .wrapper-5-block{
  margin-bottom: 0;
}
.what-they-are-saying,
.connect-with-us .text-cwu{
  padding-top: 70px;
}
.what-they-are-saying,
.connect-with-us .text-cwu{
  padding-bottom: 70px;
}
.what-they-are-saying .container.margin-section.no-mr-bottom.w-container {
  padding-top: 0;
  padding-bottom: 2%;
}
/* .what-they-are-saying .testimonial---headline-white h1{
  margin: 0;
} */
@media all and (max-width: 991px){
  div#dazzling .collection-list-slide {
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-everything .collection-list-slide{
    margin-bottom: 70px;
  }
  .menu-button.w--open{
    margin-left: 0;
  }
  ul.grid-menu-mobile.grid-menu-mobile2{
    display: none;
  }
  .has-submenus a.main-menu-item,
  .menu-name-accessories{
    display: none;
  }
}
@media all and (max-width: 789px){
  body.kit-v1.scrolling_up .navbar,
  body.kit-v1.scrolling_down .navbar,
  body.kit-v1.scrolling_up .navbar+.background-header,
  body.kit-v1.scrolling_down .navbar+.background-header{
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 767px){
  .has-submenus ul {
    display: inline-block !important;
    opacity: 1 !important;
  }
  .tab-block .wrapper-collection-slider{
    height: auto;
  }
  .text-collection-home.dipkit {
    height: auto !important;
    min-height: auto !important;
  }
  .text-collection-home.dipkit{
    padding-bottom: 0 !important;
  }
  .image-preview-dip-kit{
    min-height: auto;
  }
  .section-everything .collection-list-slide,
  .c_dazzling-main .container.margin-section{
    margin-top: 50px;
  } 
  .section-everything-main .collection-list-slide,
  .section-nails,
  #dazzling .container.margin-section {
    margin-bottom: 50px;
  }
  .what-they-are-saying,
  .connect-with-us .text-cwu{
    padding-top: 50px;
  }
  .what-they-are-saying,
  .connect-with-us .text-cwu{
    padding-bottom: 50px;
  }
}
@media (max-width: 600px){
  .c_banner-mbl{
    display: block;
  }
  .c_banner-dsktp{
    display: none;
  }
}
@media all and (max-width: 479px){
  .section-nails{
    margin-bottom: 90px;
  }
  .container-text-right-align.homemobile{
    padding-bottom: 50px;
  }
}
@media all and (max-width: 410px){
  .image-preview-dip-kit {
    width: 100%;
    min-height: 100%;
  }
  .text-collection-home.dipkit {
    padding: 0 15px;
  }
  .text-collection-home.dipkit .c-percent{
    right: -7px;
    top: 7px; 
  }
  .slick-prev, .slick-next{
    margin-top: -15px !important;
  }
  .wrapper-dip-kit-text{
    width: 100%;
  }
}
@media all and (max-width: 380px){
  .slick-prev, .slick-next{
    margin-top: -30px !important;
  }
}
p.get_touch_success {
  font-size: 15px;
  font-weight: bold;
}
.sectiong-top-head-padding.faq__on_about {
  padding-top: 20px;
}
.faq__on_about .container.margin-container {
  padding-bottom: 0px !important;
}
.page-about #Got-a-questions {
  padding-top: 0px;
}
.gl-fullscreen-results__meta a {
  display: none;
}
.custom-pro-img-container.featured-image-div {
  margin-top: 24px;
}
li.next a, li.last a {
  margin-bottom: 40px;
}
.c_p-variants-addon-box.more_than_four {
  overflow-y: scroll;
  height: 130px;
}
span.gf-count {
  padding-left: 5px;
}
.c_drawer-bottom-btn.cs_checkout_btn .w-commerce-commercecartcheckoutbutton {
  display: block;
}
a.cs-checkout-link {
  border: none;
  background-image: none;
  padding: 15px;
  color: white;
  text-transform: initial;
  margin: 0px;
  display: block;
  border-radius: 90px;
  background-color: #ec6b8c;
  background-position: 90% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: background-color .4s ease,opacity .4s ease,color .4s ease;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
}
.c_drawer-menu {
    display: flex !important;
    float: right;
}
.gf-left #gf-tree:not(.spf-hidden) + #gf-grid {
    padding-left: 55px !important;
}

/**************  newsletter section update css *******************/

.text-subscribe .sub-heading{
  font-size: 16px;
  font-weight: 400;
}
.text-subscribe input#-email{
    width:100%!important;
    border-radius: 90px!important;
    margin-bottom: 12px;
    background: rgba(206, 54, 101, 0.2) !important;
    border: none !important;
  }
 .text-subscribe .input-group__btn.desktop_button{
    display:block!important;
    width:100%!important;
    height:50px;
    border-radius: 90px;
    text-align: center;
  }
@media (max-width: 543px) {
  button.btn.newsletter__submit {
      font-size: 15px!important;
      padding: 11px 6px;
  }
   .text-subscribe .input-group__btn.desktop_button{
    display:none!important;
   }
  .text-subscribe .input-group{
    display:block!important;
  }
  input#-email{
    width:100%!important;
    border-radius: 90px!important;
    margin-bottom: 12px;
    background: rgba(206, 54, 101, 0.2) !important;
    border: none !important;
  }
  .input-group__btn.mobile_button{
    display:block!important;
    width:100%!important;
    height:50px;
    border-radius: 90px;
    text-align: center;
  }
  .text-subscribe .input-group{
    border:none!important;
  }
  .text-subscribe{
    text-align:center;
  }
  .text-subscribe .heading{
    font-size: 22px;
  }
  .text-subscribe .sub-heading{
    font-size: 14px;
    font-weight: 400;
  }
}


/****************** dazzling section updated css  ************************/
#dazzling .collection-list-slide #header{ 
   text-align: center;
}
.text-center-nail{
    justify-self: center;
}
#dazzling .w-layout-grid.grid-3 {
    margin: 20px 0 0;
    grid-template-columns: 1fr 1fr 1fr;
}
#dazzling .text-nail .text-center-nail .c_img-icon{
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  object-fit: contain;
  background: #fc6188;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
#dazzling .c_dazzling-main .text-center-nail img {
     width: auto; 
     height: auto; 
}
#dazzling .section-nails .h2-heading{
  display:block !important;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  #dazzling .collection-list-slide .grid-4 {
    padding: 0 20px;
 }
  #dazzling .container.margin-section{
    max-width:100%;
  }
  #dazzling .section-nails{
    margin-top:0;
  }
  #dazzling .collection-list-slide #header{
    display:none;
  }
  #dazzling .section-nails .h2-heading{
    display:block !important;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom:10px;
  }
  #dazzling .text-nail{
    text-align:left;
    min-height: unset;
    background:#ffbed2;
  }
  #dazzling .paragraph-big {
    font-size: 16px;
    line-height: 24px;
}
}


/***************  Value-drop css **************/


.valueProps-atc {
  display: flex;
  margin-top: 30px;
  gap:10px;
  align-items: start;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #f6eff3;
}

.valueProps-cards {
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.valueProps_img-icon{
  width: 60px;
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
  background: #fc6188;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.valueProps_img-icon img{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.valueProps-text {
    margin: 15px 0px 0px;
    font-weight: 400;
    font-size: 16px;
}

.valueProps-text2 {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .valueProps-text {
        font-size: 15px;
    }
    .valueProps-text2 {
        font-size: 15px;
    }
}
@media screen and (max-width: 1099px) {
    .valueProps-text {
        font-size: 14px;
    }
    .valueProps-text2 {
        font-size: 14px;
    }
    .valueProps-atc {
      gap:5px;
  }
}
@media screen and (max-width: 991px) {
    .valueProps-text {
        font-size: 16px;
    }
    .valueProps-text2 {
        font-size: 16px;
    }
    .valueProps-atc {
      gap:10px;
  }
}
@media screen and (max-width: 767px) {
    .valueProps-text {
        font-size: 14px;
    }
    .valueProps-text2 {
        font-size: 14px;
    }
    .valueProps-atc {
      gap:5px;
  }
}

@media screen and (max-width: 500px) {
  .valueProps-atc .valueProps-text {
    font-size: 12px;
  }
  .valueProps-atc .valueProps-text2 {
    margin-top: -1px;
    font-size: 12px; 
  }
  .valueProps-atc {
    padding: 16px 10px;
  }
}
@media screen and (max-width: 375px) {
  .valueProps-atc .valueProps-text,
  .valueProps-atc .valueProps-text2 {
    font-size: 11px; 
  }
}

/*************** include kit css ***************/

.kit-includes {
    align-items: unset;
    display: flex;
    gap: 10px;
}

.kit-includes .kit {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc(100% / 3);
    margin: 10px 0 0;
}
.kit-includes .kit-text {
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .25px;
    padding: 5px 14px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #edddea !important;
    border-radius: 30px;
}

.include-kit-modal {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.include-kit-modal.is-visible {
  visibility: visible;
}

.include-kit-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.include-kit-modal.is-visible .include-kit-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.include-kit-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.include-kit-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.include-kit-modal.is-visible .include-kit-transition {
  transform: translateY(0);
  opacity: 1;
}

.include-kit-header,
.include-kit-content {
  padding: 1em;
}

.include-kit-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.include-kit-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.include-kit-close:hover {
  color: #777;
}
.include-kit-content > *:first-child {
  margin-top: 0;
}
.include-kit-content > *:last-child {
  margin-bottom: 0;
}
.include-kit-wrapper.include-kit-transition {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    background: white;
    width: 85%;
    position: fixed;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    max-width: 860px;
    padding-bottom: 20px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.include-kit-header {
    position: static;
    padding: 0;
    border: none;
}
.include-kit-header, .include-kit-content {
    padding: 0;
}
.include-kit-close {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px!important;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 99;
    display: block;
    text-align: center;
    background: transparent;
    cursor: pointer;
    color: #ec6b8c;
}

.include-kit-value {
    text-align: left;
    position: relative;
    gap: 20px;
}
.include-kit-info{
  gap: 20px;
  display:flex;
}
.include-kit-info > * {
    display:block;
}
.include-kit-value[data-kit="Komplett KIT"] .custom-option-header {
  background:#fff;
}
.include-kit-value[data-kit="Ultimat KIT"] .custom-option-header {
  /* background:#ec6b8c;
  color:#fff; */
  background:#fff;
}
.include-kit-value .custom-option-header {
  top: 10px !important;
  width: auto !important;
  right: 10px;
  font-weight: 700;
  font-size: 14px !important;
  padding: 10px 15px !important;
  position: absolute;
  border: 1px solid #edddea !important;
  border-radius: 30px;
  color: #ce3665;
}
.include-kit-value .custom-option-header:empty{display:none;}
.include-kit-value .include-kit-image{
  border-radius:10px;
  overflow: hidden;
}
.include-kit-value .include-kit-text{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.include-kit-value .include-kit-col{
    font-size: 18px;
    font-weight:400;
    margin-bottom:10px;
}
.include-kit-value .include-kit-price{
    font-size: 24px;
    font-weight:600;
}
.include-kit-image-data{
      width: calc(100% - 300px);
}
.include-kit-products{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
}
.include-kit-value[data-kit="Start KIT"] .include-kit-products .include-product:first-child{
  display:none;
}
.include-kit-products .include-product {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
.include-kit-products .include-product .p-image {
    border-radius: 50%;
    border: 1px solid #fdbdcc;
    width: 45px;
    height: 45px;
    overflow: hidden;
}
.include-kit-products .include-product .p-name {
    font-size: 16px;
    font-weight: 700;
}
.include-kit-products .include-product .p-price {
  font-size: 14px;
  font-weight: 400;
}
.include-kit-products .selection-color{
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.include-kit-products .total-value{
   font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 20px;
  background-color: #ffdde6;
  color: #ce3665;
  margin: 10px 0 0;
  text-align: center;
  display: inline-block;
  border: 1px solid #CE3664;
}
.include-kit-products .kit-final-price-value{
  font-size: 16px;
  font-weight: 500;
}
.include-kit-products .kit-discount-value{
  font-size: 16px;
  font-weight: 500;
}
/* .include-kit-products .value{
  font-size: 14px;
  font-weight: 400;
} */
@media (max-width: 999px) {
  .include-kit-wrapper.include-kit-transition {
    max-width: 600px;
  }
  .include-kit-image-data {
    width: 50%;
  }
  .include-kit-products {
    width: 50%;
    overflow-y: scroll;
    max-height: 270px;
  }
}
@media (max-width: 699px) {
  .include-kit-info {
      flex-direction: column;
  }
  .include-kit-image-data {
    width: 100%;
    display:none;
  }
  .include-kit-products {
    width: 100%;
    overflow-y: unset;
    max-height: unset;
  }
}
@media (max-width: 550px) {
  .kit-includes .kit{
    margin-top:0;
  }
  .include-kit-value .include-kit-text{
      font-size: 20px;
  }
  .include-kit-value .include-kit-col{
      font-size: 16px;
  }
  .include-kit-value .include-kit-price{
      font-size: 20px;
  }
}

/* for klaviyo notify me  button start */
.klaviyo-bis-trigger.add-to-cart-button{
  line-height:47px;
  width: 100% !important;
  margin-left: 10px !important;
  font-size: 16px;
}
@media (max-width: 550px) {
  .klaviyo-bis-trigger.add-to-cart-button{
  font-size: 13px;
}
}
/* for klaviyo notify me  button end */

/* ========================= Upsells sidecart styles start ========================= */
@media (min-width: 769px) {
  .contain .w-commerce-commercecartfooter.cart-footer {
    padding-bottom: 24px;
  }
  .contain .nerr {
    max-width: 262px;
  }
  .c_drawer-fc-main.original {
    display: none;
  }
  .upsell-container {
    max-height: 100vh;
    overflow-y: auto;
    flex-shrink: 0;
  }
  .main-contain {
    max-height: 100vh;
    overflow-y: auto;
    width: 518px;
    border-left: 1px solid #edddea;
  }
  .contain {
    display: inline-flex;
    justify-content: end;
    max-height: 100vh;
  }
  .c_drawer-fc.slick-initialized.slick-slider
    div.slick-list.draggable
    div.slick-track {
    display: flex;
    flex-direction: column;
    width: 100px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .c_drawer-fc-a.slick-slide {
    width: 140px !important;
    margin-left: 7px;
  }
  .c_drawer-fc-main {
    padding: 20px !important;
  }
  .c_drawer-fc-main h2 {
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.5;
    padding: 0;
  }
  .c_drawer-fc-content h2 {
    font-size: 14px !important;
    min-height: 0px !important;
  }
  .c_drawer-fc-content button {
    border-radius: 25px;
    font-size: 14px !important;
    font-weight: 900 !important;
    padding: 12px 5px !important;
    transition: background-color 0.4s ease, color 0.4s ease; /* Transición suave */
  }
  .c_drawer-fc-a {
    padding: 0px !important;
  }
}
@media (max-width: 768.98px) {
  .c_drawer-fc-main.original {
    display: block;
  }
  .upsell-container {
    display: none;
  }
  .w-commerce-commercecartcontainer {
    max-width: 480px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
 .cart-wrapper .mini-cart-left-block {
   width: 100%;
 }
 .cart-wrapper .product-info-wrapper-2 {
   width: 100%;
   padding-left: 0;
   margin-left: 10px;
 }
  .cart-wrapper .product-title-cart {
    font-size: 15px;
  }
  .cart-wrapper .quantity-input {
    width: 20px;
  }
  .cart-wrapper .c_drawer-fc-content > h2 {
    font-size: 14px;
    min-height: auto;
  }
}
/* ========================= Upsells sidecart styles end ========================= */

/* ------------------- Product Quick View ------------------- */
body.overflow-hidden {
  overflow: hidden;
}
body.show-quickview .cs-preshape-v-popup {
  pointer-events: none;
}
.quickview_outer {
  position: fixed;
  inset: 0;
  display: none;
  overflow: auto;
  padding: 40px 20px;
}
.quickview_outer.quickview_open {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9999;
}
.quickview_outer .quickview_popup {
  display: none;
  background: #fff;
  border: 1px solid #999;
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: 500px;
  overflow-y: auto;
  max-height: calc(100% - 100px);
  padding: 0 !important;
}
.quickview_outer .quickview_overlay {
  background-color: #000;
  height: 10000px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 0;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.quickview_product_data .quickview_header {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #edddea;
}
.quickview_product_data .quickview_header p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.quickview_product_data .quickview_close {
  cursor: pointer;
}
.quickview_product_data .quickview_close svg {
  vertical-align: center
}
.quickview_product_data .product_images {
  padding: 0 !important;
}
.quickview_product_data .product_images.less_images {
  display: flex;
  gap: 10px;
  justify-content: left;
  padding: 0 15px !important;
}
.quickview_product_data .product_images.less_images .slide {
  max-width: 250px;
}
.quickview_product_data .head-product {
  display: block;
}
.quickview_product_data .slide-product-image {
  min-height: 200px;
}
.quickview_product_data .image-wrapper-list {
  width: 100%;
  position: unset;
  padding-right: 0;
  padding-bottom: 10px;
}
.quickview_product_data .product_images .slick-slide {
  padding: 5px;
}
.quickview_product_data .product_images .slick-list {
  padding: 0 20% 0 0 !important;
}
.quickview_product_data .c-top-head-padding {
  padding-top: 20px;
}
.quickview_product_data label.option.color-option:empty {
  height: 0;
  margin: 0;
}
.quickview_product_data .text-wrapper-product {
  width: 100%;
}
.quickview_product_data .product-title-part h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
}
.quickview_product_data .pro-price-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
}
.quickview_product_data .pro-price-wrapper .cross-through {
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #000000a8;
}
.quickview_product_data .pricing-package.pricing-normal {
  font-size: 20px;
  letter-spacing: .5px;
  line-height: 1;
}
.quickview_product_data .wrapper-selection {
  margin-top: 16px;
  margin-bottom: 20px;
}
.quickview_product_data .wrapper-selection .w-selects {
  display: none;
}
.quickview_product_data .add-to-cart-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.quickview_product_data .add-to-cart-button[disabled] {
  opacity: 0.5;
}
.quickview_product_data .quantity_selectors {
  position: relative;
}
.quickview_product_data .quanitty {
  padding: 10px 25px;
}
.quickview_product_data .decrement_quantity,
.quickview_product_data .increment_quantity {
  position: absolute;
  top: calc(50% - 10px);
  height: 20px;
  background: transparent;
  outline: none;
}
.quickview_product_data .decrement_quantity {
  left: 7px;
}
.quickview_product_data .decrement_quantity[disabled] {
  opacity: 0.38;
}
.quickview_product_data .increment_quantity {
  right: 7px;
}
.quickview_product_data .decrement_quantity span,
.quickview_product_data .increment_quantity span {
  font-weight: 400;
  font-size: 20px;
  line-height: 0px;
}
.quickview_product_data input[type="number"]::-webkit-inner-spin-button,
.quickview_product_data input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.quickview_product_data .text-wrapper-product .wrapper-add-to-cart .option.color-option {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.quickview_product_data .text-wrapper-product .wrapper-add-to-cart .option-wrapper {
  display: flex;
  align-items: unset;
  gap: 2px;
  margin: 5px 0;
  flex-wrap: unset;
}
.quickview_product_data .wrapper-add-to-cart .shopify-product-form .w-select {
  display: none;
}
.quickview_product_data .text-wrapper-product .wrapper-add-to-cart .option-wrapper[data-product-option-index] {
  display: flex;
  flex-wrap: wrap;
}
.quickview_product_data .text-wrapper-product .wrapper-add-to-cart .option-wrapper .option.text-option {
  text-align: center;
  padding: 0 0 5px !important;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0 !important;
  position: relative;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% / 3);
  background: #FFEFF7;
  border-color: #EDDDEA;
}
.quickview_product_data .text-wrapper-product .wrapper-add-to-cart .option-wrapper .option.text-option.selected {
  background-color: #ec6b8c;
  color: #fff;
  border-color: #ec6b8c;
}
.quickview_product_data .text-wrapper-product .wrapper-add-to-cart .option-wrapper .option.text-option img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.quickview_product_data .text-wrapper-product .option-wrapper .option .custom-option-text {
  padding-top: 0;
  margin-top: 5px;
}
.quickview_product_data .text-wrapper-product .wrapper-add-to-cart .option-wrapper .option.text-option .custom-option-sub-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}
[data-quick-product-option-index] input[type=radio] {
  display: none;
}

@media screen and (max-width: 767px) {
  .quickview_product_data .text-wrapper-product .wrapper-add-to-cart .option.color-option {
    font-size: 16px;
  }
  .quickview_product_data .c-top-head-padding {
    padding-top: 10px;
  }
}
/* ------------------- End Product Quick View ------------------- */

/* ======================= Oddit Changes style ======================= */
/* ------ Kit megamenu View ------ */
.kits-megamenu .megamenu-products {
 width: 60%;
 height: 100%;
}
.kits-megamenu .megamenu-header {
 width: 40%;
}
.kits-megamenu .megamenu-products{
  gap: 20px;
}
.kits-megamenu .megamenu-header p {
 font-family: Sofia pro az, sans-serif;
 font-weight: 700;
 font-size: 32px;
 line-height: 120%;
 letter-spacing: 0%;
}
.kits-megamenu .mega-menu-offer-text .off-text{
 font-family: Sofia pro az, sans-serif;
 font-weight: 400;
 font-size: 12px;
 line-height: 150%;
 letter-spacing: 0%;
}
.kits-megamenu .mega-menu-offer-text {
  padding-top: 10px;
  margin-left: 10px;
}
.megamenu-products .junip-product-summary-review-count{
  font-size: 14px;
}
.megamenu-products .junip-product-summary-star{
  width: 15px;
  height: 15px;
}
.kits-megamenu .k-product-data h5{
  margin-top: 7px;
  margin-bottom: 7px;
}
.kits-megamenu.active {
  padding: 40px 35px;
  border-radius: 0px;
  display: flex;
  gap: 40px;
}
.kits-megamenu{
  transition: none;
}
.kits-megamenu .k-top-header{
  top: -20px;
  padding: 7px 16px;
  border-radius: 100px;
  display: inline-table;
  font-weight: 400;
}
ul.grid-menu-mobile li.nav-link.about.w-nav-link.menu-name-kits:hover svg{
   fill:#ce3665;
}
.c_header-section .container-nav{
  max-width: 95%;
  padding: 0 0px;
}
.kits-megamenu .kits-product{
  padding: 16px 18px;
}
.kits-megamenu .megamenu-header ul{
  row-gap: 20px;
}
ul.grid-menu-mobile li.nav-link.about.w-nav-link{
 padding:  27px 0;
}
.nav-link:hover .nav-border-link svg {
  transform: rotate(180deg); 
}
.nav-link .menu-item-wrap.nav-border-link {
  position: relative;
}
.kits-megamenu .megamenu-header ul{
  margin-bottom: 50px !important;
}
.nav-border-link:after {
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width:0;
  height:2px;
  background-color:#CE3665;
  transition: width 0.3s;
}
.nav-link:hover .nav-border-link:after {
     width: 100%;
}
.kits-megamenu{
  top: 99%;
}
@media (min-width: 1900px){
  .kits-megamenu .c-megamenu{
    max-width: 1700px;
    margin: 0 auto;
  }
  .kits-megamenu .megamenu-header p{
    font-size: 40px;
  }
}
@media (min-width: 992px){
  .c_header-section .navbar{
    width: 100%;
    padding: 0;
  }
  .w-nav-brand{
    align-items: center;
    display: flex;
  }
}
@media (min-width: 1700px){
  .kits-megamenu.active{
     border-radius: 0px;
  }
  .c_header-section .navbar{
    max-width: 100% !important;
    padding: 0 95px;
  }
  .navbar .container-nav{
    max-width: 1700px;
  }
  .kits-megamenu.active{
    padding: 40px 100px;
  }
}
@media (max-width: 1250px){
  .kits-megamenu .megamenu-header p{
    font-size: 28px;
  }
}
@media (max-width: 1120px){
  .kits-megamenu .megamenu-products {
    width: 65%;
  }
  .kits-megamenu .megamenu-header {
    width: 35%;
  }
  .kits-megamenu .megamenu-header p{
    font-size: 22px;
  }
}
/* ------ Kit megamenu View ------ */

/* ------  Mobile-menu View ------ */
.dropdown-expand .grid-4 .text-grid-collection .text-collection span.save_badge{
 font-weight: 400;
 font-size: 12px;
 line-height: 150%;
 letter-spacing: 0%;
 width: 100px;
 border-radius: 100px;
 background-color: #CE3665;
 padding: 6px;
 height: auto
}
.external_link ul{
 grid-template-columns: repeat(2, auto);
 gap: 5px;
 row-gap: 25px;
}
.external_link ul li{
 text-align: left;
}
.w-nav-overlay .menu-color-mb{
 background-color: white;
}
.external_link{
 margin: 24px 0 0 0;
 width: 100%;
  
}
.external_link ul li a{
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}
.menu-button .icon-5 {
  background-image: url('https://cdn.shopify.com/s/files/1/0696/7007/6663/files/Frame_1.png?v=1743069808'); 
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-button.w--open{
  margin: 0;
}
.menu-button.w--open .icon-5 {
  background-image: url('https://cdn.shopify.com/s/files/1/0696/7007/6663/files/search_1.png?v=1743069698'); 
}
.w-icon-nav-menu:before{
  display:none;
}
.menu-left{
  gap: 10px;
}
a.mani-university-page{
  font-weight: 400;
  font-size: 18px;
  leading-trim: Cap height;
  line-height: 150%;
  gap: 5px;
  align-items: center;
  display: flex;
}
a.mani-university-page svg {
  margin: 2px 0px 0 0;
}
ul.grid-menu-mobile li {
  list-style: none;
}
.with-line a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #ce3665; 
  margin-right: 35px;
  vertical-align: middle;
}
@media (max-width: 1199px){
  a.mani-university-page {
   font-size: 16px;
  }
}
@media (max-width: 991px){
  .with-line a::before{
    display: none;
  }
  a.mani-university-page{
   justify-content: space-between;
   font-size: 18px;
   border-top: 1px solid #FC6088;
   padding: 20px 0;
   border-bottom: 1px solid #FC6088;
  }
}  

/* =======================Resulet page Changes style ======================= */
/* ------  Resulet header View ------ */
.center-div-text {
  padding-top: 50px;
  padding-bottom: 0;
  text-align: start;
}
.center-div-text.result-top-header {
  max-width: 100%;
}
.center-div-text.result-top-header .r-subheing {
  font-weight: 900;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 10%;
  margin: 0 0 30px 0;
}
.center-div-text.result-top-header .r-header {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0%;
  margin: 0 0 20px 0;
}
.result-tabs-content IMG {
  height: 100%;
  object-fit: cover;
  width: 100% !important;
}
header.result-tabs-nav {
  justify-content: space-between;
  flex-wrap: wrap;
}
.result-tabs-nav ul, .result-tabs-nav a {
  border: none;
}
.result-tabs-nav ul {
  gap: 12px;
}
.result-tabs-nav ul div {
  gap: 12px;
}
.result-tabs-nav li a {
  border-radius: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #CE3665;
  border: 1px solid #ECDDEA;
  display: flex;
  align-items: anchor-center;
  gap: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
.result-tabs-nav li.active a {
  color: #fff;
  background: #EC6B8B;
}
.result-tabs-nav a:hover {
  color: #CE3665;
  border-color: #ECDDEA;
}
.result-tabs-nav a {
  padding: 10px 0;
  min-width: 95px;
}
.result-tabs-nav li.active svg {
  border: 2px solid white;
  border-radius: 50%;
}
header .filter-group label {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 6px;
}
.fillter-box {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 7px 10px;
  border: 1px solid #ECDDEA;
  border-radius: 7px;
  gap: 60px;
  cursor: pointer;
}
.fillter-box p {
  margin: 0;
}
.fillter-data {
  width: 340px;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding: 14px 16px;
  border-radius: 7px;
  margin-top: 5px;
}
.fill-pro {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 15px;
}
.fillter-data .r-fill-name a.color-nail-fill {
  margin: 0;
  text-align: start;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #484848;
  padding: 0;
}
.fill-pro-img {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.fill-pro-img img {
  border-radius: 100%;
  border: 1px solid #ECDDEA;
}
.tick-mark {
  position: absolute;
  top: 10px;
  right: 5px;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  display: none;
  color: green;
  font-weight: bold;
}
.fill-pro.selected .tick-mark {
  display: inline;
}
.selected .fill-pro-img img {
  border-color: #CE3665;
}
.fillter-data {
  display: none;
}
.fillter-data.active {
  display: flex;
  position: absolute;
  z-index: 99;
  right: -3%;
}
.filter-group {
  position: relative;
}
.file-con-z {
  z-index: 2;
}
.fillter-box svg {
  transition: transform 0.3s ease;
}
.fillter-box svg.rotate {
  transform: rotate(180deg);
}
.fillter-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0 20px 0;
}
.fillter-header .header-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: capitalize;
  margin: 0;
}
.fillter-header svg {
  cursor: pointer;
}
.selct-box-scroll {
  max-height: 275px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .fillter-data.active {
    left: 50%;
    transform: translateX(-50%);
  }
  .filter-group {
    display: inline-block;
    padding-top: 20px;
  }
  .center-div-text.result-top-header .r-header {
    text-align: center;
  }
  .center-div-text.result-top-header .r-subheing {
    text-align: center;
    margin-bottom: 20px;
  }
  .center-div-text.result-top-header {
    padding-top: 20px;
  }
  header.result-tabs-nav {
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
  .result-tabs-nav ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  .result-tabs-nav ul::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #EC6B8B;
    width: 100%;
    display: flex;
    margin-top: 20px;
  }
}

@media (max-width: 426px) {
  .center-div-text.result-top-header .r-header {
    text-align: center;
    font-size: 32px;
    max-width: 90%;
    margin: 0 auto;
  }
  .center-div-text.result-top-header .r-subheing {
    text-align: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 10%;
  }
  .result-tabs-nav a {
    min-width: 101px;
    padding: 7px 0;
  }
  .result-tabs-nav ul {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .filter-group {
    padding-top: 0px;
  }
}

@media (max-width: 350px) {
  .result-tabs-nav a {
    min-width: 90px;
  }
}

/* ------ Compliment View ------ */
.quote-text.mobile {
  display: none;
}
.h1-light {
  text-align: center;
  font-weight: 300;
  font-size: 50px;
  line-height: 120%;
}

@media (max-width: 425px) {
  .quote-text.mobile {
    display: block;
  }
  .quote-text.desktop {
    display: none;
  }
  .h1-light {
    font-weight: 300;
    font-size: 38px;
    line-height: 120%;
    letter-spacing: 0%;
    margin: 20px 0;
  }
}

/* ------ icon wit content View ------ */
.result-page section.difference_section {
  padding: 80px 0 70px;
  text-align: center;
  background-color: #FFDADE;
}
.result-page .diffrence_content_wrap {
  gap: 70px;
  justify-content: space-around;
}
.result-page .diffrence_content_wrap .img_wrap {
  margin-bottom: 16px;
}
.result-page .diffrence_content_wrap .img_wrap img.c_img-height-auto{
  width: auto;
}
.result-page.diffrence_content_wrap p strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.result-page .diffrence_content_wrap p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .result-page .difference_section .diffrence_content_wrap .grid-1\/4 {
    width: 50%;
  }
  .result-page .diffrence_content_wrap {
    gap: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 425px) {
  .result-page .diffrence_content_wrap p strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .result-page .diffrence_content_wrap p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .result-page section.difference_section {
    padding: 40px 0 30px;
  }
  .result-page .diffrence_content_wrap .img_wrap {
    margin-bottom: 12px;
  }
}

@media (max-width: 375px) {
  .result-page .difference_section .diffrence_content_wrap .grid-1\/4 {
    max-width: 35%;
  }
}

/* ------ best-seller View ------ */
.best-seller {
  padding: 80px 0;
  background-color: #FEEFF3;
  text-align: center;
}
.best-head .seller-head {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  margin: 0 auto;
}
.best-poduct {
  display: flex;
  gap: 20px;
  padding-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.p-image {
  padding-bottom: 14px;
}
.p-image img {
  border-radius: 8px;
}
.b-product {
  width: 22%;
  background-color: white;
  padding: 18px;
  border-radius: 7px;
}
.product-detail .b-pro-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 5px;
  margin: 0;
}
.product-detail {
  text-align: start;
}
.product-detail .b-pro-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
.best-button {
  background-color: #EC6B8B;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 50px;
}
.b-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 767px) {
  .b-product {
    width: 48%;
  }
  .best-poduct {
    gap: 14px;
    justify-content: center;
  }
}

@media (max-width: 425px) {
  .b-product {
    padding: 14px;
  }
  .product-detail .junip-product-summary-star {
    height: 14px;
    width: 14px;
  }
  .b-product {
    width: 47%;
  }
  .best-poduct {
    padding-top: 30px;
  }
  .best-seller {
    padding: 40px 0;
  }
  .product-detail .b-pro-title {
    font-size: 15px;
  }
  .best-button {
    margin-top: 30px;
    display: block;
  }
}

/* ------ Shop By Color View ------ */
.shop-by-coor {
  padding: 80px 0;
  background-color: #FFF9FE;
}
.main-color {
  display: flex;
  padding-top: 50px;
  gap: 58px;
}
.shop-head .color-head {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  color: #CE3665;
  text-align: center;
}
.p-color-name .p-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
.pro-color {
  width: 16%;
}
.color-button {
  background-color: #EC6B8B;
  padding: 15px 40px;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px;
  display: none;
}
.c-p-button {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: white;
}
.main-color .pro-color {
  padding: 0 15px;
}
.p-color-image {
  display: flex;
  justify-content: center;
}

@media (max-width: 425px) {
  .color-button {
    display: block;
  }
  .main-color .pro-color {
    padding: 0 7px;
  }
  .shop-by-coor {
    padding: 40px 0;
  }
}

@media (min-width: 991px) {
  .main-color .pro-color {
    padding: 0 30px;
  }
}

/* ------ Result Cart View ------ */
.review-customer {
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fillter-box.filter-hide {
  pointer-events: none;
}
.review-customer-content {
  display: flex;
  justify-content: space-between;
}
.scoical-media-link .medial_link {
  color: gray;
  text-decoration: underline;
}
.customer-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.customer-img {
  width: 50px;
  height: 50px;
}
.cus-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
  margin: 0;
  color: black;
}
.review-time {
  color: #7a7373;
  align-items: center;
  display: flex;
  gap: 5px;
}
.review-time span:after {
  content: "";
  display: block;
  height: 3px;
  width: 3px;
  background-color: #7a7373;
  margin-left: 5px;
  border-radius: 50px;
}
.review-time span {
  display: flex;
  align-items: center;
}
.resulet-rection {
  display: flex;
  align-items: center;
}
.resulet-reaction-text {
  color: black;
  padding-left: 5px;
}
.resulet-rection img {
  width: 20px !important;
  margin: 0;
}
.review-time svg {
  width: 12px;
}
.result-tabs-content .customer-img img {
  margin-right: 0px;
  border-radius: 50%;
}
.result-start-left .junip-product-summary-review-count,
.wrapper-result.result-page .wrapper-block-result h4.r-p-name {
  display: none;
}
.result-image-sec {
  position: relative;
}
.wrapper-result.result-page .wrapper-block-result:not(.resulet-banner) {
  padding: 1px 12px 24px 12px;
}
.result-start-left {
  gap: 1px;
}
.result-base {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: absolute;
  bottom: 17px;
  right: 14px;
}
.product-catgery {
  padding: 0px 10px;
  border: 1px solid #EC6B8B;
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  background-color: white;
  text-transform: capitalize;
}
.result-product-base .colour {
  padding: 0.5px 9px;
  border: 1px solid #EC6B8B;
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  background-color: white;
  margin: 0;
}
.result-product-base .kits {
  padding: 2px 15px;
  border: 1px solid #EC6B8B;
  border-radius: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  background-color: white;
  margin: 0;
}
.result-page .wrap-text-result {
  background-color: white;
  padding: 16px 12px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.wrap-text-result .reviw-peo-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.wrap-text-result .review-p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wrap-text-result .review-p .r-p-image {
  width: 39px;
  height: 39px;
}
.product-ca-btn {
  padding: 10px 20px;
  background-color: #EC6B8B;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
}
.reviw-peo-button .r-p-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #484848;
}
.result-page .testimonial-container p.p-testimonial {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #484848;
  margin: 5px 0 0 0;
}
.p-testimonial {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em;
  transition: max-height 0.3s ease;
}
.p-testimonial.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
.read-more-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #484848;
  padding: 0;
  background-color: white;
  width: 100%;
  text-align: start;
}
.wrapper-result.result-page .wrapper-block-result:not(.resulet-banner) h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  vertical-align: middle;
  margin: 0;
}
.result-start-left i {
  color: #FC6088;
}
.wrapper-block-result .image-result {
  width: 100% !important;
}
.result-page .image-result {
  min-height: auto;
}
.wrapper-result.result-page.active {
  display: flex;
  gap: 24px;
  margin-left: 0;
  margin-right: 0;
}
.wrapper-result.result-page {
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 40px;
}
.wrapper-result.result-page .wrapper-block-result:not(.resulet-banner) {
  flex-basis: calc(33.33% - 16px);
  padding: 0;
}
.media-content-wrap[loaded="true"] .image-result {
  display: none;
}
.video-container .custom-play-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.custom-play-btn.show-play-btn {
  display: flex;
}
.video-container .custom-play-btn .icpn-play {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .56);
  box-shadow: 0px 18px 48px rgba(82, 44, 107, 0.48);
  border-radius: 50%;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 19;
  cursor: pointer;
}

@media (max-width: 991px) {
  .wrapper-result.result-page .wrapper-block-result:not(.resulet-banner) {
    flex-basis: calc(50% - 12px);
    padding: 0;
  }
}

@media (max-width: 767px) {
  .wrapper-result.result-page .wrapper-block-result:not(.resulet-banner) {
    flex-basis: calc(100%);
    padding: 0;
  }
  .result-tabs-content {
    padding-top: 20px;
  }
}

/* ------ Result Banner View ------ */
.resulet-image-wrapper {
  position: relative;
}
.resulet-banner {
  padding: 20px 0;
}
.resulet-banner .resulet-banner-container {
  width: 100%;
  max-width: 100%;
}
.resulet-image-wrapper .mobile-image {
  display: none;
}
.resulet-banner-content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  padding-left: 82px;
}
.resulet-banner-text {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  vertical-align: middle;
  width: 70%;
  padding-bottom: 32px;
}
.resulet-shop-btn {
  display: inline-block;
  padding: 15px 65px;
  background-color: #EC6B8B;
  border-radius: 30px;
}
.r-s-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
}

@media (max-width: 767px) {
  .resulet-image-wrapper .mobile-image {
    display: block;
  }
  .resulet-image-wrapper .desktop-image {
    display: none;
  }
  .resulet-banner-content {
    padding-left: 50px;
  }
  .resulet-banner-text {
    font-size: 28px;
    padding-bottom: 25px;
    width: 57%;
  }
  .resulet-banner {
    padding: 16px 0;
  }
}

@media (max-width: 570px) {
  .resulet-banner-content {
    padding-left: 30px;
  }
}

@media (max-width: 426px) {
  .resulet-banner-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    width: 45%;
    padding-bottom: 16px;
  }
  .r-s-btn {
    font-size: 14px;
  }
  .resulet-shop-btn {
    padding: 10px 25px;
  }
  .resulet-banner {
    padding: 16px 0;
  }
}

@media (max-width: 350px) {
  .resulet-banner-text {
    width: 50%;
  }
}

/* ------ marquee-icon-with-text-section View ------ */
.marquee-wrapper {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  background-color: #CE3665;
  display: none;
}
.marquee-item span {
  font-weight: 900;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #FFFFFF;
}
.marquee-wrapper .marquee-track {
  will-change: transform;
  animation: marquee 20s linear infinite;
  display: flex;
  gap: 20px;
}
.marquee-wrapper .marquee-track:hover {
  animation-play-state: paused;
}
.marquee-item::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #F7B545;
  border-radius: 50%;
  font-size: 18px;
}
@keyframes marquee {
  100% {
    transform: translateX(-100%);
  }
}
.marquee-wrapper .marquee-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex: 1 0 auto;
  font-size: 15px;
}
.marquee-wrapper .marquee-item img {
  width: 30px;
  height: auto;
}

@media (max-width: 767px) {
  .marquee-wrapper {
    display: block;
    padding: 30px 0;
  }
}

/* ------ Serch-menu View ------ */
div#glFilter-search-popup .gl-fullscreen-layer>.gl-fullscreen-header {
  border-top: 1px solid #ec6b8c;
  border-bottom: 1px solid #ec6b8c;
  margin: 20px auto;
  padding: 0;
  border: 1px solid #ec6b8c;
  padding-right: 0;
  margin-left: 20px;
  margin-right: 20px;
  background-color: white;
}
div#glFilter-search-popup .gl-list__content ul li a {
  border-radius: 100px;
  background-color: white;
  color: #CE3665;
  padding: 3px 10px !important;
  border: 1px solid #EC6B8B;
}
.gl-fullscreen-layer .gl-list__title {
  margin-bottom: 24px !important;
}
div#glFilter-search-popup .gl-card-title a, div#glFilter-search-popup .gl-fullscreen-layer .gl-card {
  color: #CE3665;
  border-radius: 7px;
}
.gl-fullscreen-layer .gl-card-thumbnail img {
  border-radius: 8px;
}
div#glFilter-search-popup .gl-fullscreen-layer>.gl-fullscreen-header {
  max-width: 1700px;
  margin: 20px auto;
}
div#glFilter-search-popup .gl-fullscreen-layer .gl-fullscreen-initial-content {
  max-width: 1700px;
}
div#glFilter-search-popup .gl-fullscreen-layer .gl-card-content {
  position: relative;
}
div#glFilter-search-popup .gl-fullscreen-layer .gl-fullscreen-results__meta {
  margin-bottom: 0px !important;
}
.gl-fullscreen-header {
  border-radius: 7px;
}
.gf-search-item-product-vendor {
  border: 1px solid #CE3665;
  border-radius: 100px;
  padding: 2px 10px;
  display: flex;
  justify-content: center;
  color: #CE3665;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  top: 55%;
  right: 0px;
}
.gl-fullscreen-layer .gl-d-close-btn, .gl-fullscreen-layer .gl-d-searchbox-icon, .gl-fullscreen-layer .gl-d-searchbox-input {
  height: 59px !important;
}
@media (max-width: 1860px) {
  div#glFilter-search-popup .gl-fullscreen-layer>.gl-fullscreen-header {
    margin: 20px 90px;
  }
  div#glFilter-search-popup .gl-fullscreen-layer .gl-fullscreen-initial-content {
    margin: 0 90px;
  }
}
@media (max-width: 1700px) {
  div#glFilter-search-popup .gl-fullscreen-layer>.gl-fullscreen-header {
    margin: 20px 40px;
  }
  div#glFilter-search-popup .gl-fullscreen-layer .gl-fullscreen-initial-content {
    margin: 0 43px;
  }
}
@media (max-width: 1280px) {
  .gl-row .gl-col-left {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 955px) {
  .gf-search-item-product-vendor {
    top: 70%;
    right: -10px;
    padding: 1px 5px;
    font-size: 10px !important;
  }
}
@media (max-width: 767px) {
  div#glFilter-search-popup .gl-fullscreen-layer .gl-fullscreen-initial-content {
    margin: 0 20px;
  }
  div#glFilter-search-popup .gl-fullscreen-layer>.gl-fullscreen-header {
    margin: 20px !important;
  }
  .gf-search-item-product-vendor {
    padding: 0px 7px;
    top: auto;
    bottom: 0;
    right: 0px;
    font-size: 12px !important;
  }
  .gl-row .gl-col-right {
    padding: 0;
  }
  .gl-fullscreen-layer .gl-d-searchbox-icon{
    padding: 0 10px 0 0 !important;
  }
 div#glFilter-search-popup .gl-fullscreen-layer>* {
  padding-left: 10px !important;
   padding-right: 10px !important;
  }
}
@media (max-width: 425px) {
  div#glFilter-search-popup .gl-fullscreen-layer {
    background-color: #FEE2F2;
  }
}
@media (max-width: 390px){
  div#glFilter-search-popup{
    top: 122px;
  }
}
@media (min-width: 992px) {
  div#glFilter-search-popup {
    top: 110px;
  }
}
@media (min-width: 1860px) {
  div#glFilter-search-popup .gl-fullscreen-layer>.gl-fullscreen-header {
    margin: 20px auto;
  }
  div#glFilter-search-popup .gl-fullscreen-layer .gl-fullscreen-initial-content {
    margin: 0 auto;
  }
}
/* ======================= End Oddit Changes style ======================= */

@media (max-width: 991px){
.header .nav-menu-scroll{
   overflow-y: auto;
 }
}
@media (max-width: 990px) {
  .template-index .collection-list-slide .text-grid-collection {
    display: none;
  }
}
.selct-box-scroll{
  overflow-y: auto;
  max-height: 275px;
  flex-wrap: wrap;
  display: flex;
}
.section-product-home .wrapper-collection-slider button.slick-prev{
  z-index: 1;
}