/** Shopify CDN: Minification failed

Line 934:0 Expected "}" to go with "{"

**/
/*! ============ Add any custom styles below this line ================== */
 .cart-bar {
    background: #B1D2E4;}
	#cart-bar .product__price {
    color: #000000;
}
#cart-bar .cart-bar__product__title {
    color: #000;
	}
	#cart-bar .product__price {
    color: #000 !important;
}


/* ==== Sticky logo custom css start ====== */
.header__wrapper img.sticky-header-logo {
  display: none;
}
.header__wrapper.js__header__stuck figure.logo__img img:first-child {
  display: none;
}
.header__wrapper.js__header__stuck img.sticky-header-logo {
  display: block;
}
.header__wrapper.js__header__stuck img.sticky-header-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 45px;
  margin:0 auto;
}

.header__wrapper.js__header__stuck .header__logo__link:after {
  content: "";
  height: 65px;
  width: 70px;
  display: block;
  position: absolute;
  background-color: #B1D2E4;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
.header__wrapper.js__header__stuck .logo__img,.header__wrapper.js__header__stuck .header__logo--image .header__logo__link:before{
  display: none;

/* ==== Sticky logo custom css end ====== */


.CustomSection--aside.border-bottom {
  margin-bottom: 25px;
  border-bottom: 1px solid #1c224a;
}
/* === custom css for product page === */
.custom-look_content .font-body {
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}
.mt-1 {
  margin-top: 10px;
}
.js__header__stuck .theme__header::after {
  background: #232648;
}
.js__header__stuck a {
  color: #e9e8e4;
}
.js__header__stuck .navlink:hover > .navtext {
  color: #e9e8e4;
}
.js__header__stuck .navtext {
  color: #e9e8e4;
}
.js__header__stuck .dropdown__family .navtext {
  color: var(--link);
}
.js__header__stuck .header__mobile__hamburger {
  color: #e9e8e4;
}
.js__header__stuck .sliderow__title {
  color: var(--link);
}
.js__header__stuck .navlink--search .icon-search g {
  stroke: #fff;
}
/* === custom css for header === */
.look__image.custom-look--fullheightImage {
  position: relative;
  width: 50%;
  top: unset;
}
.LookFull--image {
  position: relative;
  padding-top: 85%;
}
.LookFull--image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.CustomGaller-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.CustomGallery-textContent {
  padding-bottom: 0.75rem;
  border-color: rgba(69, 61, 61, 0.2);
  border-bottom: 2px solid #eee;
}
.CustomGallery--heading {
  margin: 0;
}
.custom-image_gridItem .product-item__info {
  padding-bottom: 0;
}
.customGallery_wrapper .product-item__price {
  display: none;
}
.customGallery_wrapper .product-grid__item .product-item__info {
  padding-bottom: 0;
}
.product-grid__item form {
  padding-left: 20px;
  padding-right: 20px;
}
.custom-image_gridItem .grid-item {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.custom-image_gridItem .product-information > div .product-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.backgroundProduct--image .product__images {
  background-image: var(--background-image);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
.backgroundProduct--image .product__content {
  background-color: #fff;
}

/* button scroll on mobile */
[data-mobile-slider] {
  position: relative;
}
.scroll-button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.scroll-button.next:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  color: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(315deg);
}
.scroll-button.prev:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  color: #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%) rotate(45deg);
}
.scroll-button.next {
  right: -5px;
}
.scroll-button.prev {
  left: -5px;
}

/* end left to right scroll */

/* product page arrows button */
.always-show .flickity-prev-next-button {
  box-shadow: none;
  background: transparent;
  visibility: visible;
}
.always-show .flickity-prev-next-button.next:before {
  mask-image: unset;
  background: transparent;
  -webkit-mask-image: unset;
}
.always-show .flickity-prev-next-button.next:before {
  mask-image: unset;
  background: transparent;
  -webkit-mask-image: unset;
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  color: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(315deg);
}
.always-show .flickity-prev-next-button.previous:before {
  mask-image: unset;
  background: transparent;
  -webkit-mask-image: unset;
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  color: #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%) rotate(45deg);
  font-size: 0;
}
.always-show .flickity-prev-next-button:after {
  background-color: transparent;
}
.js__header__stuck .header--cover-bg {
  background-color: #fff;
  padding-top: 30px;
}
.js__header__stuck .theme__header {
  padding: 0;
}
/* end of product page arrows button */

/*=== Fit image ===*/
.fit--image .image__hero__scale img {
  object-fit: contain;
  object-position: center;
}
.border-bottom_heading {
  border-bottom: 1px solid #1c224a;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.custom-tab-section .TabsRow {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 50px;
}
.custom-tab-section .TabsCol {
  padding-bottom: 20px;
  padding-top: 20px;
  display: inline-block;
  color: #707070;
}
.custom-tab-section .TabsCol.active {
  border-bottom: 2px solid #1c224a;
  font-weight: 600;
}
.CustomSection--aside .CustomSection__title {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}
.tab-section-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.authorImage--wrapper img {
  width: 100%;
  border-radius: 50%;
  max-width: 40px;
  height: 40px;
  object-fit: cover;
}
.TextTestimonial--authorRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/*=== 25-08-2023 ===*/
.image_area img {
  width: 100%;
}
.lash_content {
  text-align: center;
}
.right_content_image {
  background: #f9f9f9;
}
.tabs_content_heading {
  padding-bottom: 25px;
}
.CustomSection--image-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.lash_content p {
  font-size: 18px;
  font-weight: 400;
  color: #1c224a;
  padding-top: 15px;
}
.Ingradient--SectionRow {
  display: flex;
  text-align: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left_content_image .image_area img {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  object-fit: cover;
  visibility: visible !important;
}
.CustomSection--aside {
  flex-basis: 50%;
}
.CustomSection--aside .CustomSection__title {
  margin-top: 0;
}
.CustomSection__bottom {
  margin-top: 20px;
}
.CustomSection__bottom .CustomSection--text {
  padding: 0;
}
.Ingradient--SectionCol {
  width: calc(100% / 3 - 10px);
}
.Ingradient--ImageWrapper .IngradientImage,
.Ingradient--ImageWrapper svg {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
.Ingradient--ContentText .subheading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.Ingradient--ContentText {
  padding: 10px;
}
.sticky--tabs {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}
.custom-tab-section .TabsRow {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.TextTestimonial--wrapper_col.text-content-testimonial {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/*== Images section under the tabs section ==*/
.GallerySection--Row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.GallerySection--ImageWrapper {
  position: relative;
  padding-top: 100%;
}
.GallerySection--ImageWrapper img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.TabvideoSection--wrapper_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 200px;
}
.TabvideoSection--wrapper_row h2,
.TabvideoSection--wrapper_row .rte {
  color: var(--color);
}
.TabvideoSection--wrapper_col.text-content {
  padding: 30px;
  display: flex;
}
.TabSectionVideo--wrapper {
  display: flex;
}
.TabSectionVideo--wrapper video {
  width: 100%;
  height: 100%;
  height: var(--video-height);
  object-fit: cover;
}
.TabSectionVideo--wrapper video[poster] {
  object-fit: fill;
}
.TabvideoSection--wrapper_content {
  padding: 25px;
  border: 1px solid #fff;
  width: 100%;
}
.video-left .TabvideoSection--wrapper_col.text-content {
  grid-column-start: 2;
}
.video-left .tab-video-section {
  grid-row-start: 1;
}
.TextTestimonial--wrapper_col .rte p {
  column-count: 2;
}
.TextTestimonial--wrapper_row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.authordetails--wrapper {
  text-transform: uppercase;
  font-weight: 600;
}
.CustomSection--text.rte h6,
.CustomSection--text.rte strong {
  display: block;
  margin-top: 30px;
}

/* === subscription & save app shopify */
.sls-custom-radio {
  border-radius: 0 !important;
}
.sealsubs-target-element .sls-custom-radio,
.sls-option[type="radio"] + span.sls-custom-radio {
  border: 1px solid #8d90a4 !important;
}
.sealsubs-target-element
  .sls-option[type="radio"]:checked
  + .sls-custom-radio:after {
  width: 12px;
  height: 12px;
  border-radius: 0px;
  box-shadow: inset 1em 1em #9a9999;
}
span.sls-custom-radio {
  display: none;
}
.sls-selling-plan-group-name:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #868585;
}
.sls-selling-plan-group-name {
  display: flex !important;
  align-items: center;
}
.sls-selling-plan-group-first-line {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start !important;
  gap: 10px;
}
.sealsubs-target-element .sls-custom-radio,
.sls-option[type="radio"] + span.sls-custom-radio {
  display: none !important;
}
.sls-active .sls-selling-plan-group-name:before {
  background-color: #868585;
}
.sls-purchase-options-label {
  display: none;
}
.product__block.product__upsell {
  padding-top: 10px;
}
.is-reversed .quotes-icons.bottom-right-icon {
  margin-right: 20px;
  margin-bottom: 20px;
}
.product-swatch-as-variant {
  width: 100%;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  text-transform: capitalize;
}
.product__price__reviews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.CustomSection--text.rte h2 {
  font-size: 24px;
  margin-top: 15px;
  padding-top: 10px;
}
#cart-bar .product__price {
  color: #f4eff1;
}
#cart-bar .btn {
    background-color: #f4eff1;
}
.header__dropdown__image .hero__content__wrapper{
  justify-content: center;
  margin-top: 10px;
}
.quotes-icons {
  width: 100%;
  max-width: 45px;
  fill: #707070;
}
/* ==== Media query ==== */
@media only screen and (max-width: 749px) {
  .TextTestimonial--wrapper_col.text-content-side {
    padding: 0 20px;
  }
  .header__wrapper.js__header__stuck .header__logo__link:after{
    height: 55px;
    width: 70px;
  }
  .product-swatch-as-variant{
    max-width: 600px;
  }
  .CustomSection--text.rte h6,
  .CustomSection--text.rte strong {
    margin-top: 10px;
  }
  .GallerySection--Row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .CustomSection--aside {
    flex-basis: 100%;
    margin-top: 20px;
  }
  .custom-look--fullheightImage {
    display: none;
  }
  .custom-look_content .look_section_content,
  .new-image-with-section .custom-look_content p.look__title.caps {
    text-align: center;
  }
  .CustomSection--image-info {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }
  .CustomSection--three-image {
    flex-direction: column;
  }
  .look__slide {
    width: 100%;
  }
  .js__header__stuck .header--cover-bg {
    padding-top: 15px;
  }
  .left_content_image {
    position: relative;
    padding-bottom: 100%;
  }
  .reversed.is-reversed.CustomSection--imgText .section-double__body {
    flex-direction: column-reverse;
  }
  .CustomSection--aside .CustomSection--text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Ingradient--SectionCol {
    width: 100%;
  }
  .Ingradient--SectionRow {
    gap: 10px;
  }
  .tabs_content_heading {
    padding-bottom: 10px;
  }
  .TabvideoSection--wrapper_row,
  .TextTestimonial--wrapper_row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .TabvideoSection--wrapper_row .tab-video-section {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .tab-section-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .TabvideoSection--wrapper_col.text-content {
    padding: 30px;
    display: flex;
    grid-column-start: 1;
    grid-row-start: 2;
    width: 100%;
  }
  .cart-bar__form .product__submit__add span.btn__text {
    justify-content: center;
  }
  .TextTestimonial--wrapper_col.text-content-testimonial {
    gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .new-image-with-products-section-btn {
    font-size: 10px;
  }
  .new-image-with-section p.product-item__title {
    font-size: 10px !important;
  }
  .new-image-with-section .rte.body-size-2 {
    font-size: 10px;
  }
}

@media (min-width: 750px) {
  .product__wrapper--thumbnails-left
    .backgroundProduct--image
    .product__images {
    padding: 30px;
  }
  .TextTestimonial--wrapper_col.text-content-testimonial{
    padding-left: 50px;
  }
  .product__page.backgroundProduct--image {
    grid-template-columns: 55% 50%;
    justify-content: flex-end;
    gap: 0;
  }
  .CustomSection--aside {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }
  .scroll-button {
    display: none !important;
  }
  .scroll-button {
    display: none;
  }
  .section-double__aside.CustomSection--aside {
    flex-basis: 50%;
    padding: 0;
    align-items: start;
  }
  .CustomSection--aside .hero__content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .CustomSection--aside .section-double__content {
    align-items: start;
  }
  .reversed.is-reversed .section-double__body {
    flex-direction: row-reverse;
  }
  .left_content_image {
    grid-row: span 1 / span 1;
    grid-row-start: 1;
    grid-column: span 1 / span 1;
    grid-column-start: 1;
    order: 0;
    position: relative;
  }
  .CustomSection--aside .CustomSection--text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .CustomSection--imgText:not(.is-reversed) .CustomSection--text {
    padding-left: 50px;
  }
  .TextTestimonial--wrapper_col.text-content-side {
    padding-left: 50px;
  }
  .index-look.custom-section-look .product-item {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .product__wrapper--thumbnails-left
    .backgroundProduct--image
    .product__images {
    align-items: center;
  }
}
@media (min-width: 1023px) {
  .product__wrapper--thumbnails-left
    .backgroundProduct--image
    .product__images {
    padding: 90px;
  }
  .CustomGaller-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
    row-gap: 50px;
  }
  .CustomGallery-textContent {
    grid-column: span 2 / span 2;
    grid-column-start: 3;
  }
  .CustomGallery--BigImage {
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    order: 0;
    position: relative;
  }
  .content-position-right .CustomGallery--BigImage {
    grid-column-start: 3;
  }
  .content-position-right .CustomGallery-textContent {
    grid-column-start: 1;
  }
  .CustomGallery--BigImage img,
  .CustomGallery--BigImage svg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    object-fit: cover;
    visibility: visible !important;
  }
  .custom-image_gridItem .product-item__info {
    padding-bottom: 0;
  }
  .backgroundProduct--image .product__thumbs .product__thumb__link {
    margin: 0 auto;
    width: 55px;
    height: 55px;
  }
  .backgroundProduct--image .flickity-viewport,
  .backgroundProduct--image
    .product__wrapper--thumbnails-left
    .product__thumbs {
    max-height: 480px;
    margin: auto;
  }
  .backgroundProduct--image .product__thumbs__holder {
    max-height: 480px;
    margin: auto;
  }
  .product__wrapper--thumbnails-left
    .backgroundProduct--image
    .product__images {
    align-items: center;
    max-height: 85vh;
  }
}
@media (max-width: 1300px) {
  .CustomGaller-grid {
    row-gap: 10px;
  }
  .customGallery_wrapper .product-grid__item .grid-item {
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .CustomGallery-textContent {
    grid-column: 1/-1;
    text-align: center;
  }
  .CustomGallery--BigImage {
    display: none;
  }
  .CustomGaller-grid {
    row-gap: 10px;
    column-gap: 10px;
  }
  .customGallery_wrapper .product-grid__item .grid-item {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .customGallery_wrapper .rte.body-size-2 {
    font-size: 10px;
    min-height: 35px;
  }
  .reviews__grid-item {
    width: 100%;
    padding: 20px 25px;
    margin-right: 0;
  }
  .reviews__grid {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .new-image-with-products-section-btn {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .customGallery_wrapper .product-grid__item form {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 449px) {
  .sliderow__links .hero__content {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
}

@font-face {
    font-family: 'Gloved';
    src: url('gloved-webfont.woff2') format('woff2'),
         url('gloved-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
h1, h2, h3, h4, h5{
font-family: "freight-big-pro", serif !important;
font-weight: 400  !important;
font-style: normal !important;
}
p, a{
font-family: "brandon-grotesque", sans-serif !important;
font-weight: 400;
font-style: normal;
}
span{
font-family: "brandon-grotesque", sans-serif !important;
font-weight: 400;
font-style: normal;
}
*/







/*********26.04.2024*********/

@font-face {
    font-family: 'Gloved';
    src: url('https://cdn.shopify.com/s/files/1/0625/7088/9457/files/GlovedRegular.eot?v=1724406427');
    src: url('GlovedRegular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.shopify.com/s/files/1/0625/7088/9457/files/GlovedRegular.woff2?v=1724406427') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0625/7088/9457/files/GlovedRegular.woff?v=1724406427') format('woff'),
        url('https://cdn.shopify.com/s/files/1/0625/7088/9457/files/GlovedRegular.ttf?v=1724406427') format('truetype'),
        url('GlovedRegular.svg#GlovedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.header__dropdown__image p {
    font-weight: 500;
}
div#shopify-section-template--17962671702257__section_hero_fXBjNe p.hero__description.body-size-5.font-heading {
    font-family: 'Gloved';
    font-size: 48px;
}
div#shopify-section-template--17962671243505__section_double_slider_MBGxhd .hero__rte p:last-child strong {
    font-family: 'Gloved';
    font-size: 38px;
}
.header__dropdown .header__dropdown__image p {
    font-weight: 500;
    font-size: 16.2px !important;
    font-weight:600 !important;
}

@media only screen and (max-width: 768px) {
  div#shopify-section-template--17962671702257__section_hero_fXBjNe p.hero__description.body-size-5.font-heading {
    font-family: 'Gloved';
    font-size:30px;
}
.js__header__stuck .header__mobile {
    background: #b1d2e4 !important
}
.js__header__stuck .header__mobile__hamburger {
    color: #000000;
}
  div#shopify-section-template--17962671243505__section_double_slider_MBGxhd .hero__rte p:last-child strong {
    font-family: 'Gloved';
    font-size: 30px;
}
}

