/** Shopify CDN: Minification failed

Line 4127:2 "ransform-style" is not a known CSS property
Line 5131:7 Unexpected "and"

**/
/* Color custom properties */

/* Lowercase override */
.body-lowercase {
  text-transform: lowercase !important;
}

/* Sentence case override */
.body-sentence {
  text-transform: none;
}

.body-lowercase p,
.body-lowercase li,
.body-lowercase span,
.body-lowercase div {
  text-transform: lowercase !important;
}

.prod-card-title {
  font-family: "Montserrat";
  font-weight: 900 !important;
  font-size: 20px !important;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 16px !important;
  color: #213345;
  line-height: 150%;
}

@media (max-width: 768px) {
  .prod-card-title {
    font-size: 17px !important;
  }
  .product-title {
    margin-top: 8px;
    font-size: 14px;
  }
}

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-2);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.image-with-text__content .button--primary {
  background: #f7d3a1;
  color: #953f2f;
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width,
.layout,
#layout,
.collection-container,
#shopify-section-template--24892468265234__faq_pg_tabs_Uw3GCN {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width.drawer-menu {
  max-width: 100%;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width,
  .layout,
  #layout,
  .collection-container,
  #shopify-section-template--24892468265234__faq_pg_tabs_Uw3GCN {
    padding: 0 5rem;
    width: 100%;
    max-width: var(--page-width) !important;
    margin: auto !important;
  }

  .header.page-width {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 1333px) {
  .collection-container {
    padding: 0 0px !important;
  }
  section#custom-collection-section {
    padding: 0 30px !important;
  }
  .home-collection-main .collection-container {
    gap: 30px !important;
  }
  .product-grid {
    gap: 20px !important;
    padding-right: 0 !important;
  }
  .home-collection-main .product-card {
    padding: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  .collection-container {
    padding: 0 0px !important;
  }
  section#custom-collection-section {
    padding: 0 10px !important;
  }
  .home-collection-main .collection-container {
    gap: 15px !important;
  }
  .product-grid {
    gap: 12px !important;
    padding-right: 0 !important;
  }
  .home-collection-main .product-card {
    padding: 0px !important;
  }
  .cst_app {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .inner_block {
    width: unset !important;
    margin-right: 0 !important;
  }
  .confident-steps__container.layout.image-right {
    padding: 0;
  }
  .confident-steps {
    padding: 60px 10px !important;
  }
  .customer-review-quote {
    padding: 11px 0px !important;
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .page-width--narrow {
    max-width: 1920px;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  /* font-family: var(--font-heading-family); */
  font-family: "Point Panther";
  font-style: var(--font-heading-style);
  font-weight: 700;
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

/* Default styles for screens wider than 1801px */
h1 {
  font-size: 62px;
}
h2 {
  font-size: 52px;
}
h3 {
  font-size: 44px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 31px;
}
h6 {
  font-size: 26px;
}
p,
.p1 {
  font-size: 20px;
}
.p2 {
  font-size: 20px;
  font-weight: bold;
}
.p3 {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

/* Styles for screens between 1001px and 1800px */
@media (max-width: 1800px) and (min-width: 1001px) {
  h1 {
    font-size: 43px;
  }
  h2 {
    font-size: 39px;
  }
  h3 {
    font-size: 33px;
  }
  h4 {
    font-size: 27px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 19px;
  }
  p,
  .p1 {
    font-size: 16px;
  }
  .p2 {
    font-size: 16px;
    font-weight: bold;
  }
  .p3 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
  }
}

/* Styles for screens between 751px and 1000px */
@media (max-width: 1000px) and (min-width: 751px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  p,
  .p1 {
    font-size: 16px;
  }
  .p2 {
    font-size: 16px;
    font-weight: bold;
  }
  .p3 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
  }
}

/* Styles for screens 750px and narrower */
@media (max-width: 750px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  p,
  .p1 {
    font-size: 16px;
  }
  .p2 {
    font-size: 16px;
    font-weight: bold;
  }
  .p3 {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
  }
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  /*   .small-hide {
    display: none !important;
  } */
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

footer .icon-arrow {
  fill: #8c2a26;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

.klaviyo-form-X2PGPY .needsclick .klaviyo-form-version-cid_1 {
  padding: 0 !important;
}

.klaviyo-form-X2PGPY:first-of-type {
  display: block; /* Show by default */
}

.footer-bottom-wrap .klaviyo-form-X2PGPY {
  display: none !important; /* Hide by default */
}

/* Hide the first instance on mobile and show the second */
@media (max-width: 768px) {
  #shopify-section-template--24879913173266__collection_grid_KbkCrQ p {
    font-size: 11px !important;
    line-height: 1.4em;
  }
  #shopify-section-template--24879913173266__collection_grid_KbkCrQ h4 {
    font-size: 19px !important;
    text-align: left;
  }
  .klaviyo-form-X2PGPY {
    display: none !important;
  }

  .footer-bottom-wrap .klaviyo-form-X2PGPY {
    display: block !important;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(
    --buttons-border-offset
  ); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius)
    rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role="button"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
    var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ),
.shopify-payment-button
  [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled,
.quantity__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused)
  + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
  + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset)
    var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius)
    rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width)
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
    rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  /* left: calc(var(--inputs-border-width) + 2rem); */
  left: 0;
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 3rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}
.template-collection .variant-input .visible_item.active + label,
.template-product .variant-input .visible_item.active + label {
  border: 1px solid #000;
}
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

@media (min-width: 765px) {
  .form__label {
    display: flex;
    margin-bottom: 0.6rem;
    width: 100%;
  }
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  /*   pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1; */
}

.quantity:before {
  /*   background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0; 
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1; */
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: #fff;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  /*   background-color: inherit; */
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type="number"] {
  -moz-appearance: textfield;
}

.quantity__rules {
  margin-top: 1.2rem;
  position: relative;
  font-size: 1.2rem;
}

.quantity__rules .caption {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
  content: "\2022";
  margin: 0 0.5rem;
}

.quantity__rules-cart {
  position: relative;
}

product-info .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: #fff;
  color: #000;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  font-weight: 700;
  bottom: -6px;
  left: 9px;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 1.5rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  width: 20px;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
}

/* section-header */
.section-header.shopify-section-group-header-group {
  z-index: 99;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  top: calc(-1 * var(--header-height));
}

.shopify-section-header-hidden.menu-open {
  top: 0;
}

.section-header.animate {
  transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
  z-index: 4;
}

.section-header ~ .shopify-section-group-header-group {
  z-index: initial;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: "left-icons heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

/* try on page css */

.page-main-try-on {
  margin: 30px 20px;
}

.main-try-on {
  display: flex;
  column-gap: 30px;
}

@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

@media screen and (min-width: 990px) {
  .header {
    grid-template-columns: 1fr auto 1fr;
  }

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      "heading icons"
      "navigation navigation";
    grid-template-columns: 1fr auto;
  }

  .header--top-left.drawer-menu,
  .header--middle-left.drawer-menu {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
  }

  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center:not(.drawer-menu) {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center a.header__heading-link {
    text-align: center;
  }

  .header--top-center {
    grid-template-areas:
      "left-icons heading icons"
      "navigation navigation navigation";
  }

  .header--top-center.drawer-menu {
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr auto 1fr;
  }

  .header:not(.header--middle-left, .header--middle-center)
    .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex="-1"]:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  /* padding: 0.75rem; */
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
  display: block;
}

.header__heading-logo-wrapper {
  width: 100%;
  display: block;
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
}

.header__heading-logo-wrapper__icon {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__heading-link,
  .header--top-left .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--middle-center .header__heading-link,
  .header--middle-center .header__heading {
    justify-self: center;
    text-align: center;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icons .shopify-app-block {
  max-width: 4.4rem;
  max-height: 4.4rem;
  overflow: hidden;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  /*   height: 4.4rem;
  width: 4.4rem; */
  padding: 0;
}

.header__icon--cart {
  position: relative;
  /* margin-right: -1.2rem; */
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(
    var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%))
  );
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icons;
  justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
  margin-left: 3.2rem;
}

.header--top-center header-drawer {
  grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: "";
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  display: none;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(
    100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width))
  );
  height: 100%;
}

.search-modal.open {
  animation: animateMenuOpen var(--duration-default) ease;
  display: block;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2));
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 74.2rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
  width: 100vw;
  left: 0;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  /*   text-decoration: underline;
  text-underline-offset: 0.3rem; */
}

/* details[open] > .header__menu-item {
  text-decoration: underline;
} */

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  /* text-decoration: underline; */
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset)
    var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius)
    rgba(var(--color-shadow), var(--popup-shadow-opacity));
  z-index: -1;
}

.header__submenu.list-menu {
  background: #fceedb;
  padding-top: 24px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 4px 0px;
  line-height: 16px !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  border-bottom: 2px solid #9e3b1b;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

.header__menu-item .icon-caret {
  position: static;
  display: none;
  height: 10px;
  margin-left: 8px;
  width: 10px;
  margin-top: -10px;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid
    rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: "";
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: "";
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role="button"]:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}

.rte:after {
  clear: both;
  content: "";
  display: block;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid
    rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
  list-style-position: inside;
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Ambient animation */

@media (prefers-reduced-motion: no-preference) {
  .animate--ambient > img,
  .animate--ambient > svg {
    animation: animateAmbient 30s linear infinite;
  }

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }
}

.custom-collection .card__heading a:after {
  position: unset;
}
.article-imag img {
  width: 100%;
}

.template-store-custom div#ProductSelect-option-0 {
  display: flex;
  column-gap: 12px;
  flex-wrap: wrap;
}

.template-store-custom a.button_gray_inner {
  min-width: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.shopify-payment-button__button .kqsiVA9Jf8LJAbxw8Bau {
  border-radius: 5px !important;
}
.custom-collection .card__inner.color-background-2.gradient.ratio {
  background-color: transparent !important;
}

.core-collection-variant {
  flex-wrap: wrap;
  gap: 10px 0;
}
.caption-box .sub-heading img {
  width: 100px;
  vertical-align: middle;
}

/* css end */
li.list-payment__item:nth-child(3) {
  display: none;
}
li.list-payment__item:nth-child(4) {
  display: none;
}
.tab_details_sec .tabcontent {
  text-align: left;
}

.slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-pagination .slider-item-nimber {
  width: 70px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #48646e;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  height: 55px;
  color: #48646e;
}

.slider-pagination .slider-item-nimber.active {
  border-bottom: 4px solid #8d2b27;
  color: #8d2b27;
  height: 51px;
  margin: 0 0 -3px 0;
}

/* a.custom-btn-home-link:hover{
 background-color: transparent;
    border: 1px solid #8C2A26;
    color: #8c2a26; 
} */
.slider-pagination .pagination-arrow-right {
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid #48646e;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  width: 70px;
}
.slider-pagination .pagination-arrow-right.active {
  border-bottom: 2px solid #8d2b26;
}
.slider-banner-image img {
  object-fit: contain !important;
}

.slider-pagination .pagination-arrow-right-element {
  width: 8px;
  height: 13px;
}

/* ns.css */

/*============================================================/ peach color button  /====*/
.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.su_button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.button_su_inner {
  display: inline-block;
  background: #f6d2a4;
  color: #000;
  font-size: 1.5vw;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
  transition: 0.4s;
  text-decoration: none;
  padding: 15px 50px;
  z-index: 100000;
}

.button_text_container {
  position: relative;
  /*    z-index: 10000; */
}

.explode-circle {
  animation: explode 0.5s forwards;
}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #d7a565;
  }

  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #d7a565;
  }
}

@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #d7a565;
  }

  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #d7a565;
  }
}

/*============================================================/ announcement  /====*/
.announcement-bar__message {
  font-size: 1.2vw;
}

/*============================================================/ header  /====*/
.header-wrapper {
  transition: all 0.3s ease;
  padding: 2rem 0;
}

.header-wrapper.darkHeader {
  transition: all 0.3s ease;
  /*   padding:0rem 0; */
}

header.header {
  padding: 0px 10rem;
  justify-content: space-between;
}

header.header .header__inline-menu .list-menu__item {
  font-size: 15px;
  line-height: 20px;
  font-weight: 200;
  letter-spacing: 0;
  color: #fbeeda;
}

/* #cart-icon-bubble {
	font-size: 1.3vw;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
} */

.header__icon--cart {
  color: #e8d0c5;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  margin-left: 60px;
}
.header__icons-wrapper {
  border-bottom: 2px solid #fbeeda;
  display: flex;
  gap: 14px;
  padding-bottom: 32px;
  align-items: center;
}

.header__menu-item span {
  position: relative;
}

.header__menu-item span:before {
  content: "";
  background-color: #fbeeda;
  height: 3px;
  width: 0%;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.header__menu-item span:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*============================================================/ dark gyay button  /====*/
.button_gray {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 6px !important;
}

.gray_button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.button_gray_inner {
  background-color: #8c2a26;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fbeeda;
  min-height: 55px;
  padding: 0 40px;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
}

.button_gray_inner-tryon {
  background-color: #c07247;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fbeeda;
  width: 100%;
  min-height: 45px;
  padding: 0 35px;
  text-decoration: none;
  text-transform: uppercase;
  justify-content: center;
}

.explode-gray-circle {
  animation: explodegray 0.5s forwards;
}

.desplode-gray-circle {
  animation: desplodegray 0.5s forwards;
}

@keyframes explodegray {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #000;
  }

  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #000;
  }
}

@keyframes desplodegray {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #000;
  }

  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #000;
  }
}

/*============================================================/ hero-home  /====*/
.hero-home {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  /* -webkit-align-items: center; */
  position: relative;
  background-color: #48646e;
}

.hero-home .img-box {
  width: 50%;
}

.hero-home .img-box img {
  display: block;
  object-fit: cover;
  height: 100%;
}

.hero-home .caption-box {
  width: 50%;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-home .key-numbers {
  position: absolute;
  bottom: 3%;
  left: 50%;
  padding: 0 5rem;
  width: 50%;
  display: flex;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
}

.hero-home .key-numbers .num-text {
  margin: 0;
  color: #fbeeda;
  line-height: 1;
  font-size: 3.5vw;
}

.hero-home .key-numbers .small-text {
  margin: 0;
  color: #fbeeda;
  font-size: 1vw;
}

.hero-home .caption-box .bigger-heding p {
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
}

/*============================================================/ logos-home  /====*/
.logos-home {
  background: rgba(234, 203, 172, 0.2);
  padding: 8rem 8rem 4rem 8rem;
}

.logos-home .sec-heading {
  margin: 0;
  margin-bottom: 4rem;
  text-transform: uppercase;
  font-size: 2vw;
  text-align: center;
  color: #bcafa1;
}

.logos-home .logo-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logos-home .logo-list .logo-box {
  width: 20%;
}

.logos-home .logo-list .logo-box img {
  display: block;
  width: 100%;
}

/*=========================================================/ before after /===========*/

.before-after-home .pera-wrap {
  width: 100%;
  margin: 0rem auto 3rem auto;
}

.before-after-home .try-it-now {
  margin-top: 3rem;
}

.before-after-home .try-it-now h3 {
  font-size: 1.8vw;
  color: #000;
  margin-bottom: 0;
}

.before-after-home .try-it-now .pera {
  margin-top: 0;
  font-size: 1.5vw;
  line-height: 1.5;
}

.before-after-outer {
  width: 100%;
  /*   background-color:#FBF5EE; */
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.before-after-demo {
  position: relative;
  width: 900px;
  height: 400px;
  overflow: hidden;
}

.before-after-demo .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
}

.before-after-demo .background-img {
  background-image: url("https://cdn.shopify.com/s/files/1/0758/3639/1698/files/before.png?v=1684393674");
}

.before-after-demo .foreground-img {
  background-image: url("https://cdn.shopify.com/s/files/1/0758/3639/1698/files/after.png?v=1684393674");

  width: 50%;
}

.before-after-demo .slider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.3);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.before-after-demo .slider:hover {
  background: rgba(242, 242, 242, 0.1);
}

.before-after-demo .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}

.before-after-demo .slider::-moz-range-thumb {
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}

.before-after-demo .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.before-after-demo .slider-button:after {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.before-after-demo .slider-button:before {
  content: "";
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}

/*===========================================================/ our community /=============*/
.our-community-outer {
  padding: 10rem 7rem;
}

.our-community-outer .our-community-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}

.our-community-outer .our-community-inner .our-community-list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  background-color: #fbf5ee;
}

/* .our-community-outer .our-community-inner .our-community-list:hover .img-box img{
  -webkit-transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  transform:rotateY(180deg);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
} */
.our-community-outer
  .our-community-inner
  .our-community-list:nth-child(1)
  .img-box:after,
.our-community-outer
  .our-community-inner
  .our-community-list:nth-child(2)
  .img-box:after {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0758/3639/1698/files/arrow-fill.svg?v=1684401570);
  position: absolute;
  top: 0px;
  right: -1px;
  width: 30px;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.our-community-outer
  .our-community-inner
  .our-community-list:nth-child(3)
  .img-box:after,
.our-community-outer
  .our-community-inner
  .our-community-list:nth-child(4)
  .img-box:after {
  content: "";
  background-image: url(https://cdn.shopify.com/s/files/1/0758/3639/1698/files/arrow-fill.svg?v=1684401570);
  position: absolute;
  top: 0px;
  left: -8px;
  width: 30px;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.our-community-list .img-box {
  width: 50%;
  position: relative;
}

.our-community-list .img-box img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-ransform-style: preserve-3d;
  ransform-style: preserve-3d;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-community-list .text-box {
  width: 50%;
  padding: 3rem 5rem;
}

.our-community-outer .sec-heading {
  text-align: center;
  max-width: 100%;
  padding: 0;
}

.our-community-outer .sec-heading .pera {
  margin: 0rem 0rem 7rem;
}

.center-btn {
  margin-top: 5rem;
}

/*===============================================/ fun-fact-outer /=============*/
.fun-fact-outer {
  text-align: center;
}

.fun-fact-outer .heading {
  font-size: 2vw;
  margin-bottom: 0;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000,
    -1px -1px 0 #000;
}

.fun-fact-outer {
  font-size: 1.5vw;
  line-height: 1.5;
  @media (min-width: 768px) {
    font-size: 1.37vw;
  }
}

.chat-icon {
  animation: zoom-in-zoom-out 2s ease-in infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*=========================================================/ visual-try-on-outer /=========================*/

.visual-try-on-outer .box-inner h1.bigger-heading i {
  display: block;
}

/*=============================================================/ community-share-your-story /======*/
.community-share-your-story {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 10%,
    rgba(251, 245, 238, 1) 10%
  );
  padding: 0 0rem;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.community-share-your-story .box-inner .pera {
  width: 90%;
}

.community-share-your-story .box-inner:nth-child(1) {
  width: 60%;
  padding-left: 10%;
  margin-top: 5%;
}

.community-share-your-story .box-inner:nth-child(2) {
  width: 40%;
}

.community-share-your-story .box-inner h1.bigger-heading {
  font-size: 6vw;
  line-height: 1;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin: 0;
}

.community-share-your-story .box-inner h1.bigger-heading i {
  display: block;
}

.community-share-your-story .button_gray {
  margin-bottom: 0;
}

/*=============================================================/ core-collection-home /======*/

.core-collection-home .sec-heading {
  text-align: center;
}

.core-collection-home .video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.core-collection-home .video-box video {
  height: 100%;
  object-fit: cover;
}

.core-collection-home .video-box .loop-img {
  width: 100%;
  display: block;
}

.core-collection-home .video-box .play-pause-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  height: 100%;
  width: 100%;
}

.core-collection-home .video-box .play-pause-btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.core-collection-info {
  padding: 0 5%;
  box-sizing: border-box;
}

.core-collection-info .feature-item__copy {
  width: 100%;
}

.core-collection-info #ProductSelect-option-0 {
  border: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
}

.core-collection-info #ProductSelect-option-0 .variant-input {
  position: relative;
  appearance: none;
  margin-right: 1rem;
}

.core-collection-info #ProductSelect-option-0 .variant-input input {
  appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.core-collection-info
  #ProductSelect-option-0
  .variant-input
  input.active
  + label
  img {
  -webkit-box-shadow: 0 0 12px #e4b3977d;
  box-shadow: 0 0 12px #e4b3977d;
  -webkit-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
}

.core-collection-info .feature-item__price {
  font-size: 1.5vw;
  line-height: 1.5;
}

.button-box-outer {
  display: -webkit-flex;
  display: flex;
}

.button-box-outer .button_gray_inner {
  padding: 8px 20px;
}

.button-box-outer .button_gray_inner .button {
  background-color: transparent;
  font-size: 1.5vw;
}

.button-box-outer .button_gray {
  margin-right: 2rem;
  margin-top: 20px;
}

.arrow-link {
  display: -webkit-flex;
  display: flex;
  font-size: 1.5vw;
  line-height: 1.5;
  color: #515050;
  text-decoration: none;
  margin-top: 2rem;
  position: relative;
}

.arrow-link span {
  position: relative;
  font-weight: 900;
  padding: 0.25rem;
  font-size: 20px !important;
  text-wrap-mode: nowrap;
}

@media screen and (max-width: 767px) {
  .arrow-link span {
    position: relative;
    font-weight: 900;
    padding: 0.25rem;
    font-size: 15px !important;
  }
}

.arrow-link span:after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: 0.5s;
}

.arrow-link:hover span:after {
  width: 100%;
}

.arrow-link:hover {
  color: #8c2a26;
}

.arrow-link img {
  margin-left: 20px;
}

.core-collection-home .swiper-button-next:after {
  content: unset;
}

.core-collection-home .swiper-button-prev:after {
  content: unset;
}

.core-collection-home .swiper-button-next {
  width: 45px;
  margin-right: 0rem;
}

.core-collection-home .swiper-button-prev {
  width: 45px;
  margin-left: 0rem;
}

.core-collection-home .swiper-button-next img,
.core-collection-home .swiper-button-prev img {
  width: 100%;
}

/*==========================================================/ blog-slider-section /==========*/
.blog-slider-section .tag-date {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  justify-content: space-between;
  align-items: center;
}

.blog-slider-section .tag-date .blog-title-tag {
  background-color: #fbf5ee;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5px;
  margin-top: 2rem;
}

.blog-slider-section .tag-date .article-publish-date {
  border-radius: 5px;
  margin-top: 2rem;
}

.blog-slider-section .article-title {
  margin-top: 2rem;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #4f5050;
}

.template-community .want-to-learn-sec .video-caption .count-num {
  margin: 0;
}

/*==============================================================/ tutorials page  /======================*/

.tutorials-page-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #bd714b;
}

.tutorials-page-hero .img-box {
  width: 50%;
}

.tutorials-page-hero .caption-box {
  width: 50%;
  text-align: center;
  padding: 30px;
}

.tutorials-page-hero .img-box img {
  display: block;
}

.tutorials-page-hero .caption-box .bigger-heading {
  font-family: "Point Panther";
  text-transform: uppercase;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
}

.tutorials-page-hero .caption-box .bigger-heading i {
  display: block;
}

.tutorials-page-hero .caption-box a.button_gray_inner {
  min-height: auto;
  padding: 0.8vw 3vw;
}

.tutorials-page-hero .caption-box span.button_text_container {
  font-size: 1.4vw;
}

.not-sure-sec {
  margin: 10rem auto;
}

.not-sure-sec .sec-heading {
  text-transform: uppercase;
  font-size: 2vw;
  text-align: center;
}

.not-sure-sec .pera-wrap {
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
}

.not-sure-icons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: center;
  margin-top: 10rem;
}

.not-sure-icons .box {
  text-align: center;
  padding: 0 2%;
}

