/** Shopify CDN: Minification failed

Line 4733:75 Unexpected "{"

**/
/* Color custom properties */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* base */

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

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

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

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

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

.page-width {
  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 5rem;
  }

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

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

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

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

@media screen and (min-width: 750px) and (max-width: 1500px) {
  #shopify-section-announcement-bar,
  .header-wrapper{
    zoom:.85;
  }
  #MainContent {
    zoom:.85;
  }
}
@media screen and (min-width: 750px) and (max-height: 800px) {
  #shopify-section-announcement-bar,
  .header-wrapper{
    zoom:.85;
  }
  #MainContent {
    zoom:.85;
  }
}

@media screen and (min-width: 750px) and (max-width: 1300px) {
  #MainContent {
    zoom:.7;
  }
}

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.text-body {
  font-size: 1.5rem;
  letter-spacing: normal;
  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: 110%;
  word-break: break-word;
}

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

.underlined-link,
.customer a {
  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-bottom: 3rem;
  flex-wrap: wrap;
}

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

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

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

@media screen and (min-width: 990px) {

  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

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

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

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

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

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

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

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid--4-col-tablet .grid__item {
    width: 60%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

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

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

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

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

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

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

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

/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  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 {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

.field__button>svg {
  height: 2.5rem;
  width: 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: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 16px;
  min-height: 10rem;
  resize: none;
}

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

.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: 2rem;
  width: 2rem;
  margin-right: 1rem;
}

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

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

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

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

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

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

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  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 {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

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

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

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

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

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

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

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

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

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

/* 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: #456976;
  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;
  top: 1rem;
  right: 1.3rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

@media screen and (max-width: 749px) {
  .cart-count-bubble {
    top: 0.6rem;
    right: -.2rem;
  }
}


/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
  position:relative;
}
#shopify-section-announcement-bar:before{
  content:'';
  position: absolute;
width: 100%;
height: 10px;
left: 0px;
  bottom:0;
  background: linear-gradient(180deg, rgba(128, 102, 102, 0) 0%, #806666 100%);
mix-blend-mode: multiply;
opacity: 0.1;
}
.announcement-bar {
  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;
    font-size: 14px;
    font-weight: 600;
  color: #806666;
}
.announcement-bar-phone{
  position: absolute;
    top: 0;
    left: calc((100% - 1700px) / 2);
}
.announcement-bar-phone .announcement-bar__link{
  padding-left:25px;
}
.announcement-bar-phone .announcement-bar__link:hover{
  background:transparent;
}
.announcement-bar-phone .announcement-bar__message{
    display:flex;
    align-items:center;
    column-gap:8px;
}
@media screen and (max-width:1700px){
  .announcement-bar-phone{
 
      left: 0;
  }
}
@media screen and (max-width: 749px) {
  .announcement-bar-phone{
   display:none;
  }
}
/* section-header */
#shopify-section-header {
  z-index: 3;
}

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

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

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

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

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: #FCF4F3;
}

.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;
  height: 80px;
  padding: 0px 20px;
  max-width:1700px;
  margin:auto;
}

@media screen and (min-width: 990px) {

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

@media screen and (max-width: 989px) {

  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header {
    height: 65px;
    padding: 20px;
  }
}

@media screen and (min-width: 990px) {
  .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;
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

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

.header>.header__search {
  grid-area: left-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: 990px) {

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 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);
}

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.9rem 1.2rem 1.9rem 0;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
}

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

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

.header__menu-item span span {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 500;
  background-color: #E4A734;
  color:#fff;
  font-size: 1.7rem;
  border-radius: 2px;
    padding: 2px 4px;
}



details[open]>.header__menu-item {
 border-bottom:1px solid;
}

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

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

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}
.header__active-menu-item-bold{
  color: #E4A734;
  font-weight: 500;
}
.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

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

