/** Shopify CDN: Minification failed

Line 8:6 Expected identifier but found whitespace
Line 8:7 Unexpected "var("
Line 3170:59 Expected ")" to end URL token

**/
-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);
  --alpha-button-background: 0;
}

.color-background-2 .button--secondary,
.color-inverse .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-foreground);
  --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));
}

/* 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 {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

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

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 3rem;
  }

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

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

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
  #shopify-section-template--15353226657963__form .page-width--narrow .contact__fields{grid-column-gap:4rem;}
}

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

.spaced-section {
  margin-top: 5rem;
}

.spaced-section:last-child {
  margin-bottom: 5rem;
}

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

  .spaced-section {
    margin-top: calc(5rem + var(--page-width-margin));
  }

  .spaced-section:last-child {
    margin-bottom: calc(5rem + var(--page-width-margin));
  }
}

.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}

.spaced-section--full-width:first-child {
  margin-top: 0;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0;
}

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

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
  padding: 4rem 0 5rem;
}

@media screen and (min-width: 750px) {
  .background-secondary {
    padding: calc(6rem + var(--page-width-margin)) 0
      calc(5rem + var(--page-width-margin));
  }
}

.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-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  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)));
}

.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);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

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

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

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

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

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

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

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

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

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: .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);
}

.hidden {
  display: none !important;
}

@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;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div: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;
}

.link[role="link"]: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;
  }
}

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

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

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

.icon-arrow {
  width: 1.5rem;
}

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;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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;
  }
}

/* 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: 4rem 0 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 {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

.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;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .grid {
    margin-left: -1rem;
  }
}

.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
}

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

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

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%; 
  }
  #product-grid .grid__item{max-width:25%;}
}

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

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

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

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

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

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 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 {
    width: calc(50% - 3.75rem / 2);
  }

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

  .grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

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

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

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

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

/* 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 {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 0.9rem 3rem 1.1rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  border-radius: 0;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  min-width: 12rem;
  min-height: 4.5rem;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
}

.button:focus-visible {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
    0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible) {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
}

.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: 9rem;
  min-height: 3.5rem;
}

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

/* Button - hover */

.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer 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;
}

/* Button - social share */

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

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

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

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;
  width: 1.3rem;
}

.share-button__fallback {
  background: rgb(var(--color-background));
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.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;
}

.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: transparent;
  border: 0.1rem solid transparent;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  height: 4.2rem;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
}

.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__input:hover,
.select__select:hover,
.customer .field input:hover,
.customer select:hover,
.localization-form__select:hover {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.55);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.75);
  outline: transparent;
}

.text-area,
.select {
  display: inline-block;
  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: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 4rem 0 1.5rem;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

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

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: 1.5rem;
  top: 1rem;
  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: 0.15em;
  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;
}

.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: 2.5rem;
}

.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);
  padding: 1.2rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

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

.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 {
  border: 0.1rem solid rgba(var(--color-base-text), 0.08);
  position: relative;
  height: 4.5rem;
  width: calc(14rem / var(--font-body-scale));
  display: flex;
}

.quantity__input {
  font-family: var(--font-body-family);
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  font-family: var(--font-body-family);
  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: #000000;
  padding: 0;
}

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

.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;
}

/* 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: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.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 2rem;
  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: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

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

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

/* section-header */
#shopify-section-header {
  z-index:999;
}

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

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* 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-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header--has-menu:not(.header--middle-left) {
    padding-bottom: 0;
  }

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

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

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

  .header:not(.header--middle-left) .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;
  width: 100%;
}

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

@media screen and (min-width: 1200px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

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

  .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__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;
}

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

@media screen and (max-width: 1199px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

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

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

.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: 1200px) {
  .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(0,0,0, 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

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

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  height: 100%;
}

.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));
  background-color: #FFF;
}

.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: 1200px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .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);
}

.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 1;
}