.want-to-learn-sec {
  margin-top: 10rem !important;
}

.want-to-learn-sec .sec-heading {
  text-transform: uppercase;
  text-align: center;
}

.want-to-learn-sec .pera-wrap {
  text-align: center;
  margin: 0;
}

.learn-video-outer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: center;
  margin-top: 7rem;
}

.learn-video-outer .video-box {
  width: 49%;
  margin-bottom: 2rem;
}

.learn-video-outer .video-box .video-set .play-pause-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.learn-video-outer .video-box .video-set .play-pause-btn .PP-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.learn-video-outer .video-box .video-set .play-pause-btn .PP-btn img {
  border-radius: 0;
}

.learn-video-outer .video-box .video-set img.loop-img {
  width: 100%;
  display: block;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  height: 310px;
  object-fit: cover;
}

.learn-video-outer .video-box .video-set video {
  height: 310px;
  object-fit: cover;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  display: block;
}

.learn-video-outer .video-box .video-set {
  border: 5px solid #fff;
  box-shadow: 0px 0 20px #a2a2a2cc;
  border-radius: 46px;
  -webkit-border: 5px solid #fff;
  -webkit-box-shadow: 0px 0 20px #a2a2a2cc;
  -webkit-border-radius: 46px;
  background-color: #d3d7da;
  position: relative;
  overflow: hidden;
}

.learn-video-outer .video-box .video-set .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.learn-video-outer .video-box .video-set .play img {
  width: 4vw;
  border-radius: 0;
}

.learn-video-outer .video-caption {
  margin: 1rem;
}

.learn-video-outer .video-caption h3 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.learn-video-outer .video-caption span {
  margin-right: 10px;
}

.wear-makeup-sec .sec-heading {
  text-transform: uppercase;
  text-align: center;
}

.wear-makeup-sec .pera-wrap {
  text-align: center;
}

.wear-makeup-sec .img-sec {
  margin-top: 10rem;
}

.faqs-sec .accordion {
  /*   background-color: #eee; */
  cursor: pointer;
  padding: 18px 50px 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  border-bottom: 1px solid #dadad8;
  position: relative;
}

.faqs-sec .active,
.faqs-sec .accordion:hover {
  /*   background-color: #ccc; */
}

.faqs-sec .accordion:after {
  content: "+";
  color: #000;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 32px;
  height: 32px;
  background-color: #ded9d3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.faqs-sec .active:after {
  content: "\2212";
}

.faqs-sec .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faqs-sec {
  background: rgb(251, 245, 238);
  background: linear-gradient(
    180deg,
    rgba(251, 245, 238, 1) 75%,
    rgba(255, 255, 255, 1) 75%
  );
  padding-top: 8rem;
  margin-top: 12rem;
}

.faqs-sec .sec-heading {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 6vw;
  letter-spacing: 0;
  line-height: 1;
}

.faqs-sec .pera-wrap {
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
}

.faqs-sec .accordion-box {
  margin-top: 5rem;
  background-color: #fff;
  padding: 7rem;
  box-sizing: border-box;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 7px #cccccc82;
  box-shadow: 0 2px 7px #cccccc82;
}

/***********************Product page Faq ***********************/
.faq-acc .accordion {
  /*   background-color: #eee; */
  cursor: pointer;
  padding: 18px 50px 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  border-bottom: 1px solid #dadad8;
  position: relative;
}

.faq-acc .accordion:after {
  content: "+";
  color: #000;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 0;
  top: 15px;
  width: 32px;
  height: 32px;
  background-color: #ded9d3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.faq-acc .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
}

.faq-acc .pera-wrap {
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: center;
}

.faq-acc .accordion-box {
  /*   margin-top: 5rem; */
  background-color: #fff;
  padding: 3rem 6rem;
  box-sizing: border-box;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 7px #cccccc82;
  box-shadow: 0 2px 7px #cccccc82;
}

.product-tab-sec .accordion {
  margin-top: 0px;
}

/*===============================================================/ About us page /======*/

.about-page-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #48646e;
}

.about-page-hero .img-box {
  width: 50%;
}

.about-page-hero .caption-box {
  width: 50%;
}

.about-page-hero .caption-box .bigger-heading {
  font-size: 6vw;
  line-height: 1;
  letter-spacing: -5px;
  color: #fbeeda;
  text-transform: uppercase;
  margin-bottom: 0;
}

.about-page-hero .caption-box .pera {
  font-size: 1.5vw;
  line-height: 1.5;
  color: #fbeeda;
  width: 55%;
}

.about-page-hero .caption-box .bigger-heading i {
  display: block;
}

.formulas-backed {
  background: rgb(251, 245, 238);
  background: linear-gradient(
    180deg,
    rgba(251, 245, 238, 1) 58%,
    rgba(255, 255, 255, 1) 58%
  );
  padding-top: 10rem;
}

.formulas-backed .sec-heading {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.formulas-backed .sec-heading i {
  display: block;
}

.formulas-backed-boxes {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  margin-top: 5rem;
}

.formulas-backed-boxes .box-outer {
  width: 30%;
}

.formulas-backed-boxes .box-img img {
  width: 100%;
  border-radius: 36px;
}

.formulas-backed-boxes .tt {
  text-transform: uppercase;
  margin-bottom: 0;
}

.content-boxes-2 {
}

.content-boxes-2 .content-boxes-inner {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -webkit-align-items: flex-start;
  margin-top: 5rem;
}

.content-boxes-2 .content-boxes-inner .box-in {
  text-align: center;
  width: 30%;
}

.content-boxes-2 .content-boxes-inner .box-in h4 {
  text-transform: uppercase;
  font-size: 2vw;
  margin-bottom: 0;
}

.letter-ceo {
  text-align: center;
  margin: 15rem 0;
}

.letter-ceo .sec-heading {
  text-transform: uppercase;
  font-size: 2vw;
  text-align: center;
}

.ceo-sig {
  width: 16vw;
  margin: 5rem auto 0 auto;
}

.ceo-sig img {
  width: 100%;
}

/*===========================================/ product page /================*/

.product-page-gallery {
  background-color: #fbf5ee;
  width: 100%;
  padding: 7rem 0;
}

.product-page-gallery-flex {
  display: -webkit-flex;
  display: flex;
}

.product-tab-sec {
  padding: 7rem 0;
}

.product-tab-sec .tabs {
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  border-bottom: 1px solid #000;
  width: 100%;
}

.product-tab-sec .tabs .tablinks {
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  color: #4f505080;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 1.2vw;
  cursor: pointer;
  padding: 0rem 0 2rem 0;
  position: relative;
}

.product-tab-sec .tabs .tablinks.active:after {
  content: "";
  width: 60%;
  height: 8px;
  background-color: #000;
  position: absolute;
  left: 20%;
  bottom: -4px;
}

.product-tab-sec .tabs .tablinks.active {
  color: #000;
}

.product-description .tab-inner-right {
  position: relative;
}

.product-description .play-pause-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.product-description .tab-inner-left {
  padding-right: 10rem;
}

.product-form__quantity .quantity {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border: 1px solid #000;
  border: 1px solid #000;
  background-color: #f2f2f2;
}

.product__info-wrapper .price-item--regular {
  font-size: 1.5vw;
  letter-spacing: 0;
}

.product-form .product-form__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}

.product-form__buttons .button_gray_inner {
  padding: 0;
  min-height: auto;
}

.product-form__buttons .button_gray_inner .product-form__submit {
  padding: 0 40px;
  margin: 0;
  background-color: transparent;
  min-height: 65px;
  font-size: 24px;
  color: #fbeeda;
}

.shopify-payment-button {
  width: 88%;
}

.tab-inner-dec ul {
  padding: 0px 0 0 20px;
}

.tab-inner-dec ul li {
  line-height: 1.2;
  margin-bottom: 2rem;
}

.template-custom .fun-fact-outer {
  margin-top: 4rem;
}

.tab button:hover {
  border-bottom: none !important;
}

.product-tab-sec div#tab2 p strong {
  color: #000;
}

.product-tab-sec div#tab2.tabcontent {
  text-align: left;
}

.product-tab-sec .img-box-outer {
  display: flex;
  width: 100%;
  margin-top: 20px;
}

.product-tab-sec .img-box-outer .img-box {
  display: flex;
  width: 33.33%;
}

.product-tab-sec .img-box-outer .img-box img {
  max-width: 150px;
  width: 30%;
}

.product-tab-sec .img-box-outer .img-box span {
  padding: 25px;
}

/*=====================================================================/ community page  /===========*/
.community-page-hero {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  /* background-color: #fbeedb; */
  height: 450px;
  position: relative;
}

@media and (min-width: 750px) {
  .community-page-hero {
    height: 450px;
  }
}

.community-page-hero .img-box {
  width: 50%;
  overflow: hidden;
}

.community-page-hero .img-box img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.community-page-hero .caption-box {
  width: 50%;
  text-align: center;
  display: flex;
  padding: 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.community-page-hero .caption-box .bigger-heading {
  text-transform: uppercase;
  margin: 0;
}

.community-page-hero .caption-box .bigger-heading i {
  display: block;
}

/*=====================================================================/ collection page  /===========*/
.custom-collection .collection li.grid__item {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8rem;
}

.custom-collection .collection li.grid__item:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.custom-collection .custom-video-collection {
  width: 50%;
}

.custom-collection .product-card-wrapper {
  width: 50%;
  padding: 0 5rem;
}

.custom-collection .custom-video-collection .loop-img {
  width: 100%;
}

.custom-collection .custom-video-collection .video-box {
  position: relative;
  background-color: #000;
  height: 100%;
  border-radius: 0px 92px 0px 92px !important;
  overflow: hidden;
}

.custom-collection .custom-video-collection .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-collection .button_gray {
  margin-bottom: -8px;
}

.custom-collection .card__information {
  padding-bottom: 0;
}

.custom-collection .custom-video-collection .video-box video {
  object-fit: cover;
  height: 100%;
}

.for-collection-store .button_gray {
  margin-bottom: 0 !important;
}

.template-store-custom
  .for-collection-store
  .featured-product
  .product__info-wrapper
  product-form.product-form {
  margin-bottom: 0 !important;
}

.template-store-custom
  .for-collection-store
  .featured-product
  .product__info-wrapper {
  display: flex;
  align-items: center;
}

.custom-collection .custom-video-collection .play-pause-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.custom-collection .custom-video-collection .play-pause-btn button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.custom-collection .product-card-wrapper .media--transparent {
  background-color: #fff;
}

.custom-collection .card__inner.color-background-2.gradient.ratio {
  width: 200px;
}

.custom-collection .product-card-wrapper .card__information .card__heading {
  font-size: 1.5vw;
}

.custom-collection .product-card-wrapper .price-item--regular {
  font-size: 1.5vw;
}

.custom-collection .button_gray_inner {
  padding: 0;
}

.custom-collection .button_gray_inner .btn {
  padding: 0 40px;
  font-size: 24px;
  line-height: 1;
  background-color: transparent;
  border: none;
  color: #fbeeda;
  cursor: pointer;
  min-height: 65px;
}

.custom-collection .button_gray {
  margin-top: 3rem;
}

.template-store-custom .collection-hero__text-wrapper {
  text-align: center;
  margin-top: 4rem;
}

.template-store-custom .collection-hero__text-wrapper .collection-hero__title {
  text-transform: uppercase;
}

.template-store-custom .collection-hero__description {
  max-width: 100%;
}

.template-store-custom .hero-home {
  background-color: #962223;
}

.template-store-custom .for-collection-store {
  background-color: #fbf5ee;
}

.template-store-custom
  .featured-product:not(.product--no-media)
  > .product__info-wrapper {
  padding: 0 0rem;
}

.template-store-custom .for-collection-store h2.product__title {
  font-size: 4.5vw;
  line-height: 1;
  letter-spacing: -5px;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
}

.template-store-custom .for-collection-store .featured-product {
  background-color: transparent;
}

.template-store-custom .for-collection-store .product__media {
  background-color: #fbf5ee;
}

.for-collection-store-FAVORITES .collection__title {
  text-align: center;
}

.for-collection-store-FAVORITES .media--transparent {
  background-color: #fff;
}

.for-collection-store-FAVORITES .card__information {
  text-align: center;
}

.for-collection-store-FAVORITES .card__heading {
  font-size: 1.2vw;
}

.for-collection-store-FAVORITES .price {
  display: flex;
  justify-content: center;
}

.for-collection-store-FAVORITES .price-item--regular {
  font-size: 1.2vw;
}

.for-collection-store-FAVORITES .button_gray_inner {
  padding: 0;
}

.for-collection-store-FAVORITES .button_gray_inner .custom-add-to-cart {
  padding: 0 40px;
  line-height: 1;
  background-color: transparent;
  border: none;
  color: #fbeeda;
  min-height: 65px;
  cursor: pointer;
  font-size: 24px;
}

.for-collection-store-FAVORITES .button_gray {
  margin-top: 2rem;
}

/* 5-6-23 */
.custom-collection .variant-input input.visible_item {
  position: absolute;
}

.custom-collection .product-card-wrapper .variant-input {
  margin: 5px 0;
}

.custom-collection .product-card-wrapper:hover a {
  text-decoration: none !important;
}

.custom-collection .product-card-wrapper a {
  color: #262626;
}

.custom-collection .product-card-wrapper .button_gray {
  margin-right: 10px;
}

.custom-collection .product-card-wrapper .button_gray_inner .btn {
  min-height: 54px;
  font-size: 18px;
  font-family: "Montserrat" !important;
}

.custom-collection .product-card-wrapper .button_gray_inner {
  line-height: 54px;
  min-height: 54px;
}

.custom-collection
  .product-card-wrapper
  .button_gray.try_it
  .button_gray_inner {
  background-color: #d9a785;
  font-size: 18px;
  color: #fbeeda;
}

.custom-collection
  .product-card-wrapper
  .button_gray.try_it
  .button_gray_inner:hover {
  background-color: #c59575;
}

.custom-collection
  .product-card-wrapper
  .button_gray.try_it
  .gray_button_circle {
  display: none;
}

.custom-collection .price__container .price-item {
  color: #000;
}

.template-store-custom
  .for-collection-store
  .featured-product
  h2.product__title {
  font-size: 5.5vw;
  color: #262626;
  background: url("https://cdn.shopify.com/s/files/1/0758/3639/1698/files/long-arrow.png?v=1685943552")
    no-repeat right 23%;
  padding-bottom: 30px;
  padding-right: 74px;
}

.template-store-custom
  .for-collection-store
  .featured-product
  .price
  .price-item {
  color: #000;
  font-size: 32px;
}

.template-store-custom
  .for-collection-store
  .featured-product
  .product__info-wrapper {
  padding-left: 200px;
}

.featured-product
  .product-form__buttons
  .button_gray_inner
  .product-form__submit {
  min-height: 56px;
}

.for-collection-store-FAVORITES {
  padding: 50px 0;
}

.for-collection-store-FAVORITES .card__heading {
  font-size: 1.5vw;
  color: #262626;
  background: url("https://cdn.shopify.com/s/files/1/0758/3639/1698/files/favorite-arrow.png?v=1685950070")
    no-repeat 94%;
}

.for-collection-store-FAVORITES .price .price-item {
  color: #000;
  font-size: 20px;
}

.for-collection-store-FAVORITES .product-card-wrapper a:hover {
  text-decoration: none;
}

.for-collection-store-FAVORITES .product-card-wrapper .button_gray_inner {
  line-height: 54px;
  min-height: 54px;
}

.for-collection-store-FAVORITES .button_gray_inner .custom-add-to-cart {
  min-height: 54px;
}

.for-collection-store-FAVORITES slider-component {
  max-width: 90%;
}

.template-community .formulas-backed-boxes .tt,
.blog-slider-section .article-title {
  text-decoration: none !important;
}

.our_best_saller {
  overflow-x: hidden;
}

.our_best_saller .title-wrapper-with-link {
  justify-content: center;
  font-size: 20px;
  text-align: center;
  margin-bottom: 150px;
}

.our_best_saller slider-component ul li {
  margin-top: -100px;
}

.our_best_saller slider-component {
  background: #fbf5ee;
  max-width: 80%;
  margin: 0 auto;
}

.our_best_saller .best_sl_product {
  background: #fbf5ee;
  padding-bottom: 40px;
}

.our_best_saller slider-component:before {
  background: #fbf5ee;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
}

.our_best_saller slider-component:after {
  background: #fbf5ee;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  bottom: 0;
}

.our_best_saller .title {
  font-size: 38px;
  color: #4f5050;
}

/* 5-6-23 */
/*=============================================/ community  /================*/
.template-community .wear-makeup-sec .sec-heading {
  margin-top: 10rem;
}

.template-community .wear-makeup-sec {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(251, 245, 238, 1) 50%
  );
}

.template-community .formulas-backed {
  background: transparent;
}

.template-community .wear-makeup-sec .pera-wrap {
  /*   margin-top: 6rem; */
}

.template-community .wear-makeup-sec .button_gray {
  margin-bottom: 55px;
}

.template-community .center-btn {
  margin-top: 4rem;
}

.template-community .wear-makeup-sec .pera-wrap a {
  color: #515050;
  text-decoration: none;
}

.template-community .wear-makeup-sec .img-sec {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  -webkit-border: 18px solid #fff;
  border: 18px solid #fff;
  -webkit-box-shadow: 0 0 43px #ccc;
  box-shadow: 0 0 43px #ccc;
}

.template-community .wear-makeup-sec .img-sec img {
  display: block;
  width: 100%;
}

.template-community .wear-makeup-sec .img-sec + .pera-wrap {
  margin-top: 8rem;
}

.template-community .formulas-backed-boxes .tt {
  margin-top: 1rem;
  text-decoration: underline;
}

.template-community .formulas-backed .tag {
  background-color: #fbf5ee;
  display: inline-block;
  padding: 5px 20px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5px;
  margin-top: 2rem;
}

.template-community .swiper-pagination-bullet {
  padding: 35px 3%;
  border-bottom: 1px solid #cdcccc;
  border-radius: 0 !important;
  margin: 0 !important;
}

.template-community .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 2px solid #000;
  border-bottom-width: 3px;
}

.template-community .swiper-pagination {
  margin-top: 15px;
}

.metafiled_img {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3rem;
}

.metafiled_img img {
  width: 42px;
  margin-right: 12px;
}