.header__submenu.list-menu {
  padding: 2.4rem 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 {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

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

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

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

header-menu>details,
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: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}
.badge.sale-badge{
  background: rgba(207, 121, 100, 0.85);
  border:none;
}
@media screen and (min-width: 990px) {
  .badge.sale-badge{
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 1px rgba(255, 249, 245), 0px 0px 0px 4px rgba(207, 121, 100, .85);
  }
}
@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

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

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

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

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

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

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

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

  .content-container--full-width-mobile:after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lo-text-second {
  color: #806666;
  letter-spacing: 0;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .lo-text-second {
    font-size: 14px;
    line-height: 18px;
    font-family: inherit;
    padding-left:10px;
    padding-right:10px;
  }
}


.lo-text-second p:not(:last-child) {
  margin: 0px !important;
}

.lo-button {
  text-transform: lowercase;
  background-color: #fff;
  color: #CF7964;
  box-shadow: 0px 0px 0px 2px #CF7964 !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font-family: 'KumbhSans';
  font-style: normal;
  font-weight: 400;
  width: auto;
  height: 48px;
  text-decoration: inherit;
  font-size: 18px;
  line-height: 23px;
}

.lo-button.secondary {
  box-shadow: 0px 0px 0px 1px #456976 !important;
  color: #456976;
  height: 54px;
}


.lo-button svg {
  padding-left: 7px;
  padding-top: 2px;
}

.lo-page-width-narrow {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 5%;
}

@media screen and (max-width: 749px){
  .lo-page-width-narrow {
    padding: 0 4%;
  }
}
.lo-slider-button {
  background: #456976;
  opacity: 0.7;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: rotate(90deg);
  position: absolute;
  right: -10%;
}

.lo-slider-button.slider-button--prev {
  left: -30%;
}

.lo-slider-button:disabled {
  display: none;
}

.lo-collections-slide-overlay {
  position: absolute;
  background: linear-gradient(270deg, #FFF9F5 8.85%, rgba(255, 249, 245, 0) 100%);
  width: 200px;
  height: 100%;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: right;
  align-items: center;

}

.lo-collections-slide-overlay-left {
  position: absolute;
  width: 200px;
  height: 100%;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: left;
  align-items: center;

}


.lo-price-item {
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 215px;
  height: 215px;

}

.lo-price-item-text {
  font-weight: 300;
  font-size: 44px;
  line-height: 56px;
  font-family: 'KumbhSans';
  font-style: normal;
}

.lo-price-item-text-small {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 5px;
  font-family: bilo, sans-serif;
  font-style: normal;
}



.lo-price-collection-list {
  justify-content: center;
  column-gap: 40px;
  max-width: 1360px;
  margin: auto;
}


span.lo-price-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='131' height='24' viewBox='0 0 131 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M67.0615 10.0877L66.0777 9.59564L67.0615 10.0877ZM56.3235 22.6107L55.5458 21.8328L55.5458 21.8328L56.3235 22.6107ZM43.7958 10.0877L44.7796 9.59564L43.7958 10.0877ZM54.5338 22.6107L55.3115 21.8328L55.3115 21.8328L54.5338 22.6107ZM56.5286 21.7161C56.5286 16.4879 57.6207 11.4975 59.2313 7.84823C60.0378 6.02092 60.953 4.57818 61.884 3.61029C62.8251 2.63195 63.6761 2.24258 64.377 2.24258V0.0425781C62.8407 0.0425781 61.4547 0.88315 60.2985 2.08516C59.1322 3.29761 58.09 4.98563 57.2186 6.95995C55.4736 10.9139 54.3286 16.2103 54.3286 21.7161H56.5286ZM64.377 2.24258C65.3576 2.24258 66.0323 2.43955 66.4786 2.71841C66.9045 2.9845 67.1923 3.36701 67.3461 3.90481C67.6771 5.06324 67.3847 6.98253 66.0777 9.59564L68.0452 10.5798C69.4227 7.8259 70.0251 5.27262 69.4613 3.30023C69.1676 2.27263 68.5607 1.42516 67.6443 0.852633C66.7484 0.292872 65.6334 0.0425781 64.377 0.0425781V2.24258ZM66.0777 9.59564C62.403 16.9422 56.6216 20.7574 55.5458 21.8328L57.1011 23.3887C57.815 22.6751 64.1578 18.3518 68.0452 10.5798L66.0777 9.59564ZM55.5458 21.8328C55.5056 21.8729 55.5089 21.8602 55.5572 21.8341C55.6085 21.8065 55.7347 21.7515 55.9166 21.7573C56.3513 21.7711 56.5447 22.0777 56.5663 22.116C56.5898 22.1579 56.5719 22.1417 56.5528 22.0272C56.5365 21.9294 56.5286 21.8158 56.5286 21.7161H54.3286C54.3286 21.9146 54.3431 22.1514 54.3827 22.389C54.4196 22.6101 54.4911 22.9144 54.6489 23.1948C54.8047 23.4718 55.1771 23.9349 55.8467 23.9562C56.4302 23.9747 56.8585 23.6312 57.1011 23.3887L55.5458 21.8328ZM56.5286 21.7161C56.5286 16.2103 55.3837 10.9139 53.6386 6.95995C52.7673 4.98563 51.725 3.29761 50.5588 2.08516C49.4026 0.88315 48.0165 0.0425781 46.4803 0.0425781V2.24258C47.1811 2.24258 48.0322 2.63195 48.9732 3.61029C49.9042 4.57818 50.8195 6.02092 51.6259 7.84823C53.2365 11.4975 54.3286 16.4879 54.3286 21.7161H56.5286ZM46.4803 0.0425781C45.2239 0.0425781 44.1089 0.292872 43.2129 0.852633C42.2966 1.42516 41.6896 2.27263 41.3959 3.30023C40.8322 5.27262 41.4345 7.8259 42.812 10.5798L44.7796 9.59564C43.4726 6.98253 43.1801 5.06324 43.5112 3.90481C43.6649 3.36701 43.9528 2.9845 44.3787 2.71841C44.825 2.43955 45.4996 2.24258 46.4803 2.24258V0.0425781ZM42.812 10.5798C46.6994 18.3518 53.0423 22.6751 53.7561 23.3887L55.3115 21.8328C54.2356 20.7574 48.4542 16.9422 44.7796 9.59564L42.812 10.5798ZM53.7561 23.3887C53.9987 23.6312 54.4271 23.9747 55.0106 23.9562C55.6801 23.9349 56.0525 23.4718 56.2083 23.1948C56.3661 22.9144 56.4376 22.6101 56.4745 22.389C56.5141 22.1514 56.5286 21.9146 56.5286 21.7161H54.3286C54.3286 21.8158 54.3208 21.9294 54.3045 22.0272C54.2854 22.1417 54.2674 22.1579 54.291 22.116C54.3126 22.0777 54.506 21.7711 54.9406 21.7573C55.1225 21.7515 55.2488 21.8065 55.3 21.8341C55.3483 21.8602 55.3516 21.8729 55.3115 21.8328L53.7561 23.3887Z' fill='%23FFF9F5'/%3E%3Cpath d='M48 22.8574H62.8571' stroke='%23FFF9F5' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M2.28988 21.4904V1.62592C2.28988 1.27246 2.28988 0.954345 2.11099 0.706921C1.93209 0.4595 1.61007 0.353461 1.14494 0.353461C0.679809 0.353461 0.357794 0.4595 0.178897 0.706921C0 0.954345 0 1.27246 0 1.62592V22.3741C0 23.1163 0.250456 23.4698 1.10916 23.4698H10.6265C10.9843 23.4698 11.2705 23.4698 11.521 23.2931C11.7357 23.1517 11.8788 22.8689 11.8788 22.4801C11.8788 22.0913 11.7357 21.8085 11.521 21.6672C11.2705 21.4904 10.9843 21.4904 10.6265 21.4904H2.28988Z' fill='%23FFF9F5'/%3E%3Cpath d='M14.1074 12.0177C14.1074 19.1222 18.5799 24 25.8431 24C33.1421 24 37.7219 19.1222 37.7219 11.9823C37.7219 4.87776 33.2494 0 25.9862 0C18.6872 0 14.1074 4.87776 14.1074 12.0177ZM16.5047 11.9823C16.5047 5.62003 20.1899 1.94404 25.8789 1.94404C31.5678 1.94404 35.3246 5.62003 35.3246 12.0177C35.3246 18.38 31.6393 22.056 25.9504 22.056C20.2615 22.056 16.5047 18.38 16.5047 11.9823Z' fill='%23FFF9F5'/%3E%3Cpath d='M77.5516 2.58027H85.1011C85.4589 2.58027 85.7451 2.58027 85.9955 2.40354C86.2102 2.26215 86.3533 1.97938 86.3533 1.59057C86.3533 1.20177 86.2102 0.918999 85.9955 0.777615C85.7451 0.600884 85.4589 0.600884 85.1011 0.600884H76.4067C75.5837 0.600884 75.2975 0.918999 75.2975 1.69661V22.3741C75.2975 23.1163 75.5837 23.4698 76.4067 23.4698H86.2102C86.568 23.4698 86.8543 23.4698 87.1047 23.2931C87.3194 23.1517 87.4625 22.8689 87.4625 22.4801C87.4625 22.0913 87.3194 21.8085 87.1047 21.6672C86.8543 21.4904 86.568 21.4904 86.2102 21.4904H77.5516V12.053H83.7772C84.135 12.053 84.4213 12.053 84.6717 11.8763C84.8864 11.7349 85.0295 11.4521 85.0295 11.0633C85.0295 10.6745 84.8864 10.3918 84.6717 10.2504C84.4213 10.0736 84.135 10.0736 83.7772 10.0736H77.5516V2.58027Z' fill='%23FFF9F5'/%3E%3Cpath d='M96.245 13.4315C96.245 13.4315 96.7101 13.5022 97.6761 13.5022C99.0357 13.5022 99.966 13.3608 99.966 13.3608C99.966 13.3608 100.574 14.4212 101.827 16.1532L106.442 22.6215C106.907 23.2577 107.229 23.6819 108.159 23.6819C109.376 23.6819 109.483 22.975 109.018 22.3387L102.113 12.9013C105.404 11.8763 107.015 9.61414 107.015 6.64507C107.015 4.13549 105.87 2.40354 103.902 1.41384C102.292 0.600884 100.36 0.353461 98.4991 0.353461C97.2468 0.353461 96.1376 0.4595 95.3863 0.600884C93.9909 0.883652 93.9909 1.3785 93.9909 2.26215V22.4094C93.9909 22.7629 93.9909 23.081 94.1698 23.3284C94.3486 23.5758 94.6707 23.6819 95.1358 23.6819C95.6009 23.6819 95.8872 23.5758 96.0661 23.3284C96.245 23.081 96.245 22.7629 96.245 22.4094V13.4315ZM96.245 2.43888C96.245 2.43888 97.2826 2.26215 98.5706 2.26215C101.683 2.26215 104.582 3.32253 104.582 6.85714C104.582 9.93225 102.363 11.6289 97.5688 11.6289C96.889 11.6289 96.245 11.5935 96.245 11.5935V2.43888Z' fill='%23FFF9F5'/%3E%3Cpath d='M120.912 12.3358L114.364 1.41384C113.935 0.706921 113.577 0.353461 112.682 0.353461C111.967 0.353461 111.573 0.600884 111.573 1.02504C111.573 1.27246 111.752 1.55523 112.002 1.97938L119.659 14.4566V22.4094C119.659 22.7629 119.659 23.081 119.838 23.3284C120.017 23.5758 120.339 23.6819 120.804 23.6819C121.269 23.6819 121.591 23.5758 121.77 23.3284C121.949 23.081 121.949 22.7629 121.949 22.4094V14.4566L129.892 1.94404C130.143 1.55523 130.286 1.27246 130.286 0.989691C130.286 0.600884 129.999 0.353461 129.32 0.353461C128.389 0.353461 128.032 0.81296 127.674 1.41384L120.912 12.3358Z' fill='%23FFF9F5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent;
}

span.lo-luxe {
  font-family: 'Cormorant';
  font-style: italic;
  font-weight: 500;
  font-size: 46px;
  line-height: 56px;
  color: white;
  text-transform: uppercase;

}

@media screen and (max-width: 749px) {
  .lo-price-item {
    width: 160px;
    height: 160px;
  }

  .lo-price-item-text {
    font-size: 24px;
    line-height: 26px;
  }

  .lo-price-item-text-small {
    font-size: 14px;
    line-height: 14px;
  }

  span.lo-luxe {
    font-size: 24px;
    line-height: 28px;
  }
  .lo-price-collection-list {
    column-gap: 20px;
    row-gap: 20px;
    padding:0 18px;
  }
}

.lo-lower-menu {
  background-color: #FFF;
  height: 60px;
  display: grid;
  align-items: center;
}
.lo-lower-menu > div{
  padding: 0px 20px;
    max-width: 1700px;
    margin: auto;
    width: 100%;
}
.lo-menu-inline {
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lo-blog-card-content {
  background-color: #FFF9F5;
  padding: 40px !important;
}

.lo-blog-card-heading {
    color: #345460;
    margin: 0;
    font-family: Cormorant;
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
}

.lo-blog-card-excerpt {
  width: 100%;
  margin-top: 20px;
  color: #806666;
  font-family: 'KumbhSans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.lo-blog-card-arrow {
  color: #456976;
  width: 16px;
  margin-left: 0 !important;
}

.lo-blog-grid {
  column-gap: 60px !important;
  max-width: 1320px;
  margin: auto;
  flex-wrap: nowrap;
}

.lo-blog-grid-item {
  max-width: 400px !important;

}

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

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

.lo-logos-item {
  vertical-align: middle;
  padding: 13px;
  display: table-cell;
  opacity: 0.5;
  text-align:center;
}

.lo-logos-item img {
  max-width: 100%;

}

.lo-logos-list {
  height: 105px;
  white-space: nowrap;
  width: 100%;
  display: table;
}


.lo-title-blocks {
  width: 100%;
  
}
.lo-title-blocks .lo-title-text{
  max-width: 50rem;
  margin:auto;
}
.lo-title-blocks.wide {
  width: 100%;
  max-width: 730px;
}

.lo-title-blocks * {
  overflow-wrap: break-word;
}

.lo-title-blocks>* {
  margin-top: 0;
  margin-bottom: 10px;
}

.lo-title-blocks.wide>* {
  margin-top: 0;
}

.lo-title-heading.hxl {
  font-family: 'Cormorant';
  font-style: normal;
  text-align: right;
  text-align: center;
  letter-spacing: normal;
  font-weight: 300;
  font-size: 66px;
  line-height: 66px;
  margin-bottom: 24px;
  padding-top: 14px;
}


.lo-title-heading.h1 {
  font-size: 44px;
  line-height: 40px;
  font-weight: 400;
  font-family: inherit;
}

.lo-title-text {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: normal;
}

.lo-title-text.large {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
}


@media screen and (max-width: 749px) {
  h2.rich-text__heading.rte.hxl {
    font-size: 4rem;
  }

  h2.rich-text__heading.rte.h1 {
    font-size: 2rem;
    font-family: 'KumbhSans';
    font-style: normal;
    font-weight: 500;
  }
  .lo-title-heading.hxl {
    font-weight: 300;
    font-size: 34px;
    line-height: 46px;
  }
  .lo-title-heading.h1 {
    font-size: 20px;
    line-height: 26px;
  }
}




.lo-title-icon-circle {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: flex;
  margin-left: auto;
  justify-content: center;
  margin-right: auto;
  align-items: center;
  text-align: center;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  right: 0;
}

.lo-image-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1225px;
  margin: 0 auto;
  height: 800px;
  
}

.lo-image-slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lo-image-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 460px;
  text-align: center;
}