/* 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: 1200px) {
  .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;
}

.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;
}

.header__submenu.list-menu {
  padding: 2rem 0;
}

.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 {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
}

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

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  right: 2rem;
}

details-disclosure > details {
  position: relative;
}

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

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

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  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: 4rem;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 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: 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;
  }
}

  
  .container{max-width:1380px;width:100%;}
  .container.large-container{max-width:1380px;}
  a:hover{text-decoration:none;}
  ul{padding:0;margin:0;}
  .title{font-size:30px;line-height:40px;font-weight:200;color:#FF9F98;text-align:center;letter-spacing:0;text-transform:uppercase;margin:0;padding:0 0 12px;}
  .title.title-1{font-size:44px;}
  .title.title-link{font-size:44px;width:100%;text-align:left;flex-wrap:wrap;justify-content:start;display:flex;}
  .title.title-link > div{width:calc(100% - 150px);}
  .title.title-link a{width:150px;text-align:right;margin:0;}  
  .title span{font-weight:600;}
  .title.title-xl{font-size:61px;line-height:52px;}
  .title.title-sm{font-size:22px;line-height:33px;}
  img{max-width:100%;}
  button{cursor:pointer;}
  button:focus-visible{outline:0;outline-offset:0;box-shadow:none;}
  button:focus {outline: 0 dotted;outline: 0 auto -webkit-focus-ring-color;}
  .mobile-img{display:none !important;}
  .desktop-img{display:block !important;}
  .btn{font-size:14px;line-height:21px;color:#333333;font-weight:600;letter-spacing:0;background:#FF9F98;text-transform:uppercase;padding:9px 30px 8px;min-width:189px;border-radius:8px;}
  .btn:hover{background:#000;color:#fff;}
  .btn.black-btn{background:#000;color:#fff;}
  .btn.black-btn:hover{background:#FF9F98;color:#fff;}
  .btn.border-btn{border:solid 1px #FF9F98;background:none;}
  .btn.border-btn:hover{background:#FF9F98;color:#000;}
  .slick-next,.slick-prev{width:30px;height:30px;z-index:99;font-size:0;padding:0;background:none;border:none;position:absolute;left:-6px;top:50%;transform:translateY(-50%) rotate(180deg);-webkit-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);}
  .slick-next{left:auto;right:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);}
  .slick-next:after,.slick-prev:after{content:'';width:32px;height:32px;background:url('right-arrow_9_1.svg') no-repeat center center;position:absolute;top:0;left:0;background-size:contain;}
  .cart-count-bubble{background:#ff9f98;font-size:13px;color:#2A2A2A;height:18px !important;width:18px;text-align:center;justify-content:center;align-items:center;top:13px;left:3px;}
  :focus-visible{outline:0;outline-offset:0;box-shadow:none;}
  a:focus, a:hover{text-decoration:none;}
  .header-wrapper--border-bottom{border-bottom:solid 1px #FF9F98;}
  h1,h2,h3,h4,h5,h6,p{letter-spacing:0;}
  .product-cart-btn,button,.btn,a{font-family:var(--font-body-family);}
  #shopify-section-template--15353226657963__form .page-width--narrow ::-webkit-input-placeholder{font-size:16px;line-height:25px;color:#000 !important;font-family:var(--font-body-family);display:block !important;opacity:1 !important;padding:0 !important;}
  #shopify-section-template--15353226657963__form .page-width--narrow :-ms-input-placeholder{font-size:16px;line-height:25px;color:#000 !important;font-family:var(--font-body-family);display:block !important;opacity:1 !important;padding:0 !important;}
  #shopify-section-template--15353226657963__form .page-width--narrow ::placeholder{font-size:16px;line-height:25px;color:#000 !important;font-family:var(--font-body-family);display:block !important;opacity:1 !important;padding:0 !important;}
  .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,.contact__fields input, .custom_field textarea, .contact__fields select{padding:0 15px !important;color:#000;}
  .contact__fields input, .custom_field textarea, .contact__fields select{padding:0 15px !important;}
  .custom_field textarea,.custom_field textarea:focus{padding:15px !important;}
  .product-cart-btn:hover,.button:not([disabled]):hover, .shopify-challenge__button:hover, .customer button:hover{background:#f9aaa5;}
  select{background-image:url('arrow.png') !important;appearance:none !important;background-size:12px !important;background-repeat:no-repeat !important;background-position:center right 15px !important;}
  .bottom-footer-right ul li select{padding-right:20px;background-position:center right 3px !important;}
  .yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button{background:none !important;border:solid 2px #000 !important;color:#000 !important;}
  .field__label, .customer .field label{color:#2a2a2a;letter-spacing:0;}
  p{line-height:22px;}
  .select svg{display:none !important;}
  .button:not([disabled]):hover, .shopify-challenge__button:hover, .customer button:hover{box-shadow:none;}
  
  
  /*--------- Announcement Bar ---------*/
  .announcement-bar p{font-size:14px;line-height:21px;color:#2A2A2A;font-weight:600;letter-spacing:0;}
  .announcement-bar__message{padding:8px 20px;}
  
  /*--------- Header ---------*/
  header{width:100%;padding:14px 0;}
  .header-transparent{border:none !important;background:white;}
  .shopify-section-header-sticky .header-transparent{background:#fff;}
  header .container{max-width:1380px;position:static;}
  .main-menu-list{width:100%;margin:0;padding:0;text-align:center;}
  .main-menu-list li{display:inline-block;padding:0 15px;}
  .main-menu-list li a{font-size:14px;font-weight:500;letter-spacing:0;line-height:21px;color:#2A2A2A;text-transform:uppercase;display:block;padding:10px 0;}
  .main-menu-list li a:hover{font-weight:600;}
  .main-menu-list li ul a{padding:0;}
  .header--middle-left{display:flex;grid-template-areas:inherit;align-items:center;}
  .header__heading{width:175px;padding-right:20px;}
  .header__inline-menu{width:calc(100% - 350px);}
  .header__icons{width:175px;padding-left:20px;justify-content:flex-end;}
  .header__heading-link{padding:0;margin:0;}
  .sub-menu-li{position:relative;}
  .sub-main-menu{min-width:200px;padding:18px 20px;position:absolute;top:0;left:0;text-align:left;background:#FEF9F5;box-shadow:0 2px 9px 0 rgba(0,0,0,0.15);transition:0s all ease-in-out;-webkit-transition:0s all ease-in-out;-o-transition:0s all ease-in-out;-moz-transition:0s all ease-in-out;-ms-transition:0s all ease-in-out;opacity:0;visibility:hidden;overflow:hidden;}
  .sub-main-menu:after{content:'';width:100%;height:15px;top:-15px;position:absolute;left:0;background:transparent;}
  .sub-main-menu li{display:block;padding:0;}
  .main-menu-list li .sub-main-menu li a{padding:4px 0;display:block;}
  .main-menu-list li:hover .sub-main-menu{top:40px;overflow:inherit;visibility:visible;opacity:1;transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;}
  .header__heading-link span.h2{font-size:20px;}
  .header__search{padding-left:2px;padding-right:5px;}
  .head-svg-logo{width:100%;line-height:0;}
  
  
  .head-megamenu-section{position:absolute;width:100%;top:0;left:0;background:#FEF9F5;box-shadow:0 2px 9px 0 rgba(0,0,0,0.15);padding:31px 0 5px;transition:0s all ease-in-out;-webkit-transition:0s all ease-in-out;-o-transition:0s all ease-in-out;-moz-transition:0s all ease-in-out;-ms-transition:0s all ease-in-out;opacity:0;visibility:hidden;overflow:hidden;}
  .head-megamenu-section:after{content:'';width:100%;height:30px;top:-30px;position:absolute;left:0;background:transparent;}
  .head-megamenu{width:100%;max-width:1380px;margin:0 auto;display:flex;flex-wrap:wrap;text-align:left;}
  .head-megamenu-section .head-megamenu a{padding:0;}
  .head-megamenu-part{width:24%;padding:0 15px;}
  .head-megamenu-right{width:76%;padding:0 15px;display:flex;flex-wrap:wrap;}
  .head-megamenu-part ul{width:100%;padding:0;}
  .head-megamenu-part ul li{display:block;padding:0;}
  .head-megamenu-desc{width:50%;padding:10px 0;}
  .head-megamenu-desc figure{margin:0;}
  .head-megamenu-desc figure img{width:100%;border-radius:8px;}
  .head-megamenu-desc:first-child{padding-right:27px;}
  .head-megamenu-desc:last-child{padding-left:27px;}
  .head-megamenu-desc h5{margin:9px 0;}
  .head-megamenu-desc h5 a{font-size:16px;line-height:40px;font-weight:400;color:#000;}
  .head-megamenu-part ul li a{line-height:26px;color:#000;font-weight:400;display:block;}
  .head-megamenu-part h4{margin:0 0 8px;font-size:25px;color:#FF9F98;line-height:40px;font-weight:600;letter-spacing:0;text-transform:uppercase;}
  .main-menu-list li:hover .head-megamenu-section{top:100%;overflow:inherit;visibility:visible;opacity:1;transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;}
  
  /*--------- Main Slider ---------*/
  .hero-slider-section{width:100%;position:relative;}
  .hero-slider{width:100%;}
  .hero-slider li{display:none;position:relative;}
  .hero-slider li:first-child{display:block;}
  .hero-slider figure{margin:0;}
  .hero-slider figure img{width:100%;max-height:925px;object-fit:cover;}
  .hero-slider-desc{width:56%;min-width: 187px;}
  .hero-slider-desc h2{font-size:65px;line-height:60px;color:#2A2A2A;text-transform:uppercase;letter-spacing:0;margin:0 0 10px;font-weight: 700;}
  .hero-slider-desc h4{font-size:56px;line-height:52px;color:#2A2A2A;font-weight:300;text-transform:uppercase;letter-spacing:-1px;margin:0;}
  .hero-slider-desc .btn{color:#000;padding:6px 15px;min-width:283px;margin:25px 0 0;}
  .hero-slider-desc .btn:hover{background:#000;color:#fff;}
  .hero-content-pos{position: absolute;width:100%;}
  .hero-content-pos.top-left {top:80px;left:0}
  .hero-content-pos.top-left .hero-slider-desc {text-align:left;}
  .hero-content-pos.top-center{top:80px;left:50%;transform:translateX(-50%);}
  .hero-content-pos.top-center .hero-slider-desc{margin:0 auto;text-align:center;}
  .hero-content-pos.top-right{top:80px;right:0;}
  .hero-content-pos.top-right .hero-slider-desc{margin:0 0 0 auto;text-align:end;}
  .hero-content-pos.middle-left{left:0;top:50%;transform:translateY(-50%);}
  .hero-content-pos.middle-left .hero-slider-desc{text-align:left;}
  .hero-content-pos.middle-center{left:50%;top:50%;transform:translate(-50%,-50%);}
  .hero-content-pos.middle-center .hero-slider-desc{margin:0 auto;}
  .hero-content-pos.middle-right{top:50%;right:0;transform:translateY(-50%);}
  .hero-content-pos.middle-right .hero-slider-desc{margin:0 0 0 auto;text-align:end;}
  .hero-content-pos.bottom-left{left:0;bottom:15px;}
  .hero-content-pos.bottom-left .hero-slider-desc{text-align:left;}
  .hero-content-pos.bottom-center{bottom:95px;left:50%;transform:translateX(-50%);}
  .hero-content-pos.bottom-center .hero-slider-desc{margin:0 auto;text-align: center;}
  .hero-content-pos.bottom-right{bottom:15px;right:0;}
  .hero-content-pos.bottom-right .hero-slider-desc{margin:0 0 0 auto;text-align:end;}
  
  
  
  
  
  
  
  .hero-slider .slick-next,.hero-slider .slick-prev{width:30px;height:30px;z-index:2;font-size:0;padding:0;background:none;border:none;position:absolute;left:80px;top:50%;transform:translateY(-50%) rotate(-45deg);-webkit-transform:translateY(-50%) rotate(-45deg);-o-transform:translateY(-50%) rotate(-45deg);-moz-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);}
  .hero-slider .slick-next{left:auto;right:80px;transform:translateY(-50%) rotate(130deg);-webkit-transform:translateY(-50%) rotate(130deg);-o-transform:translateY(-50%) rotate(130deg);-moz-transform:translateY(-50%) rotate(130deg);-ms-transform:translateY(-50%) rotate(130deg);}
  .hero-slider .slick-next:after,.hero-slider .slick-prev:after{content:'';width:20px;height:3px;background:#2A2A2A;position:absolute;top:0;left:0;}
  .hero-slider .slick-next:before,.hero-slider .slick-prev:before{content:'';height:20px;width:3px;background:#2A2A2A;position:absolute;top:0;left:0;}
  .hero-slider .slick-dots{display:none !important;}
  
  /*--------- Trending Product ---------*/
  .trending-product-section{width:100%;padding:30px 0;}
  .trending-product{width:100%;padding:40px 0 15px;}
  .trending-product-left{width:100%;margin-top: 150px;}
  .trending-product-left h4{text-align:left;}
  .trending-product-left h4 span{display:block;}
  .trending-product-left p{font-size:14px;line-height:21px;color:#2A2A2A;letter-spacing:0;margin:0;padding:17px 0;max-width:235px;}
  .trending-product-right{width:100%;margin-right:-10%;}
  .arrow-btn{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0;display:inline-block;color:#2A2A2A;margin:15px 0 0;}
  .arrow-btn svg{height:12px;width:12px;display:inline-block;position:relative;top:1px;margin-left:12px;}
  
  .trending-product-slider{width:100%;}
  .trending-product-slider li{display:inline-block;padding:0 0 0 16px;}
  .trending-product-slider .slick-list{padding:0 360px /*335px*/ 0 0 !important;}
  .trending-product .container,.videoGridSection .container,.box-product .container,.home-image-grid .container{/*max-width:1470px;padding-left:165px;*/max-width:1380px;padding-left:15px;padding-right:0;margin:0 auto;}
  .trending-product .product-wrap img{max-height:400px;width:auto;max-width:100%;margin:0 auto;}
  .trending-product .slick-next,.trending-product .slick-prev{width:30px;height:30px;z-index:2;font-size:0;padding:0;background:none;border:none;position:absolute;left:0;top:40%;transform:translateY(-50%) rotate(180deg);-webkit-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);}
  .trending-product .slick-next{left:auto;right:60px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);}
  .trending-product .slick-next:after,.trending-product .slick-prev:after{content:'';width:32px;height:32px;background:url('right-arrow_9_1.svg') no-repeat center center;position:absolute;top:0;left:0;background-size:contain;}
  .home-image-grid figure{position:relative;padding:0 0 70px;}
  .home-image-grid figure img{border-radius:7px;}
  .home-image-grid figure .home-image-grid-small-img{position:absolute;bottom:0;right:15px;max-height:250px;width:auto;border-radius:0;}
  
  /*--------- Product Grid ---------*/
  .product-wrap{width:100%;text-align:center;padding:0 0 15px;}
  .product-wrap .wc_product_review_badge .wc_review_badge_inner{padding:0 0 16px !important;}
  .product-wrap .wc_avg_bracket,.product-wrap .wc_product_review_avg_badge_count{display:none !important;}
  .wc_product_review_text{font-size:12px !important;line-height:18px !important;color:#2A2A2A !important;text-decoration:underline;}
  .product-wrap figure{margin:0 0 6px;padding-bottom:125%;position:relative;}
  .product-wrap figure img{width:100%;height:auto;position:absolute;top:0;left:0;height:100%;object-fit:contain;right:0;}
  .product-wrap-desc{width:100%;}
  .product-wrap-desc h4{margin:0 0 12px;line-height:normal;letter-spacing:0;}
  .product-wrap-desc h4 a{display:block;font-size:16px;line-height:20px;font-weight:200;color:#2A2A2A;text-transform:uppercase;}
  .product-wrap-desc h4 a span{display:block;font-weight:600;}
  .product-cart-btn{padding:9px 6px;border:1px solid #333333;background-color:#FCFCFC;font-size:14px;line-height:21px;font-weight:600;text-align:center;color:#000;text-transform:uppercase;letter-spacing:0;margin:23px 0 0;border-radius:8px;}
  .product-cart-btn span{display:inline-block;padding:0 20px;}
  .prod-cart-price-btn{position:relative;}
  .prod-cart-price-btn:after{content:'';width:1px;height:20px;position:absolute;top:0;left:0;background:#000;}
  
  /*--------- Home Banner Text ---------*/
  .home-banner-text-section{width:100%;}
  .home-banner-text{width:100%;position:relative;}
  .home-banner-text figure{margin:0;}
  .home-banner-text img{border-radius:8px;}
  .home-banner-text-desc{width:33.33%;position:absolute;}
  .home-banner-text-desc h2{padding:0 0 4px;color:#fff;}
  .home-banner-text-desc h2 span{display:block;}
  .home-banner-text-desc p{font-size:16px;line-height:40px;letter-spacing:0;color:#fff;margin:0 0 4px;text-transform:uppercase;}
  
  .home-banner-text.top-left .home-banner-text-desc{top:15px;left:0;padding-left:10%;}
  .home-banner-text.top-left .home-banner-text-desc h2{text-align:left;}
  .home-banner-text.top-center .home-banner-text-desc{top:15px;left:50%;transform:translateX(-50%);text-align:center;}
  .home-banner-text.top-right .home-banner-text-desc{top:15px;right:50px;text-align:end;}
  .home-banner-text.top-right .home-banner-text-desc h2{text-align:end;}
  .home-banner-text.middle-left .home-banner-text-desc{top:50%;left:0;padding-left:10%;transform:translateY(-50%);}
  .home-banner-text.middle-left .home-banner-text-desc h2{text-align:left;}
  .home-banner-text.middle-center .home-banner-text-desc{top:50%;left:50%;text-align:center;transform:translate(-50%,-50%);}
  .home-banner-text.middle-right .home-banner-text-desc{top:50%;right:50px;padding-left:10%;transform:translateY(-50%);text-align:end;}
  .home-banner-text.middle-right .home-banner-text-desc h2{text-align:end;}
  .home-banner-text.bottom-left .home-banner-text-desc{bottom:15px;left:0;padding-left:10%;}
  .home-banner-text.bottom-left .home-banner-text-desc h2{text-align:left;}
  .home-banner-text.bottom-center .home-banner-text-desc{bottom:15px;left:50%;transform:translateX(-50%);text-align:center;}
  .home-banner-text.bottom-right .home-banner-text-desc{bottom:15px;right:50px;text-align:end;}
  .home-banner-text.bottom-right .home-banner-text-desc h2{text-align:end;}
  
  
  
  
  
  
  
  
  /*--------- Home Image Text Grid ---------*/
  .home-image-text-grid-section{width:100%;text-align:center;padding:80px 0;}
  .home-image-text-grid-desc{width:100%;}
  .home-image-text-grid-desc p{font-size:14px;line-height:21px;letter-spacing:0;max-width:600px;margin:0 auto;color:#000;padding:15px 0;}
  .home-image-text-grid{width:100%;padding:40px 0 0;}
  .home-image-text-grid-slider{width:100%;}
  .home-image-text-grid-slider li{display:inline-block;}
  .home-image-text-grid-wrap{width:100%;padding:15px 0;}
  .home-image-text-grid-part{width:100%;}
  .home-image-text-grid-wrap figure{margin:0 0 35px;}
  .home-image-text-grid-wrap figure img{margin:0 auto;}
  .home-image-text-grid-part h4{margin:0 0 3px;font-size:20px;line-height:30px;color:#000000;letter-spacing:0;font-weight:600;text-transform:uppercase;}
  .home-image-text-grid-part a{font-size:14px;line-height:21px;color:#000000;letter-spacing:0;display:inline-block;text-transform:uppercase;max-width:150px;margin:0 auto;}
  .home-image-text-grid-btn{width:100%;padding:30px 0 0;border-radius:8px;}
  .home-image-text-grid-btn .btn{margin:0 14px 5px;border-radius:8px;}
  
  /*--------- Home Image Grid ---------*/
  .home-image-grid-section{width:100%;background:#FEF9F5;padding:65px 0;}
  .home-image-grid-main-desc{width:100%;}
  .home-image-grid{width:100%;}
  /*.home-image-grid .container{max-width:1470px;padding-left:165px;padding-right:0;}*/
  .home-image-grid-slider{margin:0 0 0 -32px;}
  .home-image-grid-slider li{padding:0 0 0 32px;}
  .home-image-grid-slider .slick-list{padding:0 378px 0 0/*560px*/ !important;}
  .home-image-grid-slider li{display:inline-block;}
  .home-image-grid{width:100%;position:relative;margin:20px 0;}
  .home-image-grid figure{margin:0;}
  .home-image-grid figure img{width:100%;}
  .home-image-grid-desc{width:100%;bottom:0;left:0;padding:24px;margin-top: -4rem;}
  .home-image-grid-desc h4{font-size:20px;line-height:30px;font-weight:600;letter-spacing:0;text-transform:uppercase;margin:0 0 3px;color:#000;}
  .home-image-grid-desc p{font-size:14px;line-height:21px;color:#000;font-weight:500;letter-spacing:0;text-transform:uppercase;margin:0 0 20px;}
  .home-image-grid-slider .slick-next{right:60px;}
  
  /*--------- Footer Newsletter ---------*/
  .footer-newletter-section{width:100%;background:#FF9F98;padding:37px 0 5px;}
  p.terms__conditions {
    width: 100%;
    margin-top: 20px!important;
    font-size: 11px!important;
    text-align: left!important;
}
  .footer-newletter{width:100%;}
  .footer-newletter-desc{width:100%;}
  .footer-newletter-desc h2{color:#000;text-align:left;}
  .footer-newletter-desc p{font-size:14px;line-height:21px;letter-spacing:0;color:#000;padding:14px 0 0;margin:0;}
  .footer-newletter-form{width:100%;}
  .footer-newletter-form .newsletter-form__field-wrapper{max-width:100%;}
  .footer-newletter-form .newsletter-form{max-width:100%;flex-wrap:wrap;}
  .footer-newletter-form .col{padding:0 6px;}
  .footer-newletter-form input,.footer-newletter-form select{font-family:var(--font-body-family);padding:0 16px !important;border:solid 1px #FF9F98 !important;box-shadow:none !important;background:rgb(249, 249, 249, 0.56);width:100%;height:49px;font-size:16px;line-height:25px;color:#000;letter-spacing:0;margin:0 0 12px;border-radius:8px;}
  .footer-newletter-form select{ -webkit-appearance: none; }
  .footer-newletter-form ::-webkit-input-placeholde{font-family:var(--font-body-family);opacity:1 !important;font-size:16px;line-height:25px;color:#000;letter-spacing:0;}
  .footer-newletter-form :-ms-input-placeholder{font-family:var(--font-body-family);opacity:1 !important;font-size:16px;line-height:25px;color:#000;letter-spacing:0;}
  .footer-newletter-form ::placeholder{font-family:var(--font-body-family);opacity:1 !important;font-size:16px;line-height:25px;color:#000;letter-spacing:0;}
  .professional-checkbox{width:100%;padding:6px 0 22px;}
  .professional-checkbox input{display:none;}
  .professional-checkbox label,.customer .field .professional-checkbox input:not(:placeholder-shown)~label{font-size:16px;line-height:25px;color:#000;position:relative;padding-left:34px;margin:0;cursor:pointer;}
  .professional-checkbox label:after{content:'';width:17px;height:17px;border:solid 1px #000;position:absolute;top:4px;left:0;border-radius:3px;}
  .professional-checkbox label:before{content:'';background:url('chcek.svg') no-repeat;width:11px;height:11px;position:absolute;top:6px;left:3px;background-size:contain;display:none;}
  .professional-checkbox input:checked+label:before{display:block;}
  .footer-newletter-form .btn.black-btn{width:100%;border-radius:8px;}
  .footer-newletter-form .btn.black-btn:hover{background:rgb(249,249,249,.56);}
  
  /*--------- Home Testimonial ---------*/
  .home-testimonial-section{width:100%;background:#FEF9F5;padding:120px 0;}
  .home-testimonial-slider{width:100%;}
  .home-testimonial-slider li{display:block;}
  .home-testimonial{width:100%;max-width:600px;margin:0 auto;text-align:center;}
  .home-testimonial h4{font-size:26px;line-height:39px;color:#000;letter-spacing:0;margin:0 0 22px;font-weight:400;}
  .home-testimonial h6{font-size:14px;line-height:21px;color:#000;letter-spacing:0;margin:0;font-weight:400;}
  .home-testimonial-slider .slick-next:before, .home-testimonial-slider .slick-prev:before{bottom:0;content:'';width:210px;height:1px;background:#ff9f98;position:absolute;display:block !important;left:0;}
  .home-testimonial-slider .slick-next:after, .home-testimonial-slider .slick-prev:after{content:'>';width:10px;height:15px;background:none;font-size:18px;color:#ff9f98;top:19px;left:202px;}
  .home-testimonial-slider .slick-prev{transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);}
  .home-testimonial-slider .slick-prev:after{left:-4px;transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);top:25px;}
  
  .home-testimonial-slider .slick-next, .home-testimonial-slider .slick-prev{top:30%;height:30px;width:210px;font-size:14px;line-height:21px;color:#000;text-transform:uppercase;padding:0 25px;text-align:left;}
  .home-testimonial-slider .slick-next{text-align:right;}
  
  /*--------- Home Icon Text ---------*/
  .home-icon-text-section{width:100%;text-align:center;padding:76px 0 69px;}
  .home-icon-text-section .title{font-size:42px;line-height:43px;}
  .home-icon-text{width:100%;padding:48px 0 0;}
  .home-icon-text-wrap{width:100%;padding:15px 0 0;}
  .home-icon-text-wrap h4{font-size:16px;line-height:20px;letter-spacing:0;color:#000;text-transform:uppercase;font-weight:400;}
  .home-icon-text-wrap figure{margin:0 0 44px;}
  .home-icon-text-wrap figure img{max-width:120px;margin:0 auto;}
  
  /*--------- Home Icon Text ---------*/
  .home-blog-section{width:100%;background:#FEF9F5;padding:60px 0 0;}
  .home-blog{width:100%;}
  .home-full-blog{width:100%;padding:30px 0 0;}
  .home-full-blog:hover figure img{transform:scale(1.02);}
  .home-full-blog figure{margin:0;overflow:hidden;border-radius:9px;}
  .home-full-blog figure img{border-radius:9px;width:100%;transition:0.5s all ease-in-out;-webkit-transition:0.5s all ease-in-out;-o-transition:0.5s all ease-in-out;-moz-transition:0.5s all ease-in-out;-ms-transition:0.5s all ease-in-out;}
  .home-full-blog-desc{border-radius:9px;background-color:#FFF;box-shadow:0 -9px 13px 0 rgba(0,0,0,0.05);padding:31px 30px 27px;max-width:841px;margin:-55px auto 0;width:90%;text-align:center;position:relative;}
  .home-full-blog-desc h2{max-width:525px;margin:0 auto 20px;font-size:31px;line-height:30px;font-weight:200;color:#FF9F98;text-transform:uppercase;}
  .home-full-blog-desc h2 a{color:inherit;}
  .home-full-blog-desc h2 span{font-weight:600;display:block;}
  .home-full-blog-desc h2 span:first-child{font-size:40px;}
  .home-full-blog-desc p{font-size:14px;line-height:21px;letter-spacing:0;color:#000;max-width:640px;margin:0 auto;}
  .home-blog-part{width:100%;padding:85px 0 62px;}
  .home-blog-slider{margin:0 -20px;}
  .home-blog-slider li{display:inline-block;padding:0 20px;}
  .home-blog-wrap{width:100%;}
  .home-blog-wrap figure{margin:0 0 18px;}
  .home-blog-wrap figure img{border-radius:8px;width:100%;}
  .home-blog-desc{width:100%;}
  .home-blog-desc h5{margin:0 0 6px;font-size:14px;line-height:21px;color:#FF9F98;letter-spacing:0;text-transform:uppercase;}
  .home-blog-desc h3{line-height:normal;margin:0;max-width:350px;}
  .home-blog-desc h3 a{font-size:20px;line-height:20px;color:#000;letter-spacing:0;font-weight:400;text-transform:uppercase;}
  .home-blog-desc .arrow-btn{margin:12px 0 0;font-weight:400;}
  .home-full-blog:hover .arrow-btn{color:#FF9F98;opacity:0.5;}
  .home-full-blog:hover .arrow-btn svg path{fill:#FF9F98;}
  
  
  /*--------- Collection Bottom Banner ---------*/
.collection-bottom-banner-section{width:100%;padding:26px 0;}
.collection-bottom-banner{width:100%;position:relative;}
.collection-bottom-banner figure{margin:0;}
.collection-bottom-banner figure img{border-radius:8px;}
.collection-bottom-banner-desc{width:100%;position:absolute;top:50%;left:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);padding:0 93px;}
.collection-bottom-banner-wrap{max-width:285px;margin:0;width:100%;}
.collection-bottom-banner-desc h2{font-size:65px;line-height:53px;color:#000;letter-spacing:0;text-transform:uppercase;font-weight:200;margin:0 0 11px;}
.collection-bottom-banner-desc h2 span{font-weight:600;}
.collection-bottom-banner-desc p{font-size:16px;line-height:25px;color:#000;letter-spacing:0;margin:0 0 11px;}
.collection-bottom-banner-desc .btn{width:100%;border-radius:8px;}
  
    /*--------- Home Video ---------*/
  .wrap-video-grid-with-text { padding: 84px 0 120.5px; }
  .videoGridSection .wrap-videogridAndText { display: flex; flex-wrap: wrap;align-items: center; }
  .videoGridSection .wrap-left-text { width:23%;padding-right:15px;}
  .videoGridSection .span-title { font-size: 44px; line-height: 32px; font-weight: 600; color: #FF9F98; text-align: left; text-transform: uppercase; margin: 0; padding-bottom: 34px; }
  .videoGridSection .left-text--inner h2 span { font-size: 25px; font-weight: 200;display:block;}
  .videoGridSection .wrap-left-text .small-desc { letter-spacing: 0; line-height: 21px; padding-bottom: 38px; color: #000000; }  
  .videoGridSection .wrap-right-video-grid { width:77%; }    
  .videoGridSection .left-text--inner { max-width: 312px;}  
  .videoGridSection .video-grid-slider { display: flex; align-items: center; }
  .videoGridSection .videobox-grid {padding:0 30px;width:290px;}
  .videoGridSection .video-grid-slider button.slick-prev { display: none !important; }
  .videoGridSection .video-grid-slider button.slick-next { right: 40px; }


  .videoGridSection .box-video{ position: relative; width: 100%; margin:0 auto; cursor: pointer; overflow: hidden;height:100%;}
  .videoGridSection .box-video .bg-video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 2; border-radius: 8px; box-shadow: none;}
  .videoGridSection .bg-video::after{ content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }
  .videoGridSection .box-video .bt-play { position: absolute; top:50%; left:50%; margin:-30px 0 0 -30px; display: inline-block; width: 60px; height: 60px; background: rgba(255,255,255,0.1); -webkit-backdrop-filter: blur(10px); border-radius: 50%; text-indent: -999em; cursor: pointer; z-index:2; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
  .videoGridSection .box-video .bt-play:after { content: ''; position: absolute; left: 50%; top: 50%; height: 0; width: 0; margin: -12px 0 0 -6px; border: solid transparent; border-left-color: #000; border-width: 12px 20px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }
  .videoGridSection .box-video:hover .bt-play { transform: scale(1.1); }
  .videoGridSection .box-video.open .bg-video{ visibility: hidden; opacity: 0; -webkit-transition: all .6s .8s; transition: all .6s .8s; }
  .videoGridSection .box-video.open .video-container{ opacity: 1; -webkit-transition: all .6s .8s; transition: all .6s .8s; }
  .videoGridSection .iframe-container { position: unset; width: 100%; height: 0; margin: 0; z-index: 1; padding-bottom: 163.4%; }
  .videoGridSection .iframe-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px 8px 0 0; } 
  .videoGridSection .video_inner_text {background-color: #fef9f5; padding: 9px 13px;  border-radius: 0 0 8px 8px; } 
  .videoGridSection .video_inner_text p {color: #000000; letter-spacing: 0; line-height: 16px; margin-bottom: 0; }
  .video-grid-slider .slick-list{padding:0 350px 0 0 !important;}
  .video-grid-slider-small.video-grid-slider .slick-list{padding:0 350px 0 0 !important;}
  
  
  .product-media-modal[open]{z-index:9999 !important;}
  
 

  /*---------- Image With Rounded Image Section -------------*/
  .subTitleTxt{color:#000000;font-size:22px;letter-spacing:0;line-height:33px;margin-bottom:36px;}
  .topSubTitleTxt { text-transform: uppercase; color: #000000; font-weight: 600; letter-spacing: 0; line-height: 21px; }
  .wrap-textWith-roundedImage .section-topbg-color { display: block; height: 304px; background-color: #FF5A5A; }
    
  .wrap-textWith-roundedImage .container { max-width: 1163px;}
  .wrap-textWith-roundedImage .row { margin-left: -8.5px; margin-right: -8.5px; }  
  .wrap-textWith-roundedImage .wrap-roundedImage, .wrap-textWith {padding-left: 8.5px; padding-right: 8.5px; }  
  .wrap-textWith-roundedImage .inner-roundedImage { width: 100%; position: relative; margin-top: -235px; }
  
  .wrap-textWith-roundedImage .inner-roundedImage::before { content: ''; display: inline-block; position: relative; padding-bottom: 100%; width: 100%; height: 100%; vertical-align: middle; object-fit: cover; }
  .wrap-textWith-roundedImage .inner-roundedImage img { position: absolute; right: 0; left: 0; top: 0; bottom: 0; height: 100%; width: 100%; object-fit: cover; object-position: center; border-radius: 50%; }
  
  .wrap-textWith-roundedImage .wrap-textWith { margin-top: 110px;}
  
  @media(max-width:767px){
  .wrap-textWith-roundedImage .wrap-textWith { margin-top: 60px;}  
  }
  
  
  .wrap-textWith-roundedImage .subTitle-txt { color: #000000; font-size: 22px; letter-spacing: 0; line-height: 33px; max-width: 642px; margin-bottom:35px;} 
  .wrap-textWith-roundedImage .roundedImageDesc p { font-size: 16px; letter-spacing: 0; line-height: 25px; color: #000000; }
  
  .wrap-textWith-roundedImage .inner-textWith h2 { margin-bottom: 31px; text-align: left; padding-bottom: 0; }  
  .verticalText { position: absolute; writing-mode: vertical-rl; transform: translateX(0%) rotate(180deg); padding-left: 0.3rem; border-left: 2px solid #FF9F98; right: 4rem; bottom: 0; text-transform: uppercase; font-weight: 600; height: 100%; z-index: -1;}
  .wrap-right-video-grid-mobile-btn{display:none;}
  
  
  /*--- Product Heightlight Page CSS -----*/
  .product-heilight-page { background-color: #F4EDE8; padding: 53px 0 60px; }
  .ingredients-items { margin-bottom: 45px; }
  .product-heilight-page .ingredients-benefits-img { padding-bottom: 70%; margin-bottom: 40px; }
  .product-heilight-page .ingredients-benefits-txt h6 { color: #ff5a5a; font-size: 18px; font-weight: 600; text-transform: uppercase; text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff; }
  .ingredients-benefits-txt p { margin-bottom: 0; font-size: 12px; font-weight: normal; line-height: 16px; letter-spacing: 0; }
  .home-blog-desc.mobile-blog-desc-wc{display:none;}
  .home-blog-part-btn-wc{display:none;}
  
   
  /*--- About-us-brand-story Page CSS -----*/  
  .wrap-sideBySide-text { padding-top: 58px; padding-bottom: 38px; }  
  .wrap-leftSide-txt .subTitleTxt { max-width: 427px; }  
  .wrap-sideBySide-text .title { padding-bottom: 35px; }
  .wrap-sideBySide-text .topSubTitle{text-transform:uppercase;color:#000000;font-weight:600;letter-spacing:0;line-height:21px;}
  
  /*--- Professional -----*/
  .professional-page-section{width:100%;background:#F9F9F6;margin:127px 0 50px;position:relative;}
  .professional-page{width:100%;}
  .professional-page h2{font-size:61px;line-height:52px;font-weight:200;color:#E73446;letter-spacing:0;position:relative;top:-75px;margin:0;text-transform:uppercase;}
  .professional-page h2 span{font-weight:600;display:block;}
  .professional-page-section figure{margin:0;}
  .professional-icon-bg-top{position:absolute;top:0;right:0;max-width:200px;}
  .professional-icon-bg-bottom{position:absolute;bottom:-30px;right:30px;}
  .professional-page-left{width:100%;}
  .professional-page-left h4{font-size:14px;line-height:21px;text-transform:uppercase;margin:0 0 15px;font-weight:600;}
  .professional-page-left-01{width:100%;padding:15px 0;}
  .professional-page-left-01 p{font-size:20px;line-height:30px;color:#000;letter-spacing:0;margin:0 0 5px;max-width:500px;}
  .professional-page-left-02{width:100%;padding:15px 0;}
  .professional-page-left-02 p{font-size:16px;line-height:25px;color:#000;margin:0 0 5px;max-width:475px;}
  .professional-page-right{width:100%;max-width:425px;border:1px solid #FF9F98;border-radius:8px;background-color:#FFFFFF;padding:38px 36px;margin:0 0 0 auto;}
  .professional-page-right p{font-size:16px;line-height:25px;letter-spacing:0;color:#000;margin:0 0 15px;}
  .professional-page-left-logo{width:100%;display:flex;padding:10px 0 30px;}
  .professional-page-left-logo li{display:block;}
  .professional-page-left-logo li img{max-width:105px;opacity:0.6;}
  
  /*--- Professional Page Design 02 -----*/
  .professional-page-02-section{width:100%;position:relative;background:#F9F9F6;padding:92px 0 110px;}
  .professional-page-02-section figure,.professional-page-02-img-text-section figure,.professional-page-02-icon-text-section figure{margin:0;}
  .professional-page-02{width:100%;}
  .professional-page-02 h2{color:#ff9f98;line-height:52px;padding:0 0 46px;text-align:left;}
  .professional-page-02 h2 span{display:block;}
  .professional-page-02 p{font-size:22px;line-height:33px;color:#2A2A2A;margin:0;font-weight:400;max-width:730px;margin:0 0 12px;}
  .professional-page-02 p strong{font-weight:600;}
  .professional-page-02-img-text-section{width:100%;}
  .professional-page-02-img-text{width:100%;padding:70px 0;}
  .professional-page-02-img-text-wrap{width:100%;}
  .professional-page-02-img-text-part{width:100%;}
  .professional-page-02-img-text-wrap h2{width:100%;display:flex;flex-wrap:wrap;margin:0;padding:25px 0 45px;}
  .professional-page-02-img-text-wrap h2 img{max-height:230px;display:inline-block;max-width:158px;}
  .professional-page-02-img-text-wrap h2 span{display:inline-block;font-size:57px;color:#0067B3;font-weight:600;line-height:60px;width:calc(100% - 158px);padding-left:11px;}
  .professional-page-02-img-text-wrap p{font-size:16px;color:#2A2A2A;margin:0 0 25px;line-height:22px;}
  .professional-page-02-img-text-wrap p em{color:#fedc00;font-size:30px;display:inline-block;vertical-align:middle;line-height:20px;}
  .professional-page-02-img-text-wrap p:last-child{margin:0;}
  .professional-page-02-icon-text-section{width:100%;text-align:center;padding:50px 0;}
  .professional-page-02-icon-text-section .container{max-width:925px;}
  .professional-page-02-icon-text{width:100%;}
  .professional-page-02-icon-text p{font-size:22px;line-height:33px;}
  .professional-page-02-icon-text ul{width:100%;display:flex;justify-content:center;align-items:center;padding:35px 0 0;}
  .professional-page-02-icon-text ul li{width:12.5%;display:inline-block;padding:7px;}
  .professional-page-02-icon-text ul li img{opacity:0.8;}
  
  
  
  
  /*--- Professional Form -----*/
  .professional-form-section{width:100%;padding:152px 0 138px;}
  .professional-form{width:100%;text-align:center;}
  .professional-form-section .container{max-width:925px;}
  .professional-form p{font-size:14px;line-height:21px;color:#000;margin:0 auto;padding:25px 0;max-width:660px;}
  .professional-form .title{color:#2A2A2A;}
  .professional-form .title span{display:block;}
  .professional-form-part{width:100%;}
  .professional-form-part form{max-width:463px;width:100%;margin:0 auto;padding:10px 0;}
  .professional-form-part .row{margin:0 -7px;}
  .professional-form-part .col{padding:0 7px;line-height:0;}
  .professional-form-part form .btn{margin-top:10px;border-radius:8px;}
  .professional-form-part label{display:block;width:100%;text-align:left;margin:0 0 14px;font-size:16px;line-height:25px;color:#000;letter-spacing:0;}
  .professional-form-part input,.professional-form-part textarea{width:100%;border:1px solid #FFA39C;background:#FAEFEF;height:41px;padding:0 15px;margin:0 0 34px;}
  
  /*--- Professional Text Image -----*/
  .professional-text-image-section{width:100%;padding:0 0 50px;margin-top: 50px;}
  .professional-text-image-section .container{max-width:1130px;}
  .professional-text-image{width:100%;border:2px solid #FF9F98;border-radius:0 8px 8px 0;background-color:#F9F9F6;display:flex;flex-wrap:wrap;align-items:center;margin-left:65px;}
  .professional-text-image-btn{width:100%;border-radius:8px;}
  .professional-text-image figure{margin:-4px 0 0 -130px;width:260px;position:relative;bottom:-2px;}
  .professional-text-image figure img{width:264px;height:264px;border-radius:50%;}
  .professional-text-image-desc{width:calc(100% - 260px);padding:30px 50px;}
  .professional-text-image-desc h2{color:#2A2A2A;text-align:left;margin:0 0 6px;}
  .professional-text-image-desc h2 span{display:block;}
  .professional-text-image-desc p{font-size:14px;line-height:21px;margin:0 0 19px;letter-spacing:0;color:#000;}
  .professional-text-image-desc .border-btn{margin-left:26px;border-radius:8px;}
  
  /*--- Professional Tabs -----*/
  .professional-tabs-section{width:100%;padding:45px 0;}
  .professional-tabs-section figure{margin:0;line-height:0;}
  .professional-tabs-title h2{text-align:left;color:#ff9f98;}
  .professional-tabs-title{width:100%;padding:0 0 40px;}
  .professional-tabs{width:100%;}
  .professional-tabs-nav{margin:0 -32px 50px;}
  .professional-tabs-nav li{padding:0 32px;}
  .professional-tabs-for{width:100%;}
  .professional-tabs-for li.slick-slide{padding-bottom:75px;}
  .professional-first-design-section{width:100%;border-radius:8px;padding:30px 25px 0 70px;}
  .professional-first-design{width:100%;display:flex;flex-wrap:wrap;align-items:flex-end;padding-bottom:30px;}
  .professional-tabs-section figure.professional-first-design-left{width:120px;}
  .professional-tabs-section figure.professional-first-design-left img{position:relative;margin-bottom:-105px;}
  .professional-second-design-first-box-section figure{width:40%;position:relative;padding-left:30px;margin:0;}
  .professional-first-design-center{width:calc(100% - 335px);padding:0 30px 0 70px;}
  .professional-first-design-center-full.professional-first-design-center{width:calc(100% - 120px);}
  .professional-first-design-right{width:215px;}
  .professional-first-design-center h3{text-align:left;font-size:28px;line-height:52px;}
  .professional-first-design-center p{font-size:16px;line-height:25px;color:#000;margin:0 0 24px;max-width:100%/*370px*/;}
  .professional-first-design-icon{width:100%;display:flex;flex-wrap:wrap;}
  .professional-first-design-icon li{width:20%;display:block;}
  .professional-first-design-icon li figure{margin:0 0 18px;}
  .professional-first-design-icon li h4{font-size:16px;line-height:25px;color:#000000;font-weight:400;padding:0 8px;letter-spacing:0;margin:0;}
  
  .professional-second-design-section{width:100%;}
  .professional-second-design-first-box-section{width:100%;display:flex;flex-wrap:wrap;padding:39px 0 50px;border-radius:0;}
  .professional-second-design-first-box figure{width:30%;}
  .professional-second-design-first-box{width:60%;padding:0 30px 0 0;}
  .professional-second-design-first-box h3{text-align:left;font-size:28px;line-height:52px;}
  .professional-second-design-first-box p{font-size:16px;line-height:25px;color:#000;letter-spacing:0;}
  
  .professional-second-design-second-box-section{width:100%;padding:42px 0 75px;border-radius:0 0 8px 8px;border-top:none !important;}
  .professional-second-design-second-box{width:100%;}
  .professional-second-design-second-box-tabs{width:100%;display:flex;flex-wrap:wrap;max-width:800px;margin:0 auto;justify-content:center;padding:0 0 50px;}
  .professional-second-design-second-box-tabs-part{width:33.3333%;position:relative;}
  .professional-second-design-second-box-tabs-part:after{content:'';border:solid 36px transparent;position:absolute;border-bottom-color:#faeef3;left:14px;bottom:-57px;display:none;}
  .professional-second-design-second-box-tabs-part:before{content:'';border:solid 46px transparent;position:absolute;border-bottom-color:#edbace;left:4px;bottom:-57px;display:none;}
  .professional-second-design-second-box-tabs-part.active:after,.professional-second-design-second-box-tabs-part.active:before{display:block;}
  .professional-second-design-second-box-tabs-part img{max-width:140px;margin:0 auto;}
  .professional-second-design-second-box-tabs-desc{width:100%;padding:50px 60px;border-radius:8px;}
  .professional-tabs-desc-list{width:100%;display:none;}
  .professional-tabs-desc-part{width:100%;display:flex;}
  .professional-tabs-desc-part-left{width:125px;}
  .professional-tabs-desc-part-right{width:calc(100% - 125px);padding-left:40px;}
  .professional-tabs-desc-part-right h3{font-size:28px;line-height:42px;color:#2A2A2A;padding:0 0 8px;text-align:left;}
  .professional-tabs-desc-part-right h4{font-size:16px;line-height:25px;color:#2A2A2A;font-weight:600;margin:0;}
  
  .professional-tabs-desc-icon{width:100%;display:flex;flex-wrap:wrap;padding:23px 0;}
  .professional-tabs-desc-icon li{display:block;width:20%;}
  .professional-tabs-desc-icon li figure{margin:0 0 13px;}
  .professional-tabs-desc-icon li img{max-width:90px;}
  .professional-tabs-desc-icon li h5{margin:0;font-size:16px;line-height:25px;color:#000;font-weight:400;max-width:115px;}
  .professional-tabs-desc-img{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:0 0 35px;}
  .professional-tabs-desc-detail-img{width:calc(100% - 250px);padding:0 0 0 60px;}
  .professional-tabs-desc-img figure{width:250px;padding-top:30px;}
  .professional-tabs-desc-img figure img{max-width:200px;width:100%;}
  .professional-tabs-desc-detail-img p{font-size:16px;line-height:25px;color:#2A2A2A;display:list-item;margin:0;}
  .professional-tabs-desc-full-img{width:100%;padding:10px 0 0;display:flex;flex-wrap:wrap;}
  .professional-tabs-desc-full-img figure:first-child{width:67%;padding-right:25px;}
  .professional-tabs-desc-full-img figure:last-child{width:33%;padding-left:25px;border-left:solid 3px #f00;}
  .professional-tabs-desc-list.active{display:block;}
  .professional-tabs-bottom-part{width:100%;background:#fff;border-radius:30px;padding:40px 35px 50px;}
  
  
  .elevan-step-in-salon-section{width:100%;background:#fddd00;padding:59px 0 96px;}
  
  .elevan-step-in-salon{width:100%;}
  .elevan-step-in-salon .title{color:#2A2A2A;line-height:52px;}
  .elevan-step-in-salon .title span{display:block;}
  .elevan-step-in-salon figure{margin:75px 0 0;position:relative;}
  
  .elevan-step-wc-link{position:absolute;width:12%;height:9%;display:inline-block !important;top:8%;left:8%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-1{width:10%;height:8%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-2{top:7%;left:49%;width:12%;height:8%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-3{top:19%;left:77%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-4{top:26%;left:38%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-5{top:42%;left:5%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-6{top:46.5%;left:39%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-7{top:57%;left:77%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-8{top:66%;left:62%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-9{top:66%;left:13%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-10{top:83%;left:16%;width:17%;height:8%;}
  .elevan-step-wc-link.elevan-step-wc-link-list-11{top:85%;left:56%;width:16%;height:8%;}
  
  .elevan-step-in-salon-desc{position:absolute;bottom:82%;left:20%;max-width:36%;width:100%;background:#fff;border:1px solid #FF9F98;padding:46px 36px;border-radius:8px;display:none;z-index:99;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-1:before,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2:before{border-right-color:#FF9F98;border-top-color:transparent;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);left:-41px}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-1:after,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2:after{border-right-color:#fff;border-top-color:transparent;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);left:-40px;}
  .elevan-step-in-salon-desc:after{content:'';height:40px;width:40px;position:absolute;bottom:-39px;border:solid 20px transparent;border-top-color:#fff;}
  .elevan-step-in-salon-desc:before{content:'';height:42px;width:42px;position:absolute;bottom:-42px;border:solid 20px transparent;border-top-color:#FF9F98;margin-left:-1px;}
  .elevan-step-in-salon-desc h4{font-size:16px;font-weight:600;text-transform:uppercase;line-height:25px;margin:0 0 3px;color:#FF9F98;}
  .elevan-step-in-salon-desc p{font-size:16px;line-height:25px;color:#000;margin:0 0 30px;}
  .elevan-step-in-salon-desc-close{width:40px;height:40px;text-align:center;position:absolute;top:7px;right:7px;display:inline-block !important;}
  .elevan-step-in-salon-desc-close:after{content:'';width:2px;height:20px;background:#FF9F98;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg);}
  .elevan-step-in-salon-desc-close:before{content:'';width:20px;height:2px;background:#FF9F98;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg);}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2{bottom:82%;left:62%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-3{bottom:83.5%;left:52%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-4{bottom:76.5%;left:37%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-5{bottom:60.5%;left:5%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-6{bottom:56%;left:38%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-7{bottom:45.5%;left:51%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-8{bottom:36.5%;left:36%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-9{bottom:36.5%;left:12%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-10{bottom:19.5%;left:16%;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-11{bottom:17.5%;left:34%;}
  .elevan-step-in-salon-desc.active{display:block;}
  
  
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-3:before,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-7:before,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-8:before,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-11:before{right:30px;margin-right:-1px;}
  .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-3:after,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-7:after,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-8:after,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-11:after{right:30px;}
  
  .elevan-step-in-salon-arrows{width:100%;position:relative;}
  
  .elevan-step-right-arrow:before, .elevan-step-left-arrow:before{bottom:0;content:'';width:120px;height:1px;background:#ff9f98;position:absolute;display:block !important;left:4px;}
  .elevan-step-right-arrow:before{left:-4px;}
  .elevan-step-right-arrow:after, .elevan-step-left-arrow:after{content:'>';width:10px;height:15px;background:none;font-size:18px;color:#ff9f98;top:15px;left:110px;position:absolute;}
  .elevan-step-left-arrow{transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);}
  .elevan-step-left-arrow:after{left:0;transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);top:17px;}
  
  .elevan-step-left-arrow,.elevan-step-right-arrow{position:absolute;display:inline-block !important;height:24px;width:120px;font-size:12px;line-height:18px;color:#000;text-transform:uppercase;padding:0 25px;text-align:left;left:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);}
  .elevan-step-right-arrow{text-align:right;left:auto;right:0;}
  .mobile-home-image-grid-btn{display:none;}
  
  /*---------- Build Your Own -------------*/
  .box-product-section{width:100%;padding:10px 0 45px;}
  .box-product{width:100%;padding:10px 0 70px;}
  .box-product-left{padding-left:80px;width:100%;transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);}
  .box-product-left h3{font-size:56px;line-height:27px;font-weight:600;}
  .box-product-right{width:100%;margin-right:-10%;}
  .arrow-btn{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0;display:inline-block;color:#2A2A2A;margin:0px;}
  .arrow-btn svg{height:12px;width:12px;display:inline-block;position:relative;top:1px;margin-left:12px;}

  .box-product-slider{width:100%;}
  .box-product-slider li{display:inline-block;padding:0 0 0 16px;}
  .box-product-slider .slick-list{padding:0 180px 0 0 !important;}
  /*.box-product .container,.videoGridSection .container{max-width:1470px;padding-left:165px;padding-right:0;}*/
  .box-product .product-wrap img{max-height:400px;width:auto;max-width:100%;margin:0 auto;}
  .box-product .slick-next,.box-product .slick-prev{width:30px;height:30px;z-index:2;font-size:0;padding:0;background:none;border:none;position:absolute;left:0;top:50%;transform:translateY(-50%) rotate(180deg);-webkit-transform:translateY(-50%) rotate(180deg);-o-transform:translateY(-50%) rotate(180deg);-moz-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);}
  .box-product .slick-next{left:auto;right:60px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);}
  .box-product .slick-next:after,.box-product .slick-prev:after{content:'';width:32px;height:32px;background:url('right-arrow_9_1.svg') no-repeat center center;position:absolute;top:0;left:0;background-size:contain;}

  .Buidbox-outer .Buidbox-header {padding:60px 0 25px;max-width:618px;margin:0 auto;text-align:center;}
  .Buidbox-outer .Buidbox-header h2.title {margin-bottom:20px;}
  .box-product-cart-btn{width:100%;padding:15px;text-align:right;max-width:1470px;margin:0 auto;pointer-events:none;opacity:0.5;border-radius:8px;}
  .box-product-cart-btn.active{opacity:1;pointer-events:inherit;}
  .box-product-slider.active .add-routine-btn{opacity:0.5;pointer-events:none;border-radius:8px;}
  .box-product-slider.active .add-routine-btn.active{opacity:1;pointer-events:inherit;border-radius:8px;}
  
  .build-box-popup-section{width:100%;/*height:100%;background:rgba(0, 0, 0, 0.4);position:fixed;top:0;left:0;z-index:9;display:none;*/position:fixed;bottom:0;left:0;z-index:99;width:100%;max-width:100%;border-top:4px solid #FF9F98;border-radius:0/*8px*/;background-color:#fff;box-shadow:0 -5px 19px #0000001c;margin:0;padding:33px 0;}
  body.build-box{padding-bottom:225px;}
  .build-box-popup{/*overflow:auto;*/width:90%;max-width:1300px;/*border:4px solid #FF9F98;border-radius:8px;background-color:#FFFFFF;box-shadow:0 -5px 19px 0 rgba(0,0,0,0.11);*/margin:0 auto;/*max-height:100vh;*/padding:0;}
  .build-box-popup h2{text-align:left;width:100%;display:flex;flex-wrap:wrap;align-items:center;}
  .build-box-popup h2 div{width:calc(100% - 75px);}
  .build-box-popup h2 a{width:75px;display:inline-block;text-align:right;padding-left:15px;font-size:14px;line-height:21px;color:#000;font-weight:400;text-decoration:underline;}
  .build-box-popup-ul{width:100%;display:flex;flex-wrap:wrap;}
  .build-box-popup-ul li{height:99px;width:99px;border-radius:8px;border:3px dotted #FF9F98;padding:10px;text-align:center;margin-right:20px;display:inline-block;font-size:30px;line-height:70px;color:#2A2A2A;}
  .build-box-popup-ul li.active{border:3px solid #FF9F98;}
  .build-box-popup-ul li figure{margin:0;padding-bottom:100%;position:relative;}
  .build-box-popup-ul li figure img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:contain;}
  .build-box-popup-desc{width:100%;display:flex;flex-wrap:wrap;align-items:center;}
  .build-box-popup-ul{width:calc(100% - 346px);}
  .build-box-popup-price{width:346px;}
  .build-multi-prod-cart-btn-wc{width:100%;background:#FF9F98;border-color:#FF9F98;width:100%;display:block;margin:0;opacity:0.5;pointer-events:none;border-radius:8px;}
  .build-multi-prod-cart-btn-wc.active{opacity:1;pointer-events:inherit;border-radius:8px;}
  .build-box-popup-price p{font-size:14px;line-height:21px;margin:0 0 13px;color:#000;}
/*   .build-box-popup-body{overflow:hidden;} */
  .build-box-popup-body .build-box-popup-section{display:block;}
  .wc_custom_Custom_Bundle{display:none !important;}
  
  .js details[open].menu-opening>.menu-drawer, .no-js details[open]>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu{box-shadow:7px -1px 13px 0 rgba(0, 0, 0, 0.29);}
  
  /*.yotpo .write-review .connect-wrapper{padding:0 !important;}*/
  .yotpo-footer.yotpo-animation-opacity.visible .socialize-wrapper { display: inherit; }
  .yotpo-footer .socialize-wrapper span.y-label { font-size: 16px; line-height: 25px; color: #000; letter-spacing: 0; padding-top: 5px; }
  .yotpo span.yotpo-mandatory-mark{float:left;margin-right:5px;}
  .yotpo .yotpo-regular-box label{display:block;width:100%;text-align:left;margin:0 0 14px;font-size:16px;line-height:25px;color:#000;letter-spacing:0;padding:0;}
  .yotpo .yotpo-regular-box input{width:100%;border:1px solid #FFA39C;background:#FAEFEF;height:41px;padding:0 15px;margin:0 0 34px !important;}
  .yotpo .yotpo-regular-box textarea{width:100%;border:1px solid #FFA39C;background:#FAEFEF;margin:0 0 34px;}
  .yotpo .primary-color-btn, .yotpo input[type="button"].primary-color-btn{margin:0 !important;border-radius:8px;}
  .yotpo .standalone-bottomline.star-clickable, .yotpo .standalone-bottomline .star-clickable{width:100%;justify-content:center;padding:0 0 16px;}
  .yotpo .text-m{font-size:12px !important;color:#2A2A2A !important;text-decoration:underline !important;margin-left:10px;font-family:var(--font-body-family) !important;}
  .product .standalone-bottomline.star-clickable,.product .yotpo .standalone-bottomline .star-clickable{justify-content:flex-start;}
  .product .yotpo .yotpo-icon{width:18px !important;}
  .product-wrap-desc .yotpo.bottomLine.yotpo-small{min-height:35px;}
  
  .product-breadcrumb-ul{width:100%;padding:14px 0;}
  .product-breadcrumb-ul li{display:inline-block;font-size:14px;line-height:21px;color:#000;text-transform:uppercase;letter-spacing:0;font-weight:300;padding:0 20px 0 0;}
  .product-breadcrumb-ul li a{display:block;font-size:14px;line-height:21px;color:#000;text-transform:uppercase;font-weight:500;position:relative;}
  .product-breadcrumb-ul li a:after{content:'';width:7px;height:2px;background:#000;position:absolute;top:7px;right:-14px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);}
  .product-breadcrumb-ul li a:before{content:'';height:7px;width:2px;background:#000;position:absolute;top:9px;right:-12px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);}
  .product-section.spaced-section{margin-top:0;}
  .product.product--medium{padding-top:33px;}
  .product-breadcrumb-ul li:last-child{padding-right:0;}
  
  /*---------- Our Routine -------------*/
  .our-routines-header {padding: 65px 0 50px;max-width: 618px;margin: 0 auto;text-align: center;}
.our-routines-header h2.title {margin-bottom: 20px;}
.our-routines-content {margin-bottom: 85px;}
.our-routines-header p {letter-spacing:0;color:#000;line-height:21px;}
.routin_wrapp_out {display: flex;justify-content: space-between;flex-wrap: wrap;margin-left: -11px;margin-right: -11px;}
.routin_wrapp_out .routin_wrapp{overflow:hidden;;border-radius:10px;position:relative;width:calc(33.33% - 22px);margin: 11px;background:#FFEEDE;transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;border: 2px solid #EDAEA8;}
.routin_wrapp_out .routin_wrapp.full_width {width:calc(100% - 22px);}
  .routin_wrapp_out .routin_wrapp:after{display:none;content:'';width:100%;height:100%;position:absolute;top:0;left:0;opacity:0;visibility:hidden;transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;}
  .routin_wrapp_out .routin_wrapp:hover:after{opacity:1;visibility:visible;background:rgba(0,0,0,0.2);}
.routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content {position: absolute;top: auto;bottom: 80px;width: 100%;text-align: center;z-index: 1;}
.routin_wrapp_out .routin_wrapp .routin_wrapp_in:after {position: absolute;top: auto;bottom: 0;left: 0;right: 0;content: '';width: 100%;height: 68%;opacity: 0.5; border-radius: 0 0 8px 8px;}
.routin_wrapp_out .routin_wrapp .routin_wrapp_in{position: relative;background-size: cover;background-position: top;height: 400px;border-radius: 8px;transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;}
.routin_wrapp_out .routin_wrapp:hover .routin_wrapp_in{transform:scale(1.02);-webkit-transform:scale(1.02);-o-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);}
  
  .routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content h2.title {color: #000;}
  .routine_image {
    max-width: 260px;
    margin: 20px auto;
}
.routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content h2.title span {display: block;}
.routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content .btn {padding: 4px 15px 4px;min-width: 145px;border-radius:8px;}
.routin_wrapp_out .routin_wrapp.full_width .routin_wrapp_in .routin_wrapp_content {max-width: 380px;width: 100%;top: 50%;transform: translateY(-50%);bottom: auto;padding-left: 0px;left: 0;right: 0;margin: auto;}
.routin_wrapp_out .routin_wrapp.full_width .routin_wrapp_in:after {display: none;}
.routin_wrapp_out .routin_wrapp.full_width .routin_wrapp_in .routin_wrapp_content h2.title {color: #000;}
.routin_wrapp_out .routin_wrapp.full_width .routin_wrapp_in .routin_wrapp_content .btn {width: 180px;}
.routin_wrapp_out .routin_wrapp .routin_wrapp_in.desktop_hide {display: none;}
  
  .addcart_allouter {text-align: center;}
  .addcart_allouter .all_product_addcart span {padding: 0 20px;}
  .addcart_allouter .all_product_addcart {padding: 10px 0;}
  .in-routine-outer .in-routine-header {padding: 65px 0 50px;max-width: 618px;margin: 0 auto;text-align: center;}
  .in-routine-outer .in-routine-header h2.title {margin-bottom: 20px;}
  .in-routine-outer .in-routine-header p {letter-spacing: 0;}
  .recommend_single_prod_wrapp {padding: 85px 0 88px;display: flex;}
  .recommend_single_prod_wrapp .recommend_single_image {width: 50%;position: relative;padding-right: 20px;height: max-content;}
  .recommend_single_prod_wrapp .recommend_single_image .single_img_recommend {position: absolute;bottom: -30px;margin: 0;right: 60px;width:160px;}
  .recommend_single_imagecontent{width:calc(100% - 160px)}
  .single_img_recommend img{max-width:175px;width:100%;}
  .recommend_single_prod_wrapp .recommend_single_image .img_bg_recommend {margin: 0;position: relative;}
  .recommend_single_imagecontent {position: absolute;bottom: 60px;left: 25px;color: #fff;text-transform: uppercase;}
  .recommend_single_prod_wrapp .recommend_single_image .img_bg_recommend:after {position: absolute;content: '';width: 100%;height: 70%;left: 0;right: 0;top: auto;bottom: 0;background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(145,9,25,0.1) 100%);border-radius: 8px;}
  .recommend_single_prod_wrapp .recommend_single_image .img_bg_recommend img {border-radius: 8px;}
  .recommend_single_imagecontent h4 {color: #fff;font-size: 20px;margin-bottom: 3px;line-height: 30px;}
  .recommend_single_imagecontent p {font-weight: 600;line-height: 21px;margin: 0;}
  .recommend_single_prod_wrapp .recommend_single_image .arrow-btn {margin-left: 25px;}
  .recommend_single_prod_wrapp .recommend_single_content {width: 50%;text-align: left;padding-left: 68px;padding-right: 25px;}
  .recommend_single_prod_wrapp .recommend_single_content .recommend_prod_main .sub_hed {font-weight:600;text-transform:uppercase;margin-bottom:3px;color:#000;}
  .recommend_single_prod_wrapp .recommend_single_content .recommend_prod_main h2.title {text-align: left;}
  .recommend_single_prod_wrapp .recommend_single_content .recommend_prod_main .varian_option span {font-weight: 600;}
  .prod_desc,.prod_desc p{font-size:14px;line-height:21px;color:#000;}
  .prod_review .yotpo .standalone-bottomline.star-clickable, .prod_review .yotpo .standalone-bottomline .star-clickable{justify-content:flex-start;}
  .menu-drawer .list-social__link{padding:1.3rem 1rem;}
  
  .prod-grid-tags-list{position:absolute !important;top:0;right:0;}
  .product-wrap figure .prod-grid-tags-list img{position:unset;max-width:80px;height:auto;}
  .product-wrap figure{position:relative;}
  .collection-template-banner-filter .facet-filters__sort+.icon-caret{display:none;}
  .footer-logo-desc{width:100%;padding:45px 0 0;margin:35px 0 0;border-top:1px solid #FF9F98;max-width:250px;}
  .footer-logo-desc p{font-size:16px;line-height:25px;color:#000;}
  
  #shopify-section-template--15353226756267__recommendations{background:#FFFEFD;}
  #shopify-section-template--15353226789035__product-recommendations{background:#FFFEFD;padding-top:5rem;margin-top:0 !important;padding-bottom:3rem;}
  
  .product-wrap-second-img,.product-wrap figure:hover .product-wrap-first-img{opacity:0;visibility:hidden;}
  .product-wrap figure:hover .product-wrap-second-img{opacity:1;visibility:visible;}
  .article-textContent h1.title a{color:inherit;}
  .heading-section{width:100%;padding:30px 0 0;}
  .heading-part{width:100%;}
  #shopify-section-template--15353226789035__16425648904f5b4cd4{margin-top:0 !important;}
  .yotpo .yotpo-small-box{padding-top:0 !important;}
  .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon, .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon,.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text, .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text{color:#000 !important;}
  .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button{border:solid 2px #000;background:none;}
  .sideBySide-sectionImage iframe,.sideBySide-sectionImage video{width:100%;height:100%;position:absolute;top:0;left:0;}
  .home-image-grid-slider .slick-next{right:-2.5%;}
  .videoGridSection .video-grid-slider button.slick-next,.trending-product .slick-next{right:-0.5%;}
  .home-image-grid-slider li,.video-grid-slider .videobox-grid,.trending-product li{opacity:0.3;}
  .home-image-grid-slider li.slick-active,.video-grid-slider .videobox-grid.slick-active,.trending-product li.slick-active{opacity:1;}
  .home-image-grid-slider .slick-active + li + li{opacity:0.3;}
  .professional-tabs-nav li{opacity:0.3;}
  .professional-tabs-nav li.slick-current{opacity:1;}
  .product .price--sold-out .price__badge-sold-out{display:none;}
  .product__title{text-transform:uppercase;font-weight:200;}
  .product__title span{display:block;font-weight:600;}
  
  .professional-icon-section{width:100%;padding:20px 0;}
  .professional-icon-section .title{text-align:left;color:#ff9f98;}
  .professional-icon{margin:0 -15px;display:flex;flex-wrap:wrap;justify-content:center;padding:50px 0 30px;}
  .professional-icon-part{width:25%;padding:0 15px 50px;}
  .professional-icon-part figure{border:0.85px solid #C9C9C9;border-radius:6.8px 6.8px 0 0;margin:0;text-align:center;padding:40px 15px;}
  .professional-icon-part figure img{max-width:130px;width:100%;margin:0 auto;}
  .professional-icon-desc-part{border:0.85px solid #C9C9C9;border-radius:0 0 6.8px 6.8px;background-color:#F9F9F6;padding:21px 15px 22px;}
  .professional-icon-desc-part h2.title{font-size:18px;line-height:22px;color:#FF9F98;text-align:left;padding:0 0 9px;}
  .professional-icon-desc-part p{font-size:14px;line-height:21px;margin:0;}
  
  .videobox-large-grid{width:580px !important;position:relative;}
  .videobox-large-grid .video_inner{position:absolute;top:0;left:29px;width:calc(100% - 58px);height:100%;}
  .videobox-large-grid .video_inner_text{position:absolute;left:29px;bottom:0;z-index:3;width:calc(100% - 58px);}
  .video-grid-slider .slick-track,.video-grid-slider .slick-list{display:flex;}
  .videoGridSection .videobox-large-grid.videobox-large-grid-count .iframe-container{padding-bottom:60%;}
  .product-cart-btn.product-cart-sold-out-btn{opacity:0.5;pointer-events:none;}
  
  #product-grid .grid__item {position:relative;}
  .routine-var-title-list{font-size:40px;line-height:27px;opacity:0.21;color:#1FBCD5;text-transform:uppercase;font-weight:600;transform:rotate(270deg);position:absolute;top:35%;right:-25%;}
  #product-grid .grid__item:last-child .routine-var-title-list{right:-17%;}
  .routine-var-title {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #ff9f98;
/*     position: absolute;
    top: 64%;
    left: 0;
    text-align: center;
    right: 0; */
}
  
  .about-us-our-impact .banner__box,.about-us-our-impact .slideshow__text-wrapper.banner__content,.product-highlights .banner__box,.product-highlights .slideshow__text-wrapper.banner__content{padding-left:0 !important;}
  
  .search__input.field__input{ height:50px; border: 1px solid; }
  .remov-build-popup-icon{opacity:0;display:block !important;border-radius:50%;background:#fff;border:solid 3px #FF9F98;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);z-index:99;}
  .remov-build-popup-icon:after{content:'';width:2px;height:15px;background:#000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);-webkit-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);}
  .remov-build-popup-icon:before{content:'';height:2px;width:15px;background:#000;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);-webkit-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);}
  .build-box-popup-ul li.active:after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0);border-radius:6px;visibility:hidden;}
  .build-box-popup-ul li.active:hover:after{background:rgba(0,0,0,0.5);visibility:visible;}
  .build-box-popup-ul li.active:hover .remov-build-popup-icon{opacity:1;visibility:visible;}
  .build-box-popup-ul li.active{position:relative;}
  #product-grid.routines_products_wrapper_slider{justify-content:center;display:flex;}
  .title.mobile-title{display:none;}
  
  .product-cart-btn.product-cart-sold-out-btn.coming-soon-btn{min-width:75%;}
  
  .search-prod-tab-ul{width:100%;display:flex;margin:0;}
  .search-prod-tab-ul li{display:inline-block;min-width:100px;font-weight:bold;text-transform:uppercase;letter-spacing:0;cursor:pointer;text-decoration:underline;}
  .search-prod-tab-ul li.active{color:#FF9F98;}
  .search-prod-tab-list{display:none;padding:40px 0;}
  .search-prod-tab-list.active{display:flex;}
  .sold-out-routine{opacity:0.5;pointer-events:none;}
  
  .build-box-popup h2 a.build-popup-accordian{color:#FF9F98;display:none;}
  .order-video-posi-wc{order:-1;}
  
  .testimonials__star svg{padding:2px;}

.wrap-product-testimonials{background-color:rgba(0, 172, 200, 0.4)/*#ddf4f7*/;padding:61px 0;}
.cust_container{max-width:606px;width:100%;margin:0 auto;}
.testimonials__slide{text-align:center;}
.testimonials__star{line-height:16px;margin-bottom:20px;}
.testimonials__box-reviewtext h4{font-size:22px;font-weight:600;letter-spacing:0;line-height:33px;color:#000000;padding-bottom:20px;}
.testimonials__box-authorname p{color:#000;}
.moredetails_item{max-width:650px;width:100%;margin:0 0 0 auto;}
.wrap-product-moreDetails{background-color:rgba(0, 172, 200, 0.4)/*#f1fbfc*/;padding:72px 0 67px;}
.wrap-product-moreDetails h2{color:#00ACC8;font-size:30px;font-weight:600;letter-spacing:0;line-height:27px;text-transform:uppercase;}
.wrap-product-moreDetails .container{max-width:1173px;}
.wrap-product-moreDetails h2 span{font-weight:200;}
.wrap-idealfor h2{margin-bottom:20px;}
.list-idealfor{margin-bottom:24px;}
.list-idealfor p{position:relative;padding-left:20px;}
.list-idealfor p:before{content:"";background-image:url({{ 'checkmark.svg' | asset_url }});background-repeat:no-repeat;width:11px;min-height:10px;margin:0;margin-left:0;position:absolute;top:50%;left:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
.wrap-howuseit h2, .wrap-stylistTip h2{margin-bottom:26px;}
.highlight-styling-tubs .wrap-videoWithText .row{margin-bottom:0 !important;}
  .whole-site-loader:empty{width:100%;height:100%;position:fixed;top:0;left:0;background:#fff;z-index:99999;display:block;}
  
  .btn-whole-routine{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:block !important;}
  .routin_wrapp:hover .btn{background:#FF9F98;color:#fff;}
  
  
  /*---------- Responsive -------------*/
  @media(min-width:1450px){
    .trending-product .col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 18%;-ms-flex:0 0 18%;flex:0 0 18%;max-width:18%;}
    .trending-product .col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 82%;-ms-flex:0 0 82%;flex:0 0 82%;max-width:82%;}
  }
  @media(min-width:1280px){
    .home-image-text-grid-btn .btn{padding-left:20px;padding-right:20px;}
    #shopify-section-template--15353226821803__1641473927c9f2b726 .wrap-video-grid-with-text{padding-bottom:86px;}
  }

  @media(max-width:1550px){
    .trending-product .container,.videoGridSection .container,.box-product .container,.home-image-grid .container{max-width:1380px;margin:0 auto;padding:0 15px;}
    .trending-product-slider .slick-list,.video-grid-slider .slick-list{padding:0/* 270px 0 0*/!important;}
    .video-grid-slider-small.video-grid-slider .slick-list{padding:0/* 270px 0 0*/ !important;}
    .home-image-grid-slider .slick-list{padding:0/* 480px 0 0*/!important;}
    /* .trending-product .container, .videoGridSection .container,.home-image-grid .container,.box-product .container{max-width:1366px;padding-left:5.5%;margin:0 0 0 auto;}*/
    .videoGridSection .video-grid-slider{margin:0 -26px 0 0;}
    .product-cart-btn{font-size:14px;}
  }

  @media(max-width:1366px){
    .trending-product .container, .videoGridSection .container,.home-image-grid .container,.box-product .container{max-width:1250px;padding-left:15px;margin:0 0 0 auto;}
    /*.trending-product-slider .slick-list,.video-grid-slider .slick-list,.home-image-grid-slider .slick-list{padding:0 20px 0 0 !important;}
    .video-grid-slider-small.video-grid-slider .slick-list{padding:0 20px 0 0 !important;}*/
    .videoGridSection .video-grid-slider button.slick-next{right:40px;}
    .home-image-grid-slider .slick-next,.trending-product .slick-next{right:60px;}
    .videoGridSection .video-grid-slider{margin:0 -15px 0 0;padding-left:15px;}
    .wrap-left-text .btn{min-width:140px;}
  }
  
  @media(max-width:1280px){
    .main-menu-list li{padding:0 10px;}
    .home-blog-slider{margin:0 -15px;}
    .home-blog-slider li{padding:0 15px;}
    .slick-prev{left:20px;}
    .slick-next{right:7px;}
    .product-cart-btn span{padding:0 10px;}
    .product-cart-btn{font-size:14px;}
    .professional-tabs-nav{margin:0 -10px 40px;}
    .professional-tabs-nav li{padding:0 10px;}
    .hero-slider .slick-next{right:15px;}
    .hero-slider .slick-prev{left:15px;}
    .professional-icon-section .slick-prev{left:7px;}
  }
  
  @media(max-width:1199px){    
    .home-image-grid-desc{bottom:-15px;}
    .home-testimonial-slider .slick-next:before, .home-testimonial-slider .slick-prev:before{width:103px;}
    .home-testimonial-slider .slick-next, .home-testimonial-slider .slick-prev{width:103px;}
    .home-testimonial-slider .slick-next:after{left:96px;}
    .wrap-video-grid-with-text{padding:70px 0 80px;}
    .videoGridSection .videobox-grid{padding:0 7px;}
    .header__heading,.header__heading-link{width:40%;padding:0;}
    header-drawer,.header__icons{width:calc(50% - 51px);}
    header-drawer{margin:0 !important;}
    .header__icons{padding-right:7px;}
    header-drawer details,header-drawer details-modal{display:inline-block !important;width:auto;vertical-align:middle;}
    .header__icon--search span{height:66%;}
    .desktop-search-wc{display:none !important;}
    .home-testimonial-slider .slick-next, .home-testimonial-slider .slick-prev{padding:0 12px;font-size:12px;}
    .mobile-menu-logo-section{width:100%;position:relative;padding:20px 12px;}
    .mobile-menu-logo-section .main-mobile-menu-close{color:#000;position:absolute;top:15px;right:10px;height:40px;width:40px;padding:7px 0;text-align:center;}
    .main-mobile-menu-close svg{height:18px;width:18px;}
    .menu-drawer__navigation{padding:0 0 2rem !important;}
    .list-menu__item{padding:6px 12px !important;font-size:14px !important;line-height:21px !important;color:#2A2A2A !important;font-weight:600;text-transform:uppercase;letter-spacing:0;}
    .arrow-mobile-wc svg{height:15px;width:15px;transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);}
    .menu-drawer__menu details.menu-opening[open] .arrow-mobile-wc svg{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);}
    .arrow-mobile-wc{height:35px;width:35px;position:absolute;top:0;right:0;text-align:center;padding:7px 0;}
    .js .menu-drawer__menu li{position:relative;margin:0 !important;}
    summary.list-menu__item{position:static;}
    .menu-drawer__navigation-container{display:block !important;}
    .js .menu-drawer__submenu{position:unset !important;border:none !important;padding:5px 0 15px;background:none !important;}
    .menu-drawer__close-button{display:none !important;}
    .menu-drawer__submenu.motion-reduce .menu-drawer__menu.list-menu .menu-drawer__menu-item.link{font-size:12px !important;line-height:18px !important;color:#000;font-weight:400;text-transform:capitalize;}
    .menu-drawer__close-button:focus, .menu-drawer__close-button:hover, .menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__menu-item:hover{background:none !important;}
    .menu-drawer__navigation{background-color: #FEF9F5;box-shadow: 7px -1px 13px 0 rgb(0 0 0 / 29%);border-bottom:solid 2px #FF9F98;}
    .menu-drawer__utility-links{background:none !important;padding:0 !important;}
    .menu-drawer{border:none !important;background:#fef9f5 !important;}
    .mobile-menu-account-list{width:100%;padding:12px 0 7px;border-bottom:solid 2px #FF9F98;background:#fff;}
    .mobile-menu-account-list li{display:block;padding:6px 15px;}
    .mobile-menu-account-list li a{display:block;font-size:12px;line-height:18px;padding:0 !important;margin:0;font-weight:400;text-transform:capitalize;color:#000;}
    .mobile-menu-account-list li a svg{height:20px;width:20px;margin-right:18px;vertical-align:middle;}
    .menu-drawer .list-social{margin:0 !important;}
    .menu-drawer{top:-40px !important;height:100vh !important;width:261px !important;overflow-y:auto !important;}
    .shopify-section-header-sticky .menu-drawer{top:0 !important;}
    .menu-drawer__inner-container{height:90vh !important;overflow-y:auto !important;}
    .overflow-hidden-tablet{overflow:hidden;}
    .overflow-hidden-tablet:after{content:'';width:100%;height:100%;position:fixed;top:0;left:0;background:rgb(0, 0, 0, 0.35);z-index:2;}
    .professional-text-image{margin-left:125px;width:calc(100% - 122px);}
    .professional-text-image-desc{padding:30px;}
    .professional-text-image-desc h2.title.title-1{font-size:38px;}
    .professional-form-section{padding:80px 0;}
    .professional-page-right{padding:30px 25px;}
    .professional-page-02 h2{padding:0 0 20px;}
    .professional-page-02-section{padding:80px 0;}
    .professional-page-02-img-text{padding:70px 0 40px;}
    .professional-page-02-icon-text-section{padding:30px 0 40px;}
    .professional-page-02-icon-text ul{padding:15px 0 0;}
    .professional-page-02-img-text-wrap h2{padding:7px 0 15px;}
    .professional-page-02-img-text-wrap h2 img{max-height:160px;}
    .professional-page-02-img-text-wrap h2 span{font-size:44px;line-height:42px;}
    .professional-tabs-desc-icon li h5{line-height:20px;}
    .professional-tabs-desc-img{padding:0 0 20px;}
    details[open].menu-opening>.menu-drawer__submenu{box-shadow:none;}
    .head-svg-mobile-logo svg{max-width:125px !important;}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in{height:320px;}
    .professional-text-image-desc{width:calc(100% - 130px);}
    .home-image-grid figure{padding:0 0 50px;}
    .videobox-large-grid{width:500px !important;}
    .videobox-large-grid-count{min-height:300px !important;}
    .videobox-large-grid .video_inner,.videobox-large-grid .video_inner_text{left:7px;width:calc(100% - 14px);}
    .routine-var-title-list{font-size:34px;}
    .videoGridSection .videobox-grid{width:250px;}
    
  }
  
  @media(max-width:1024px){
    .our-routines-content{padding:0 8px;}
    .routin_wrapp_out .routin_wrapp{width:calc(50% - 22px);margin:11px;}
    .recommend_single_prod_wrapp .recommend_single_image .single_img_recommend {bottom: -30px;margin: 0;right: 30px;width:120px;}
    .recommend_single_prod_wrapp .recommend_single_image {padding: 0;}
    .recommend_single_prod_wrapp .recommend_single_content {padding-left: 35px;padding-right: 10px;}
    .recommend_single_imagecontent{width:calc(100% - 120px)}
  }  
  
  @media(max-width:991px){
    .hero-slider-desc h2{font-size:38px;line-height:30px;}
    .hero-slider-desc h4{font-size:42px;line-height:30px;}
    .hero-slider-desc .btn{margin:17px 0 0;}
    .title.title-1,.title.title-link,.videoGridSection .span-title,.home-icon-text-section .title{font-size:34px;}
    .title{font-size:28px;line-height:34px;}
    .home-image-grid-slider li{padding:0 0 0 15px;}
    .home-image-grid-slider{margin-left:-15px;}
    .home-image-grid-desc{padding:15px;}
    .home-image-grid-desc p{font-size:13px;margin:0 0 10px;}
    .videoGridSection .span-title{padding-bottom:15px;}
    .videoGridSection .wrap-left-text .small-desc{padding-bottom:10px;}
    .home-image-text-grid{padding:0;}
    .home-image-grid{margin:7px 0;}
    .home-image-grid-section,.wrap-video-grid-with-text{padding:50px 0;}
    .home-blog-desc h4 a{font-size:16px;}
    .home-blog-slider li{padding:0 7px;}
    .home-blog-slider{margin:0 -7px;}
    .home-icon-text{padding:25px 0 0;}
    .home-icon-text-wrap figure{margin:0 0 15px;}
    .home-icon-text-wrap h4{font-size:14px;line-height:18px;}
    .product-cart-btn{font-size:14px;}
    .home-testimonial-slider .slick-next{left:calc(50% + 90px);top:auto;bottom:0;transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);}
    .home-testimonial-slider .slick-prev{left:calc(50% - 90px);top:auto;bottom:0;transform:translate(-50%, 0);-webkit-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);}
    .home-testimonial-section{padding:47px 0;}
    .home-testimonial-slider{padding:0 0 52px;}
    .elevan-step-in-salon-desc p{font-size:14px;line-height:20px;}
    .elevan-step-in-salon-desc{padding:35px 20px;}
    .elevan-step-left-arrow:before, .elevan-step-right-arrow:before{width:100px;}
    .elevan-step-right-arrow:before{left:15px;}
    .professional-text-image-desc h2.title.title-1{font-size:28px;margin:0;}
    .professional-text-image-desc .btn{padding:9px 15px 8px;border-radius:8px;}
    .professional-text-image-desc .border-btn{margin-left:5px;}
    .professional-text-image-desc{padding:15px 20px;}
    .professional-page h2{font-size:44px;line-height:40px;}
    .professional-page-section{margin:80px 0 50px;}
    .professional-page h2{top:-40px;}
    .professional-page-left-01{padding:0;}
    .professional-page-left-01 p{font-size:16px;line-height:22px;}
    .professional-page-section figure.professional-icon-bg-bottom{display:none;}
    .professional-page-left-02 p{font-size:14px;line-height:20px;}
    .professional-page-right p{font-size:14px;line-height:22px;margin:0 0 7px;}
    .professional-page-02 p{max-width:600px;font-size:18px;line-height:26px;}
    .professional-page-02 h2{line-height:38px;}
    .professional-page-02-section{padding:50px 0;}
    .professional-page-02-img-text-wrap p{font-size:14px;line-height:20px;margin:0 0 12px;}
    .professional-page-02-img-text-wrap h2 span{font-size:40px;line-height:38px;}
    .professional-page-02-img-text{padding:50px 0 20px;}
    .professional-page-02-icon-text p{font-size:18px;line-height:26px;}
    .professional-page-left-logo li img{width:100%;}
    .professional-page-right{margin:0 0 30px;}
    .professional-first-design-right{display:none;}
    .professional-first-design-center{width:calc(100% - 120px);padding:0 0 0 30px;}
    .professional-first-design-section{padding:30px 25px 0;}
    .professional-tabs-section{padding:15px 0 40px;}
    .professional-tabs-nav{margin:0 -10px 25px;}
    .professional-second-design-first-box-section{padding:0;}
    .professional-tabs-desc-icon li{width:33.3333%;}
    .professional-tabs-desc-icon li h5{max-width:125px;font-size:14px;line-height:18px;}
    .professional-tabs-desc-icon{padding:7px 0;}
    .professional-second-design-second-box-tabs-desc{padding:20px 15px;}
    .professional-tabs-desc-detail-img p,.professional-second-design-first-box p{font-size:14px;line-height:22px;}
    .professional-second-design-second-box-section{padding:50px 0 40px;}
    .build-box-popup-price{width:250px;}
    .build-box-popup-ul{width:calc(100% - 250px);}
    .build-box-popup-ul li{width:85px;height:85px;padding:7px;margin-right:10px;margin-top:5px;margin-bottom:5px;line-height:66px;}
    .box-product-left h3{font-size:40px;}
    .box-product{padding:10px 0 50px;}
    .home-image-grid figure{padding:0 0 35px;}
    .home-image-grid figure .home-image-grid-small-img{max-height:180px;}
    .home-image-grid-desc{max-width:230px;}/*width:calc(100% - 40px);*/
    .professional-second-design-first-box-section figure{padding-left:15px;}
    .professional-second-design-first-box{padding:0 15px 0 0;}
    .professional-second-design-second-box-tabs-part:after{border-width:26px;left:30px;}
    .professional-second-design-second-box-tabs-part:before{border-width:36px;left:20px;}
    .professional-second-design-second-box-tabs-part figure{margin:0;}
    .professional-icon-part{width:33.3333%;padding:0 7px 20px;}
    .professional-icon{padding:20px 5px;margin:0 -7px;}
    .routine-var-title-list{right:-7%;}
    #product-grid .grid__item:last-child .routine-var-title-list{right:3%;}
    .videoGridSection .videobox-grid{width:220px;}
    .videobox-large-grid{width:440px !important;}
  }
  
  
  @media(max-width:767px){
    .btn{padding:7px 30px 6px;}
    .mobile-img{display:block !important;}
    .desktop-img{display:none !important;}
    .home-testimonial h4{font-size:18px;line-height:27px;margin:0 0 8px;}
    .home-testimonial h6{font-size:14px;line-height:18px;}
    .hero-slider-desc-part{max-width:250px;margin:0 auto;}
    .hero-slider-desc h2,.hero-slider-desc h4{font-size:30.24px;line-height:24px;}
    .hero-slider-desc h2{margin:0 0 5px;}
    .hero-slider-desc .btn{min-width:153px;font-size:14px;}
    .header__icons{padding-left:0;}
    .hero-slider figure img{min-height:385px;object-fit:cover;}
    /* .hero-slider-desc{top:30%;} */
    .hero-slider-desc .btn{margin:12px 0 0;}
    .trending-product-section h2.title{display:none;}
    .home-icon-text-section .title, .title.title-1, .title.title-link, .videoGridSection .span-title{font-size:25px;line-height:27px;}
    .trending-product-left p{padding:8px 0;font-size:14px;line-height:18px;}
    .trending-product-left{margin-top:0;}
    .arrow-btn{margin:14px 0 0;}
    .trending-product{padding:0;}
    .trending-product-section{padding:38px 0 25px;}
    .trending-product-slider{padding:27px 0 0;}
    .home-banner-text img{min-height:342px;object-fit:cover;}
    .home-banner-text-desc h2{padding:0 0 17px;}
    .home-banner-text-desc p{font-size:14px;line-height:40px;}
    .home-banner-text-desc .btn{min-width:151px;padding:7px 15px 6px;font-size:14px;}
    .home-banner-text-desc{bottom:30px;}
    .home-image-text-grid-section{padding:38px 0;}
    .home-image-text-grid-desc p{padding:2px 0;font-size:14px;line-height:18px;}
    .mobile-home-image-grid-btn{width:100%;text-align:center;padding:25px 0 0;display:block;}
    .home-image-grid-desc h3{font-size:18px;line-height:27px;margin:0;}
    .home-image-grid-desc p{font-size:14px;line-height:18px;margin:0 0 15px;}
    .home-image-grid-desc .arrow-btn{margin:0;font-size:14px;line-height:18px;}
    .home-image-grid-slider li{padding:0 0 0 20px;}
    .home-image-grid-slider .slick-list{padding:0 50px 0 0!important;}
    .home-image-grid-main-desc .title.title-link a{display:none;}
    .home-image-grid-main-desc .title.title-link>div{width:100%;}
    .home-image-grid-section{padding:26px 0 38px;}
    .home-image-grid-desc{padding:10px;}
    .home-image-text-grid-slider .slick-list{padding:0 70px 0 0!important;}
    .home-image-text-grid-btn .btn{font-size:14px;margin:7px auto;max-width:250px;width:100%;padding:7px 10px;}
    .home-image-text-grid-part h4{font-size:16px;}
    .home-image-text-grid-btn{padding:10px 0 0;text-align:center;}
    .videoGridSection .wrap-left-text,.videoGridSection .wrap-right-video-grid{width:100%;}
    .btn{font-size:14px;}
    .videoGridSection .videobox-grid{padding:0 14px;}
    .videoGridSection .video-grid-slider{margin:0;}
    .wrap-right-video-grid-mobile-btn{width:100%;display:block;padding:33px 0 0;text-align:center;}
    .left-text--inner .btn{display:none;}
    .videoGridSection .wrap-left-text .small-desc{padding:0 0 20px;}
    .home-blog .title.title-link a{display:none;}
    .home-blog .title.title-link>div{width:100%;}
    .home-full-blog{padding:16px 0 0;}
    .home-blog-section{padding:26px 0;}
    .home-full-blog-desc h2 span:first-child,.home-full-blog-desc h2{font-size:18px;line-height:19px;}
    .home-full-blog-desc h2{margin:0 auto 15px;}
    .home-full-blog-desc{padding:13px 10px;}
    .home-full-blog-desc p{font-size:14px;line-height:18px;}
    .arrow-btn{font-size:14px;}
    .home-blog-slider li{padding:32px 7px 0;}
    .home-blog-part{padding:0;}
    .home-blog-desc.mobile-blog-desc-wc{display:block;}
    /*.home-blog-desc.desktop-blog-desc-wc h5,.home-blog-desc.desktop-blog-desc-wc h4{display:none;}*/
    .home-blog-desc.desktop-blog-desc-wc{display:none;}
    .home-blog-desc h5{font-size:14px;line-height:18px;margin:0 0 10px;}
    .home-blog-desc h4{font-size:18px;line-height:20px;margin:0 0 10px;}
    .home-blog-wrap .mobile-blog-desc-wc h4{font-size:16px;line-height:20px;color:#000;letter-spacing:0;font-weight:400;text-transform:uppercase;}
    .home-blog-wrap h4 a{color:inherit;}
    .home-blog-desc .arrow-btn{font-size:14px;margin:0;}
    .home-blog-wrap figure{margin:0 0 10px;}
    .home-full-blog figure img{min-height:226px;object-fit:cover;}
    .home-blog-part-btn-wc{width:100%;text-align:center;padding:32px 0 10px;display:block;}
    .home-icon-text-section{padding:38px 0;}
    .home-icon-text{padding:15px 0 0;}
    .home-icon-text-wrap{display:flex;align-items:center;}
    .home-icon-text-wrap figure{width:110px;padding-right:12px;}
    .home-icon-text-wrap h4{width:calc(100% - 110px);text-align:left;}
    .home-icon-text-wrap figure img{max-width:98px;}
    .footer-newletter-desc .title.title-1{padding:0 0 7px;}
    .footer-newletter-desc p{padding:0 0 26px;}
    .footer-newletter-form .col{padding:0 15px;}
    .footer-newletter-form .btn.black-btn{max-width:182px;}
    .product-cart-btn span{padding:0 5px;}
  .prod-cart-price-btn:after{height:13px;top:3px;}
  .product-cart-btn{padding:5px 6px;}
    .elevan-step-in-salon-desc:after{height:26px;width:26px;bottom:-25px;border-width:13px;}
    .elevan-step-in-salon-desc:before{height:28px;width:28px;bottom:-28px;border-width:14px;}
    .elevan-step-in-salon-desc{max-width:50%;}
    .product-wrap-desc h4 a{font-size:16px;min-height: 90px;}

/*     .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-1{bottom:75%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2{left:62%;max-width:39%;bottom:77%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-3{left:42%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-7{left:42%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-8{left:27%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-11{left:25%;}
    
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-1:before, .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2:before{left:-28px !important;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-1:after, .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2:after{left:-27px !important;} */
    
    .elevan-step-in-salon-desc{max-width:300px !important;bottom:-465px !important;left:3px !important;padding:35px 30px !important;}
    .elevan-step-in-salon-desc p{font-size:14px !important;line-height:18px !important;}
    .elevan-step-in-salon-desc h4{font-size:13px !important;line-height:18px !important;}
    .elevan-step-in-salon-desc:after{height:30px !important;width:30px !important;border-color:transparent !important;border-width: 22px !important;border-bottom-color:#fff !important;left:50% !important;top:-44px !important;bottom:auto !important;transform:translate(-50%, 0) !important;-webkit-transform:translate(-50%, 0) !important;-o-transform:translate(-50%, 0) !important;-moz-transform:translate(-50%, 0) !important;-ms-transform:translate(-50%, 0) !important;}
    .elevan-step-in-salon-desc:before{height:30px !important;width:30px !important;border-color:transparent !important;border-width: 24px !important;border-bottom-color:#FF9F98 !important;left:calc(50% + 1px) !important;top:-48px !important;bottom:auto !important;transform:translate(-50%, 0) !important;-webkit-transform:translate(-50%, 0) !important;-o-transform:translate(-50%, 0) !important;-moz-transform:translate(-50%, 0) !important;-ms-transform:translate(-50%, 0) !important;}
    .mobile-professional-img{overflow:hidden;}
    .mobile-professional-img img{width:4025px;max-width: inherit;margin-left:-150px;padding-right:30px;}
    .mobile-professional-img[data-id="elevan-step-wc-2"] img{margin-left:-420px;}
    .mobile-professional-img[data-id="elevan-step-wc-3"] img{margin-left:-735px;}
    .mobile-professional-img[data-id="elevan-step-wc-4"] img{margin-left:-1095px;}
    .mobile-professional-img[data-id="elevan-step-wc-5"] img{margin-left:-1475px;}
    .mobile-professional-img[data-id="elevan-step-wc-6"] img{margin-left:-1855px;}
    .mobile-professional-img[data-id="elevan-step-wc-7"] img{margin-left:-2185px;}
    .mobile-professional-img[data-id="elevan-step-wc-8"] img{margin-left:-2455px;}
    .mobile-professional-img[data-id="elevan-step-wc-9"] img{margin-left:-2765px;}
    .mobile-professional-img[data-id="elevan-step-wc-10"] img{margin-left:-3110px;}
    .mobile-professional-img[data-id="elevan-step-wc-11"] img{margin-left:-3500px;}
    
    .elevan-step-in-salon-list{position:absolute;top:-1px;left:0;width:2000px;}
    
    .elevan-step-in-salon-list[data-id="elevan-step-wc-1"]{margin-left:-8px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-2"]{margin-left:-308px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-3"]{margin-left:-593px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-4"]{margin-left:-1013px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-5"]{margin-left:-1340px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-6"]{margin-left:-1715px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-7"]{margin-left:-2095px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-8"]{margin-left:-2375px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-9"]{margin-left:-2650px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-10"]{margin-left:-3045px;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-11"]{margin-left:-3345px;}
    
    .elevan-step-in-salon-section{overflow:hidden;background:#fdda00;}
    
    .elevan-step-wc-link{width:130px !important;height:130px !important;top:140px !important;left:20px !important;}
    
    .elevan-step-in-salon-list[data-id="elevan-step-wc-2"] .elevan-step-in-salon-desc{left:303px!important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-3"] .elevan-step-in-salon-desc{left:588px !important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-4"] .elevan-step-in-salon-desc{left:1008px !important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-5"] .elevan-step-in-salon-desc{left:1335px !important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-6"] .elevan-step-in-salon-desc{left:1710px !important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-7"] .elevan-step-in-salon-desc{left:2090px !important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-8"] .elevan-step-in-salon-desc{left:2370px !important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-9"] .elevan-step-in-salon-desc{left:2645px !important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-10"] .elevan-step-in-salon-desc{left:3040px !important;}
    .elevan-step-in-salon-list[data-id="elevan-step-wc-11"] .elevan-step-in-salon-desc{left:3340px !important;}
    
    .elevan-step-wc-link.elevan-step-wc-link-list-2{left:308px!important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-3{left:608px!important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-4{left:1028px!important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-5{left:1348px!important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-6{left:1718px!important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-7{left:2118px!important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-8{left:2388px!important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-9{left:2658px !important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-10{left:3058px!important;}
    .elevan-step-wc-link.elevan-step-wc-link-list-11{left:3348px!important;}
    .elevan-step-in-salon-section{padding:50px 0;}
    
    
    
    
    
    
    .professional-text-image figure{display:none;}
    .professional-text-image-desc{width:100%;}
    .professional-text-image{width:100%;margin:0;border-radius:8px;}
    .professional-text-image-desc{padding:20px;}
    .professional-text-image-btn .btn{margin-bottom:5px;}
    .professional-form-section{padding:50px 0;}
    .professional-form p{padding:0 0 15px;}
    .professional-form-part input, .professional-form-part textarea{margin:0 0 15px;}
    .professional-form-part label{font-size:14px;margin:0 0 4px;}
    .professional-text-image-desc h2.title.title-1{font-size:25px;}
    .professional-page-02 p{font-size:14px;line-height:22px;}
    .professional-icon-bg-top{display:none;}
    .professional-page-02-img-text-wrap h2 span,.professional-page h2,.professional-first-design-center h3,.professional-second-design-first-box h3,.professional-tabs-desc-part-right h3,.title,.box-product-left h3{font-size:25px;line-height:27px;}
    .professional-page-02-img-text-wrap h2 img{max-height:120px;}
    .professional-page-02-img-text-wrap{padding:0 0 40px;}
    .professional-page-02-icon-text-section{padding:15px 0 40px;}
    .professional-page-02-icon-text p{font-size:14px;line-height:22px;}
    .professional-page-02-icon-text ul{padding:0;}
    .professional-page-02-icon-text ul li{width:16.6666%;}
    .professional-page h2{top:-25px;}
    .professional-page-section{margin:40px 0;}
    .professional-first-design-center{padding:0 0 0 15px;}
    .professional-first-design-center p{font-size:14px;line-height:20px;margin:0 0 12px;}
    .professional-first-design-icon li figure{margin:0 0 4px;}
    .professional-first-design-icon li h4{font-size:14px;line-height:20px;}
    .professional-second-design-first-box{padding:0;}
    .professional-tabs-desc-detail-img{width:100%;}
    .professional-tabs-desc-img figure{width:100%;}
    .professional-second-design-second-box-tabs-part img{width:100%;padding:0 10px;}
    .professional-tabs-title{padding:0 0 15px;}
    .box-product-slider .slick-list{padding:0 100px 0 0 !important;}
    .Buidbox-outer .Buidbox-header{padding:30px 0 20px;}
    .Buidbox-outer .Buidbox-header h2.title{margin:0;}
    .box-product{padding:10px 0 30px;}
    .box-product-left{margin-left:-30px;}
    .box-product .col-md-10{padding:0;}
    .build-box-popup h2{font-size:16px;}
    .yotpo .yotpo-regular-box label{font-size:14px;line-height:18px;margin:0 0 8px;}
    .yotpo .yotpo-regular-box input,.yotpo .yotpo-regular-box textarea{margin:0 0 20px!important;}
    .product-breadcrumb-ul{display:none;}
    .header__heading-link{width:101px;}
    .routin_wrapp_out .routin_wrapp {width:calc(100% - 22px);}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content {text-align: left;bottom: 10px;}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content h2.title {text-align: left;}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content {padding: 0 20px;}
    .routin_wrapp_out .routin_wrapp.full_width .routin_wrapp_in .routin_wrapp_content {padding-left: 20px;}
    .in-routine-outer .in-routine-header {padding: 22px 0 40px;}
    .in-routine-outer .in-routine-header h2.title {margin-bottom: 10px;}
    .recommend_single_prod_wrapp {padding: 50px 0 55px;}
    .recommend_single_prod_wrapp .recommend_single_image .arrow-btn {margin-left: 11px;margin-top: 12px;}
    .recommend_single_imagecontent {left: 10px;bottom: 47px;}
    .recommend_single_prod_wrapp .recommend_single_image {width: 100%;padding: 0;}
    .recommend_single_prod_wrapp .recommend_single_content {width: 100%;padding: 0;margin-bottom: 33px;}
    .recommend_single_prod_wrapp {flex-direction: column-reverse;}
    .recommend_single_prod_wrapp .recommend_single_image .single_img_recommend {bottom: -30px;right: 0;}
    .collection-recommendation-slider li{padding:0 5px;}
    .home-image-grid figure .home-image-grid-small-img{max-height:150px;bottom:-15px;right:10px;}
    .home-image-grid-desc{bottom:-7px;}
    .professional-tabs-desc-img figure{padding:0;margin:0;}
    .professional-tabs-desc-detail-img{padding:25px 0 0 20px;}
    .professional-tabs-bottom-part{padding:25px 7px;margin-top:20px;}
    .routine-var-title-list{font-size:28px;}
    
    .videoGridSection .video-grid-slider{padding-left:0;}
    .videoGridSection .wrap-left-text{padding-right:0;}
      .professional-second-design-first-box p{font-size:16px;line-height:25px;}
    .professional-second-design-first-box p:last-child{font-size:14px;line-height:18px;}
    .title.desktop-title{display:none;}
    .professional-tabs-desc-part-left figure{width:65px;display:inline-block;vertical-align:middle;margin:0;}
    .title.mobile-title{display:inline-block;width:calc(100% - 65px);padding-left:21px;text-align:left;font-size:18px;line-height:20px;color:#000;vertical-align:middle;padding-bottom:0;}
    .professional-tabs-desc-part-right{padding-top:12px;}
    .professional-tabs-desc-part-right h4{font-size:14px;line-height:18px;}
    .elevan-step-in-salon figure{margin:0 0 180px;}
    body.build-box{padding-bottom:155px;}
    .build-box-popup-section{padding:12px 0;}
    .build-box-popup{width:100%;}
    .elevan-step-in-salon .title{padding-bottom:0;}
    .order-video-posi-wc{order:0;}
    .wrap-product-testimonials{padding:32px 0 28px;}  
  .testimonials__star{margin-bottom:19px;}  
  .testimonials__box-reviewtext h4{padding-bottom:15px;}  
  .wrap-product-moreDetails{padding:24px 0 30px;}
  .testimonials__box-reviewtext h4{font-size:15px;line-height:23px;}
  .home-image-grid-desc{max-width:166px;}
  
    
  }
  
  @media(max-width:575px){
    .header__icon svg, .header__icon--cart .icon svg{height:21px;width:21px;}
    .header__icon--cart svg{height:26px;width:26px;}
    header-drawer .header__icon, header-drawer .header__icon--cart .icon{width:3rem;height:3rem;}
    .announcement-bar p{font-size:14px;line-height:13px;}
    .header__icon--search span{height:96%;}
    .menu-drawer-container{height:26px;}
    header{padding:11px 0;}
    .elevan-step-in-salon-desc{max-width:75%;bottom:95.5%;left:2%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2{left:60%;bottom:72%;max-width:42%;padding:15px 7px 25px;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-1{bottom:75%;left:20%;}
    
/*     .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-3{left:22%;bottom:84.5%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-4{left:20%;bottom:77.5%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-5{left:1%;bottom:61.5%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-6{left:17%;bottom:57%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-7{left:20%;bottom:47%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-8{left:6%;bottom:38%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-9{bottom:38%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-10{bottom:21%;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-11{left:1%;bottom:19%;}
    
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2:before,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2:after,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-4:before,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-4:after,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-6:before,.elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-6:after{left:30%;} */

/*    .elevan-step-in-salon-desc p{font-size:12px;line-height:16px;margin:0 0 20px;}
    .elevan-step-in-salon-desc h4{font-size:12px;margin:0;}
    
    
    .elevan-step-left-arrow, .elevan-step-right-arrow{letter-spacing:0;padding:0 10px;font-size:10px;height:18px;width:75px;}
    .elevan-step-left-arrow:before, .elevan-step-right-arrow:before{width:50px;}
    .elevan-step-right-arrow:after{left:64px;top:9px;}
    .elevan-step-right-arrow:before{left:20px;}
    .elevan-step-left-arrow:after{top:11px;} */
    .elevan-step-in-salon-desc{padding:20px 15px 30px;}
    .elevan-step-in-salon-desc-close{height:30px;width:30px;}
    .elevan-step-in-salon-desc-close:after{height:15px;}
    .elevan-step-in-salon-desc-close:before{width:15px;}
    .professional-text-image-btn .btn{min-width:140px;}
    .professional-text-image-desc .btn{padding:7px 7px 6px;font-size:14px;}
    .professional-text-image-desc{padding:15px;}
    .professional-page-left h4{font-size:14px;line-height:18px;margin:0 0 7px;}
    .professional-page-left-01 p{font-size:14px;line-height:20px;}
    .professional-page-left-02{padding:10px 0;}
    .professional-page-left-logo{padding:7px 0 15px;}
    .professional-page-02-section{padding:40px 0;}
    .professional-page-02-img-text{padding:35px 0 10px;}
    .professional-page-02-img-text-wrap{padding:0 0 25px;}
    .professional-page-02-icon-text ul li{padding:4px 0;}
    .professional-tabs-section figure.professional-first-design-left{width:100%;display:none;}
    .professional-tabs-section figure.professional-first-design-left img{max-height:100px;}
    .professional-first-design-center{width:100%;padding:0;}
    .professional-first-design-section{padding:15px;}
    .professional-first-design{padding:0 0 10px;}
    .professional-first-design-icon li{width:33.3333%;padding:5px 0;}
    .professional-tabs-for li.slick-slide{padding:0;}
    .professional-first-design-section{border-width:3px !important;}
    .professional-second-design-first-box-section figure{display:none;}
    .professional-second-design-first-box{width:100%;padding:0 0 7px;}
    .professional-second-design-second-box-section{padding:30px 0;}
    .professional-tabs-desc-part-right{width:100%;padding:0;}
    .professional-tabs-desc-part{flex-wrap:wrap;}
    .professional-tabs-desc-part-left{width:100%;padding:0 0 10px;}
    .professional-tabs-desc-part-left img{max-height:150px;}
    .professional-tabs-desc-icon li h5{font-size:14px;line-height:16px;text-align:center;}
    .professional-tabs-desc-icon li figure{margin:0 0 5px;}
    .professional-tabs-desc-icon li img{margin:0 auto;max-width:75px;}
    .professional-tabs-section{padding:10px 0 40px;}
    .Buidbox-outer .Buidbox-header h2.title span{display:block;}
    .build-box-popup-price{width:100%;}
    .build-box-popup-ul{padding:0 0 25px;}
    .build-box-popup-ul{width:100%;}
    .box-product-slider .slick-list{padding:0 100px 0 0 !important;}
    .box-product-slider .product-cart-btn{font-size:14px;}
    .build-box-popup-ul li{width:56px;height:72px;line-height:50px;}
    .build-box-popup-ul li figure{padding-bottom:140%;}
    .product-breadcrumb-ul li a,.product-breadcrumb-ul li{font-size:14px;}
    .home-image-text-grid-btn .btn{display:inline-block;}
    .home-blog-wrap figure img{max-height:200px;object-fit:cover;}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in {height: 158px;}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content .btn {padding: 2px 4px 2px;min-width: 97px;}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content {padding: 0 14px;}
    .routin_wrapp_out .routin_wrapp.full_width .routin_wrapp_in {height: 310px;}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in .routin_wrapp_content h2.title {text-align: left;line-height:20px;}
    .routin_wrapp_out .routin_wrapp.full_width .routin_wrapp_in .routin_wrapp_content h2.title {text-align: center;}
    .routin_wrapp_out .routin_wrapp.full_width .routin_wrapp_in .routin_wrapp_content {text-align: center;top: 24px;transform: translate(0);}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in.mobile_hide {display: none;}
    .routin_wrapp_out .routin_wrapp .routin_wrapp_in.desktop_hide {display: block;}
    .in-routine-outer .in-routine-header h2.title span{display: block;}
    .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star{font-size:14px !important;line-height:20px;}
    #product-grid .product-cart-btn,.collection-recommendation-slider .product-cart-btn{margin-top:3px;}
    .trending-product-slider .slick-list, .video-grid-slider .slick-list, .home-image-grid-slider .slick-list{padding:0 !important;}
    .video-grid-slider-small.video-grid-slider .slick-list{padding:0 !important;}
    .home-image-grid-slider li{padding:0 20px;}
    .home-image-grid-desc{max-width:250px;}/*- calc(100% - 50px);-*/
    .professional-icon-part{width:50%;}
    .professional-icon-desc-part p{font-size:14px;line-height:16px;}
    .professional-icon-desc-part h2.title{font-size:14px;padding:0 0 7px;}
    .professional-icon-part figure,.professional-icon-desc-part{padding:15px 7px;}
    .videobox-large-grid{width:350px !important;}
    .videobox-large-grid-count{min-height:180px !important;}
    .routine-var-title-list{font-size:22px;letter-spacing:0;}
    .routine-var-title-list{right:-17%;top:30%;}
    #product-grid .grid__item:last-child .routine-var-title-list{right:0;}
    .home-icon-text-wrap figure{width:100%;text-align:center;padding:0;}
    .home-icon-text-wrap h4{width:100%;text-align:center;}
    .home-icon-text-wrap{flex-wrap:wrap;justify-content:center;padding:0 0 15px;}
    .stylistTips p{font-size:14px !important;}
    .wrap-ingredients-benefits .slick-list{padding:0 70px 0 0 !important;}
    .wrap-ingredients-benefits-icon .ingredients-benefits-txt h6{font-size:14px !important;line-height:16px !important;}
    .ingredients-benefits-icon{padding:0 7px !important;}
    .wrap-ingredients-benefits-icon .ingredients-benefits-txt p{font-size:14px !important;line-height:18px !important;}
    .routines_products_wrapper_slider{margin-top:30px;}
    .professional-tabs-nav .slick-list{padding:0 50px 0 0 !important;}
    .video-grid-slider .slick-list{padding:0 90px 0 0 !important;}
    .professional-tabs-nav li{padding:0 15px;}
    .professional-tabs-nav{margin:0 -15px 25px;}
    .professional-first-design-icon li figure img{max-width:60px;}
    .professional-tabs-desc-icon li h5{font-size:14px;line-height:18px;}
    .professional-tabs-desc-full-img figure:first-child{padding:0;width:100%;}
    .professional-tabs-desc-full-img figure:last-child{width:100%;border:none;border-top:solid 3px #f00;max-width:175px;margin:10px auto 0;padding:12px 30px 0 20px;}
    .videoGridSection .video-grid-slider{margin:0 -10px;width:auto;}
    .videoGridSection .videobox-grid{padding:0 10px;}
    .professional-text-image-btn .btn{display:block;max-width:158px;}
    .professional-text-image-btn .btn.border-btn{max-width:230px;margin:0;}
    .menu-drawer{top:-44px !important;}
    .menu-drawer__navigation{padding-top:12px !important;}
    .product-cart-btn.build-multi-prod-cart-btn-wc{font-size:14px;}
    .build-box-popup h2 a.build-popup-accordian{display:inline-block;}
    .build-popup-accordian svg{width:20px;height:20px;transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);}
  .build-popup-accordian svg path{fill:#FF9F98;}
  .build-popup-accordian.active svg{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);}
  .build-box-popup-ul{display:none;}
  .build-box-popup-ul.active{display:flex;}
    .professional-first-design-center-full.professional-first-design-center{width:100%;}
    
    .home-blog-wrap h4{font-size:14px;line-height:18px;}
    
  }

  @media(max-width:374px){
  .product-cart-btn{font-size:14px;}
    .collection-recommendation-slider .product-cart-btn{font-size:14px;}
    .box-product-slider .product-cart-btn{font-size:14px;}
    .box-product-slider .slick-list{padding:0 70px 0 0 !important;}
    .build-box-popup-price p{font-size:14px;margin:0 0 7px;}
    .build-box-popup-ul li{margin-right:6px;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2 p{font-size:14px;}
    .elevan-step-in-salon-desc.elevan-step-in-salon-desc-list-2{bottom:65%;}
    .videobox-large-grid{width:300px !important;}
    .routine-var-title-list{right:-25%;top:28%;}
    #product-grid .grid__item:last-child .routine-var-title-list{right:-7%;}
    .wrap-ingredients-benefits .slick-list{padding:0 30px 0 0 !important;}
    .product-cart-btn.build-multi-prod-cart-btn-wc{font-size:14px;}
    .trending-product-slider li{padding:0 0 0 0.5rem;}
    .home-image-grid-desc{max-width:166px;}
}
  
  @media(max-width:359px){
  .professional-text-image-btn .btn{min-width:122px;font-size:14px;padding:6px 5px 5px;}
  }

  
  
 small.password__footer-caption.password__footer-text {
    display: none;
}
  
@media screen and (min-width: 750px){
.product__media-item:first-child {
    width: 57%;
    max-width: 80%;
  	margin: auto;
}  
}
  
  .prod-grid-tags-list img {
    width: 60%;
}
  
@media screen and (max-width: 767px){
.wrap-simple-icon {
    padding-bottom: 30px;
    flex-wrap: wrap;
}  
}
  
.wrap-simple-icon {
    flex-wrap: wrap;
}
  
/* HOM - Brendan Custom CSS   */
  
.yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    border-radius: 8px;
    border: 1px solid!important;
    font-weight: 600;
}
  
.yotpo-label.yotpo-small-box {
    display: none;
}  

  h2.title.text-left {
/*     display: flex; */
    justify-content: center;
}
  
  a {
    color: #ff9f98;
    text-decoration: none;
}
  
a.prdMoreDestils {
    margin-top: 20px!important;
    display: block;
}
  
/* Header Sticky   */  
  
/* Header Sticky   */
  
  /* section-announcement-bar */
/* #shopify-section-announcement-bar {
    z-index: 4;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;

}

sticky-header.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom {
    position: fixed !important;
    margin-top: 36px !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;

} */

  .wrap-product-moreDetails h2 {
    color: black!important;
}
  
/* .media > *:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
    height: 80%;
    width: 80%;
}   */
  
  
  

.routine-var-title2 {
    display: inline-grid;
    grid: revert;
    text-align: center;
  	font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: #ff9f98;
    padding-left: 1rem;
  	line-height: 24px;
  /*
  position: absolute;
   margin-top: -83%;
    left: 0;
    right: 0;
    top: 60%;
  */
}

    



/* 
@media (max-width: 991px){

.routine-var-title2 {
    top: 68%;
}

    
}

@media (min-width: 992px){

.routine-var-title2 {
    top: 51%;
}

    
}

@media (min-width: 1100px){

.routine-var-title2 {
    top: 53%;
}

    
}

@media (min-width: 1100px){

.routine-var-title2 {
    top: 53%;
}

    
}

@media (min-width: 1180px){

.routine-var-title2 {
    top: 54%;
}

    
}

@media (min-width: 1300px){

.routine-var-title2 {
    top: 62%;
}

    
} */
  
  .videoGridSection .span-title {
    font-size: 44px;
    line-height: 36px;
    font-weight: 600;
    color: #FF9F98;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 34px;
}
  
  .container.small{
  max-width: 1165px;
  }
  


    /* 
    .home-banner-text-desc h2 {
    text-align: left;
  } */


  .home-image-text-grid-section .product-wrap-desc{padding-top:15px;}  
  .home-image-text-grid-section .routine-var-title{line-height:24px;}
  @media(max-width:767px){
    .routine-var-title, .routine-var-title2{font-size:14px;line-height:20px;}
  }
  
  
/*   .grecaptcha-badge{bottom:0px!important;} */

  
@media (max-width: 760px){
  
  .routin_wrapp_content img {width: 220px;position: absolute;top: 6px;right: -2px;}

.routin_wrapp_content {height: 80%; left: 15px;}
  
button.product-cart-btn {
    font-size: 12px;
}  
 
  .home-banner-text.middle-right .home-banner-text-desc {
    top: 50%;
    right: 0px;
    padding-right: 20px;
    transform: translateY(-50%);
    text-align: right;
    width: 100%;
    margin-left: auto;
    background: rgb(255 219 188 / 19%);
    height: 100%;
    position: absolute;
    border-radius: 6px;
    display: block;
    bottom: 0;
    padding-top: 90px;
}
  
  .home-banner-text.middle-right .home-banner-text-desc h2 {
    text-align: right;
    max-width: 160px;
    width: 100%;
    top: 0;
    bottom: 0;
    margin-left: auto;
}
}
/*   
p.afterpay-paragraph {padding: 22px;position: absolute;width: 100%;left: 0;right: 0;display: block;font-size: 12px;}

.wrap-roundedBorder-icon {margin-top: 90px!important;}
  
}
  
p.afterpay-paragraph {
    padding: 22px 0;
    position: absolute;
    width: 30%;
    left: 58.5%;
    right: 0;
    display: block;
    font-size: 12px;
    text-align: left;
    padding-top: 34px;
}  

.wrap-roundedBorder-icon {margin-top: 90px!important;}  
   */
  
.product__tax.caption.rte {
    display: none;
}
  
  
  h2.title.text-left span {
    color: #FF9F98;
}
  
/* Professional Slider Mobile Image Fix   */
@media (max-width: 767px){
.hero-slider.professional figure img {
    min-height: 365px;
    object-fit: contain;
}
} 
  
  
.product__tax.caption.rte {
    display: none;
}  
  
  p.afterpay-paragraph {
    font-size: 12px;
}
  
.yotpo .write-review .connect-wrapper .form-element {
    float: left;
    width: 68%;
    min-width: 162px;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}  
 
/* Highlight Collection List Fix   */
  
.grid--3-col-tablet .grid__item {
    max-width: 33%;
}
  
@media (max-width: 749px) {
  #ProductGridContainer .grid--3-col-tablet .grid__item { 
    max-width: 50%;
  }
}   
  
  div#Action-Button-Wrapper {
    display: block!important;
}  

/* Fading announcement bar */
.announcement-bar__message {
  display: inline-block; 
  position: relative; 
  transition: opacity .5s ease-in; 
  position: absolute; 
  margin-left: auto; 
  margin-right: auto; 
  left: 0; 
  right: 0; 
  text-align: center;
}
@media (max-width: 749px) {
  .announcement-bar {
    padding: 5px 0;
  }
} 

.kl-teaser-ULm5B7 {
  margin: 0px 90px 0 10px !important;
}