/*=======================================================////////////////////////////// Responsive css ==========*/
/*===========////////////////// Mobile  ====*/
@media screen and (max-width: 749px) {
  .slideshow_section_main .slideshow__slide_2 .slideshow__text-wrapper {
    max-width: 100%;
  }

  .product-page-gallery-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .announcement-bar__message {
    font-family: var(--font-body-family);
    font-size: 2.8vw;
  }

  .header-wrapper {
    padding: 0;
  }

  header.header {
    padding: 0px 4rem;
  }

  .hero-home {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-home .caption-box .bigger-heding p {
    text-align: center;
    margin-bottom: 0px;
  }

  .button_su_inner {
    font-size: 4.5vw;
    padding: 15px 30px;
  }

  .button_su {
    margin: 0 auto;
    max-width: 52%;
    display: block;
  }

  .hero-home .key-numbers {
    left: 0%;
    width: 100%;
    padding: 0 2rem;
  }

  .hero-home .key-numbers .num-text {
    font-size: 7.5vw;
  }

  .hero-home .key-numbers .small-text {
    font-size: 3vw;
  }

  .logos-home {
    padding: 3rem 2rem 3rem;
  }

  .logos-home .sec-heading {
    margin-bottom: 0;
    color: #bcafa1;
    text-align: center;
    font-family: Point Panther;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .logos-home .logo-list .logo-box {
    width: 30%;
  }

  .logos-home .logo-list {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .before-after-home .pera-wrap {
    text-align: center;
    width: 100%;
    padding: 7px 15px 0 15px;
  }

  .before-after-home .try-it-now h3 {
    font-size: 5vw;
  }

  .before-after-home .try-it-now .pera {
    font-size: 3.5vw;
  }

  .core-collection-home .sec-heading .pera {
    text-align: center;
    font-style: normal;
  }

  .core-collection-home .sec-heading .pera strong {
    font-weight: 700 !important;
    display: block;
  }

  .core-collection-home .feature {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .core-collection-home .video-box {
    width: 100%;
  }

  .feature .feature-item__content {
    width: 80% !important;
    text-align: center;
  }

  .core-collection-home .feature {
    display: flex;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .core-collection-home .video-box .loop-img {
    height: 300px;
    object-fit: cover;
  }

  .core-collection-home .video-box video {
    height: 300px;
    margin-bottom: -8px;
  }

  .button-box-outer .button_gray_inner .button {
    font-size: 5.5vw;
  }

  .core-collection-info {
    padding: 0 0%;
  }

  .core-collection-info .feature-item__price {
    font-size: 5.5vw;
  }

  .button-box-outer {
    flex-direction: column;
  }

  .button-box-outer .button_gray {
    margin: 7px auto;
  }

  .arrow-link {
    font-size: 4.5vw;
    justify-content: center;
  }

  .arrow-link span:after {
    bottom: 1px;
  }

  .feature-item__image .product-img {
    width: 200px;
    margin: 0 auto;
  }

  .visual-try-on-outer .box-inner .pera {
    margin: 0 auto;
    padding-top: 20px;
    font-style: normal;
    text-align: center;
  }

  .our-community-outer {
    padding: 3rem 0rem;
  }

  .our-community-outer .sec-heading h1 {
    color: #4f5050;
    text-align: center;
    font-family: Point Panther;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .our-community-outer .sec-heading .pera {
    width: 100%;
    margin: 1rem auto 4rem;
    text-align: center;
    font-style: normal;
    font-weight: 400;
  }

  .our-community-outer .sec-heading {
    padding: 0;
  }

  section.visual-try-on-outer a.arrow-link.custom-try-on {
    font-size: 14px;
  }

  section.visual-try-on-outer a.arrow-link.custom-try-on span:after {
    background-color: #7d7d7d;
  }

  .our-community-outer .our-community-inner .our-community-list {
    width: 100%;
  }

  .our-community-outer .our-community-inner .our-community-list:nth-child(2),
  .our-community-outer .our-community-inner .our-community-list:nth-child(3) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .our-community-list .text-box h4 {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
  }

  .our-community-list .text-box {
    padding: 1rem 3rem;
  }

  .our-community-list .text-box p {
    line-height: 1.5;
    font-size: 10px;
  }

  .our-community-outer
    .our-community-inner
    .our-community-list:nth-child(2)
    .img-box::after {
    left: -8px;
    transform: rotate(60deg);
  }

  .our-community-outer
    .our-community-inner
    .our-community-list:nth-child(3)
    .img-box::after {
    right: -1px;
    transform: rotate(0deg);
    left: auto;
  }

  .fun-fact-outer .heading p {
    font-size: 5vw;
  }

  .fun-fact-outer {
    font-size: 3.5vw;
  }

  .center-btn {
    margin-top: 3rem;
  }

  .foot-box {
    margin: 5rem 0;
  }

  .about-page-hero {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .about-page-hero .img-box {
    width: 100%;
  }

  .about-page-hero .caption-box {
    width: 100%;
  }

  .about-page-hero .caption-box .bigger-heading {
    font-size: 13vw;
    line-height: 1;
    letter-spacing: -3px;
    text-align: center;
  }

  .about-page-hero .caption-box .pera {
    font-size: 3.5vw;
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }

  .not-sure-sec {
    margin: 3rem auto;
  }

  .not-sure-sec .sec-heading {
    color: #4f5050;
    text-align: center;
    font-family: Point Panther;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .not-sure-icons {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }

  .not-sure-icons {
    margin-top: 5rem;
  }

  .formulas-backed .sec-heading {
    font-size: 5vw;
  }

  .formulas-backed {
    padding-top: 4rem;
  }

  .formulas-backed-boxes {
    margin-top: 3rem;
  }

  .formulas-backed-boxes {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .formulas-backed-boxes .box-outer {
    width: 100%;
    margin-bottom: 0rem;
  }

  .formulas-backed-boxes .tt {
    font-size: 5vw;
    margin-top: 1rem;
    text-align: center;
  }

  .formulas-backed-boxes .box-outer p {
    text-align: center;
  }

  .formulas-backed-boxes .box-outer .box-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .formulas-backed {
    background-color: #fbf5ee;
    background: linear-gradient(
      180deg,
      rgb(251, 245, 238) 58%,
      rgb(251, 245, 238) 58%
    );
  }

  .content-boxes-2 .content-boxes-inner {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }

  .content-boxes-2 .content-boxes-inner .box-in {
    width: 100%;
  }

  .content-boxes-2 .content-boxes-inner .box-in h4 {
    font-size: 5vw;
  }

  .letter-ceo .sec-heading {
    font-size: 5vw;
  }

  .letter-ceo {
    margin: 5rem 0;
  }

  .ceo-sig {
    width: 70vw;
    margin: 4rem auto 0;
  }

  /*   .button_gray_inner{
    font-size: 5.5vw;
    width: 100%;
    justify-content: center;
  } */
  .not-sure-icons .box {
    margin-bottom: 2rem;
  }

  .tutorials-page-hero {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tutorials-page-hero .img-box {
    width: 100%;
  }

  .tutorials-page-hero .caption-box {
    width: 100%;
    padding: 30px 15px;
  }

  .tutorials-page-hero .caption-box .bigger-heading {
    text-align: center;
    font-family: Point Panther;
    font-style: normal;
    font-weight: 400;
  }

  #shopify-section-Tutorial-page-hero-banner a.button_gray_inner {
    max-width: 100% !important;
    padding: 8px 30px;
    font-size: 14px;
    min-height: 38px;
    margin: auto;
  }

  .not-sure-sec .pera-wrap,
  .template-Tutorials-Page #MainContent p {
    font-style: normal;
  }

  .want-to-learn-sec {
    margin-top: 0;
    padding: 30px 0;
  }

  .want-to-learn-sec .sec-heading {
    text-align: center;
    font-style: normal;
  }

  .learn-video-outer {
    margin-top: 3rem;
  }

  .learn-video-outer .video-box {
    width: 100%;
  }

  .wear-makeup-sec .img-sec {
    margin-top: 2rem;
  }

  .faqs-sec {
    margin-top: 5rem;
  }

  .faqs-sec .sec-heading {
    font-size: 13vw;
  }

  .faqs-sec .pera-wrap {
    font-size: 4.5vw;
  }

  .faqs-sec .accordion-box {
    padding: 15px;
    width: calc(100% - 30px);
    margin: auto;
  }

  .faqs-sec .accordion {
    font-size: 3vw;
  }

  .faqs-sec .accordion-box {
    margin: 0 2rem;
  }

  .before-after-demo {
    width: 100%;
    /* height: 150px; */
  }

  .core-collection-info #ProductSelect-option-0 {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .core-collection-info #ProductSelect-option-0 .form__label {
    width: 100%;
  }

  /* 5-6-23 */
  .img-sec img {
    width: 100%;
  }

  .custom-collection .collection .grid {
    width: 100%;
  }

  .custom-collection .collection li.grid__item {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .custom-collection .custom-video-collection,
  .custom-collection .product-card-wrapper {
    width: 100%;
    padding: 0;
  }

  .custom-collection .product-card-wrapper .card__information .card__heading,
  .custom-collection .product-card-wrapper .price-item--regular {
    font-size: 6vw;
  }

  .template-store-custom
    .for-collection-store
    .featured-product
    .product__info-wrapper {
    padding: 0 2rem;
  }

  .template-store-custom
    .for-collection-store
    .featured-product
    h2.product__title {
    font-size: 12.5vw;
  }

  .for-collection-store-FAVORITES slider-component {
    max-width: 100%;
  }

  .for-collection-store-FAVORITES slider-component ul li {
    width: 100% !important;
    max-width: 100%;
  }

  .for-collection-store-FAVORITES .card__heading {
    font-size: 5vw;
  }

  .for-collection-store-FAVORITES {
    padding: 30px 0 0;
  }

  .community-share-your-story .box-inner h1.bigger-heading {
    font-size: 5vw;
    line-height: 1;
    letter-spacing: 0;
    margin: 14px 0 0;
  }

  .community-share-your-story .box-inner .button_gray_inner {
    font-size: 3.2vw;
    line-height: normal;
    min-height: 38px;
    padding: 0 15px;
  }

  .template-community .swiper-pagination {
    margin-top: 0;
  }

  .community-share-your-story {
    margin-top: 2rem;
  }

  .our_best_saller slider-component ul li {
    margin-top: 0;
  }

  .product__info-wrapper .product__title h1 {
    font-size: 5vw;
  }

  .banner-slider .slider.slider-for {
    padding: 0px !important;
  }

  .product-page-gallery {
    padding: 2rem 0;
  }

  .thumbImg img {
    width: 50px;
  }

  .product__media-wrapper .banner-slider {
    display: flex;
    flex-direction: column-reverse;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
  }

  .product-tab-sec {
    padding: 0rem 0;
  }

  .product-tab-sec .tabs .tablinks.active {
    color: #4f5050 !important;
  }
  .product-tab-sec .tabs .tablinks {
    color: #4f50505e !important;
    text-align: center;
    font-family: Point Panther;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding: 5px;
  }

  .product-tab-sec .tabs .tablinks.active:after {
    content: "";
    width: 65%;
    height: 3.5px;
    background-color: #000;
    position: absolute;
    left: 16%;
    bottom: -2px;
  }

  .template-product .jdgm-widget {
    text-align: center;
  }

  .product-description {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .tab-inner-dec {
    width: 100% !important;
  }

  .product-tab-sec .tabs {
    margin-bottom: 3rem;
  }

  .product-description .tab-inner-left {
    padding: 0;
  }

  .template-custom .visual-try-on-outer .box-inner:nth-child(1) {
    padding-top: 40px;
  }

  .product__info-wrapper .price-item--regular {
    font-size: 4.5vw;
  }

  /*   .metafiled_img{
    -webkit-justify-content:center;
    justify-content:center;
  } */
  .template-store-custom .metafiled_img {
    -webkit-justify-content: start;
    justify-content: start;
  }

  .product-tab-sec .img-box-outer {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }

  .product-tab-sec .img-box-outer .img-box {
    display: flex;
    width: 100%;
  }

  .faq-acc .accordion {
    cursor: pointer;
    padding: 18px 50px 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 4vw;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    border-bottom: 1px solid #dadad8;
    position: relative;
  }

  .faq-acc .accordion-box {
    background-color: #fff;
    padding: 1rem 2rem;
    box-sizing: border-box;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 7px #cccccc82;
    box-shadow: 0 2px 7px #cccccc82;
  }

  .button_gray {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 30px;
    width: 100%;
  }

  .button_gray_inner .product-form__submit:after {
    box-shadow: none;
  }

  .page-width {
    width: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product-tab-sec {
    padding: 3rem 0;
  }

  .product-tab-sec .tabs .tablinks {
    font-size: 3vw;
  }

  .tab-inner-dec {
    width: 100% !important;
  }

  .product-tab-sec .tabs {
    margin-bottom: 3rem;
  }

  .product-page-gallery-flex {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .product-page-gallery {
    padding: 2rem 0;
  }

  .banner-slider .slider.slider-for {
    padding: 0px !important;
  }

  .thumbImg img {
    width: 50px;
  }

  .product__media-wrapper .banner-slider {
    display: flex;
    flex-direction: column-reverse;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
  }

  .product-tab-sec {
    padding: 3rem 0;
  }

  .tab-inner-dec {
    width: 100% !important;
  }

  .tab-inner-dec {
    width: 100% !important;
  }

  .product-tab-sec .tabs {
    margin-bottom: 3rem;
  }

  .product-description .tab-inner-left {
    padding: 0;
  }

  .template-custom .visual-try-on-outer .box-inner:nth-child(1) {
    padding-top: 40px;
  }

  .product__info-wrapper .price-item--regular {
    font-size: 4.5vw;
  }
}

label.custom-redio-color1 {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 0px;
  border: 1px solid #fff0;
}

label.custom-redio-color1.active {
  border: 1px solid #000;
}

.play-pause-btn {
  z-index: 3;
}

/*************jdgm Extra Css ******************/
.jdgm-rev__icon {
  display: none !important;
}

.jdgm-quest,
.jdgm-rev {
  text-align: left;
}

.jdgm-rev-widg {
  padding: 0px !important;
}

.model-open {
  background-color: #dca787f5;
}

@media screen and (max-width: 375px) {
  p {
    line-height: 22px;
    font-size: 16px;
  }
}

/* Main_style.css */

.template-custom section.hero-home {
  background: linear-gradient(90deg, #a12422 50%, #8f1d20 100%);
}

.button-box-outer .button_gray:nth-child(2) a.button_gray_inner {
  min-width: 140px;
  width: 100%;
  display: flex;
  justify-content: center;
}

sticky-header.header-wrapper {
  background-color: #8c2a26;
}

.header__icons {
  gap: 14px;
}

.header__icons svg {
  color: #fbeeda;
}

details[open] > .header__submenu a {
  color: #902926 !important;
}

.template-custom .hero-home .caption-box .bigger-heding {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.for-collection-store-FAVORITES {
  padding-bottom: 0;
}

.template-store-custom .jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
  text-align: center;
}

.template-cookiepolicy table tr,
.template-cookiepolicy table td,
.template-cookiepolicy table th {
  border: 1px solid #dcdcdc !important;
}

.template-custom .hero-home .caption-box .bigger-heding p {
  margin-bottom: 0;
}

.template-custom .hero-home .caption-box .button_su {
  margin-top: 10px;
}

.template-custom .collection-hero__description {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  margin: 0;
  text-align: center;
  color: #515050;
  max-width: 100%;
  font-family: "Montserrat" !important;
}

.template-custom h1.collection-hero__title {
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 46px;
  display: flex;
  letter-spacing: 0;
  align-items: center;
  text-align: center;
  color: #4f5050;
  justify-content: center;
  text-transform: uppercase;
  padding: 100px 0px 0px 0;
  margin: 0;
}

.custom-account h1 {
  font-size: 40px;
  color: #48646e;
  margin: 0 !important;
  text-align: left;
  text-transform: capitalize;
}

.custom-account input {
  padding: 0 !important;
}

.custom-account input:after,
.custom-account input:before,
.custom-account field {
  display: none !important;
  box-shadow: none !important;
}

.custom-account .field {
  box-shadow: none !important;
  margin-bottom: 40px;
}

.custom-account .field:before,
.custom-account .field:after {
  display: none;
}

.custom-account .field input {
  height: 32px;
  border-bottom: 1px solid #8f2824;
  color: #000;
  padding-left: 0px !important;
  font-size: 18px;
}

.custom-account .field input:focus {
  box-shadow: none;
}

.custom-account .field input::placeholder {
  opacity: 1 !important;
  color: #8f2824;
  font-size: 18px;
}

.custom-account .field label {
  display: none;
}

.custom-account button {
  width: 100%;
  /*     background-color: transparent;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    transition: 0.5s; */
}

/* .custom-account button:hover {
    background-color: #000;
    color: #fff;
} */

.custom-account .field {
  margin-bottom: 32px;
}

.custom-account form#customer_login a:hover {
  color: #000;
  text-decoration: none;
}

.custom-account form#customer_login a {
  padding-top: 10px;
}

.custom-account #create_customer .field:nth-child(3) {
  width: 48%;
  float: left;
  margin-right: 2%;
}

.custom-account #create_customer .field:nth-child(4) {
  margin-top: 0;
  width: 50%;
}

.template-login .custom-account:after {
  position: absolute;
  left: 50%;
  height: 50%;
  content: "";
  background-color: #2e2828a6;
  width: 1px;
  top: 25%;
}

button#checkout,
.contact__button button.button,
.cart__warnings a.button,
.customer button,
input.shopify-challenge__button.btn {
  background-color: #8b2924;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fbeeda;
  min-height: 55px;
  padding: 0 40px;
  margin: auto;
  text-decoration: none;
}

.custom-account button {
  background-color: #8b2924;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fbeeda;
  min-height: 45px;
  padding: 0 40px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
}

input.shopify-challenge__button.btn {
  margin-top: 20px;
}

.cart__warnings a.button {
  width: fit-content;
  margin-bottom: 30px;
}

.contact__button button.button:after,
.contact__button button.button:before,
.cart__warnings a.button:after,
.cart__warnings a.button:before,
.custom-account button:after,
.custom-account button:before,
.customer button:before,
.customer button:after {
  display: none;
}

.multicolumn .button:after,
.multicolumn .button:before {
  display: none;
}

.multicolumn .button {
  border-radius: 5.585px !important;
}

button#checkout:after,
button#checkout:before {
  display: none;
}

.product-form__buttons .shopify-payment-button button:after,
.product-form__buttons .shopify-payment-button button:before {
  display: none;
}

.product-form__buttons .shopify-payment-button button {
  border-radius: 5.585px !important;
}

.custom-try-on {
  cursor: pointer !important;
}

.custom-account .customer.login form#customer_login {
  margin-top: 70px;
}

.dropdown-content a {
  font-size: 15px;
  padding: 2px 15px !important;
}

.dropdown-content {
  padding: 10px 0;
  top: 75px;
}

.template-addresses #MainContent ul {
  text-align: left;
}

.template-addresses #MainContent ul button {
  padding: 5px 50px;
  min-width: fit-content;
  font-size: 14px;
  margin: 10px 0;
  min-height: auto;
  color: #fbeeda;
  background-color: #8d2b26;
}

.template-addresses #MainContent ul * {
  color: #000;
  text-align: left;
}

.template-addresses #MainContent h1,
.template-addresses #MainContent a {
  color: #000;
}

.template-addresses #MainContent ul p {
  line-height: 32px;
}

.template-account #MainContent h2 {
  text-transform: capitalize;
  margin-top: 0;
}

.template-account #MainContent * {
  color: #000;
}

.template-account .account_list_details {
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
}

.template-account .account_list_details .customer {
  width: 70% !important;
  text-align: left !important;
}

.template-account .account_list_details .account_list_id {
  width: 25%;
}

.template-account .account_list_details .customer div#order_nae {
  padding-top: 8%;
}

.account_page_buttons ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.account_page_buttons ul li a:first-child {
  margin-top: 0 !important;
}

.account_page_buttons ul li a {
  text-decoration: none;
  color: #fbeeda !important;
  padding: 10px 20px;
  cursor: pointer;
  display: block;
  margin: 20px 0;
  transition: 0.3s;
  min-width: 60px;
  border-radius: 4.52px;
  background: #262626;
  font-family: Montserrat;
  font-size: 16.249px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.31px;
  text-transform: uppercase;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.template-login .custom-account {
  max-width: 1300px;
  margin: auto;
  position: relative;
  padding-top: 50px;
}

.account_page_buttons ul li a:hover {
  background-color: #74221e;
}

.account_page_buttons ul li.active a {
  background-color: #74221e;
}

.account_page_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.account_page_grid .account_page_buttons {
  width: 25%;
}

.account_page_grid .account_page_texts {
  width: 70%;
}

.account_page_grid .account_page_texts .account_page_texts_two,
.account_page_grid .account_page_texts .account_page_texts_one {
  display: none;
}

.account_page_texts_two.active,
.account_page_texts_one.active {
  display: block !important;
}

.template-addresses #MainContent ul[role="list"] li {
  width: 47%;
  border-radius: 33px;
  background: rgba(217, 167, 133, 0.1);
  padding: 10px 30px;
  margin-top: 0;
  margin-bottom: 50px;
}

.template-addresses #MainContent ul[role="list"] li h2 {
  color: #4f5050;
  font-family: Point Panther;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  clear: both;
}

.template-addresses #MainContent ul p {
  color: #515050;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.template-addresses #MainContent ul[role="list"] li.account_add_address {
  background: #fff;
  box-shadow: 0px 15px 20px -6px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.template-addresses
  #MainContent
  ul[role="list"]
  li.account_add_address
  button[aria-controls="AddAddress"] {
  color: rgba(79, 80, 80, 0.25);
  text-align: center;
  font-family: Point Panther;
  font-size: 24.87px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.template-addresses
  #MainContent
  ul[role="list"]
  li.account_add_address
  button[aria-expanded="false"] {
  position: relative;
}

.template-addresses
  #MainContent
  ul[role="list"]
  li.account_add_address
  button[aria-expanded="false"]:after {
  content: "";
  display: block;
  background-image: url(https://cdn.shopify.com/s/files/1/0758/3639/1698/files/b230f59911b8d228791f36d23900d5ce.png?v=1697804379);
  width: 100%;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -37px;
  border: none;
  box-shadow: none;
  outline: none;
}

.template-addresses #MainContent ul[role="list"] {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  margin: 0;
  justify-content: space-between;
}

.custom-shade .color-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 7px;
  padding: 7px 10px 0 10px;
}

.template-addresses #MainContent ul button {
  color: #c07247;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  float: left;
  line-height: normal;
  background-color: transparent;
  padding: 0 0 12px;
  margin: 0 20px 0 0;
  min-height: auto;
  justify-content: left;
  min-width: 49px;
  margin-top: 50px;
}

.template-addresses
  #MainContent
  ul[role="list"]
  li.account_add_address
  button[aria-expanded="true"] {
  color: #4f5050;
}

.custom-shade .color-btn button:first-child {
  border-left: 0;
}

.custom-shade .color-btn button.active {
  background-color: #d1a689;
  color: #fbeeda;
  font-weight: 500;
}

.custom-shade .color-btn button {
  border: none;
  margin: 0;
  border-radius: 4px;
  font-size: 11px;
  background-color: #2a2a2a;
  color: #fbeeda;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: Montserrat;
}

.color-shade .product-title {
  /* width: 68%; */
  /* margin: 0 10px 0px auto; */
  text-align: center;
  font-family: "Point Panther";
  color: #2a2a2a;
  font-size: 21px;
}

.custom-shade .product-info-inner {
  display: flex;
  /* align-items: start; */
  padding: 10px;
  gap: 10px;
  position: relative;
}

.try-on-add-btn {
  border: none !important;
  background-color: #2a2a2a !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 1.8px;
  padding: 10px 5px !important;
  color: #fbeeda;
  border-radius: 6px;
}

.custom-shade .product-info-inner .fearure-image {
  width: 40%;
  /* padding: 0 10px; */
  text-align: center;
}

.custom-shade .product-info-inner .product-variant {
  width: 60%;
  /* transform: translateX(42%); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-shade .product-info-inner .fearure-image img {
  /* width: 80px; */
  /* height: 125px; */
  /* object-fit: cover; */
  height: 100%;
  margin: auto;
  display: block;
  width: 100%;
}
/* .custom-model-main .fearure-image {
    position: absolute;
    top: 41%;
} */
.custom-shade .product-info-inner .product-variant input.btn[type="submit"] {
  border: 1px solid #000;
  width: 100%;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  padding: 6px 5px;
  font-family: Montserrat, sans-serif;
}

.text-info {
  padding: 20px !important;
  font-style: italic;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
}

.text-info span {
  font-weight: 700;
  font-style: normal;
}

.custom-shade .product-info .product-variant input.btn[type="submit"]:hover {
  background-color: #000;
  color: #fbeeda;
}

.custom-shade .product-info .product-variant .inline-color-variant {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 40px 0;
  gap: 5px;
  overflow-x: scroll;
}

.close-btn.custom-close {
  z-index: 99;
  width: 45px;
  height: 45px;
}

.template-product
  .custom-shade
  .product-info
  .product-variant
  .inline-color-variant {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
  gap: 5px;
  overflow: hidden;
}

.custom-shade
  .product-info
  .product-variant
  .inline-color-variant
  .radio-btn-color {
  display: flex;
  position: relative;
  width: 18%;
}

.custom-shade
  .product-info
  .product-variant
  .inline-color-variant
  .radio-btn-color
  input {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  margin: 0 !important;
}

.custom-shade
  .product-info
  .product-variant
  .inline-color-variant
  .radio-btn-color
  input
  + label {
  width: 100%;
  height: 40px;
  overflow: hidden;
  color: transparent;
}

.custom-shade
  .product-info
  .product-variant
  .inline-color-variant
  .radio-btn-color
  input.active
  + label {
  border: 1px solid #242424;
}

.blog-slider-section .sec-heading {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.blog-slider-section .pera-wrap {
  text-align: center;
}

.custom-collection .custom-video-collection .video-box.active {
  background-color: #000;
  height: calc(100% - 20.5%);
  border-radius: 0px 92px 2px 92px;
}

.template-search span.button_text_container input {
  background-color: transparent;
  font-size: 18px;
  border: none;
  color: #fbeeda;
}

.template-search .button_gray_inner {
  min-height: 55px;
}

.template-search .button_gray {
  padding-top: 10px;
  width: calc(100% - 10px);
}

.template-tutorials-page .wear-makeup-sec .img-sec img {
  width: 100%;
}

.template-aboutus section.formulas-backed {
  display: none;
}

.content-boxes-2 .content-boxes-inner .box-in {
  text-align: center;
  width: 100%;
}

.template-aboutus #shopify-section-visual-try {
  display: none;
}

section.core-collection-home a.button_gray_inner.custom-try-on {
  min-height: 54px;
  font-family: "Montserrat" !important;
  background-color: #d9a785;
  font-size: 18px;
  color: #fbeeda;
}

section.core-collection-home input.button {
  font-size: 16px !important;
  letter-spacing: 0;
  font-family: "Montserrat" !important;
  padding: 0;
}

section.core-collection-home .button_gray_inner {
  padding: 4px 10px;
  min-height: 54px;
}

section.core-collection-home .button_gray.try_it span.gray_button_circle {
  opacity: 0.1;
}

.template-product .button_gray_inner .product-form__submit {
  min-height: 54px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a.jdgm-write-rev-link {
  text-transform: uppercase;
}

.button-box-outer .button_gray:nth-child(2) span.gray_button_circle {
  opacity: 0.1;
}

.template-product .button_gray a.button_gray_inner {
  font-size: 18px !important;
  line-height: 34px;
  background-color: #c07247;
  color: #fbeeda;
  letter-spacing: 0;
  min-height: 45px;
  min-width: 257px;
  justify-content: center;
  text-transform: uppercase;
}

.template-product .button_gray .explode-gray-circle {
  background-color: #ffffff3b !important;
}

.user-details {
  text-align: center;
  position: relative;
  color: #fbeeda;
  text-transform: capitalize;
  max-width: fit-content;
  margin: auto;
  order: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.header--middle-left {
  display: flex !important;
  flex-wrap: wrap !important;
}

button#reset {
  background-color: red !important;
}

.newsletter-form__field-wrapper .field:after,
.newsletter-form__field-wrapper .field:before {
  display: none;
}

.newsletter-form__field-wrapper .field label.field__label {
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 0 6px;
}

button#Subscribe {
  color: #000;
  width: 55px;
}

.newsletter-form__field-wrapper .field__input {
  border-radius: 7px;
  border: 1px solid #d9d9d9;
  background: #fff;
  min-height: 55px;
  color: #000;
}

.field__input:focus,
.field__input:not(:placeholder-shown) + label.field__label {
  font-size: 14px;
  line-height: 17px;
}