.lo-image-slder-right {
  width: 50%;
}

.lo-image-slide {
  width: 100%;
  height: 800px;
  display: block !important;
  background-size: cover;
  background-position: left center;
}

.lo-image-slider-title {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-size: 66px;
  line-height: 66px;
  color: #456976;
  margin: 0px;
}

.lo-image-slider-description {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #456976;
  padding-top: 40px;
  padding-bottom: 80px;
}
.lo-image-slider-description p {
  margin: 0px;
}

@media screen and (max-width: 749px) {
  .lo-image-slider-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lo-image-slider-left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lo-image-slder-right {
    width: 100%;

  }

  .lo-image-slide {
    height: 300px;
  }

  .lo-image-slider-content {
    width: 80%;
  }
}


.lo-slideshow {
  position: relative;
  outline: none;
    box-shadow: none;
}

.lo-slideshow-slide {
  height: 1175px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

.lo-slideshow-content {
      position: relative;
   
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    padding: 0px 20px;
    justify-content: center;
  flex:auto;
}

.lo-slideshow-promo-wrapper {
  width: 130px;
    height: 70px;
    position: absolute;
    left: -4%;
    bottom: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background: rgba(40, 40, 40, 0.5);
    opacity: 0.75;
    border: 1px dashed rgba(164, 179, 163, 0.5);
    transform: rotate(-15deg);
}

.lo-slideshow-promo-wrapper p {
  color: #D7E7AA;
    font-family: 'KumbhSans' !important;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 0px 20px;
    letter-spacing: 0.1em;
}
.lo-slideshow-promo-wrapper p strong{
  font-weight: 500;
}
.lo-slideshow-products {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 0px;
  margin-bottom:90px;
}
.lo-slideshow-content .banner__buttons{
      display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    word-break: break-word;
    max-width:var(--content_width);
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}
.lo-slideshow-content .lo-button{
  background-color: transparent;
    border: 1px solid var(--heading_color);
    color: var(--heading_color);
    box-shadow: none !important;
    padding: 0 4rem;
  column-gap: 12px;
}
.lo-slideshow-content .lo-button svg{
  padding-left: 0;
  padding-top: 0;
    position: relative;
    top: 1px;
}
.lo-slideshow-product {
  width: 320px;
  height: 484px;
  background: #FFF9F5;
  border-radius: 2px;
  padding: 20px 20px;
}

.lo-alignto {
  display: block;
  width: auto;
  height: 50px;
  background: red;
  margin: 10px 25px;
}

.lo-slideshow-title {
  font-family: 'Cormorant';
    font-size:var(--heading_size);
    line-height: 1;
    text-align: center;
    letter-spacing: -0.02em;
    color: var(--heading_color);
    margin: 0;
    max-width:var(--content_width);
    font-style: var(--heading_style);
    font-weight: 300;
}

.lo-slideshow-subtitle {
  font-family: 'Cormorant';
    font-weight: 400;
    font-style: var(--subtitle_style);
    font-size:var(--subtitle_size);
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.06em;
    margin: 0;
    max-width:var(--content_width);
    width: 100%;
    color: var(--subtitle_color);
}
.lo-slideshow-subtitle.before{
  margin-bottom:20px;
}
.lo-slideshow-subtitle.after{
  margin-top:20px;
}
.lo-slideshow-description {
    font-size:var(--description_size);
    line-height: 28px;
    text-align: center;
    color: var(--description_color);
    margin: 0;
    max-width:var(--content_width);
    width: 100%;
  letter-spacing: 0.08em;
}
.lo-slideshow-description p {
  margin:0;
}
.lo-slideshow-description p strong{
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding-bottom:5px;
  letter-spacing: 0.08em;
}
.lo-slideshow-description:before{
      content: '';
    width: 80px;
    height: 1px;
    background-color: var(--heading_color);
    display: block;
    margin: 30px auto;
}


.lo-slideshow .flickity-button {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .lo-slideshow-slide {
    height: 1150px;
    background-position: top center;
    background-size: contain;
    overflow: hidden;
        background-repeat: no-repeat;
  }

  .lo-slideshow-promo-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0;
    transform: none;
    display: block;
    background-color: unset;
  }

  .lo-slideshow-promo-wrapper p {
    font-size: 11px;
    line-height: 12px;
    padding: 0px;
    margin-top:0;
  }
  .lo-slideshow-content .banner__buttons{
    margin-top: 20px;
  }

  .lo-slideshow-products {
    width: 100%;
    align-self: flex-end;
    margin-bottom: 70px;
    padding-left: 0px;
    padding-top:30px;
    padding-bottom:30px;
    background-color: #FCF4F3;
  }
.lo-slideshow-products .swiper-slide{
  background-color:#fff;
}
  .lo-slideshow-title {
    font-size: 44px;
    line-height: 50px;
    max-width:var(--content_width_sm);
    margin: 0 auto;
  }

  .lo-slideshow-subtitle {
    font-size: 24px;
    line-height: 29px;
    max-width:var(--content_width_sm);
    margin: 0 auto;
    letter-spacing: 0;
  }
  .lo-slideshow-subtitle.before{
    margin-bottom:10px;
  }
  .lo-slideshow-subtitle.after{
    margin-top:10px;
  }

  .lo-slideshow-description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .lo-slideshow-description p strong{
    font-weight:500;
    font-size: 18px;
    line-height: 23px;
  }
  .lo-slideshow-content {
    padding: 220px 0 10px 0 !important;
    margin: 0 !important;
    justify-content: center;
  }

  .lo-slideshow-product {
    width: 210px;
    height: 345px;
  }

  .card--standard>.card__content .card__information {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lo-slideshow-description:before{
    display:none;
  }
}

.header__icons.left {
  justify-self: start;
  grid-area: left-icon;
}

.lo-header-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  width: 7rem;
  height: 4.4rem;
  justify-content: space-between;
}

.lo-header-icon-text {
  margin: 0;
  font-family: 'KumbhSans' !important;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #456976;
  opacity: 0.8;
  padding-top: 6px;
}


.lo-header-icon:hover .lo-header-icon-text {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  .lo-header-icon-text {
    display: none;
  }

  .lo-header-icon {
    display: flex;
    align-items: center;
    flex-direction: row;
    text-decoration: none;
    width: 4.4rem;
    height: 4.4rem;
    justify-content: center;
  }
}

.lo-collection-list-item-wrapper {
  position: relative;
}

.lo-collection-list-item-wrapper img {
  height: 360px;
  width: 100%;
  object-fit: cover;
}

.lo-collection-list-item-caption {
  color: white;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.35);
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.lo-collection-list-item-caption p {
  margin: 0px;
  font-family: bilo, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 23px;
}


.lo-image-with-text_media {
  -webkit-filter: drop-shadow(-20px 20px 0px #FFF9F5);
  filter: drop-shadow(-20px 20px 0px #FFF9F5);

}

.lo-image-text_shape-right {
  display: block;
  position: absolute;
  z-index: -1;
  right: -10%;
  transform: scaleX(-1);
  bottom: 20%;
}

.lo-image-text_shape-left {
  display: block;
  position: absolute;
  left: -10%;
  top: 30%;
  z-index: -1;
}


.lo-page-width {
  max-width: 1500px;
  margin: 0 auto;
}

.lo-image-and-text {
  text-align: center;
  display: block;
  margin: 0px auto;
  width: 394px;
  padding: 0px !important;
}

.lo-image-and-text h2 {
  margin: 0px auto;
}

.lo-image-and-text a {
  margin: 40px auto 0px auto;
}

.lo-image-and-text__heading {
  font-weight: 300;
  font-size: 66px;
  line-height: 80px;
  color: #CF7964;
  opacity: 0.75;
  text-align: center;
}



@media screen and (max-width: 749px) {
  .lo-collection-list-item-wrapper img {
    height: auto;
  }
  .lo-image-text-shape {
    display: none;
  }
  .lo-image-and-text a {
    margin-bottom: 20px;
  }

 .lo-page-width {
    padding: 0 18px;
}

  .lo-image-and-text__heading {
    font-size: 34px;
  line-height: 41px;
  padding-top: 20px;
  }
  .lo-image-and-text {
    width: auto;
  }
}

.lo-small-mega-link {
  font-family: 'KumbhSans' !important;
  font-style: normal;
  font-size: 14px !important;
  line-height: 18px;
  color: #806666 !important;

}

.lo-footer-link {
  font-family: 'KumbhSans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666 !important;
  text-decoration: none !important;
}

.lo-footer-grid {
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lo-footer-grid-item {
  width: auto !important;
  flex-grow: 1;
  padding-left: 40px;
}

.lo-footer-grid-item+.lo-footer-grid-item {
/*   border-left: 1px solid #3a2c4711; */
  padding-left: 60px;
}

@media screen and (max-width: 749px) {
  .lo-footer-grid-item {
    width: 100% !important;
  }

  .footer-block__heading {
    margin-bottom: 2rem;
    font-size: calc(var(--font-heading-scale) * 2rem) !important;
    text-align: center;
  }

  .lo-footer-link {
    justify-content: center;
  }

  .grid__item {
    max-width: 100%;
  }

  .lo-footer-social {
    padding-top: 40px !important;
    order: 2;
    padding-bottom: 40px !important;
  }

  .lo-footer-email {
    order: 1;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lo-footer-menu {
    order: 3;
    padding-top: 40px !important;
  }

  .lo-footer-grid-item+.lo-footer-grid-item {
    border-left: none;
    border-top: 1px solid #3a2c4711;
    padding-top: 60px;
  }
}

.lo-footer-width {
  max-width: 1450px;
  margin: auto;
}


@media screen and (max-width: 749px) {
  .lo-title_shape-right {
    display: block;
    position: absolute;
    z-index: -1;
    right: -30%;
    transform: scaleX(-1);
    bottom: 20%;
  }

  .lo-title_shape-left {
    display: block;
    position: absolute;
    left: -60%;
    top: 30%;
    z-index: -1;
  }

  .rich-text.content-container {
    overflow-x: clip;
  }
  .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    transform: translateX(-50%);
}
}


.lo-product-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    gap: 20px;
    align-items: baseline;
  max-width: 740px;
}

.lo-product-features-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 80px;
  margin-bottom: 0px;
}

.lo-product-features-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 12px;
/*   max-width: 100px; */
}