.hero-home-new .caption-box .sub-heading {
  font-size: 1.7vw;
  margin: 0;
}

.hero-home-new h1.bigger-heding {
  margin-bottom: 4px;
}

.hero-home-new .caption-box .sub-heading img {
  width: 130px;
  position: relative;
  top: -2px;
  left: -2px;
}

.template-store-page li.grid__item {
  width: 46% !important;
  max-width: 46% !important;
  border-radius: 27px;
  background: rgba(246, 210, 164, 0.1);
  margin-bottom: 55px;
  display: flex;
  box-shadow: 0px 4px 6px -1px #00000052;
}

.template-store-page ul#product-grid {
  justify-content: space-between;
}

.template-store-page li.grid__item .card__inner {
  border-radius: 27px;
}

.template-store-page li .video_box {
  border-radius: 27px;
  overflow: hidden;
  width: calc(100% - 60px);
  margin: auto;
  position: relative;
}

.template-store-page li .video_box #video_btn {
  height: 300px;
  object-fit: cover;
  border-radius: 27px;
  filter: blur(6px);
}

.template-store-page li .card_details {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 20px 20px 20px;
}

.template-store-page li .card_details .card_image {
  width: 20%;
}

.template-store-page li .card_details .card_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 280px;
}

.template-store-page li .card_details .card_text {
  width: 80%;
  padding-left: 30px;
}

.template-store-page li .card_details .card_text .card_title {
  margin: 4px 0;
  padding-bottom: 10px;
  color: #48646e;
  font-family: Point Panther;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}

.template-store-page li .card_details .card_text .shor_dis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #515050;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 148.682%;
  margin-bottom: 18px;
}

/* .template-store-page li .card_details .card_text legend.form__label {
    display: none;
} */

.template-store-page li .card_details .card_text div#ProductSelect-option-0 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
  min-height: 52px;
}

.template-store-page
  li
  .card_details
  .card_text
  div#ProductSelect-option-0
  .variant-input {
  position: relative;
}

.template-store-page
  li
  .card_details
  .card_text
  div#ProductSelect-option-0
  .variant-input
  input {
  position: absolute;
  left: -5px;
  top: -3px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.template-store-page
  li
  .card_details
  .card_text
  div#ProductSelect-option-0
  .variant-input
  label {
  width: 22px;
  height: 22px;
}

.template-store-page .btn_video_text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 999999999;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.template-store-page button.pluse_btn {
  display: none;
}

.template-store-page .play_on {
  display: none;
}

.template-store-page .text_off {
  display: none;
}

.template-store-page button.pluse_on {
  display: block;
  color: transparent;
  background-color: transparent;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  border: none;
}

.template-store-page .card_video {
  filter: blur(10px);
  padding-bottom: 0px;
  border-radius: 27px;
  height: 260px;
  object-fit: cover;
}

.template-store-page .card_video.card_video_on {
  filter: blur(0px);
}

.template-store-page button.plauy_btn {
  background: transparent;
  border: none;
  padding-top: 45px;
}

.template-store-page button.plauy_btn img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  cursor: pointer;
}

.template-store-page p.q_text {
  color: #d7cbc4;
  font-family: Point Panther;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.template-store-page li .card_item {
  padding-top: 5px;
  position: relative;
}

.template-store-page
  li
  .card_item
  .jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
  padding-bottom: 17px;
}

.template-store-page section.hero-home {
  background: #962121;
}

.template-store-page .hero-home .button_su {
  margin-top: 0;
}

.template-store-page .hero-home .button_su span.button_text_container {
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25vw;
}

.template-store-page .hero-home .button_su .button_su_inner {
  border-radius: 6.28px;
  padding: 0 2.61vw;
  min-height: 3.5vw;
  align-items: center;
  display: flex;
}

.template-store-page .rich-text .rich-text__heading {
  text-align: center;
  font-family: Point Panther;
  font-style: normal;
}

.template-store-page .rich-text .rich-text__text {
  color: #515050;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  margin: 0;
}

.template-store-page .rich-text .rich-text__text p {
  margin: 0;
  padding: 7px 0;
}

.template-store-page .facet-filters.sorting.caption {
  display: none;
}

.template-store-page .product-count {
  display: none;
}

.template-store-page div#FacetsWrapperDesktop {
  justify-content: flex-end;
}

.template-store-page #FacetsWrapperDesktop .facets__disclosure {
  display: none;
}

.template-store-page div#FacetsWrapperDesktop h2#verticalTitle {
  margin: 0;
  color: #515050;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.template-store-page form#FacetFiltersForm {
  gap: 0 !important;
}

.template-store-page .button_gray input.btn {
  background-color: transparent;
  border: none;
  color: #fbeeda;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  padding: 12px 25px;
  width: 100%;
}

.template-store-page .button_gray .button_gray_inner {
  min-height: auto;
  width: 100%;
  justify-content: center;
  border-radius: 45px !important;
  padding: 0;
}

.template-store-page .button_gray {
  margin-bottom: 5px;
  width: 100%;
  border-radius: inherit;
}

.template-store-page
  .button_gray
  .button_gray_inner
  span.button_text_container {
  color: #fbeeda;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  width: 100%;
}

.template-store-page .button_gray.try_it a.button_gray_inner.custom-try-on {
  padding: 14px 10px !important;
  background: #d9a785;
}

.template-store-page li .card_details .card_text a {
  text-decoration: none;
}

.template-store-page .button_gray.try_it .gray_button_circle {
  background-color: #c18764 !important;
}

.template-store-page .featured-product h2.product__title {
  color: #262626;
  font-family: Point Panther;
  font-size: 117.222px;
  font-weight: 400;
  max-width: 460px;
  line-height: 90%;
  /* 105.499px */
  font-style: italic;
  position: relative;
}

.template-store-page .featured-product h2.product__title:first-line {
  font-style: normal;
}

.template-store-page .featured-product h2.product__title:after {
  content: "";
  position: absolute;
  right: -38px;
  top: 21px;
  height: 30px;
  width: 60px;
  background-image: url(https://cdn.shopify.com/s/files/1/0758/3639/1698/files/Arrow_6.png?v=1691153045);
  background-position: center;
  background-repeat: no-repeat;
}

.template-store-page .featured-product span.price-item {
  color: #000;
  font-family: Montserrat;
  font-size: 29.508px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-store-page .featured-product .product__tax.caption.rte {
  display: none;
}

.template-store-page .featured-product .button_gray {
  max-width: 310px;
}

.template-store-page
  .featured-product
  .button_gray
  span.button_text_container
  span {
  color: #fbeeda;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.template-store-page
  .featured-product
  .button_gray
  span.button_text_container
  .product-form__submit {
  border: none !important;
  box-shadow: none;
  min-height: 30px;
}

.template-store-page
  .featured-product
  .button_gray
  span.button_text_container
  .product-form__submit:after,
.featured-product
  .button_gray
  span.button_text_container
  .product-form__submit:before {
  display: none;
}

.feature-item__image img.product-img {
  margin-top: 5px;
  padding: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.core-collection-home .swiper-button-next,
.core-collection-home .swiper-button-prev {
  display: none !important;
}

.core-collection-home .swiper-pagination span {
  width: 40px;
}

.template-product product-recommendations {
  padding-top: 7rem;
}

.template-product product-recommendations .related-products__heading {
  text-transform: uppercase;
  text-align: center;
  font-family: Point Panther;
  font-style: normal;
  padding-bottom: 30px;
}

.template-product
  product-recommendations
  li.grid__item
  .card
  img.motion-reduce {
  object-fit: contain;
  padding: 10px;
}

.template-product product-recommendations li.grid__item .card .card__inner {
  background-color: transparent !important;
}

.template-product product-recommendations li.grid__item .card h3 {
  text-align: center;
  font-style: normal;
  position: relative;
}

img.arrow_pro {
  display: none;
}

.template-product product-recommendations img.arrow_pro {
  display: inline-block;
  width: 26px;
  margin-left: 20px;
  position: relative;
  top: 2px;
}

.template-product product-recommendations li.grid__item .price {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 10px !important;
}

.template-product product-recommendations .card-wrapper:hover a {
  text-decoration: none;
}

.template-product product-recommendations .card-information {
  text-align: center;
}

.template-product product-recommendations .button_gray {
  max-width: 280px;
  width: 100%;
}

.template-product product-recommendations form {
  text-align: center;
}

.template-product product-recommendations .button_gray_inner {
  width: 100%;
  justify-content: center;
  min-height: 45px;
  line-height: 45px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 15px;
}

.template-product product-recommendations input.btn.custom-add-to-cart {
  background-color: transparent;
  border: none;
  color: #fbeeda;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: normal;
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.template-product product-recommendations span.button_text_container {
  width: 100%;
}

/* .visible_item.active + label {
    border: 1px solid #000;
} */

/* .slideshow_section_main .slideshow.banner {
    min-height: 70rem;
} */

.slideshow_section_main .slideshow .slideshow__media img {
  object-fit: cover;
}

.slideshow_section_main .slideshow__text-wrapper .banner__heading {
  color: #953f2f;
  font-family: Point Panther;
  font-style: normal;
  font-weight: 400;
}

.slideshow_section_main .slideshow__text-wrapper .banner__text {
  color: #953f2f;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.slideshow_section_main .slideshow__text-wrapper .banner__text_second {
  position: relative;
}

.slideshow_section_main .slideshow__text-wrapper .banner__text_second img {
  border: none;
  max-width: 26%;
  position: relative;
  top: 14px;
}

.slideshow_section_main .slideshow__text {
  max-width: 100% !important;
}

.slideshow_section_main .slideshow__text-wrapper .banner__heading strong {
  font-weight: 400;
}

.slideshow_section_main .banner__buttons {
  margin-top: 3% !important;
}

.slideshow_section_main .banner__buttons a.button.button--primary {
  border-radius: 6.28px;
  background: #8c2a26;
  color: #fceedb;
  font-family: Montserrat;
  font-size: 1.15vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding: 1vw 3.8vw;
  align-items: center;
  gap: 10px;
  letter-spacing: 1.2px;
  width: fit-content;
  text-transform: uppercase;
}

.slideshow_section_main .banner__buttons a.button:after,
.slideshow_section_main .banner__buttons a.button:before {
  display: none;
}

.slideshow_section_main .slideshow__controls {
  position: absolute;
  bottom: 18px;
  z-index: 9;
  width: 100%;
  border: none;
}

.slideshow_section_main .slideshow__controls button {
  display: block;
  opacity: 1;
  z-index: 999999;
  background-color: #fbeeda;
  border-radius: 100px;
  margin: 8px;
  padding: 7px !important;
}

.slideshow_section_main .slideshow__controls button.slider-button--next {
  left: auto;
  right: 0;
}

/* .slideshow_section_main .slideshow__controls .slider-counter {

width: 100%;
position: absolute;
bottom: 20px;
left: 0;
}
.slideshow_section_main .slideshow__controls .slider-counter.slider-counter--dots{
  
} */
.slideshow_section_main .slideshow__controls button.slider-button {
  display: none;
}

.slideshow_section_main .slideshow__controls button:hover {
  opacity: 1;
}

.mobile_view_image {
  display: none;
}

section.core-collection-home.page-width {
  max-width: 100%;
  padding: 150px 112px 140px 112px;
}

.core-collection-home .swiper-pagination span.swiper-pagination-bullet {
  min-width: 55px;
  min-height: 50px;
  position: relative;
  color: #515050 !important;
  padding: 0;
  border-radius: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: transparent;
}

.core-collection-home .swiper-pagination span.swiper-pagination-bullet:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #515050;
  z-index: -1;
  bottom: 0;
}

.core-collection-home .swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  width: fit-content !important;
}

.core-collection-home
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  height: 3px;
  bottom: -1px;
}

.core-collection-home a.arrow-link span:after {
  width: 100% !important;
  bottom: 0px;
  background-color: #515050;
}

.core-collection-home a.arrow-link {
  justify-content: center;
}

.trip_videos video {
  border-radius: 24px;
}

.trip_videos {
  display: flex;
  gap: 2.5%;
  justify-content: center;
}

/*
.template-index #MainContent {
  overflow-x: hidden;
}
*/

.template-product .product__media-wrapper .slider-nav img {
  height: auto;
  margin: auto;
  object-fit: contain;
  max-width: 100%;
}

/* .template-product .product__media-wrapper .slider-nav .thumbnail-image {
    padding: 10px;
} */

.template-product
  .product__media-wrapper
  .slider-nav
  .slick-current
  .thumbnail-image {
  border: 1px solid;
}

.template-product .product__media-wrapper .slider-for .slider-banner-image img {
  max-height: 600px;
  object-fit: contain;
}

.our-community-list .img-box:hover img {
  transform: rotateY(180deg);
  opacity: 0;
}

.our-community-list .img-box:hover img:nth-child(2) {
  opacity: 1;
}

.our-community-list .img-box img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.core-collection-home .swiper-button-next {
  display: flex !important;
  height: 50px;
  width: 55px;
  margin: -8px 0 0px 0 !important;
  position: unset;
  visibility: visible !important;
  border-bottom: 1px solid #dcdcdc;
  justify-content: center;
  align-items: center;
}

.core-collection-home .collection-control {
  display: flex;
  justify-content: center;
}

.core-collection-home .swiper-button-next img {
  width: 8px;
  object-fit: contain;
  display: block;
}

.core-collection-home .swiper-button-next:hover {
  border-bottom: 4px solid #000;
  position: relative;
  top: 1px;
  left: 0;
}

.core-collection-home .swiper-button-next:hover img {
  filter: brightness(0.01);
}

a.image_link_banner {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
  top: 0;
  font-size: 0;
  cursor: pointer;
}

/* .mob_header_intro .header__icons {
	opacity: 0;
	display: none;
} */

sticky-header header.header.mob_header_intro {
  /* padding-top: 30px !important; */
  justify-content: space-between;
}

.mob_header_intro nav.menu-drawer__navigation {
  padding-top: 20px;
}

.mob_header_intro h1.header__heading {
  order: 1;
}

.mob_header_intro a.header__heading-link {
  order: 1;
}

.jdgm-widget.jdgm-preview-badge {
  min-height: 25px;
}

.core_slider_main .core_slider_main_box .text_details_box a {
  cursor: initial;
  pointer-events: none;
}

.core_slider_main .core_slider_main_box.slick-current .text_details_box a {
  cursor: pointer;
  pointer-events: all;
}

.core_slider_main .core_slider_main_box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000075;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.core_slider_main .core_slider_main_box.slick-current:after {
  display: none;
}

.core-collection-home .sec-heading .pera strong {
  font-weight: 500;
}

svg.mobile_view_o {
  display: none !important;
}

.slider_mobile_want_learn {
  display: none;
}

.logo-list_slider {
  display: none !important;
}

.socaild_media_mobile {
  display: none;
}

.visual-try-on-outer .box-inner h1.bigger-heading br {
  display: none;
}

/* filter button css */

.filter-section {
  width: 100%;
  text-align: center;
}

.filter-custom-section {
  display: flex;
  gap: 30px;
}

.inner-filter {
  width: 50%;
}

.filter-custom-section .inner-filter {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter-custom-section .inner-filter .filter-btn {
  text-transform: uppercase;
  border-radius: 10px;
  background: #262626;
  padding: 14px 25px;
  color: #fbeeda;
  text-align: center;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
  transition: 0.5s;
  min-height: 45px;
}

.filter-custom-section .inner-filter .filter-btn.active {
  background: #d9a785;
}

.filter-custom-section .filter-btn:nth-child(1) {
  width: 100%;
}

.filter-custom-section .filter-btn:nth-child(2) {
  width: 35%;
}

.filter-custom-section .filter-btn:nth-child(3) {
  width: 61%;
}

.filter-custom-section .filter-btn:nth-child(4) {
  width: 45%;
}

.filter-custom-section .filter-btn:nth-child(5) {
  width: 51%;
}

.filter-custom-section .filter-btn:nth-child(6) {
  width: 100%;
}

/* button.filter-result-btn:hover {
    background-color: transparent;
    border: 1px solid #8c2a26;
    color: #8c2a26;
} */

.template-tutorials-page div#shopify-section-not-sure-where-to-start {
  display: none;
}

a.filter-result-all {
  text-transform: capitalize;
  display: flex;
  width: auto;
  margin: 30px auto 50px;
  border-radius: 10px;
  background: #8c2a26;
  color: #fbeeda;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  cursor: pointer;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  min-height: 45px;
  border: 1px solid #8c2a26;
  transition: 0.5s;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  max-width: 270px;
}

.first_socail_icon {
  padding: 0 15px;
  @media (min-width: 768px) {
    padding: 0rem 7rem;
    margin: 1rem 0 0 0;
  }
}

.first_socail_icon ul {
  justify-content: space-between !important;
  max-width: 360px;
}

.first_socail_icon ul svg {
  width: 33px;
  height: 33px;
}

@media screen and (max-width: 990px) {
  .first_socail_icon ul svg {
    width: 20px;
    height: 20px;
  }
}

.first_socail_icon ul li:first-child a {
  padding-left: 0;
}

.first_socail_icon ul li:last-child a {
  padding-right: 0;
}

.template-contact .image_with_text .image-with-text__heading {
  text-transform: capitalize;
  color: #4f5050;
  text-align: center;
  font-family: Point Panther;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.template-contact .image_with_text p {
  color: #515050;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  line-height: 31px !important;
  font-weight: 400;
  line-height: normal;
}

.template-contact .image_with_text strong {
  color: #4f5050;
  font-family: Point Panther;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 6px !important;
  display: block;
}

.template-contact .image_with_text p a {
  text-decoration: none;
  line-height: 35px;
  color: #902926;
}

.template-contact .image_with_text p a:hover {
  text-decoration: underline;
  color: #48646e;
}

.template-contact .image_with_text ul.footer__list-social svg {
  width: 23px;
}

.template-contact .image_with_text ul.footer__list-social path {
  fill: #4f5050;
}

.template-contact .image_with_text ul.footer__list-social a {
  padding: 0px 19px 0 0;
}

.template-contact .image-with-text {
  max-width: 1920px;
  /* padding: 50px 0px 0px 100px; */
}

.template-contact .image-with-text .image-with-text__media {
  border: 0;
}
.metafield-imgs {
  display: flex;
  margin: 2px 0px;
  column-gap: 5px;
}

.template-store-page
  .product-form__buttons
  .button_gray_inner
  .product-form__submit {
  padding: 12px 25px;
}

.visual-try-on-outer a.arrow-link {
  padding: 15px;
  border-radius: 6.28px;
  background: #f7d3a1;
  max-width: 397px !important;
  width: 100%;
  justify-content: center;
  color: #953f2f;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 1.2px;
  margin: auto;
}

.visual-try-on-outer a.arrow-link span:after,
.visual-try-on-outer a.arrow-link.custom-try-on img {
  display: none;
}

.visual-try-on-outer a.arrow-link.custom-try-on span:after {
  display: none;
}

.accunt_profile span.profile_name {
  color: #4f5050;
  font-family: Point Panther;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.template-addresses #MainContent ul p::first-line {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-transform: capitalize;
}

h4.sign_in_icons {
  text-align: left;
  margin-bottom: 6px;
  font-size: 18px;
  color: #48646e;
  text-transform: uppercase;
  padding-top: 20px;
}

a.register_page_link,
a.register_page_link:hover {
  margin-top: 20px;
  width: 100%;
  background-color: #8f2824;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fbeeda;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

html .template-register .customer.register {
  max-width: 540px;
}

html .template-register .register .field:after,
html .template-register .register .field:before {
  display: none;
}

html .template-register .register .field input {
  border-bottom: 1px solid #912a26;
  font-size: 17px;
  color: #000;
}

html .template-register .register .field label {
  color: #912a26;
  text-transform: capitalize;
}

html .template-register .register h1 {
  text-transform: capitalize;
  color: #48646e;
  margin-bottom: 0px !important;
}

html .template-register .register form#create_customer {
  margin-top: 3rem;
}

html .template-register .register form#create_customer button {
  width: 100%;
  min-height: 45px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  font-size: 17px;
}

.slideshow__slide_2 .banner__text {
  padding: 10px 0;
}

.template-contact .slideshow_section_main .slideshow__text-wrapper {
  max-width: 52%;
}

.template-contact
  .slideshow_section_main
  .slideshow__text-wrapper
  .banner__text {
  max-width: 500px;
  padding-right: 20px;
}

.template-login {
  min-height: auto !important;
}

.header__active-menu-item {
  color: #fbeeda;
}

.cart-drawer .cart__checkout-button {
  text-transform: uppercase;
}

details#Details-HeaderMenu-5
  summary.header__menu-item.list-menu__item.link.focus-inset {
  transform: 0.8s;
}

details#Details-HeaderMenu-5 summary.header__menu-item.list-menu__item:hover {
  color: #902925;
  text-decoration: underline;
}

section.wear-makeup-sec img {
  width: 100%;
}

div#top-description {
  text-align: center;
  padding-bottom: 20px;
}
.before_after_arrow {
  justify-content: space-between !important;
}
.top-before-after-home {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.slideshow_section_main .slideshow__text-wrapper .banner__text p {
  color: #953f2f;
}

.first_socail_icon svg path {
  stroke: #fbeeda;
  fill: #fbeeda;
}

.top-before-after-home {
  padding-bottom: 13px;
}

a.jdgm-write-rev-link {
  color: #fbeeda !important;
}
.button_gray.try_it.hide {
  display: none;
}

.template-tutorials .video-box-section {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.button_gray a.button_gray_inner.custom-try-on.hide {
  display: none !important;
}
#carousel-home-resources a.btn_main_pink {
  color: #fbeeda;
  text-align: center;
  font-family: Montserrat;
  font-size: 15.149px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 2.174px;
  display: inline-flex;
  height: 44.112px;
  padding: 13.317px 19.13px;
  justify-content: center;
  align-items: center;
  gap: 9.318px;
  flex-shrink: 0;
  border: none;
  max-width: 360px;
  width: 100%;
  cursor: pointer;
  border-radius: 4.104px;
  background: #c07247;
  text-decoration: none;
}
/* sms bump css */

h1.sc-75msgg-0.jEMkqv.header-text.cw-header-text {
  display: none !important;
}

h2.sc-75msgg-0.kONBDx.description-text.cw-description-text {
  display: none !important;
}

.sc-75msgg-0.TKrbM.sms-policy-text.cw-compliance-text {
  display: none !important;
}

/* end sms bump css */

div#CartDrawer-CartItems .cart-item img.cart-item__image {
  max-height: 150px;
  object-fit: contain;
}

.template-community section.community-page-hero a.button_gray_inner {
  display: none;
}

.template-aboutus section.about-banner img.banner_logo_img {
  margin: -8% 0 0 -9%;
  max-width: 57%;
}

section.core-collection-home h1 {
  margin-bottom: 0;
}

.template-store-page .button_gray .button_gray_inner,
.template-store-page .button_gray .button_gray_inner * {
  cursor: pointer;
}

.template-community .want-to-learn-sec .sec-heading {
  margin-bottom: 0;
}

.template-community .want-to-learn-sec p.pera-wrap {
  margin-top: 3px;
}

.template-community .learn-video-outer {
  margin-top: 0px;
}

/* .template-product .product__media-wrapper button.slick-next.slick-arrow {

}

.template-product .product__media-wrapper button.slick-prev.slick-arrow {

} */

.template-product .slider-nav button.slick-prev.slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  opacity: 1;
  z-index: 9;
  right: auto;
  cursor: pointer;
  border-radius: 100px;
  background-image: url(/cdn/shop/files/Vector_1_3.png?v=1703073165) !important;
  background-size: 18px;
  transform: rotate(-90deg) !important;
  top: -10px;
  left: 25% !important;
  background-color: transparent;
}