.lo-product-features-item-heading {
  font-family: 'KumbhSans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #806666;
  margin: 0px;
}


.breadcrumbs {
  margin: 0 0 2em;
}

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

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item:not(:last-child):after {
  content: '/';
  display: inline-block;
  padding-right: 5px;
  color: #806666;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #806666;
  font-family: 'KumbhSans';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}

.breadcrumbs__link[aria-current="page"] {
  text-decoration: none;
  font-weight: 400;
}

.breadcrumbs__link[aria-current="page"]:hover,
.breadcrumbs__link[aria-current="page"]:focus {
  text-decoration: underline;
}

.product.grid {
  justify-content: space-between;
}

.lo-product-stock-check {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-top: 20px!important;
}
.product__text {
  margin-top: 20px!important;
}
.lo-product-stock-check-text{
  font-family: 'KumbhSans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin: 0px;
}

.lo-price-grid {
  display: flex;
  align-items: center;
  column-rule: 4px double #ff00ff;
  column-gap: 20px;
  font-family: 'KumbhSans';
  font-style: normal;
}
.lo-item-price {
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  color: #456976;
}
.lo-price-detail {
  display: grid;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  border-left: 1px solid #E1DFE3;
  padding-left: 20px;
}
.lo-price-detail p {
  margin: 0px;
}
.lo-price-value {
  font-weight: 500;
}
.lo-savings{
  color:#CF7964;
}

.lo-product-share {
    display: flex;
    column-gap: 24px;
    justify-content: center;
    border-top: 0;
    padding-top: 0;
}
.lo-product-share svg {
    width: 20px;
    height: 20px;
}
.lo-product-share span {
    font-family: 'KumbhSans';
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #666666;
}
.lo-products-tabs-bar {
  background: #FFF9F5;
  display: flex;
  justify-content: center;
  font-family: 'KumbhSans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  gap: 62px;
}
.lo-product-tabs-button {
    background: #FFF9F5;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-style: normal;
    font-family: 'KumbhSans';
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
    padding: 0;
    white-space: nowrap;
    position: relative;
}
.lo-tabs-button-icon {
    height: auto;
    position: absolute;
    top: -33%;
    left: 50%;
    transform: translateX(-50%);
}
.button-icon{
  display: none;
}
.button-icon.show{
  display: block!important;
}
.lo-tabs-button-content {
    background: #FFF9F5;
    color: #CF7964;
    padding: 25px 0;
    font-family: 'KumbhSans';
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.6;
}
/* .lo-product-tabs-description {
  margin-left: auto;
  width: 800px;
  margin-right: auto;
} */
.lo-product-tabs-description h2 {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 41px;
    color: #456976;
    text-transform: capitalize;
}

.lo-products-tab {
  display: grid;
  background: #FFF9F5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.lo-products-tabs {
  display: grid;
}
.lo-product-tabs-included {
  display: flex;
  max-width: 1300px;
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'KumbhSans';
  font-style: normal;
  flex-wrap: wrap;
  row-gap: 60px;
  column-gap: 60px;
}
.lo-product-tabs-included h2{
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #456976;
  margin: 20px 0px 0px 0px;
  font-family: 'KumbhSans';
}
.lo-product-tabs-included p {
    color: #666666;
    font-family: 'KumbhSans';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}
.swiper-scrollbar-drag {
    display: block!important;
    background: #fff!important;
}
.heroSwiper {
    overflow: hidden;
}
.lo-product-tabs-included-item {
  width: 20%;
/*   display: grid; */
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  border: 30px;
      max-width: 260px;
}
.lo-image-circle {
  display: block;
  width: 230px;
  height: 230px;
  background: #FFF;
  text-align: center;
  align-content: center;
  align-items: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 25px;position: relative;
  margin-left: 20px!important;
}
.lo-image-circle>img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 35px;
    object-fit: contain;
}
.img_count {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 300;
    font-size: 66px;
    line-height: 80px;
    color: #CF7964;
    opacity: .2;
    position: absolute;
    top: 10%;
    left: 0;
}
.tab-active {
    border-top: 1px solid #CF7964;
    color: #CF7964;
    opacity: 1;
}

.tabs-color-back {
  height: 30px;
  width: 100%;
  position: relative;
  top: 0%;
  background: #FFF;;
}
body.gradient {
    font-family: 'bilo';
    color: #806666;
}

.lo-right-padding-zero {
  padding-right: 0;
}
.lo-recommendations-button{
  right: 15%;
}
.lo-recommendation-product{
  padding: 15px!important;
}
.lo-page-width-product {
  max-width: 1540px;
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
}
.about-img-txt .lo-image-and-text__heading {
    font-size: 44px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0em;
    padding:0;
}

.tamplate-corporate .about-img-txt .lo-image-with-text_media {
    -webkit-filter: drop-shadow(-20px 20px 0px #FFF9F5);
    filter: drop-shadow(-20px 20px 0px #FFF9F5);
}

.lo-image-text_shape-top_align {
    bottom: unset;
    top: -50%;
}
.lo-image-text_shape-bottom_align {
    top: unset;
    bottom: -50%;
}

.tamplate-about-us .lo-image-text_shape-top_align, .tamplate-corporate .lo-image-text_shape-top_align{
    bottom: unset;
    top: -50px;
}
.tamplate-about-us .lo-image-text_shape-bottom_align, .tamplate-corporate .lo-image-text_shape-bottom_align {
    top: unset;
    bottom: -50px;
}

.logo_sec .lg_mx {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.logo_sec .sec_top p {
    font-size: 22px;margin: 0;
    line-height: 32px;
}
.logo_sec .lo-logos-list {
    margin-top: 40px;
}
.icn_txt p {
    font-size: 12px;
    line-height: 16px;
    color: #806666;
    margin: 20px 0 0 0;
    font-family: 'KumbhSans';
}
.d_none {
    display: none;
}
.vid h2.lo-image-and-text__heading {
    margin: 0;
}
.vid .image-with-text__media-item {
    width: 60%;
}
.vid .image-with-text__text-item.grid__item {
    width: 40%;
}
.logo_sec li.lo-logos-item {
    opacity: 1;
}
.lo-text-second p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
}
.tamplate-corporate .lo-text-second.lo_sec_index-2 p {
    line-height: 4rem;
}
.tamplate-private-label .about-img-txt.left.image-with-text {
    margin-bottom: 0px;

}
.isolate.lo_itm {
    overflow: hidden;
}
.tamplate-private-label .lo-image-text_shape-left.lo-image-text_shape-bottom_align {
    top: 44px;
    left: unset;
    right: -60px;
    transform: rotateY(190deg);
}
.tamplate-private-label .lo-image-text_shape-bottom_align {
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    transform: translateZ(10px);
}
.tamplate-private-label .lo-image-text_shape-top_align {
    bottom: unset;
    top: -6%;
}
.lo-title-blocks p {
    font-family: Cormorant;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}
.lo_pro_cstm .color-background-1 {
    background: #456976;
} 
.lo_pro_cstm .collection-list__item {
    background: #FFF9F5;
}  
.lo_pro_cstm .lo-slider-button.slider-button--prev {
    left: -10%;
}  
.lo_pro_cstm .lo-collections-slide-overlay {
    background: linear-gradient(270deg, #456976 8.85%, rgba(69, 105, 118, 0) 100%);
}
  .product-recommendations__heading.h1 {
    color: #fff;
}  
.lo_pro_cstm .lo-slider-button {
    background: #FFF9F5;
} 
.lo_pro_cstm .lo-slider-button svg path {
    fill: #000;
}
.lo_pro_cstm .card--standard>.card__content .card__information {
    padding-bottom: 25px;
} 
.collection .collection-list__item {
    padding: 36px 26px 7px 26px!important;
}
.feature_coll .lo-collections-slide-overlay-left {
    top: 0;
}
.feature_coll .lo-collections-slide-overlay {
    top: 0;
}
.feature_coll button.slider-button {
    background: #FFF9F5;
    opacity: .7;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    color: #fff;
    transform: rotate(90deg);
}
.rich-text__text.rte p {
    font-family: 'KumbhSans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}
.feature_coll button.slider-button.slider-button--next {
    right: 80px;
}
.feature_coll .slider-button .icon {
    height: 1.6rem;
}
.feature_coll button.slider-button.slider-button--prev {
    left: -23px;
}
.feature_coll button.slider-button svg path {
    fill: #000;
}
.feature_coll button.slider-button.slider-button--prev[disabled] {
    display: none;
}
.feature_coll button.slider-button.slider-button--next[disabled] {
    display: none;
}
.blog__title {
    color: #345460;
    font-family: 'KumbhSans';
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}
.top_fl span, .top_fl time {
    font-family: 'KumbhSans';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.article-template__content span {
    font-family: 'KumbhSans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}
.article-template__content strong {
    font-family: 'KumbhSans';
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
}
.template-article .article-template__content {
    margin-bottom: 65px;
}
.template-article .rich-text:after {
    border-bottom: 1px solid #45697626;
    content: '';
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    max-width: var(--page-width);
}
.template-article .rich-text {
    position: relative;
}
.template-article .title-wrapper-with-link {
    margin-bottom: 40px;
}
.template-article .isolate.lo_itm .rich-text {
    padding-bottom: 12px;
}
.template-article .isolate.lo_itm .lo-title-blocks {
    z-index: 1;
}
.template-article .isolate.lo_itm .rich-text:after {
    bottom: 12px;
    max-width: 100%;
    border: none;
}
.template-article .rich-text-main .rich-text__wrapper {
    padding: 0;
}
.fields__input {
    width: 100%;
}
.cart_cstm_des {
    display: grid;
    grid-template-columns: 57% 24%;
    gap: 245px;
}
.cart-item__image-container {
    width: 120px;
    height: 120px;
}
.main_tit {
    display: flex;
    gap: 20px;
    align-items: center;
}
.main_tit .title {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0em;
    color: #456976;
}
th.caption-with-letter-spacing {
    font-family: 'KumbhSans';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
.template-cart .title-wrapper-with-link {
    margin: 65px 0px;
}

.template-cart .collection__title {
    max-width: 100%;
}
.tamplate-corporate .contact__button button.button, .tamplate-private-label .contact__button button.button {
    background: #CF7964;
}
.tamplate-corporate .contact__button button.button:after, .tamplate-private-label .contact__button button.button:after {
    box-shadow: none;
}

.tamplate-about-us .image-with-text__media-item.lo-image-with-text_media,  {
    filter: none;
}

.header__icons.left, .header__icons {
    gap: 16px;
}

.lo-slideshow-products .card__heading {
    font-family: 'KumbhSans';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}
.lo-slideshow-products .price__regular .price-item--regular {
    font-family: 'KumbhSans';
    font-weight: 500;
    font-size: 16px;margin-top: 18px;
    line-height: 20px;
}
.lo-slideshow-products .swiper-slide {
    height: auto;
}
.lo-slideshow-products .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -50px;
}
@media screen and (max-width: 749px){
  .lo-slideshow-products .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -40px;
}
}
.template-index .image-with-text .grid {
    justify-content: space-between;
}
.template-index .image-with-text__text-item.grid__item .lo-text-second p {
    text-align: center;
}
.template-index .image-with-text__text-item.grid__item .lo-button {
    padding: 11px 37px 14px 37px;
    height: auto;box-shadow: 0px 0px 0px 1px #cf7964 !important;
}
.template-index .lo-collections-slide-overlay {
    width: 300px;
}
.remove_line:hover a {
    text-decoration: none;
    text-underline-offset: .3rem;
}
.sec_top{
  font-family: 'Cormorant';
  font-weight: 300;
}
.rating-star:before {
    -webkit-text-fill-color: #E2AE9D!important;
    font-size: 18px!important;
}
.rating-count.caption {
    font-family: 'KumbhSans';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #3D3A32;
}
.spr-starrating .link.underlined-link {
    text-decoration: underline;
    font-family: 'KumbhSans';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #666666;
}
cart-remove-button .button {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #806666;
    font-family: 'KumbhSans';
}

.template-collection .card__media img {
    padding: 20px!important;
}
span.icon-wrap.lo-blog-card-arrow svg {
    margin-left: -9px;
}
.card__inner.color-background-1.gradient.ratio a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}
.lo-slideshow-products .swiper-slide:first-child {
    margin-left: 120px;
}
@media screen and (max-width:1700px){
  .lo-slideshow-products .swiper-slide:first-child {
    margin-left: 25px;
}
}
div#FacetsWrapperDesktop {
    flex: 0 0 80%;
}
span.price-item.price-item--sale.price-item--last {
    font-family: 'KumbhSans';
    font-weight: 500;
    font-size: 16px;
    margin-top: 18px;
    line-height: 20px;
}
.template-page .logo_sec.page-width {
    width: 100%;
    max-width: 100%;
}

span.opinew-no-reviews-stars-plugin {
    color: #3D3A32;
}

.sec__bg {
    background: linear-gradient(180deg, #000000 9.66%, rgba(0, 0, 0, 0) 53.28%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block!important;
    opacity: 30%!important;
}
.svg_bx {
    width: 200px;
    height: 200px;
    background: #FFF3EB;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: 53px;
}
.template-product h2.lo-image-and-text__heading {
    font-weight: 400;
    font-size: 44px;
    line-height: 40px;
}
.template-product .lo-text-second.lo_sec_index-2 {
    margin-top: 50px;
}
.icn__flx {
    display: flex;
    margin-top: 30px;
    gap: 40px;
    text-align: center;
}
.inr_cntnt h3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    font-family: 'KumbhSans'!important;
    color: #806666;
}



@media screen and (min-width: 1400px) {
 
  .about-img-txt {
      max-width: 1450px;
      padding-left: 40px;
      padding-right: 40px;
  }
  .tamplate-corporate .about-img-txt {
      padding-left: 80px;
      padding-right: 80px;
  } 
  .lo-recommendation-product {
      width: 25%!important;
  }
}

@media screen and (min-width: 1600px) {
 span.opinew-no-reviews-stars-plugin:after{
    content:'Reviews';
    font-weight: 600;
}

  .lo-recommendation-product {
      width: 320px !important;
  }
}


@media screen and (max-width: 749px) {
.lo-products-tab {
    padding-top: 25px;
    padding-bottom: 50px;
}  
 .lo-products-tabs * {
    width: 100%;
}
.lo-image-circle {
    height: 350px;
    width: 350px;
    margin: 0px auto!important;
}
.img_count {
    width: auto!important;
}  
  .lo-product-tabs-included p {
    padding-right: 0;
}
.template-article .isolate.lo_itm .rich-text .lo-title-heading.h1 {
    font-weight: 300;
    font-size: 34px;
    line-height: 46px;
}
.logo_sec .lg_mx {
    max-width: 100%;
}
.logo_sec .sec_top p {
    font-size: 16px;
    line-height: 22px;
}
.logo_sec .lo-logos-list {
    margin-top: 20px;
}
.vid .image-with-text__media-item {
    width: 100%;
}
.vid .image-with-text__text-item.grid__item {
    width: 100%;
}
 .logo_sec .lo-logos-list {
    margin-top: 20px;
    display: flex;
    height: auto;
    width: 100%;
    flex-flow: row wrap;
    column-gap: 0;
}
  .logo_sec .lo-logos-item {
    display: block;
    width: 33%;
}
  .logo_sec .icn_txt p {
    margin: 0;
}
.rich-text.content-container {
    padding-bottom: 18px;
} 
.isolate.lo_itm {
    padding: 0!important;
}  
.lo_pro_cstm .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, 
.lo_pro_cstm .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(80% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }  
   .lo_pro_cstm .grid {
    column-gap: 12px;
} 
.lo_pro_cstm .card--standard>.card__content .card__information {
    padding-left: 20px!important;
    padding-right: 20px!important;
}   
.tamplate-corporate .lo_txt {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.swiper-slide:first-child {
    margin-left: 30px;
}  
.lo-products-tabs-bar {
    justify-content: space-evenly;
    gap: 0;
}  
.lo-tabs-button-content {
    font-size: 14px;
}  
.swiper-scrollbar {
    background: rgb(255 255 255 / 37%)!important;
}   
.template-index .lo-image-and-text__heading {
    margin-top: 20px;
}  
.header__icons.left, .header__icons {
    gap: 8px;
} 
.product.product--medium.product--thumbnail_slider {
    display: block;
}  
.lo-product-features {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
}  
.lo-product-features-item {
    gap: 12px;
    max-width: 29%;
}
.lo-slideshow-products .swiper-slide:first-child {
    margin-left: 26px;
}  
.lo-product-features-section {
    margin-top: 50px;
}  
}

 @media screen and (min-width: 750px) {
 
   .lo_pro_cstm .grid {
    column-gap: 20px;
} 
.image-with-text__text-item.grid__item {
    width: 47%;
}   
.template-index .image-with-text__media-item {
    max-width: 53%!important;
}   
.product-recommendations.lo-page-width {
    padding-left: 0;
}
h2.product-recommendations__heading.h1 {
    padding-left: 120px;
}
.product-recommendations .collection-list__item:first-child {
    margin-left: 120px!important;
}
product-recommendations .lo-slider-button.slider-button--prev {
    left: 15px!important;
}
product-recommendations .lo-collections-slide-overlay {
    width: 330px;
}   
.feature_coll .collection.lo-right-padding-zero {
    padding-left: 0;
}
.feature_coll .collection__title {
    margin-left: 120px;
}   
.feature_coll .collection .collection-list__item:first-child {
    margin-left: 120px!important;
}
.feature_coll .collection button.slider-button.slider-button--prev {
    left: 80px;
}  
.card--standard>.card__content .card__information {
    padding: 30px 0 0;
}  
}

@media screen and (min-width: 1400px) {
.cart-item__quantity-wrapper .quantity {
    margin: 0 auto;
}
}
@media screen and (min-width: 1195px) {
  cart-items.lo-page-width-product {
    width: 100%;
}
  .cart_cstm_des {
    display: flex;
    gap: 245px;
    justify-content: space-between;
}
  cart-items {
    display: block;
    width: 60%;
}
  .side_item {
    margin-bottom: 50px;
    width: 27%;
}
}

@media screen and (min-width: 1600px) {
 .lo-price-item {
    width: 240px;
    height: 240px;
}
.lo-image-circle {
  width: 240px;
  height: 240px;
  
}  
}



@media screen and (min-width: 750px) and (max-width: 900px) {
.about-img-txt.left .image-with-text__content {
    padding-left: 0;
    padding-right: 0!important;
}
div#FacetsWrapperDesktop {
    flex: 0 0 60%;
}
.lo-product-features {
    flex-flow: wrap;
    justify-content: center;
}  
.image-with-text__text-item.grid__item {
    width: 100%;
   margin-top: 50px;
}
.lo-products-tabs * {
    width: 100%;
}
button.lo-product-tabs-button {
    width: auto;
}
.img_count {
    width: auto;
}
.lo-image-circle {
    height: 626px;
    padding: 148px 106px;
    width: 626px;
    margin: 0 auto!important;
}
.lo-slideshow-content {
    width: 80%;
}  
.product--thumbnail_slider .product__media-gallery .slider-mobile-gutter.sliddd {
    width: 500px!important;
}  
.vid .image-with-text__media-item, .vid .image-with-text__text-item.grid__item {
    width: 100%;
}  
.template-index .image-with-text__media-item {
    max-width: 100%!important;
}
.about-img-txt.left .image-with-text__content {
    padding-left: 35px!important;
}
.about-img-txt .image-with-text__content {
    padding-right: 35px!important;
}    
}



.opinew-stars-plugin-link {
    display: flex;
    align-items: center;
}
.opw-noci-star-empty:before {
   content: ""!important;
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_668_4858)'%3E%3Cpath d='M11.6478 4.05361C11.6478 2.33256 10.2527 0.9374 8.53195 0.9374C7.48731 0.9374 6.56553 1.45308 5.99995 2.24129C5.43468 1.45308 4.51258 0.9374 3.46826 0.9374C1.74721 0.9374 0.352051 2.33256 0.352051 4.05361C0.352051 4.2974 0.382998 4.53361 0.43605 4.76129C0.868998 7.44929 3.85763 10.2857 5.99995 11.0645C8.14195 10.2857 11.1312 7.44929 11.5632 4.76129C11.6169 4.53361 11.6478 4.2974 11.6478 4.05361Z' fill='%23FFEDE8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_668_4858'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-size: cover;
   width: 17px;
   height: 17px;
   display: block;
}
.opw-noci-star-full:before {
    content: ""!important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_668_4858)'%3E%3Cpath d='M11.6478 4.05361C11.6478 2.33256 10.2527 0.9374 8.53195 0.9374C7.48731 0.9374 6.56553 1.45308 5.99995 2.24129C5.43468 1.45308 4.51258 0.9374 3.46826 0.9374C1.74721 0.9374 0.352051 2.33256 0.352051 4.05361C0.352051 4.2974 0.382998 4.53361 0.43605 4.76129C0.868998 7.44929 3.85763 10.2857 5.99995 11.0645C8.14195 10.2857 11.1312 7.44929 11.5632 4.76129C11.6169 4.53361 11.6478 4.2974 11.6478 4.05361Z' fill='%23E2AE9D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_668_4858'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    display: block;
}
.opw-noci-star-half:before {
    content: ""!important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1722_2242)'%3E%3Cpath d='M11.6478 4.05361C11.6478 2.33256 10.2527 0.9374 8.53195 0.9374C7.48731 0.9374 6.56552 1.45308 5.99995 2.24129C5.43468 1.45308 4.51258 0.9374 3.46826 0.9374C1.74721 0.9374 0.352051 2.33256 0.352051 4.05361C0.352051 4.2974 0.382998 4.53361 0.43605 4.76129C0.868998 7.44929 3.85763 10.2857 5.99995 11.0645C8.14195 10.2857 11.1312 7.44929 11.5632 4.76129C11.6169 4.53361 11.6478 4.2974 11.6478 4.05361Z' fill='%23FFEDE8'/%3E%3C/g%3E%3Cmask id='mask0_1722_2242' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='12' height='12'%3E%3Cg clip-path='url(%23clip1_1722_2242)'%3E%3Cpath d='M11.6478 4.05361C11.6478 2.33256 10.2527 0.9374 8.53195 0.9374C7.48731 0.9374 6.56552 1.45308 5.99995 2.24129C5.43468 1.45308 4.51258 0.9374 3.46826 0.9374C1.74721 0.9374 0.352051 2.33256 0.352051 4.05361C0.352051 4.2974 0.382998 4.53361 0.43605 4.76129C0.868998 7.44929 3.85763 10.2857 5.99995 11.0645C8.14195 10.2857 11.1312 7.44929 11.5632 4.76129C11.6169 4.53361 11.6478 4.2974 11.6478 4.05361Z' fill='%23E2AE9D'/%3E%3C/g%3E%3C/mask%3E%3Cg mask='url(%23mask0_1722_2242)'%3E%3Crect width='10' height='19' transform='matrix(-1 0 0 1 6 -4)' fill='%23E2AE9D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1722_2242'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1722_2242'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 17px;
    display: block;
}