.template-product .slider-nav button.slick-next.slick-arrow {
  width: 50px;
  height: 50px;
  display: block;
  opacity: 1;
  right: -2px;
  border-radius: 100px;
  background-image: url(/cdn/shop/files/Vector_1_3.png?v=1703073165) !important;
  background-size: 18px;
  cursor: pointer;
  z-index: 9;
  transform: rotate(90deg) !important;
  bottom: -10px;
  left: 25% !important;
  background-color: transparent;
}

.carousel-home-resources .carousel-3d-slider .carousel-3d-slide {
  opacity: 0 !important;
}

html .carousel-home-resources .carousel-3d-slider .left-1,
html .carousel-home-resources .carousel-3d-slider .current,
html .carousel-home-resources .carousel-3d-slider .right-1 {
  opacity: 1 !important;
}

.slick-next {
  background-color: transparent !important;
}

a.poruct_p_link {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}

aside#main-collection-filters {
  display: none !important;
}

/* Font consistency across the site  */

/* Banner Head */
.slideshow_section_main .slideshow__text-wrapper .banner__heading,
.template-store-page section.hero-home h1.bigger-heding,
.community-page-hero .caption-box .bigger-heading,
.tutorials-page-hero .caption-box .bigger-heading,
.about_banner_main .banner_heading {
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  font-size: calc(var(--font-heading-scale) * 3.5rem);
  @media (min-width: 1000px) {
    font-size: 4.2rem;
  }
}

/* Banner Text */
.slideshow_section_main .slideshow__text-wrapper .banner__text p,
.hero-home .caption-box .sub-heading,
.community-page-hero .caption-box .pera,
.about_banner_main .banner_dis,
.tutorials-page-hero .caption-box .pera {
  font-size: 1.35vw;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

/* Big Pera Text */
.core-collection-home .sec-heading .pera,
.before-after-home .pera-wrap,
.visual-try-on-outer .box-inner .pera,
.our-community-outer .sec-heading .pera,
.template-store-page .rich-text .rich-text__text p,
.wear-makeup-sec .pera-wrap,
.template-community .want-to-learn-sec p.pera-wrap,
.community-share-your-story .box-inner .pera,
.blog-slider-section .pera-wrap,
.instagram_section_main .sub_title p,
.about_info_main .sub_title,
.about_info_main .about_info_text ul li,
.about_our_solution_main .sub_title,
.about_image_and_text_main .img_text_box .sub_title_inner,
.about_letter_section_main .sub_title_inner,
.want-to-learn-sec .pera-wrap {
  color: #262626;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: Montserrat;
}

.core-collection-home .sec-heading .pera {
  max-width: 1400px;
  margin: 0 auto;
}

.core-collection-home .sec-heading .collection-content-mobile {
  display: none;
  p strong {
    /* Necessary tag style because CMS */
    color: var(--color-red-damask);
    margin: 13px auto 18px;
  }
}

@media screen and (max-width: 768px) {
  .core-collection-home .sec-heading .collection-content-desktop {
    display: none;
  }
  .core-collection-home .sec-heading .collection-content-mobile {
    display: block;
  }
}

/* Title Text */
.our-community-outer .sec-heading h2,
.template-store-page .rich-text .rich-text__heading,
.formulas-backed .sec-heading,
.wear-makeup-sec .sec-heading,
.template-community .want-to-learn-sec .sec-heading,
.blog-slider-section .sec-heading,
.instagram_section_main h2,
.about_info_main h2,
.about_our_solution_main h2,
.about_image_and_text_main .img_text_box h2,
.about_letter_section_main h3,
.about_foundation_main .head_area h2,
.want-to-learn-sec .sec-heading,
.product__info-wrapper .product__title h1,
.template-product product-recommendations .related-products__heading,
.template-contact .image_with_text .image-with-text__heading {
  color: #48646e;
  font-size: 40px;
  line-height: 48px;
  font-family: Point Panther;
  margin: 0;
  padding-bottom: 10px;
}

/* Sub Title Text */
.formulas-backed-boxes .tt,
.blog-slider-section .article-title,
.about_our_solution_main .solution_box h3,
.about_foundation_main .about_foundation_box h3,
.learn-video-outer .video-caption h3,
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-rev-widg__title,
.template-product product-recommendations li.grid__item .card h3,
.template-contact .image_with_text strong,
.template-search__header h1.h2,
.our-community-list .text-box h4 {
  color: #48646e;
  font-size: 24px;
  line-height: 28px;
  font-family: "Point Panther";
}

/* Normal Pera Text */
.collection_home_main
  .core_slider_main_box
  .text_details_box
  p.feature-item__copy,
.our-community-list .text-box p,
.formulas-backed-boxes p,
p.article-content,
.about_our_solution_main .solution_box .sub_title_inner,
.about_foundation_main .about_foundation_box .sub_title_inner,
.learn-video-outer .video-caption p,
.product__text,
.tab-inner-dec p {
  color: #7b7c7c;
  line-height: 1.5;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
}

/* Font consistency across the site  */

.template-store-page .rich-text .rich-text__text h2 {
  color: #4f5050;
}

.visual-try-on-outer a.arrow-link img {
  display: none;
}
.featured-banner-image {
  width: 80%;
  float: right;
}
.featured-banner-image img {
  object-fit: contain;
  max-height: 600px;
}

.announcement-bar-section .announcement-bar {
  background-color: var(--banner-background-color);
}

.announcement-bar-section .announcement-bar p {
  color: var(--banner-text-color);
}

.section-header {
  background-color: #8c2a26 !important;
}

.shopify-section-header-sticky sticky-header {
  background: no-repeat;
}

/* .shopify-section-header-sticky sticky-header span {
  color: #fbeeda;
  padding-bottom: 12px;
} */

.modal__close-button.link svg.icon.icon-close {
  color: #8c2a26;
}

.search-modal__form svg.icon.icon-search {
  color: #8c2a26;
}

.shopify-section-header-sticky sticky-header svg {
  color: #fbeeda;
  width: 100%;
}

.shopify-section-header-sticky sticky-header .cart-count-bubble span {
  color: #902926;
}

.visual-try-on-color {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, white 10%, #953f2f 10%);
}

section.visual-try-on-outer {
  display: flex;
  align-items: center;
  padding: 9rem;
  max-width: 2100px;
  margin: auto;
}

.visual-try-on-outer .box-inner:nth-child(1) {
  width: 60%;
  text-align: center;
  padding-top: 5%;
  padding-right: 3%;
}

.visual-try-on-outer .box-inner:nth-child(2) {
  width: 40%;
  padding-top: 9rem;
}

section.visual-try-on-outer .bigger-heading img {
  width: 22vw;
  margin-bottom: -2vw;
  margin-left: -2vw;
}

section.visual-try-on-outer h1.bigger-heading {
  font-size: 4.8vw;
  letter-spacing: -1px;
  margin: 0;
  line-height: 1;
  color: #fbeeda;
}

section.visual-try-on-outer .box-inner .pera {
  color: #fbeeda;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
  max-width: 747px;
  margin: 10px auto 20px;
}

section.blog-slider-section {
  padding-top: 10rem;
}

.slideshow_section_main .slideshow__slide {
  flex-wrap: wrap !important;
  flex-direction: unset !important;
}

.slideshow_section_main .slideshow__slide .slideshow__media {
  position: unset;
  /* width: 50%; */
}

.slideshow_section_main .slideshow__slide .slideshow__media * {
  position: unset;
}

.slideshow_section_main .banner:after,
.slideshow_section_main .banner__media:after {
  display: none;
}

.slideshow__slide .slideshow__media {
  background: none !important;
}

.wrap-home-resources {
  padding-top: 3rem;
}

.core-collection-home .wrap-home-resources {
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .core-collection-home .wrap-home-resources {
    padding: 0;
  }
}

.core-collection-home .sec-heading .pera p {
  margin: 0;
}

@media (max-width: 1200px) {
  .core-collection-home .sec-heading .pera p {
    text-wrap: pretty;
    font-size: 14px;
    line-height: 1.5;
    color: #262626;
    margin: 0;
    padding: 0;
  }
}

.carousel-home-resources {
  padding-bottom: 0;
}

.home-resources-content .custom-btn-home {
  text-align: center;
}

a.custom-btn-home-link {
  margin: 40px auto 0px;
  border-radius: 6.28px;
  background: #8c2a26;
  color: #fbeeda;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  cursor: pointer;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  min-width: 260px;
  width: fit-content;
  min-height: 45px;
  border: 1px solid #8c2a26;
  transition: 0.5s;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-collection-home-link {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  color: #c07147;
  margin: 40px auto 0;
  display: inline-block;
}

.slideshow__text-wrapper.banner__content {
  padding: 30px 50px !important;
}

.slideshow_section_main .slideshow__slide_1 .banner__text {
  margin-top: -10px;
}

.slideshow__slide .slideshow__text-wrapper {
  max-width: 100% !important;
}

.template-store-page .page-width {
  padding: 0 7rem;
  width: 100%;
  max-width: 1920px;
}

.instagram_section_main {
  padding-bottom: 0 !important;
}

.slideshow_section_main .slideshow__slide_1 .slideshow__media {
  order: 2;
}

.slideshow_section_main .slideshow__slide_1 .slideshow__media img {
  object-position: left;
}

.product-single__media video {
  width: 100%;
  height: 100%;
}

.blog-slider-section .pera-wrap p {
  margin: 0;
}

.blog-slider-outer {
  padding-top: 5rem !important;
}

.wear-makeup-sec .pera-wrap p {
  margin: 0;
}

section.wear-makeup-sec {
  padding-top: 3rem;
}

.template-account #MainContent .account_page_buttons li:last-child a {
  margin-bottom: 0;
}

.cart-items thead tr th {
  font-weight: 700;
  opacity: 1;
  font-size: 16px;
}

.template-contact
  .slideshow_section_main
  .slideshow__slide_1
  .slideshow__media {
  order: unset;
}

.template-contact
  .slideshow_section_main
  .slideshow__slide_1
  .slideshow__media:before {
  display: none !important;
}

.our-community-outer .sec-heading h1 {
  text-transform: uppercase;
  text-align: center;
}

.our-community-outer .button_gray_inner {
  background-color: #8d2b27;
}

footer {
  background-color: var(--color-burgundy) !important;
}

.template-product .custom-video-collection .video-box {
  position: relative;
  border-radius: 0 60px;
  overflow: hidden;
  max-height: 360px;
}

.template-product .custom-video-collection .video-box img {
  object-fit: cover;
  margin-bottom: -10px;
  max-height: 360px;
  width: 100% !important; /* Orion - added by previous developer, not sure why, will check if can remove later */
  position: relative;
  z-index: 2;
}

.template-product .custom-video-collection .video-box video {
  height: auto;
  margin-bottom: -10px;
  max-height: 360px;
  object-fit: cover;
  z-index: 0; /* to appear bellow the cover image, expand button, and play */
  position: relative;
}

.blog-slider-outer .article-imag img {
  border-radius: 36px;
  max-height: 500px;
  object-fit: cover;
}

.community-page-hero .img-box {
  order: 2;
}

.community-page-hero .caption-box .pera p {
  margin: 0;
}

.template-contact .community-page-hero .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-product .button_gray_inner .product-form__submit:after,
.template-product .button_gray_inner .product-form__submit:before {
  display: none;
}

.instagram_section_main section {
  max-width: 1920px;
  margin: auto;
  padding: 15px;
}

button.video-full-screen {
  position: absolute;
  z-index: 4;
  bottom: 15px;
  right: 34px;
  background: #7a7a7a;
  border: none;
  border-radius: 5px;
  padding: 7px 7px 3px 7px;
  cursor: pointer;
}

.learn-video-outer .video-caption a.product-link {
  text-decoration: none;
}

.learn-video-outer .video-caption h3 span {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 800 !important;
  text-transform: capitalize;
}

.learn-video-outer .video-caption p {
  margin-top: 5px;
}

.collection-control-custom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 15%;
  z-index: 99;
}

.collection-control-custom .button-prev img,
.collection-control-custom .button-next img {
  height: 20px;
  width: 20px;
}

.tab-inner-dec p {
  color: rgba(var(--color-foreground)) !important;
}

.first_socail_icon ul li:last-child a svg {
  width: 50px;
  height: 50px;
  position: relative;
  top: -5px;
}

.custom_footer .first_socail_icon ul li:last-child a svg {
  width: 33px !important;
  height: 33px !important;
  top: 0 !important;
}

@media screen and (max-width: 990px) {
  .custom_footer .first_socail_icon ul li:last-child a svg {
    width: 20px !important;
    height: 20px !important;
  }
}

.footer__list-social li.list-social__item img {
  width: 35px;
  height: 35px;
}

.footer__list-social li.list-social__item a {
  padding: 0 !important;
}

.product-tab-sec .tabcontent h3,
.product-tab-sec .tabcontent h2,
.product-tab-sec .tabcontent h4,
.product-tab-sec .tabcontent h5,
.product-tab-sec .tabcontent h6,
.product-tab-sec .tabcontent h3 span,
.product-tab-sec .tabcontent h2 span,
.product-tab-sec .tabcontent h4 span,
.product-tab-sec .tabcontent h5 span,
.product-tab-sec .tabcontent h6 span,
.product-tab-sec .tabcontent strong,
.template-faq\'s #MainContent h1,
.template-faq\'s #MainContent h2,
.template-faq\'s #MainContent h3,
.template-faq\'s #MainContent h4,
.template-faq\'s #MainContent h5,
.template-faq\'s #MainContent h6,
.template-faq\'s #MainContent b,
.template-faq\'s #MainContent strong,
.template-companypolicy #MainContent b,
.template-companypolicy #MainContent h1,
.template-companypolicy #MainContent h2,
.template-companypolicy #MainContent h3,
.template-companypolicy #MainContent h4,
.template-companypolicy #MainContent h5,
.template-companypolicy #MainContent h6 {
  color: #48646e;
}

.product-tab-sec .tabcontent *,
.template-article #MainContent p,
.template-article #MainContent div {
  color: #213346;
  line-height: 1.4;
}

.product-single__media video {
  max-height: 600px;
}

.article-title a {
  text-decoration: none;
  color: #47646d;
}

.shopify-installments__content {
  font-size: 12px;
}

.product__tax a {
  color: rgba(var(--color-foreground));
}

.template-collection legend.form__label {
  font-weight: 700;
}

.drawer__inner-empty .card__inner .card__content {
  padding: 0 15px;
  display: block;
}

.drawer__inner-empty .card__content {
  display: none;
}

.shopify-policy__container p,
.shopify-policy__container p *,
.shopify-policy__container span,
.template-privacypolicy #MainContent p,
.template-privacypolicy #MainContent p *,
.template-privacypolicy #MainContent li {
  color: #7b7c7c;
}

.about_image_and_text_main .img_text_box .sub_title_inner a,
.product__tax a,
.custom-account form#customer_login a,
.login a,
.title-wrapper-with-link a,
.cart__footer small.tax-note a,
#bloggy--article .bggle_text--container a {
  color: #8d2c27;
}

.about_image_and_text_main .img_text_box .sub_title_inner a:hover,
.product__tax a:hover,
.custom-account form#customer_login a:hover,
.login a:hover,
.title-wrapper-with-link a:hover,
.cart__footer small.tax-note a:hover,
#bloggy--article .bggle_text--container a:hover,
.shopify-policy__container h1,
.shopify-policy__container h1 span,
.shopify-policy__container h2,
.shopify-policy__container h2 span,
.shopify-policy__container h3,
.shopify-policy__container h4,
.shopify-policy__container h5,
.shopify-policy__container h6,
.shopify-policy__container strong,
.shopify-policy__container b,
.template-privacypolicy #MainContent h1,
.template-privacypolicy #MainContent h2,
.template-privacypolicy #MainContent h1 span,
.template-privacypolicy #MainContent h2 span,
.template-privacypolicy #MainContent h3,
.template-privacypolicy #MainContent h4,
.template-privacypolicy #MainContent h5,
.template-privacypolicy #MainContent h6,
.template-privacypolicy #MainContent b,
.template-privacypolicy #MainContent strong {
  color: #48646e;
}

.template-product
  product-recommendations
  li.grid__item
  .card
  img.motion-reduce {
  object-fit: cover;
}

.template-contact
  .image-with-text
  .footer__list-social
  li.list-social__item
  img {
  filter: brightness(0.5);
}

.template-faq\'s #MainContent p,
.template-faq\'s #MainContent span,
.template-companypolicy #MainContent p {
  color: #7b7c7c;
}

.template-faq\'s #MainContent a,
.template-faq\'s #MainContent a *,
.template-companypolicy #MainContent a,
.template-companypolicy #MainContent a *,
.shopify-policy__container a,
.shopify-policy__container a *,
.template-privacypolicy #MainContent a,
.template-privacypolicy #MainContent a *,
#bloggy--article .bggle_text a,
#bloggy--article .bggle_text a * {
  color: #8d2c27;
}

.template-faq\'s #MainContent a:hover,
.template-faq\'s #MainContent a *:hover,
.template-companypolicy #MainContent a:hover,
.template-companypolicy #MainContent a *:hover,
.shopify-policy__container a:hover,
.shopify-policy__container a *:hover,
.template-privacypolicy #MainContent a:hover,
.template-privacypolicy #MainContent a *:hover,
#bloggy--article .bggle_text a:hover,
#bloggy--article .bggle_text a *:hover {
  color: #48646e;
}

.sms-content p {
  text-align: left;
  margin-top: 24px;
}

#bloggle_sideBar #last-articles p#bggle-latest-articles,
#bloggle_sideBar .bggle--sideBar--title {
  color: #48646e !important;
}

.sms-content p {
  text-align: left;
  margin-top: 24px;
}

.custom-phone-section input#mobile-sms {
  border-radius: 7px;
  border: 1px solid #d9d9d9;
  background: #fff;
  min-height: 55px;
  color: #000;
  font-family: "Montserrat";
}