div#opinew-reviews-product-page-code .summary-card-container.opw-whitespace-no-wrap .opw-noci-star-half:before,
div#opinew-reviews-product-page-code .summary-card-container.opw-whitespace-no-wrap .opw-noci-star-full:before,
div#opinew-reviews-product-page-code .summary-card-container.opw-whitespace-no-wrap .opw-noci-star-empty:before {
    width: 50px;
    height: 50px;
}
span.opinew-star-plugin-inside {
    display: flex;
    gap: 4px;
    margin-right: 6px;
}



.lo-product-tabs-description .accordion{
  border-top: none;
  border-bottom: none;
}

.lo-product-tabs-reviews {
  max-width: 1300px;
  margin: auto;
}

.lo-product-tabs-reviews-icon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 1;
}
body .opw-text-sm {
    font-size: 18px!important;
}
.ing_cont p:first-child strong {
    font-family: 'KumbhSans';
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.ing_cont p:last-child strong {
    font-family: 'KumbhSans';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}
span.metafield-multi_line_text_field {
    color: #CF7964;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
    font-family: var(--font-body-family)!important;
}

button.product-rev_cstm_cl {
    margin-top: 20px;
    border: none;
    background: transparent;
}
.cstmm {
    margin-top: 20px!important;
    font-family: 'KumbhSans';
    font-style: normal;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #806666;
}
.lo-breadcrumbs {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.template-product .lo_img_txt_sec {
    background: #FFF9F5;
    z-index: 0;
}
.lo_img_txt_sec .lo-image-text_shape-top_align {
    bottom: unset;
    top: -16%;
    z-index: -2;
}
.lo_img_txt_sec .lo-image-text_shape-bottom_align {
    top: unset;
    bottom: -16%;
}


@media screen and (max-width: 749px) {
.lo-image-circle {
    padding: 40px;

}  
.lo-product-share {
    justify-content: flex-start;
}  
.breadcrumbs {
    margin: 0 0 1em;
}
.lo-product-share {
    margin-bottom: 20px;
}  
  .lo-breadcrumbs {
    display: block;
}
    .lo-product-tabs-container {
      padding: 0px 16px;
    }
    .lo-product-tabs-reviews * {
    width: auto;
    }
 .lo-product-tabs-included {
        padding: 0;
} 
.lo-product-tabs-reviews-icon {
    display: none;
}  
}

@media screen and (max-width: 385px) {
.header__heading-logo {
    width: 140px;
}
.header__heading-link {
    padding: 0;
}  
.lo-header-icon {
    width: 2.0rem;

}
.header__icons { 
    justify-self: center;
}  
.list-social__link {
    padding: 15px 8px!important;
    justify-content: center;
    margin-right: 0!important;
    height:auto!important;
    width: auto!important;
} 
li.list-social__item {
    width: 16%;
    height: auto;
}
.footer__list-social.list-social {
    justify-content: center;
    flex-flow: wrap;
    gap: 12px;
}  
.lo-image-circle {
    height: 280px;
    width: 280px;
}  
}

@media screen and (max-width: 285px) {
  .lo-image-circle {
      height: 190px;
      width: 190px;
  }
}

.swiper-wrapper{
    column-gap:20px;
 
  }
@media screen and (max-width: 749px){
  .collection-list-wrapper{
    padding-right:0px;
  }
}

/* Spotify page */

.tamplate-spotify .lo_img_txt_sec .lo-image-text_shape-top_align { display: none; }

.tamplate-spotify {
  background: #FFF9F5 url(/cdn/shop/files/spotify_bg_f9487a77-f7a8-4fd8-b8a4-efdd8cfcd91e.png) center center;
}

h2.rich-text__heading.rte.h1 a {
    background-image: url(https://lovery.com/cdn/shop/files/lovery-logo.svg);
    width: 160px;
    display: inline-block;
    height: 22px;
    text-indent: -9999px;
    top: 8px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.spotify.image-with-text {
    /* width: 1200px; */
    max-width: 1200px;
    padding: 80px 0;
}

.spotify .image-with-text__content {
    width: 100%;
}

.spotify .image-with-text__text-item.grid__item {
    margin-right: 120px;
}

.spotify .image-with-text__text-item.grid__item h2 {
  font-size: 66px;
  line-height: 66px;
  margin-bottom: 20px
}

.spotify .image-with-text__text-item.grid__item p {
  font-size: 20px;
  font-style: italic;
  opacity: 0.75;
}

.image-with-text__media-item.lo-image-with-text_media.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
    width: 400px;
    max-width: 400px;
    height: 600px;
}

@media screen and (max-width: 900px) {

  h2.rich-text__heading.rte.h1 a { top: 0px; }


  .tamplate-spotify { background-position: top left; }
  
  .image-with-text__media-item.lo-image-with-text_media.image-with-text__media-item--medium.image-with-text__media-item--middle.grid__item {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    height: 600px;
  }
  
  .spotify .image-with-text__text-item.grid__item h2 {
    font-size: 40px;
    line-height: 40px
  }

  .spotify .image-with-text__content {
      width: 90%;
  }

  .spotify .image-with-text__text-item.grid__item p {
    font-size: 16px;
    line-height:20px;
    opacity:1
  }
  .spotify .image-with-text__grid {
    flex-flow: wrap-reverse;
  }

  .spotify .image-with-text__text-item.grid__item {
      margin-bottom: 40px;
  }

  .spotify.image-with-text { padding : 0 0 80px}

    
}