.custom-phone-section label.field__label {
  color: #000;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

.custom-phone-section .field:before,
.custom-phone-section .field:after {
  display: none;
}

.custom-phone-section .field label.field__label {
  top: 20px;
  font-size: 18px;
}

.custom-phone-section input:focus + .field__label {
  font-size: 10px;
  top: 10px;
}

.custom-phone-section {
  max-width: 358px;
}

section.visual-try-on-outer h1.bigger-heading br {
  display: block !important;
}

/* .template-store-page section.hero-home h1.bigger-heding {
  font-size: 5vw;
} */

.template-store-page .hero-home .caption-box {
  padding: 30px 55px;
}

.main-page-title.page-title.h0 {
  text-align: center;
}

.shopify-policy__container {
  max-width: 1920px;
  padding-left: 7rem;
  padding-right: 7rem;
}

/* responsive */

@media screen and (min-width: 1500px) {
  .template-community .community-page-hero .caption-box {
    padding-left: 5%;
  }

  .about_our_solution_main h2 {
    padding-top: 2vw;
  }
}

@media screen and (min-width: 1601px) {
  .slideshow_section_main .slideshow__text-wrapper .banner__text p {
    text-wrap: balance;
  }
}

@media screen and (min-width: 1800px) {
  .slideshow__text-wrapper.banner__content {
    padding: 3vw !important;
  }

  section.visual-try-on-outer h1.bigger-heading {
    font-size: 76px;
  }

  section.visual-try-on-outer .bigger-heading img {
    width: 36%;
    margin-bottom: -31px;
    margin-left: -28px;
  }

  .announcement-bar .page-width {
    max-width: 100%;
  }

  .announcement-bar .page-width p.announcement-bar__message {
    padding-bottom: 0;
  }

  .announcement-bar .page-width p.announcement-bar__message span {
    font-size: 1.1vw;
  }

  header.header {
    justify-content: space-around;
  }

  .list-menu--inline {
    gap: 5vw;
  }

  /*
  h1.header__heading a.header__heading-link img.header__heading-logo {
    width: 13vw;
  }
  */

  .slideshow_section_main .slideshow__text-wrapper .banner__heading img {
    width: 22vw !important;
  }

  .slideshow_section_main .banner__buttons a.button.button--primary {
    font-size: 1vw;
    padding: 0.7vw 1.8vw;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text_second img {
    top: 14px;
    width: 7.8vw;
  }

  .slideshow_section_main .slideshow.banner {
    min-height: 85vh;
  }

  .our-community-list .text-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .our-community-list .text-box p {
    font-size: 1vw;
    line-height: 1.6;
  }

  .our-community-list .text-box h4 {
    margin: 0;
    font-size: 1.6vw;
  }

  .template-aboutus section.about-banner img.banner_logo_img {
    margin: -7% 0 0 -9%;
  }

  .about_our_solution_main h2 {
    padding-top: 3vw;
  }
}

.mobile-hamburger-wrapper,
.mobile-cart-button {
  display: none;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  width: 90%;
  max-width: 480px;
  height: 100vh;
  background: #213346;
  z-index: 100;
  padding: 2rem;
  overflow-y: auto;
}

.mobile-drawer.open {
  transform: translateX(0);
}

.drawer-close {
  cursor: pointer;
  float: right;
  width: 18px;
}

.icon-close {
  color: #fbeeda !important;
}

.drawer-nav ul {
  list-style: none;
  padding-left: 0px;
}
.drawer-nav a {
  text-decoration: none;
}
.drawer-nav .menu-list-item {
  margin-bottom: 30px;
}

.accordion-toggle,
.drawer-menu-item,
.drawer-sub-menu-item {
  color: #fbeeda;
  background: none;
  border: none;
  padding: 0.5rem 0;
  font-weight: 300;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #fbeeda;
}
.accordion-toggle,
.drawer-menu-item {
  font-size: 18px;
}
.drawer-sub-menu-item {
  font-size: 16px;
}

.submenu {
  display: none;
  padding-left: 1rem;
}

.accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-title {
  flex-grow: 1;
  transition: text-decoration 0.2s ease;
  padding-bottom: 6px !important;
}

.accordion-toggle.open .accordion-title span {
  border-bottom: unset;
  color: unset;
}

.accordion-toggle .icon-caret {
  transition: transform 0.3s ease;
  width: 12px;
  color: #fbeeda !important;
}

.accordion-toggle.open .icon-caret {
  transform: rotate(180deg);
}

@media screen and (min-width: 990px) {
  .page-width {
    padding: 0 3rem;
  }

  .instagram_section_main section {
    padding: 4rem 3rem 40px;
  }

  .about_info_main .about_info_section,
  .about_image_and_text_main .about_image_and_text_section,
  .about_our_solution_main .about_our_solution_section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-width {
    padding: 0 7rem;
  }

  .instagram_section_main section {
    padding: 10rem 7rem 60px 7rem;
  }

  .about_info_main .about_info_section,
  .about_image_and_text_main .about_image_and_text_section,
  .about_our_solution_main .about_our_solution_section {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .about_our_solution_main .about_our_solution_section {
    padding-top: 3%;
  }
}

@media screen and (min-width: 769px) {
  .core-collection-home-mobile {
    display: none;
  }
  .collection_home_main {
    display: block;
  }

  a.btn-mob.button_gray_inner.custom-try-on {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /* Apply only on mobile */
  .thumbs-vertical .thumb-list {
    max-height: calc(3 * 72px + 2 * 10px); /* 3 thumbs + gaps */
    padding: 4px 0;
    width: 84px; /* slim column */
  }

  .thumbs-vertical .thumb {
    width: 72px;
    height: 72px;
    margin: 5px auto;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
  }

  .thumbs-vertical .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .thumbs-vertical .thumb-nav {
    width: 84px;
    display: flex;
    justify-content: center;
  }

  a.btn-mob.button_gray_inner.custom-try-on {
    width: 100% !important;
    border-radius: 0;
    background-color: #fceddb;
    /* max-height: 55px; */
    padding: 15px;
  }

  a.btn-mob.button_gray_inner.custom-try-on span.button_text_container {
    background-color: #c2714b;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 7px;
    width: 100%;
  }

  a.btn-mob.button_gray_inner.custom-try-on
    span.button_text_container
    span:first-child {
    letter-spacing: 2px;
    font-size: 4vw;
    line-height: 6vw;
  }

  a.btn-mob.button_gray_inner.custom-try-on
    span.button_text_container
    span:last-child {
    font-size: 3vw;
    text-decoration: underline;
    line-height: 4vw;
  }

  a.btn-desktop.button_gray_inner.custom-try-on {
    display: none !important;
  }

  .featured-banner-image {
    width: 100% !important;
    float: none !important;
  }
  .core-collection-home-mobile {
    display: block;
  }
  .collection_home_main {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  /*
  h1.header__heading {
    width: 17%;
  }

  .header__icons {
    width: 10%;
    justify-content: flex-end;
  }

  nav.header__inline-menu {
    width: 68%;
  }
  */

  /* nav.header__inline-menu a {
    padding-bottom: 0;
    position: relative;
    top: 5px;
} */
}

@media screen and (max-width: 1440px) {
  .slideshow_section_main .slideshow.banner {
    min-height: auto;
  }

  section.core-collection-home .button_gray_inner {
    padding: 0;
  }

  section.core-collection-home .button_gray_inner input.button {
    padding: 0;
  }

  .visual-try-on-outer .box-inner h1.bigger-heading {
    letter-spacing: -1px;
  }

  .template-tutorials .not-sure-sec {
    margin: 0rem auto;
  }

  .our-community-outer .sec-heading h2,
  .template-store-page .rich-text .rich-text__heading,
  .formulas-backed .sec-heading,
  .wear-makeup-sec .sec-heading,
  .template-community .want-to-learn-sec .sec-heading,
  .blog-slider-section .sec-heading,
  .instagram_section_main h2,
  .about_info_main h2,
  .about_our_solution_main h2,
  .about_image_and_text_main .img_text_box h2,
  .about_letter_section_main h3,
  .about_foundation_main .head_area h2,
  .want-to-learn-sec .sec-heading,
  .product__info-wrapper .product__title h1,
  .template-product product-recommendations .related-products__heading,
  .template-contact .image_with_text .image-with-text__heading {
    font-size: 32px;
    line-height: 1.5;
  }

  .core-collection-home .sec-heading .pera,
  .before-after-home .pera-wrap,
  .visual-try-on-outer .box-inner .pera,
  .our-community-outer .sec-heading .pera,
  .template-store-page .rich-text .rich-text__text p,
  .wear-makeup-sec .pera-wrap,
  .template-community .want-to-learn-sec p.pera-wrap,
  .community-share-your-story .box-inner .pera,
  .blog-slider-section .pera-wrap,
  .instagram_section_main .sub_title p,
  .about_info_main .sub_title,
  .about_info_main .about_info_text ul li,
  .about_our_solution_main .sub_title,
  .about_image_and_text_main .img_text_box .sub_title_inner,
  .about_letter_section_main .sub_title_inner,
  .want-to-learn-sec .pera-wrap {
    font-size: 19px;
  }

  .formulas-backed-boxes .tt,
  .blog-slider-section .article-title,
  .about_our_solution_main .solution_box h3,
  .about_foundation_main .about_foundation_box h3,
  .learn-video-outer .video-caption h3,
  .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
    .jdgm-rev-widg__title,
  .template-product product-recommendations li.grid__item .card h3,
  .template-contact .image_with_text strong,
  .template-search__header h1.h2,
  .our-community-list .text-box h4 {
    font-size: 21px;
  }

  .collection_home_main
    .core_slider_main_box
    .text_details_box
    p.feature-item__copy,
  .our-community-list .text-box p,
  .formulas-backed-boxes p,
  p.article-content,
  .about_our_solution_main .solution_box .sub_title_inner,
  .about_foundation_main .about_foundation_box .sub_title_inner,
  .learn-video-outer .video-caption p,
  .product__text,
  .tab-inner-dec p {
    line-height: 1.2;
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .template-contact .image-with-text {
    padding: 50px 0 0 20px;
  }
  .core-collection-info {
    padding: 0 0%;
  }

  .our-community-list .text-box {
    padding: 1rem 2rem;
  }

  .template-tutorials .visual-try-on-outer a.arrow-link {
    padding: 14px;
    max-width: 300px !important;
    font-size: 16px;
  }

  section.core-collection-home.page-width,
  .our-community-outer {
    padding: 6rem 7rem;
  }

  .center-btn {
    margin-top: 4rem;
  }

  .button_gray_inner-tryon {
    font-size: 15px;
    padding: 0 15px;
  }

  .template-store-page li.grid__item {
    width: 48% !important;
    max-width: 48% !important;
  }

  .template-store-page .button_gray input.btn {
    font-size: 15px;
    letter-spacing: 2px;
  }

  .template-aboutus section.about-banner img.banner_logo_img {
    margin: -7% 0 0 -9%;
  }

  .template-store-page .rich-text {
    padding: 50px 0 35px 0;
  }

  .template-store-page li.grid__item:last-child {
    margin-bottom: 15px;
  }

  .formulas-backed-boxes {
    margin-top: 3rem;
  }

  .formulas-backed {
    padding-top: 5rem;
  }

  section.blog-slider-section {
    padding-top: 5rem;
  }

  .want-to-learn-sec {
    margin-top: 5rem;
  }

  .learn-video-outer {
    margin-top: 5rem;
  }

  section.wear-makeup-sec {
    padding-bottom: 4rem;
  }

  .template-product product-recommendations {
    padding-top: 5rem;
  }

  .product-tab-sec {
    padding: 5rem 0;
  }

  .product-page-gallery {
    padding: 5rem 0;
  }

  .about_our_solution_main h2 {
    padding-top: 2vw;
  }
}

@media screen and (max-width: 1100px) {
  .template-contact .community-page-hero .img-box img {
    width: 100%;
  }

  section.blog-slider-section {
    padding-top: 50px;
  }

  .template-contact
    .slideshow_section_main
    .slideshow__text-wrapper
    .banner__text
    p {
    line-height: 150%;
  }

  .template-store-page .rich-text .rich-text__heading {
    font-size: 36px;
  }

  .template-store-page .rich-text .rich-text__text {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }

  .template-store-page li.grid__item {
    width: 48% !important;
    max-width: 48% !important;
  }

  .template-store-page li .video_box {
    width: calc(100% - 40px);
  }

  .template-store-page li .card_item {
    padding-top: 20px;
  }

  .template-store-page li .card_details .card_text .card_title {
    font-size: 26px;
    line-height: 100%;
  }

  .template-store-page .button_gray input.btn {
    letter-spacing: 2px;
  }

  .template-store-page
    .button_gray
    .button_gray_inner
    span.button_text_container {
    letter-spacing: 1.425px;
  }

  .template-store-page .featured-product h2.product__title {
    font-size: 75px;
  }

  .template-store-page .featured-product p.product__text {
    font-size: 20px;
  }

  .template-store-page .featured-product span.price-item {
    font-size: 26px;
  }

  .template-contact .image-with-text {
    padding: 0px 0 0 0px;
  }

  .template-contact .image_with_text .image-with-text__heading {
    font-size: 34px;
  }

  .template-contact .image_with_text p {
    font-size: 18px;
    line-height: 26px !important;
  }

  .template-contact .image_with_text strong {
    font-size: 25px;
  }

  .template-contact .image-with-text .image-with-text__media img {
    object-fit: contain;
    object-position: bottom;
  }

  .slideshow_section_main .banner__buttons {
    margin-top: 10px !important;
  }

  .slideshow_section_main .banner__buttons a.button.button--primary {
    font-size: 1.5vw;
  }

  header.header {
    padding: 0px 3rem;
  }

  header.header .header__inline-menu .list-menu__item {
    font-size: 1.4vw;
  }

  .our-community-outer {
    padding: 5rem 4rem;
  }

  section.visual-try-on-outer {
    padding-left: 0rem;
  }

  .collection_home_main .core_slider_main_box .text_details_box {
    width: 70%;
    padding: 20px 10px;
  }

  .template-store-page li .card_details .card_text {
    padding-left: 20px;
  }

  .button_gray_inner-tryon {
    padding: 0 10px;
    width: 100%;
    justify-content: center;
  }

  .button_gray_inner {
    min-height: 45px;
  }

  .product__info-wrapper .product__title h1 {
    font-size: 3vw;
  }

  .template-product .button_gray a.button_gray_inner {
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 0 20px;
  }

  .product-tab-sec .tabs .tablinks {
    font-size: 1.8vw;
  }

  .visual-try-on-outer a.arrow-link {
    padding: 9px 15px;
    max-width: 260px !important;
    width: 100%;
    font-size: 15px;
  }

  .template-product .button_gray_inner .product-form__submit {
    font-size: 16px;
  }

  .our-community-list .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .our-community-list .text-box h4 {
    margin: 0;
  }

  .filter-custom-section .filter-btn:nth-child(2) {
    width: 40%;
  }

  .filter-custom-section .filter-btn:nth-child(3) {
    width: 55%;
  }

  .filter-custom-section .filter-btn:nth-child(5) {
    width: 50%;
  }

  .learn-video-outer .video-caption {
    margin: 1rem 0 0 0;
  }

  .collection_home_main
    .core_slider_main_box
    .text_details_box
    p.feature-item__copy,
  .our-community-list .text-box p,
  .formulas-backed-boxes p,
  p.article-content,
  .about_our_solution_main .solution_box .sub_title_inner,
  .about_foundation_main .about_foundation_box .sub_title_inner,
  .learn-video-outer .video-caption p,
  .product__text,
  .tab-inner-dec p,
  .core-collection-info .feature-item__copy {
    font-size: 14px;
    line-height: 1.5;
  }

  .formulas-backed-boxes .tt,
  .blog-slider-section .article-title,
  .about_our_solution_main .solution_box h3,
  .about_foundation_main .about_foundation_box h3,
  .learn-video-outer .video-caption h3,
  .jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
    .jdgm-rev-widg__title,
  .template-product product-recommendations li.grid__item .card h3,
  .template-contact .image_with_text strong,
  .template-search__header h1.h2,
  .our-community-list .text-box h4 {
    font-size: 19px;
  }

  .our-community-outer .sec-heading h2,
  .template-store-page .rich-text .rich-text__heading,
  .formulas-backed .sec-heading,
  .wear-makeup-sec .sec-heading,
  .template-community .want-to-learn-sec .sec-heading,
  .blog-slider-section .sec-heading,
  .instagram_section_main h2,
  .about_info_main h2,
  .about_our_solution_main h2,
  .about_image_and_text_main .img_text_box h2,
  .about_letter_section_main h3,
  .about_foundation_main .head_area h2,
  .want-to-learn-sec .sec-heading,
  .product__info-wrapper .product__title h1,
  .template-product product-recommendations .related-products__heading,
  .template-contact .image_with_text .image-with-text__heading {
    font-size: 28px;
    padding-bottom: 0;
  }

  .core-collection-home .sec-heading .pera,
  .before-after-home .pera-wrap,
  .visual-try-on-outer .box-inner .pera,
  .our-community-outer .sec-heading .pera,
  .template-store-page .rich-text .rich-text__text p,
  .wear-makeup-sec .pera-wrap,
  .wear-makeup-sec .pera-wrap p,
  .template-community .want-to-learn-sec p.pera-wrap,
  .community-share-your-story .box-inner .pera,
  .blog-slider-section .pera-wrap,
  .instagram_section_main .sub_title p,
  .about_info_main .sub_title,
  .about_info_main .sub_title p,
  .about_info_main .about_info_text ul li,
  .about_our_solution_main .sub_title,
  .about_image_and_text_main .img_text_box .sub_title_inner,
  .about_letter_section_main .sub_title_inner,
  .want-to-learn-sec .pera-wrap {
    font-size: 16px;
    line-height: 1.5;
  }

  .core-collection-home .sec-heading .pera {
    font-size: 19px;
    color: #213346;
    font-weight: 400;
    line-height: 26px;
    margin: 0 auto 10px;
    max-width: 354px;
  }

  section.core-collection-home.page-width,
  .our-community-outer {
    padding: 5rem 3rem;
  }

  a.custom-btn-home-link {
    margin: 25px auto 0;
  }

  .carousel-home-resources {
    padding-bottom: 1rem;
  }

  .wrap-home-resources {
    padding-top: 2rem;
  }

  .visual-try-on-outer .box-inner:nth-child(1) {
    padding-left: 3rem;
  }

  .template-store-page .page-width {
    padding: 0 4rem;
  }

  .template-store-page section.hero-home h1.bigger-heding,
  .community-page-hero .caption-box .bigger-heading,
  .tutorials-page-hero .caption-box .bigger-heading,
  .about_banner_main .banner_heading {
    font-size: 5.15vw;
  }

  .formulas-backed {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .shopify-policy__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 989px) {
  .visual-try-on-outer .box-inner:nth-child(2) {
    padding-top: 0;
    background: #fff;
  }

  .visual-try-on-outer .box-inner:nth-child(2) img {
    border-radius: 127px 0 0 0;
    overflow: hidden;
    background: #953f2f;
  }

  section.visual-try-on-outer .box-inner .pera {
    max-width: 400px;
    font-size: 14px;
    line-height: 27px;
  }

  .template-product .product__media-wrapper button.slick-prev.slick-arrow {
    background-size: 12px;
    transform: rotate(0deg) !important;
    top: 23% !important;
    left: auto !important;
    right: -14px;
  }

  .template-product .product__media-wrapper button.slick-next.slick-arrow {
    background-size: 12px;
    transform: rotate(-180deg) !important;
    top: 13%;
    left: -14px !important;
    right: 0 !important;
  }

  summary.menu-drawer__menu-item {
    justify-content: space-between;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text_second img {
    max-width: 23%;
    top: 11px;
  }

  .filter-custom-section .inner-filter {
    gap: 8px;
  }

  .trip_videos {
    gap: 2.5%;
    flex-wrap: wrap;
  }

  .trip_videos video {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .template-store-page .hero-home h1.bigger-heding {
    margin-bottom: 0;
  }

  .hero-home .button_su {
    text-align: center;
    padding-top: 10px;
    max-width: 100% !important;
  }

  header-drawer {
    margin-left: 0 !important;
  }

  .header__icons .header__icon--cart {
    margin-right: 0;
  }

  sticky-header header.header {
    padding: 0 30px !important;
    flex-wrap: nowrap !important;
  }

  .header__icons svg {
    width: 28px !important;
    height: 28px !important;
  }

  a.header__heading-link {
    order: 1;
  }

  .user-details {
    width: 100%;
    order: 1;
    position: absolute;
    /* top: 9px; */
    left: -27px;
    left: 0px;
  }

  h1.header__heading {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__icons {
    order: 2;
    width: 15%;
    justify-content: end;
  }

  header-drawer {
    order: 3;
    width: 5%;
  }

  .footer-column-mobile {
    display: block;
    width: 100% !important;
  }

  .slideshow_section_main .banner__buttons a.button.button--primary {
    font-size: 1.6vw;
    padding: 0.5vw 2.5vw;
  }

  .template-store-page .hero-home .button_su span.button_text_container {
    font-size: 1.55vw;
  }

  .template-store-page .hero-home .button_su .button_su_inner {
    padding: 0.8vw 2.61vw;
  }

  .button_gray_inner {
    min-height: 50px;
  }

  .center-btn {
    margin-top: 4rem;
  }

  .our-community-list .text-box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }

  .our-community-list .text-box h4 {
    margin: 0;
  }

  .visual-try-on-outer a.arrow-link {
    padding: 13px;
    max-width: 280px !important;
    font-size: 15px;
  }

  .header-wrapper {
    padding: 1rem 0 !important;
  }

  .menu-drawer summary.menu-drawer__menu-item {
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.1px;
    padding-right: 15px !important;
    gap: 10px;
  }

  .rich-text__blocks {
    max-width: 100rem !important;
  }

  .template-store-page li .card_details .card_text .card_title {
    font-size: 23px;
  }

  .template-store-page li .card_details .card_text .shor_dis {
    font-size: 16px;
    line-height: 145.682%;
  }

  .template-store-page .button_gray input.btn {
    font-size: 14px;
    letter-spacing: 2.015px;
  }

  .button_gray_inner-tryon {
    font-size: 12px;
    line-height: 17px;
  }

  .template-store-page .page-width {
    padding: 0 3rem;
  }

  .wear-makeup-sec .img-sec {
    margin-top: 5rem;
  }

  .community-share-your-story .box-inner h1.bigger-heading {
    letter-spacing: -1px;
  }

  .community-share-your-story .box-inner .pera {
    width: 100%;
  }

  .template-community .wear-makeup-sec .sec-heading {
    margin-top: 6rem;
  }

  .instagram_section_main h2 {
    font-size: 3.2vw !important;
  }

  .product__info-wrapper {
    padding: 30px 0 0 !important;
  }

  .visual-try-on-outer .box-inner h1.bigger-heading {
    margin-bottom: 3rem;
  }

  .filter-custom-section .inner-filter .filter-btn {
    padding: 14px 5px;
  }

  .our-community-list .text-box h4 {
    font-size: 1.8vw;
  }

  .template-tutorials .page-width {
    width: 100%;
  }

  .visual-try-on-outer .box-inner:nth-child(1) {
    padding: 30px 0;
  }

  .visual-try-on-color {
    background: linear-gradient(180deg, #953f2f 10%, #953f2f 10%);
  }

  .shopify-section-header-sticky sticky-header span {
    color: #993f30;
  }

  .shopify-section-header-sticky sticky-header #menu-drawer svg path {
    fill: #902926;
  }

  section.core-collection-home.page-width,
  .our-community-outer {
    padding: 2.5rem 15px;
  }

  section.core-collection-home.page-width .CS_Header {
    max-width: 100%;
    margin: 20px auto 5px;
    color: var(--color-stormy-sea-blue);
    font-size: 24px;
    span {
      /* Necessary tag style because of CMS */
      color: var(--color-red-damask);
    }
  }

  .visual-try-on-outer .box-inner:nth-child(1) {
    padding-left: 15px !important;
  }

  .banner__box {
    width: auto;
    max-width: inherit !important;
    min-width: inherit !important;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text p,
  .hero-home .caption-box .sub-heading,
  .community-page-hero .caption-box .pera,
  .about_banner_main .banner_dis,
  .tutorials-page-hero .caption-box .pera {
    font-size: 2vw;
  }

  .slideshow_section_main .slideshow__slide_1 .banner__text {
    margin-top: 0px;
  }

  .about_info_main .about_info_section,
  .about_image_and_text_main .about_image_and_text_section,
  .about_our_solution_main .about_our_solution_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  html .about_our_solution_main .about_our_solution_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-width {
    padding: 0 15px;
  }

  .footer__list-social li.list-social__item img {
    width: 30px;
    height: 30px;
  }

  .footer__list-social li.list-social__item a {
    padding: 10px 9px !important;
  }

  .menu-drawer__utility-links img {
    width: 35px;
  }

  .menu-drawer__utility-links a.list-social__link.link {
    padding: 10px 7px;
  }

  .menu-drawer__utility-links {
    background-color: #902926 !important;
    padding: 0 !important;
  }

  .cart-items thead tr th {
    font-size: 11px;
  }

  .slideshow__text-wrapper.banner__content {
    padding: 30px !important;
  }

  .template-store-page .hero-home .caption-box {
    padding: 30px;
  }

  .mobile-hamburger-wrapper {
    display: flex;
  }
  .mobile-hamburger-wrapper button {
    background-color: transparent;
    width: 32px;
    border: none;
  }

  .header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }

  .header__icons.header__icons--localization.header__localization {
    display: none;
  }

  .template-login .custom-account::after {
    display: none !important;
  }
  .mobile-hamburger-button {
    display: block;
    background: transparent;
    border: none;
    width: 34px;
  }
  .header__heading-logo-wrapper img {
    width: 150px;
  }

  .header-wrapper {
    padding: 0px !important;
  }
  .mobile-search-button {
    margin-left: 20%;
  }
  .mobile-search-button svg {
    width: 40px;
    height: 40px;
    display: none;
  }
  .mobile-cart-button {
    display: flex;
    align-items: center;
    width: 32px;
    background-color: transparent;
    border: none;
    justify-self: end;
  }
  .mobile-menu-overlay {
    display: none;
  }
  .header__heading-logo-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 0px;
  }
  .red-header {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 850px) {
  .header-wrapper {
    padding: 10px 0;
  }

  .core-collection-home .feature {
    width: 100% !important;
  }

  .feature-item__content.feature-item__content__light.core-collection-info {
    text-align: center;
    width: 100%;
  }

  .core-collection-info .feature-item__copy {
    font-size: 2vw;
  }

  .core-collection-home-mobile fieldset#ProductSelect-option-0 {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .core-collection-home-mobile
    fieldset#ProductSelect-option-0
    legend.form__label {
    display: none;
  }

  .core-collection-home-mobile fieldset#ProductSelect-option-0 .variant-input {
    margin-top: 9px;
  }

  .core-collection-home-mobile fieldset#ProductSelect-option-0 label {
    width: 35px;
    height: 35px;
  }

  .core-collection-home-mobile p.feature-item__price {
    display: none;
  }

  .core-collection-home-mobile .button-box-outer {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .core-collection-home-mobile .button-box-outer .button_gray {
    margin: 20px auto 0px auto;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .core-collection-home-mobile .button-box-outer .button_gray_inner {
    width: 100%;
    max-width: 350px;
    text-align: center;
    justify-content: center;
    margin: auto;
    min-height: 45px;
  }

  .core-collection-home-mobile .button-box-outer .button_gray_inner input {
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }

  .core-collection-home-mobile .button-box-outer a.button_gray_inner-tryon {
    margin: auto;
    max-width: 350px;
    width: 100%;
  }

  .template-store-page .page-width {
    padding: 0 2rem;
  }

  .template-store-page li .card_details {
    padding: 15px;
  }

  .template-store-page li .card_details .card_text {
    padding-left: 15px;
  }

  .community-share-your-story .box-inner:nth-child(1) {
    padding-left: 5%;
  }

  .filter-custom-section .inner-filter .filter-btn {
    padding: 12px 2px;
  }

  .learn-video-outer .video-box {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  /* .slider.slider--everywhere .slider__slide {
    height: calc(100vh - 128.5px);
    overflow: hidden;
    background-color: #43646d;
    display: flex;
    justify-content: space-between;
} */

  .top-before-after-home {
    font-size: 16px;
    padding: 0px 15px 16px 15px;
    line-height: 20px;
  }

  .core-collection-home-mobile a.button_gray_inner-tryon {
    padding: 0 10px;
    line-height: 16px;
    font-size: 15px;
  }

  section.core-collection-home input.button {
    min-height: 45px;
    font-size: 15px !important;
  }

  section.core-collection-home .button_gray_inner {
    min-height: 45px;
  }

  .our-community-list .text-box {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    align-content: center;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text_second img {
    top: 3px;
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 46%;
  }

  html .template-register .register .field input {
    font-size: 16px;
    padding: 0 !important;
    height: 5rem;
  }

  html .template-register .register .field label {
    left: 0;
  }

  .custom-account h1 {
    font-size: 28px;
  }

  .custom-account .field input {
    padding-left: 0px !important;
    font-size: 16px;
  }

  .footer .footer-wrap .box-inner:nth-child(1) .first_socail_icon {
    display: none;
  }

  .socaild_media_mobile ul.footer__list-social a svg {
    width: 22px;
    height: 23px;
  }

  .template-store-page .card_video {
    border-radius: 0;
  }

  .core_slider_main .slick-track {
    align-items: start;
  }

  /* .before-after-home .before-after-demo {
    width: 100%;
} */

  .banner--mobile-bottom .slideshow__text.banner__box {
    display: none;
  }

  .slideshow_section_main .slideshow__controls {
    display: none;
  }

  /* h1.header__heading {
    width: 50%;
  } */

  header-drawer {
    width: 10%;
    /* position: relative;
		left: 13px; */
  }

  .header__icons {
    width: 40%;
  }

  .mob_header_intro header-drawer {
    position: unset;
  }

  h1.header__heading .header__heading-link {
    padding: 10px 0;
  }

  .slideshow__media.banner__media.media {
    display: none;
  }

  .core_slider_main .core_slider_main_box:after {
    display: none;
  }

  .slideshow_section_main .slideshow__slide_3 .slideshow__text-wrapper {
    max-width: 100%;
  }

  .template-product .product__media-wrapper .slider-nav img {
    height: 57px;
  }

  .template-product
    .product__media-wrapper
    .slider-for
    .slider-banner-image
    img {
    max-height: 320px;
    padding: 15px 0;
  }

  #shopify-section-not-sure-where-to-start .not-sure-icons {
    display: none;
  }

  .template-product
    product-recommendations
    li.grid__item
    .card
    img.motion-reduce {
    padding: 5px;
  }

  .template-product product-recommendations li.grid__item .card h3 {
    font-size: 17px;
    text-align: left;
  }

  .template-product product-recommendations input.btn.custom-add-to-cart {
    font-size: 3vw;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 28px;
    padding-top: 2px;
  }

  .template-product product-recommendations span.button_text_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .template-product product-recommendations .jdgm-widget {
    text-align: left;
  }

  .template-product product-recommendations img.arrow_pro {
    width: 16px;
    margin-left: 10px;
    top: -1px;
  }

  .template-product product-recommendations li.grid__item .price {
    font-size: 18px;
  }

  .template-product product-recommendations .button_gray_inner {
    min-height: 45px;
    line-height: 45px;
  }

  /* .template-product product-recommendations input.btn.custom-add-to-cart {
		font-size: 16px;
		letter-spacing: .2px;
		top: 0;
	} */

  .template-product product-recommendations .related-products__heading {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .template-store-page .hero-home .button_su .button_su_inner {
    line-height: 22px;
    padding: 10px 30px;
    font-size: 16px;
  }

  .template-store-page .rich-text .rich-text__wrapper {
    width: 100%;
  }

  .template-store-page li .card_item {
    padding-top: 0;
  }

  .template-store-page li .card_details {
    padding: 15px 20px 20px;
  }

  .template-store-page li .card_details .card_text .card_title {
    color: #262626;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 110%;
  }

  .template-store-page li .card_details .card_text .shor_dis {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .template-store-page li .card_details .card_text div#ProductSelect-option-0 {
    margin: 20px 0;
    justify-content: center;
  }

  .template-store-page
    li
    .card_details
    .card_text
    div#ProductSelect-option-0
    .variant-input
    label {
    width: 30px;
    height: 30px;
  }

  .template-store-page .button_gray .button_gray_inner {
    width: 100%;
    margin: auto !important;
  }

  .template-store-page
    .button_gray
    .button_gray_inner
    span.button_text_container {
    font-size: 12px;
  }

  .template-store-page .button_gray input.btn {
    font-size: 12px;
  }

  .template-store-page li .card_details .card_text .jdgm-widget {
    padding-bottom: 15px;
    text-align: center;
  }

  .template-store-page .for-collection-store .medium-hide.large-up-hide {
    display: none;
  }

  .template-store-page .featured-product h2.product__title {
    font-size: 50px;
  }

  .template-store-page li .video_box {
    width: calc(100% - 0px);
    border-radius: 0;
  }

  .template-store-page section.hero-home {
    flex-direction: column-reverse;
    padding: 0;
  }

  .template-store-page .collection {
    padding: 0;
  }

  .template-store-page .featured-product span.price-item {
    font-size: 25px;
  }

  .template-store-page .featured-product p.product__text {
    color: #515050;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 148.682%;
  }

  .template-store-page .featured-product .price,
  .template-store-page .featured-product .price * {
    color: #000 !important;
    text-align: center;
    font-family: Montserrat !important;
    font-size: 17px !important;
    margin-bottom: -18px;
  }

  .template-store-page .featured-product h2.product__title {
    color: #262626;
    text-align: center;
    font-family: Point Panther;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }

  .template-store-page .featured-product h2.product__title:after {
    right: 85px;
    width: 30px;
    background-size: contain;
    top: -8.5px;
  }

  .template-product p.product__text.inline-richtext {
    text-align: left;
    font-style: normal;
  }

  .template-product .product__title h1 {
    /* padding-top: 20px; */
    color: #262626;
    text-align: left;
    font-family: Point Panther;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
  }

  .template-product variant-radios {
    text-align: center;
    padding-top: 5px;
  }

  .template-product variant-radios legend.form__label,
  .template-product variant-radios legend.form__label * {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: -5px;
  }

  .template-store-page
    menu-drawer.mobile-facets__wrapper.medium-hide.large-up-hide {
    display: none;
  }

  .template-store-page li .card_details .card_image img {
    max-height: 150px;
    width: 150px;
  }

  .template-store-page li.grid__item {
    width: 100% !important;
    max-width: 100% !important;
    background-color: transparent !important;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: 0 2px 6px -1px #00000052;
  }

  .template-store-page li .card_details .card_image {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 8px;
  }

  .template-store-page button.plauy_btn {
    padding-top: 35px;
  }

  .template-store-page .for-collection-store .product__info-wrapper {
    padding: 0 15px;
  }

  .template-store-page li .card_details .card_text {
    width: 100%;
    padding-left: 0px;
  }

  .template-store-page .hero-home .caption-box .bigger-heding p {
    text-align: center;
    font-family: Point Panther;
    font-style: normal;
    font-weight: 400;
  }

  .button_su_inner {
    font-size: 18px;
    padding: 10px 20px;
  }

  .footer-wrap .box-inner:nth-child(2) .foot-box:first-child,
  .footer-wrap .box-inner:nth-child(3) .foot-box:first-child {
    margin: 0rem 0 0rem;
  }

  .newsletter-form__field-wrapper {
    padding-bottom: 15px;
  }

  header.header {
    padding: 0px 15px !important;
  }

  .header__icons {
    gap: 0;
  }

  .user-details {
    margin-bottom: -10px;
  }

  .inputcheckbox input#agree,
  .inputcheckbox input#disagree {
    font-size: 16px !important;
    line-height: 25px !important;
    min-height: 45px !important;
  }

  .custom-collection .collection li.grid__item .card-wrapper {
    padding-top: 30px;
  }

  .custom-collection .collection li.grid__item {
    margin-bottom: 5rem;
  }

  .custom-collection .button_gray {
    margin-top: 1rem;
  }

  .community-share-your-story .box-inner .pera,
  .community-share-your-story .box-inner .pera p {
    width: 100%;
    text-align: center;
  }

  .community-share-your-story .box-inner h1.bigger-heading {
    font-size: 35px;
    text-align: center;
  }

  .community-share-your-story .box-inner:nth-child(1) {
    width: 100%;
    margin-top: 0;
    padding: 20px 15px;
    background-color: #fbf5ee;
  }

  .community-share-your-story .box-inner:nth-child(2) {
    width: 100%;
  }

  .community-share-your-story {
    flex-wrap: wrap;
  }

  .template-community .wear-makeup-sec .img-sec + .pera-wrap {
    margin-top: 20px;
  }

  .template-community .wear-makeup-sec .img-sec {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-border: 5px solid #fff;
    border: 5px solid #fff;
  }

  .wear-makeup-sec .sec-heading {
    text-align: center;
    font-style: normal;
  }

  .template-community .wear-makeup-sec .sec-heading {
    margin-top: 50px;
  }

  .community-page-hero .img-box {
    width: 100%;
    order: 2;
  }

  .community-page-hero .caption-box {
    width: 100%;
    padding: 30px 15px;
  }

  .template-community a.button_gray_inner {
    font-size: 15px !important;
    min-height: 45px !important;
    width: calc(100% - 30px);
    max-width: 60%;
  }

  .learn-video-outer .video-caption {
    margin: 8px;
    padding: 10px 0;
  }

  .our_best_saller slider-component {
    max-width: 100%;
  }

  .template-about-us
    .background-none
    .multicolumn-list:not(.slider)
    .center
    .multicolumn-card__info {
    padding-left: 0;
    padding-right: 0;
  }

  .template-community .wear-makeup-sec {
    padding-bottom: 20px;
  }

  .community-page-hero {
    flex-wrap: wrap;
  }

  .our-community-outer .button_gray_inner {
    font-size: 12px;
    width: 100%;
    justify-content: center;
    max-width: 240px;
    margin: auto;
    min-height: 43px;
  }

  .metafiled_img {
    justify-content: center;
  }

  .template-returnpolicy main#MainContent {
    padding-bottom: 25px;
  }

  .shopify-policy__container {
    padding-bottom: 40px;
  }

  .template-cookiepolicy main#MainContent {
    padding-bottom: 25px;
  }

  .template-addresses p,
  .template-account p {
    line-height: 1.5;
    font-size: 4.5vw;
  }

  .blog-slider-section .sec-heading {
    font-size: 5vw;
  }

  .template-community .wear-makeup-sec .button_gray {
    margin-bottom: 15px;
  }

  .template-community .center-btn {
    margin-top: 2rem;
  }

  .template-login .custom-account:after {
    display: none;
  }

  .account_page_grid .account_page_texts {
    width: 100%;
    padding-top: 40px;
  }

  .template-addresses #MainContent ul[role="list"] li {
    width: 100%;
  }

  .account_page_grid .account_page_buttons {
    width: 100%;
    max-width: 280px;
    margin: auto;
  }

  .custom-account .customer.login form#customer_login {
    margin-top: 35px;
  }

  .sl-vertical a.social_login {
    width: 100% !important;
  }

  button#checkout,
  .contact__button button.button,
  .cart__warnings a.button {
    font-size: 18px;
    line-height: 30px;
    min-height: 45px;
  }

  .custom-account button {
    font-size: 16px;
    line-height: 30px;
    min-height: 45px;
  }

  .template-login .custom-account {
    padding-top: 0px;
  }

  .custom-account .customer.login:after {
    display: none;
  }

  .custom-account .field input::placeholder {
    font-size: 16px;
  }

  .slideshow_section_main .slideshow__text {
    padding: 30px 15px;
    /* height: 100%; */
  }

  .slideshow_section_main .slideshow__controls button {
    width: 8%;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text_second p {
    margin-top: 0;
  }

  .mobile_view_image {
    display: block;
  }

  .slideshow_section_main .slideshow__text-wrapper {
    max-width: 100%;
    flex-wrap: wrap;
    display: flex;
    align-content: flex-start;
    /* background-color: #46646e; */
    min-height: fit-content !important;
  }

  img.mobile_view_image {
    max-height: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
  }

  .slideshow_section_main .slideshow .slideshow__media img {
    opacity: 0;
  }

  .slideshow_section_main .slideshow__controls button {
    opacity: 0;
  }

  /* .header__icon--menu {
		margin-left: -20px;
	} */

  section.visual-try-on-outer .arrow-link img {
    width: 60px;
    margin-top: 15px;
  }

  .template-store-page .hero-home .button_su span.button_text_container {
    color: #000 !important;
    font-family: Montserrat;
    font-size: 4.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.583px;
    margin: auto;
  }

  .template-store-page .hero-home .button_su .button_su_inner {
    align-items: center;
    display: flex;
    margin: auto;
    text-align: center;
    width: fit-content;
    padding: 4vw 6vw;
  }

  .template-store-page .rich-text .rich-text__heading {
    font-size: 17px;
  }

  .template-store-page .rich-text .rich-text__text p {
    text-align: center;
  }

  .template-store-page .facets-container {
    column-gap: 0;
  }

  .template-store-page .mobile-facets__wrapper {
    justify-content: center;
  }

  .template-store-page
    .featured-product
    .button_gray
    span.button_text_container
    span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Montserrat";
    letter-spacing: 2px;
  }

  .template-store-page
    .for-collection-store
    .product__info-wrapper
    .button_gray_inner {
    padding: 6px 0;
    max-width: 240px;
  }

  .template-store-page
    .for-collection-store
    .product__info-wrapper
    .button_gray_inner
    button {
    padding: 0;
  }

  .template-store-page .for-collection-store .product__media {
    width: 100%;
    padding: 0 !important;
  }

  .template-store-page .for-collection-store .product__media img {
    position: unset;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }

  .template-product .product-form__quantity label.quantity__label.form__label {
    display: none;
  }

  .template-product .product-form__quantity quantity-input.quantity {
    margin: auto;
    border: none;
    background: no-repeat;
    border-radius: 0;
    gap: 10px;
  }

  .template-product .product-form__quantity quantity-input.quantity button {
    border-radius: 15px;
    background: #f1f4f3;
    opacity: 1;
  }

  .template-product .product-page-gallery {
    background: none;
  }

  .template-product .product-form__quantity quantity-input.quantity button svg {
    width: 20px;
    color: #000;
    display: none;
  }

  .template-product
    .product-form__quantity
    quantity-input.quantity
    button
    svg.mobile_view_o {
    display: block !important;
  }

  .template-product .product-form__quantity quantity-input.quantity input {
    color: #404040;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .template-product .product__tax.caption {
    text-align: center;
    padding-top: 10px;
  }

  .template-product .product-form__buttons .button_gray_inner {
    width: 90%;
    margin: auto;
  }

  .template-product .button_gray_inner .product-form__submit {
    min-height: 45px;
    color: #fbeeda;
    text-align: center;
    font-family: Montserrat;
    font-size: 12.95px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.82px;
    text-transform: uppercase;
    padding: 0;
  }

  .template-product .product-form__buttons {
    margin: auto;
  }

  .template-product .button_text_container {
    width: 100%;
  }

  .template-product
    .button-box-outer
    .button_gray:nth-child(2)
    a.button_gray_inner {
    width: 90%;
  }

  .template-product
    .button-box-outer
    .button_gray:nth-child(2)
    a.button_gray_inner
    span.button_text_container {
    color: #fbeeda;
    text-align: center;
    font-family: Montserrat;
    font-size: 12.427px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.371px;
    text-transform: uppercase;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .template-product .shopify-payment-button {
    width: 90%;
    margin-top: 7px;
  }

  .template-product .product-form__buttons .shopify-payment-button button {
    border-radius: 8.585px !important;
    color: #fbeeda;
    text-align: center;
    font-family: Montserrat;
    font-size: 12.427px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.371px;
    text-transform: uppercase;
  }

  /* .template-product .product-form__input {
        margin: 1.2rem auto !important;
    } */

  .template-product label.custom-redio-color {
    color: transparent !important;
    width: 30px;
    height: 30px;
    font-size: 0 !important;
    padding: 0 !important;
  }

  .template-product .product-form__input input[type="radio"] + label {
    margin: 0px 2px -10px 2px !important;
  }

  /* .template-product .product-form__input {
        margin-bottom: 30px !important;
    } */

  .template-product .tab_details_sec .tabcontent p,
  .template-product .tab_details_sec .tabcontent h3,
  .template-product .tab_details_sec .tabcontent h2,
  .template-product .tab_details_sec .tab-inner-dec h4 {
    padding: 0 15px;
  }

  .template-product .tab_details_sec {
    padding: 0;
  }

  .template-product .tab_details_sec .tabs {
    width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 3rem;
    overflow-x: scroll;
  }

  .template-product .tab_details_sec .tabs::-webkit-scrollbar {
    height: 2px;
  }

  .template-product .tab_details_sec .tabcontent {
    padding: 6px 15px;
  }

  .template-product .tab_details_sec .tabcontent h3,
  .template-product .tab_details_sec .tabcontent p {
    padding: 0;
  }

  .visual-try-on-outer .box-inner h1.bigger-heading {
    margin-bottom: 0;
  }

  .template-product .trip_videos video {
    border-radius: 0;
  }

  .template-product .faq-acc .accordion span.num-con {
    display: none;
  }

  .template-product .faq-acc .accordion {
    padding: 10px 10px 0px 25px;
    border: none;
    color: #363940 !important;
    font-family: Montserrat;
    font-size: 14px;
    line-height: 22px;
  }

  .template-product .faq-acc .accordion:after {
    right: auto;
    left: 0;
    top: 10px;
    background-color: transparent;
    font-size: 25px;
    font-weight: 500;
    width: 5px;
    height: auto;
  }

  .template-product .faq-acc .accordion-box {
    background-color: transparent;
    padding: 0px 15px 30px 15px;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
  }

  .template-product .faq-acc .panel {
    padding: 4px;
  }

  .template-product .faq-acc p {
    padding: 0 !important;
  }

  /* #shopify-section-want-to-learn .learn-video-outer {
    display: none;
} */

  .filter-custom-section {
    gap: 10px;
    flex-wrap: wrap;
  }

  .filter-custom-section .inner-filter {
    gap: 8px;
    width: 100%;
  }

  .filter-custom-section .inner-filter .filter-btn {
    padding: 12px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #shopify-section-want-to-learn .slider_mobile_want_learn {
    display: block;
  }

  .slider_mobile_want_learn h3 {
    color: #4f5050;
    text-align: center;
    font-family: Point Panther;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .slider_mobile_want_learn p {
    text-align: center;
  }

  .slider_mobile_want_learn .loop-img {
    width: 100%;
  }

  .slider_mobile_want_learn .swiper-button-next:after,
  .slider_mobile_want_learn .swiper-button-prev:after {
    color: #000;
  }

  .slider_mobile_want_learn .swiper-button-next,
  .slider_mobile_want_learn .swiper-button-prev {
    display: block;
    top: 26%;
  }

  .template-tutorials-page section.faqs-sec {
    padding-top: 0;
    background: transparent;
  }

  .template-tutorials-page section.faqs-sec h1.sec-heading {
    color: #4f5050;
    text-align: center;
    font-family: Point Panther;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .template-tutorials-page section.faqs-sec p.pera-wrap {
    font-size: 12px;
  }

  .template-tutorials-page section.faqs-sec .accordion-box {
    border-radius: 0;
    box-shadow: none;
    padding: 0 15px;
    width: 100%;
    margin: 0 !important;
  }

  .template-tutorials-page section.faqs-sec .accordion-box button.accordion {
    padding: 10px 0px 10px 20px;
    border: none;
    color: #363940;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }

  .template-tutorials-page
    section.faqs-sec
    .accordion-box
    button.accordion
    span.num-con {
    display: none;
  }

  .template-tutorials-page
    section.faqs-sec
    .accordion-box
    button.accordion:after {
    top: 11px;
    left: 0;
    right: auto;
    background: transparent;
    font-size: 22px;
    font-weight: 500;
    height: auto;
    width: fit-content;
    margin: 0;
  }

  .template-tutorials-page section.faqs-sec .accordion-box .panel * {
    color: #95a1bb;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 5px;
  }

  .slider_mobile_want_learn .video-box .play-pause-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slider_mobile_want_learn .video-box .video-set {
    position: relative;
  }

  .slider_mobile_want_learn .video-box .play-pause-btn button {
    background-color: transparent;
    border: none;
  }

  .logo-list {
    display: none !important;
  }

  .logo-list_slider {
    display: block !important;
  }

  .logo-list_slider img {
    width: 80%;
    margin: auto;
    display: block;
  }

  .logo-list_slider .swiper-pagination {
    position: unset;
  }

  .logo-list_slider .swiper-pagination span.swiper-pagination-bullet {
    background-color: #bcafa1 !important;
    padding: 0;
    opacity: 1;
    border-radius: 50%;
    height: 8px;
    width: 11px;
  }

  .logo-list_slider
    .swiper-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #141416 !important;
    border-radius: 50% !important;
  }

  .footer-column-mobile .foot-box {
    margin: 3rem 0;
  }

  .footer-column-mobile {
    text-align: center;
  }

  .foot-links li {
    line-height: 2.3;
  }

  .foot-links li a {
    font-size: 16px;
    line-height: 120%;
  }

  .socaild_media_mobile {
    display: block;
    min-height: 170px;
    padding-top: 60px;
  }

  .socaild_media_mobile ul.footer__list-social {
    justify-content: start !important;
  }

  .socaild_media_mobile ul.footer__list-social a {
    padding: 10px 20px 10px 0px;
  }

  .visual-try-on-outer .box-inner h1.bigger-heading i {
    display: unset;
  }

  .visual-try-on-outer .box-inner h1.bigger-heading br {
    display: block;
  }

  button.filter-result-btn {
    margin: 25px auto;
  }

  /* .core-collection-info .core-collection-variant legend.form__label {
        display: none;
    } */

  .core-collection-info .core-collection-variant label {
    width: 30px;
    height: 30px;
  }

  .core-collection-info p.feature-item__price {
    display: none;
  }

  .core-collection-info .core-collection-variant {
    padding: 10px 0 !important;
    width: 100%;
    margin: auto;
  }

  .core-collection-info .button_gray_inner {
    width: 100%;
    justify-content: center;
  }

  .core-collection-info .button_gray_inner form {
    width: 100%;
    display: block;
  }

  .core-collection-info .button_gray_inner form input {
    color: #fbeeda;
    text-align: center;
    font-family: Montserrat;
    font-size: 10.702px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3.157px;
    text-transform: uppercase;
  }

  .core-collection-info a.button_gray_inner.custom-try-on {
    color: #fbeeda;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.786px;
    text-transform: uppercase;
  }

  .core-collection-home .collection-control {
    padding-top: 20px;
  }

  .core-collection-home a.arrow-link {
    color: #000;
    font-weight: 600;
  }

  .template-contact .image-with-text .image-with-text__media-item {
    order: 2;
    padding: 0px 15px 0px 15px;
  }

  .template-contact .image_with_text .image-with-text__heading {
    width: 100%;
    font-size: 21px;
  }

  .template-contact .image-with-text .image-with-text__content {
    text-align: center;
    padding: 40px 15px 21px 15px;
  }

  .template-contact .image_with_text p {
    font-size: 16px;
    line-height: 26px !important;
  }

  .template-contact .image_with_text .image-with-text__heading {
    width: 100%;
    font-size: 21px;
  }

  .template-contact .image_with_text strong {
    font-size: 19px;
  }

  .template-contact .image_with_text p a {
    line-height: 25px;
  }

  .template-contact .image_with_text ul.footer__list-social {
    width: 100%;
  }

  .template-contact .image_with_text ul.footer__list-social a {
    padding: 0px 10px;
  }

  .template-product .button_gray a.button_gray_inner {
    font-size: 16px !important;
    min-height: 45px;
    min-width: auto;
    margin: auto;
    width: 90%;
    letter-spacing: 1px;
  }

  .metafield-imgs {
    margin: 0px 0;
    justify-content: center;
  }

  .visual-try-on-outer a.arrow-link {
    padding: 2px 15px;
    max-width: fit-content !important;
    width: 100%;
    margin: 5px auto 0;
    background: #f7d3a1;
    color: #953f2f;
    font-size: 12px;
  }

  .template-community a.button_gray_inner {
    margin: auto;
    justify-content: center;
  }

  .account_page_buttons ul li a {
    font-size: 14.249px;
    min-height: 45px;
    max-width: 230px;
    margin: 12px auto;
  }

  .template-addresses #MainContent ul[role="list"] li.account_add_address {
    min-height: 220px;
  }

  .template-addresses #MainContent ul[role="list"] li {
    padding: 10px 17px;
    margin-bottom: 30px;
  }

  .template-addresses #MainContent ul p {
    font-size: 16px;
    line-height: 22px;
  }

  .template-addresses #MainContent ul button {
    margin: 20px 20px 0 0;
  }

  .user-details {
    display: none;
  }

  .account_page_texts_one .customer:not(.account):not(.order) {
    padding-left: 0;
    padding-right: 0;
  }

  .template-addresses #MainContent ul p::first-line {
    font-size: 18px;
    line-height: 30px;
  }

  /* .slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
    height: fit-content !important;
} */

  .slideshow__text.slideshow__text--left {
    width: 100%;
  }

  .slideshow_section_main .banner__buttons {
    margin-top: 0px !important;
    /* margin: auto; */
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text p {
    font-size: 4.8vw;
  }

  .slideshow_section_main .banner__buttons a.button.button--primary {
    font-size: 14px;
    padding: 0vw 5vw;
  }

  .template-store-page .hero-home .caption-box .bigger-heding p {
    padding-bottom: 0;
  }

  .tutorials-page-hero .caption-box span.button_text_container {
    font-size: 4.5vw;
  }

  .template-contact .slideshow_section_main .slideshow__text-wrapper {
    max-width: 100%;
    order: 0 !important;
  }

  .template-contact
    .slideshow_section_main
    .slideshow__text-wrapper
    .slideshow__text {
    display: block !important;
    background-color: #c1714e;
  }

  .template-contact
    .slideshow_section_main
    .slideshow__text-wrapper
    .banner__text {
    padding-right: 0;
  }

  .template-contact
    .slideshow_section_main
    .slideshow__text-wrapper
    .banner__text
    p {
    font-size: 4.5vw;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__heading img {
    width: 36% !important;
    margin-left: -3% !important;
    margin-top: 0% !important;
    margin-bottom: -1px !important;
  }

  .button_gray_inner-tryon {
    margin: auto;
  }

  .our-community-list .text-box h4 {
    font-size: 4vw;
    margin: 0;
  }

  .our-community-list .text-box p {
    margin: 0;
  }

  .button_gray_inner-tryon {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .template-aboutus section.about-banner img.banner_logo_img {
    margin: -6% 0% 0% -5%;
    max-width: 50%;
  }

  .our-community-outer {
    padding: 3rem 15px;
  }

  .menu-drawer__close-button {
    font-size: 17px !important;
    gap: 10px;
    font-weight: 600;
    /* border-bottom: 2px solid #912925; */
  }

  .menu-drawer__close-button svg {
    transform: rotate(180deg);
    width: 21px;
  }

  .menu-drawer__menu-item--active svg {
    stroke: #902926;
  }

  .menu-drawer__menu-item--active {
    color: #8c2a26 !important;
    background-color: transparent !important;
    border-left: 3px solid #8c2a26 !important;
  }

  .template-community .swiper-pagination-bullet {
    padding: 30px 5%;
  }

  .instagram_section_main section {
    padding: 40px 15px 40px 15px !important;
  }

  .instagram_section_main h2 {
    font-size: 26px !important;
  }

  .template-product .button_gray a.button_gray_inner {
    font-size: 15px !important;
    min-height: 45px;
    letter-spacing: 0px;
    width: fit-content;
  }

  .template-product variant-radios {
    padding-top: 0;
  }

  .product-tab-sec .tabs .tablinks {
    font-size: 15px;
    min-width: 130px;
  }
  .product-description {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .tab-inner-dec {
    width: 100% !important;
  }

  button.filter-result-btn {
    font-size: 14px;
  }

  .template-tutorials .video-box-section {
    flex-wrap: wrap;
  }

  .template-tutorials .page-width {
    padding: 0 15px;
  }

  .learn-video-outer .video-caption h3 {
    margin: 0;
  }

  .our-community-list .text-box p {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .template-tutorials .visual-try-on-outer a.arrow-link {
    padding: 12px;
    max-width: 250px !important;
    font-size: 14px;
  }

  .learn-video-outer .video-box {
    margin-bottom: 1rem;
  }

  .learn-video-outer .video-box:last-child {
    margin-bottom: 0;
  }

  .our-community-outer .sec-heading h2,
  .template-store-page .rich-text .rich-text__heading,
  .formulas-backed .sec-heading,
  .wear-makeup-sec .sec-heading,
  .template-community .want-to-learn-sec .sec-heading,
  .blog-slider-section .sec-heading,
  .instagram_section_main h2,
  .about_info_main h2,
  .about_our_solution_main h2,
  .about_image_and_text_main .img_text_box h2,
  .about_letter_section_main h3,
  .about_foundation_main .head_area h2,
  .want-to-learn-sec .sec-heading,
  .product__info-wrapper .product__title h1,
  .template-product product-recommendations .related-products__heading,
  .template-contact .image_with_text .image-with-text__heading {
    font-size: 26px;
    line-height: 1.1;
  }

  .template-store-page .rich-text .rich-text__heading {
    max-width: 310px;
    margin: 0 auto;
  }

  .core-collection-home .swiper-pagination span.swiper-pagination-bullet {
    min-width: 35px;
    min-height: 40px;
    font-size: 12px;
  }

  section.visual-try-on-outer {
    flex-direction: column-reverse;
    padding: 0;
  }

  .visual-try-on-outer .box-inner:nth-child(1) {
    padding: 30px 15px;
    width: 100%;
  }

  .visual-try-on-outer .box-inner:nth-child(2) {
    width: 100%;
  }

  section.visual-try-on-outer h1.bigger-heading {
    font-size: 24px;
    letter-spacing: 1px !important;
    max-width: 230px;
    margin: auto;
  }

  section.visual-try-on-outer .bigger-heading img {
    width: 114px;
    margin-bottom: -10px;
    margin-left: -7px;
  }

  .slideshow__slide .slideshow__text-wrapper {
    width: 100% !important;
  }

  .slideshow__slide .slideshow__media {
    width: 40% !important;
  }

  .footer-wrap {
    padding: 0 15px;
  }

  .slideshow__text-wrapper.banner__content {
    padding: 0px !important;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__heading,
  .template-store-page section.hero-home h1.bigger-heding,
  .template-store-page section.hero-home h1.bigger-heding p,
  .community-page-hero .caption-box .bigger-heading,
  .tutorials-page-hero .caption-box .bigger-heading,
  .about_banner_main .banner_heading {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text p {
    font-size: 4.8vw;
  }

  .slideshow_section_main .banner__buttons a.button.button--primary {
    margin-top: 5px;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text {
    padding: 10px 0;
  }

  .slideshow_section_main .banner__buttons a.button.button--primary {
    padding: 0vw 6vw;
    min-height: 38px;
  }

  .slideshow__text.banner__box {
    height: 100%;
  }

  .template-store-page .page-width {
    padding: 0 15px;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text p,
  .hero-home .caption-box .sub-heading,
  .community-page-hero .caption-box .pera,
  .about_banner_main .banner_dis,
  .tutorials-page-hero .caption-box .pera {
    font-size: 15px;
  }

  .hero-home .caption-box {
    padding: 30px 15px;
    width: 100%;
  }

  .hero-home .img-box {
    width: 100%;
  }

  .button_gray {
    margin-bottom: 0px;
  }

  .want-to-learn-sec,
  .learn-video-outer {
    margin-top: 4rem;
    padding: 0;
  }

  a.filter-result-all {
    margin: 30px auto 35px;
  }

  .not-sure-sec .pera-wrap,
  .template-Tutorials-Page #MainContent p {
    margin-top: 0;
  }

  .product-tab-sec,
  .product-page-gallery {
    padding: 4rem 0;
  }

  .product-page-gallery {
    padding-bottom: 0;
  }

  .product-tab-sec {
    padding-top: 1rem;
  }

  .template-product .custom-video-collection .video-box {
    border-radius: 0 30px;
  }

  .template-product product-recommendations {
    padding-top: 4rem;
  }

  iframe#custom-video-gallery {
    height: 300px;
  }

  .template-contact .community-page-hero .img-box img {
    width: 100%;
  }

  .product-single__media video {
    max-height: 300px;
  }

  .template-community .formulas-backed .tag {
    display: block;
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-top: 1rem;
  }

  .drawer__inner {
    padding: 0 10px 0 15px !important;
  }

  /* .header__icons details-modal.header__search {
    display: none;
} */

  .core-collection-home .swiper-button-next {
    height: 40px;
    width: 45px;
  }

  .core-collection-info #ProductSelect-option-0 legend.form__label {
    margin-left: 0;
  }

  .template-store-page .hero-home .caption-box {
    padding: 30px 15px;
  }

  .about_our_solution_main h2 {
    padding-top: 0vw;
  }

  .shopify-policy__container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 767px end */

@media only screen and (max-width: 600px) {
  .template-community a.button_gray_inner {
    max-width: 320px;
    padding: 0;
  }

  .slider-hide-mob {
    display: none;
  }

  .footer__list-social li.list-social__item a {
    padding: 5px 10px 5px 0 !important;
  }

  /* .core-collection-home .sec-heading {
	padding-bottom: 25px;
}

.core-collection-info .feature-item__copy {
	padding-bottom: 15px;
} */

  .about_our_solution_main .sub_title {
    width: 95%;
  }

  .slideshow_section_main .slideshow__text-wrapper .banner__text p,
  .core-collection-info .feature-item__copy,
  section.visual-try-on-outer .box-inner .pera,
  .community-page-hero .caption-box .pera p,
  .core-collection-home .sec-heading .pera,
  .before-after-home .pera-wrap,
  .our-community-outer .sec-heading .pera,
  .template-store-page .rich-text .rich-text__text h2,
  .want-to-learn-sec .sec-heading,
  body p {
    text-wrap: balance;
    text-wrap: pretty;
    /* width: 95%;
    margin-left: auto;
    margin-right: auto; */
  }

  .article-title a {
    width: 95%;
    display: block;
    text-wrap: balance;
  }

  .announcement-bar__message {
    text-wrap: unset !important;
  }
}

@media only screen and (max-width: 540px) {
  .announcement-bar__message {
    font-size: 12px;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 425px) {
  .core-collection-info .core-collection-variant {
    width: 68%;
  }
}

@media only screen and (max-width: 340px) {
  .core-collection-info .core-collection-variant {
    width: 90%;
  }
}

/*---bilal--  */
#bloggy--article .blog__img {
  height: 100%;
}
.metafield-rich_text_field ul {
  padding-left: 18px;
}
/* fieldset.product-form__input .form__label{width: 100%; text-align: center;} */
.hb-font-weight p {
  font-weight: 400;
}
@media (min-width: 767px) {
  .blog-slider-section .tag-date .blog-title-tag {
    margin-right: 10px;
  }
}
.header-wrapper {
  padding: 24px 0;
}
.field__label {
  left: 10px;
}
@media (min-width: 991px) {
  .section-template--20243129860370__4ea76236-a75b-4aba-8709-a140e3d8c508-padding {
    padding-top: 100px !important;
  }
  .content-boxes-images {
    padding-top: 90px !important;
  }
  .about_our_solution_main .solution_box {
    margin-bottom: 70px !important;
  }
  .learn-video-outer a.filter-result-all {
    margin-bottom: 100px;
  }
  .wear-makeup-sec {
    padding: 7rem 0 !important;
  }
}
@media (max-width: 767px) {
  .template-collection legend.form__label {
    text-align: center;
  }
  .template-product product-recommendations .button_gray {
    width: 94%;
  }
  .template-product product-recommendations li.grid__item .card h3 {
    padding-left: 10px;
    font-size: 15px;
    text-align: center;
  }
}

.product-card__badgelist {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  max-width: 360px;
  margin-top: 2rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-card__product-badge {
  width: calc(20% - 2rem / 5);
  max-width: 70px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 768px) {
  .product-card__badgelist {
    justify-content: flex-start;
    margin-left: initial !important;
    margin-right: initial !important;
  }
}

.nunorm-header {
  display: grid;
  gap: 10px;
}

.nunorm-header .title {
  color: #48646e;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0;
  line-height: 1.3;
  @media screen and (min-width: 750px) {
    font-size: 3.2rem;
  }
}

.nunorm-header .title strong {
  color: #c07147;
}

.nunorm-header .subtitle {
  font-size: 18px;
  color: var(--color-midnight);
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.nunorm-header .desc {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: var(--color-midnight);
}

.nunorm-header {
  padding-bottom: 30px;
}

.nunorm-header--center {
  text-align: center;
  margin: 0 auto;
}

.header-menu-dropdown {
  display: flex;
  gap: 10px;
  width: 100%;
}

.header-menu-dropdown-list {
  flex: 1;
}

@media screen and (min-width: 750px) {
  .nunorm-header .title {
    font-size: 3.4rem;
  }

  .nunorm-header .subtitle {
    font-size: 24px;
  }

  .nunorm-header .desc {
    font-size: 20px;
  }

  .arrow-link span {
    font-size: 15px;
  }
}

.btn-primary {
  color: #fbeeda;
  background-color: #8c2a26;
  border-radius: 6.96px;
  font-family: Montserrat;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 45px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

.hero-home__title {
  font-weight: bold;
  color: #48646e;
  font-size: var(--hero-size-2);
}

.hero-home__title strong {
  color: #c07147;
}

.hero-home__description {
  color: #48646e;
}

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

.product-page-gallery .variant-custom-price {
  display: none !important;
}

.button-nunorm {
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fbeeda;
  background-color: #8c2a26;
  border-radius: 6.96px;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;

  transition: all 0.3s ease;

  @media screen and (min-width: 750px) {
    font-size: 16px;
    min-width: 280px;
  }
}

.button-nunorm--full {
  width: 100%;
}

.button-nunorm--beige {
  background-color: #fbeeda;
  color: #8c2a26;
}

.amazon-pay-button {
  background-color: #953f2f;
}

/* product */
.slider:not(.slick-initialized) .slider-banner-image:not(:first-of-type) {
  display: none;
}

/*--- CUSTOM CSS - ERNIE CERVANTEZ --*/
/*--- HEADER --*/
.header__icons {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.header__icons .header__inline-menu {
  width: 100%;
  text-align: right;
}

@media screen and (min-width: 990px) {
  .header--middle-center:not(.drawer-menu) {
    align-items: flex-end;
  }
}

/*--- IMAGE WITH PRODUCTS --*/
.image-with-products .image-with-text__heading h2 {
  margin-bottom: 1.5em;
  color: #8c2a26;
}
.image-with-products .image-with-text__grid {
  align-items: flex-start;
}
.image-with-products .image-with-text .image-with-text__media-item {
  position: sticky;
  top: 0;
}
.image-with-products .image-with-text__content {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.image-with-products .image-with-text__content .card-wrapper {
  width: calc(50% - 20px);
  margin: 0;
}
.image-with-products .image-with-text__content .card__media .btn-primary {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 10px;
  font-size: 14px;
}
.image-with-products .image-with-text__content .card__inner {
  overflow: hidden;
  border: 3px solid #c07147;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/*--- MARQUEE --*/
.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 1rem;
}
.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 1rem;
  animation: scroll 45s linear infinite;
}
.marquee-content span {
  font-size: 2.1rem;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

/* custom Button css start  */

/* Primary Button */
.btn-primary {
  background-color: var(--btn-primary-bg);
  color: var(--btn-primary-text);
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 45px;
  max-width: max-content;
}

.btn-primary:hover {
  background-color: var(--btn-primary-bg-hover);
  color: var(--btn-primary-text-hover);
}

/* Secondary Button */
.btn-secondary {
  background-color: var(--btn-secondary-bg);
  color: var(--btn-secondary-text);
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 45px;
  max-width: max-content;
}

.btn-secondary:hover {
  background-color: var(--btn-secondary-bg-hover);
  color: var(--btn-primary-text-hover);
}

/* Tertiary Button */
.btn-tertiary {
  background-color: var(--btn-tertiary-bg);
  color: var(--btn-tertiary-text);
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 45px;
  max-width: max-content;
}

.btn-tertiary:hover {
  background-color: var(--btn-tertiary-bg-hover);
  color: var(--btn-tertiary-text-hover);
}

/* Fourth Button */
.btn-fourth {
  background-color: var(--btn-fourth-bg);
  color: var(--btn-fourth-text);
  padding: 10px 30px;
  font-weight: 700;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 45px;
  max-width: max-content;
}

.btn-fourth:hover {
  background-color: var(--btn-fourth-bg-hover);
  color: var(--btn-fourth-text-hover);
}

/* custom Button css end */

.product-description p {
  font-size: 20px !important;
  line-height: 26px !important;
  color: #213346 !important;
}

@media screen and (max-width: 600px) {
  .product-description p {
    font-size: 16px !important;
  }
}
.product-title.aos-init.aos-animate {
  font-size: 12px;
  line-height: 23px;
}

.search-modal__close-button .icon-close {
  stroke: #213346 !important;
}
.header__inline-menu ul li:nth-child(4),
.header__inline-menu ul li:nth-child(5) {
  /* display: none !important; */
}
.shopify-policy__container * {
  color: #213346 !important;
}
.shopify-policy__container a {
  color: #8d2c27 !important;
}
.shopify-policy__body .rte h2 {
  font-size: 25px;
}
.shopify-policy__body .rte h1 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .shopify-policy__body .rte h2 {
    font-size: 20px;
  }
  .shopify-policy__body .rte h1 {
    font-size: 25px;
  }
}
.jdgm-star {
  color: #953f2f !important;
}
.drawer.active .drawer {
  visibility: visible !important;
}
/* .drawer__header,
.drawer__inner div,
.drawer__inner {
  background: #fbeeda !important;
} */
.cart-item__link {
  background: transparent !important;
}
.drawer__cart-items-wrapper .cart-items thead tr {
  background: #fbeeda !important;
}
@media (max-width: 767px) {
  .content-2-column {
    padding: 24px !important;
  }
}
.button--primary {
  color: #fbeeda;
  background-color: #8c2a26;
  border-radius: 6.96px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 45px;
  width: 100%;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.button--primary:hover {
  background-color: var(--btn-primary-bg-hover);
  color: var(--btn-primary-text-hover);
}
.custom-add-to-cart:hover {
  background-color: var(--btn-primary-bg-hover) !important;
  color: var(--btn-primary-text-hover);
}
.bloggle_rte h1,
.bloggle_rte h2,
.bloggle_rte h3,
.bloggle_rte h4,
.bloggle_rte h5,
.bloggle_rte h6,
bloggle_rte p {
  color: #213346 !important;
}
@media (min-width: 767px) {
  #bloggle--article-title {
    font-size: 27px !important;
  }
  .bloggle_rte h2,
  .article-template h2 {
    font-size: 25px !important;
  }
  .bloggle_rte h3,
  .article-template h3 {
    font-size: 23px !important;
  }
  .bloggle_rte h4,
  .article-template h4 {
    font-size: 21px !important;
  }
  .bloggle_rte h5,
  .article-template h5 {
    font-size: 19px !important;
  }
  .bloggle_rte h6,
  .bggle--question-title,
  .article-template h6 {
    font-size: 17px !important;
  }
  h3.bggle--question {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  #bloggle--article-title {
    font-size: 24px !important;
  }
  .bloggle_rte h2,
  .article-template h2 {
    font-size: 21.5px !important;
  }
  .bloggle_rte h3,
  .article-template h3 {
    font-size: 19.5px !important;
  }
  .bloggle_rte h4,
  .article-template h4 {
    font-size: 18px !important;
  }
  .bloggle_rte h5,
  .article-template h5 {
    font-size: 16px !important;
  }
  .bloggle_rte h6,
  .bggle--question-title,
  .article-template h6 {
    font-size: 15px !important;
  }
  h3.bggle--question {
    margin-bottom: 0 !important;
  }
}
.template-search .article-card-wrapper .card {
  border-radius: 24px;
  text-align: center;
  color: #fbeeda;
}
.template-search .article-card-wrapper .card .card__content h3.page-title {
  color: #fbeeda !important;
}
.template-search .article-card-wrapper .card .card__content .badge {
  color: #8c2a26;
  background-color: #fbeeda;
  border-radius: 6.96px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  min-height: 45px;
  width: 100%;
  max-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.template-search .article-card-wrapper .card .card__content .card__badge {
  width: 150px;
  justify-self: center;
}
.template-search .card__heading a:after {
  position: unset !important;
}

.shade-finder-variant-title-container {
  bottom: 58px !important;
}

.product-title {
  margin-bottom: 10px !important;
}

@media (max-width: 768px) {
  .shade-finder-variant-title-container {
    bottom: 52px !important;
  }
  .color-shade .product-title {
    font-size: 14px !important;
  }
}



/* chat  */

.gorgias-chat-key-ig6u80 {    
    border-radius: 40px !important;   
    left: 20px !important;
}



/* mobile menu css  */

@media screen and (max-width: 989px) {
  .shopify-section-header-sticky sticky-header span {
    color: rgba(251, 238, 218, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
  }
  .drawer-menu-item {    
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 32.4px;
    letter-spacing: 0.6px;
  }
  .drawer-nav .menu-list-item {
    margin-bottom: 24px;
  }
  button#mobile-cart-button span{
    color: #993f30;
  }
  .accordion-toggle.open .accordion-title span {    
    color: rgba(192, 113, 71, 1);
  }
  a.drawer-sub-menu-item {
    color: rgba(251, 238, 218, 1);
    width: 100%;
    display: block;
    font-weight: 300;
    font-size: 16px;
    border: 0;
  }
  ul.submenu {
    padding-top: 10px;
  }
  a.mobile-menu-account.header__icon.header__icon--account {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;    
    letter-spacing: 0.6px;
    color: rgba(251, 238, 218, 1);
    text-decoration: none;
    justify-content: start !important;
    gap: 8px;
    border-bottom: 1px solid #fbeeda;
    padding-bottom: 3px;
    margin-bottom: 24px;
  }
   a.mobile-menu-account.header__icon.header__icon--account svg{
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
   }
   div#search-modal-content {
    z-index: 999;
  }
  .shopify-section-group-header-group {
    z-index: 9;
  }
  .mobile-search-icon.header__icon {
    width: 100%;
  }
  #mobile-menu-search-button{
    position: relative;
  }
  a.mobile-menu-search-button-link {
    position: absolute;
    inset: 0;
    display: block;
  }
  #mobile-menu-search-button .input {
    height: 62px;
    background: #f7d3a1;
    font-size: 16px;
    border: none;
    outline: none;
    background-image: none !important;
    box-shadow: none !important;
    padding: 15px;
    width: 100%;
    color: rgba(130, 127, 119, 1);
    text-align: left;
    display: flex;
    justify-content: start;
  }
   #mobile-menu-search-button .input strong{
    color: #000;
    font-weight: 500;
   }
  
  svg.mobile-search-svg {
    width: 17px !important;
    height: 17px;
    margin: 0 12px;
  }
  

  

}

#mobile-menu-search-button {
    display: flex;
}
input.mobile-search-input {
    width: 100%;
    height: 62px;
    background: #f7d3a1;
    font-size: 16px;
    border: none;
    outline: none;
    background-image: none !important;
    box-shadow: none !important;
    padding: 15px;
    width: 100%;
    color: rgba(130, 127, 119, 1);
    text-align: left;
    display: flex;
    justify-content: start;
    border: 0;
    outline: 0;
}

button.mobile-search-submit {
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 8px;
}

button.mobile-search-submit svg {
    width: 24px;
    height: 24px;
    
}