/** Shopify CDN: Minification failed

Line 5310:26 Unexpected "{"
Line 5986:35 Unexpected "{"
Line 5986:46 Expected ":"
Line 6781:36 Unexpected "{"
Line 6781:47 Expected ":"
Line 8219:0 Unexpected "}"

**/


@font-face {
    font-family: 'Baskervville Italic';
    src: url('/cdn/shop/files/Baskervville-Italic-VariableFont_wght.eot?v=1773398665');
    src: url('/cdn/shop/files/Baskervville-Italic-VariableFont_wght.eot?v=1773398665') format('embedded-opentype'),
        url('/cdn/shop/files/Baskervville-Italic-VariableFont_wght.woff2?v=1773398665') format('woff2'),
        url('/cdn/shop/files/Baskervville-Italic-VariableFont_wght.woff?v=1773398665') format('woff'),
        url('/cdn/shop/files/Baskervville-Italic-VariableFont_wght.ttf?v=1773398640') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/cdn/shop/files/ProximaNova-Bold.eot');
    src: url('/cdn/shop/files/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/ProximaNova-Bold.woff2') format('woff2'),
        url('/cdn/shop/files/ProximaNova-Bold.woff') format('woff'),
        url('/cdn/shop/files/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/cdn/shop/files/ProximaNova-Light.eot');
    src: url('/cdn/shop/files/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/ProximaNova-Light.woff2') format('woff2'),
        url('/cdn/shop/files/ProximaNova-Light.woff') format('woff'),
        url('/cdn/shop/files/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/cdn/shop/files/ProximaNova-Regular.eot');
    src: url('/cdn/shop/files/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/ProximaNova-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/ProximaNova-Regular.woff') format('woff'),
        url('/cdn/shop/files/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/cdn/shop/files/ProximaNova-Medium.eot');
    src: url('/cdn/shop/files/ProximaNova-Medium.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/ProximaNova-Medium.woff2') format('woff2'),
        url('/cdn/shop/files/ProximaNova-Medium.woff') format('woff'),
        url('/cdn/shop/files/ProximaNova-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/cdn/shop/files/ProximaNova-Semibold.eot');
    src: url('/cdn/shop/files/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/ProximaNova-Semibold.woff2') format('woff2'),
        url('/cdn/shop/files/ProximaNova-Semibold.woff') format('woff'),
        url('/cdn/shop/files/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  --focused-base-outline-offset: 0.3rem;
  --focused-base-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

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

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

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

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

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

/* base */
body {
  font-family: 'Proxima Nova', sans-serif !important;
}
/*h1,h2,h3,h4,h5{
  font-family: 'Proxima Nova', sans-serif !important;
}*/
.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
  max-width: 100%;
}

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

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

.utility-bar__grid.page-width {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

  #shopify-section-template--20487766999195__product-grid .facets-vertical-sort {
    display: none;
  }
  #shopify-section-template--20833946304667__product-grid .facets-vertical-sort {
    display: none;
  }
  .page-width {
    padding: 0 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.hxxl {
  font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
  line-height: 1.1;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

@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) * 4.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) * 4.2rem);
  }
}

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
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-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

.svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.svg-wrapper > svg {
  height: 100%;
  width: 100%;
}

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

.placeholder-svg {
  height: 100%;
  width: 100%;
}

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

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

*:focus-visible {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
  outline: var(--focused-base-outline);
  outline-offset: var(--focused-base-outline-offset);
  box-shadow: var(--focused-base-box-shadow);
}

/*
  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 {
  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);
}

/*
  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 {
  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);
}

/* 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-wrapper {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .slider.slider--tablet .scroll-trigger.animate--slide-in,
  .slider.slider--mobile .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
    animation: var(--animation-slide-in);
  }
}

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

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

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

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

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

  .slider.slider--desktop .scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }

  .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
    animation: var(--animation-slide-in);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

.button--secondary,
.button--tertiary {
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
}

.button--tertiary {
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  --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);
}

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

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
  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__button--unbranded: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) {
  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;
}

/* Shopify Accelerated Checkout */

shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
  --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
  rgba(var(--color-shadow), var(--shadow-opacity));
}


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), 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-wrapper {
  transform: scale(1.07);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  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-shadow), 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 .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  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-wrapper {
  height: 2.5rem;
  width: 2.5rem;
}

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

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  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: 1.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

.quantity__input {
  color: currentColor;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  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: #a75474;
  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-wrapper {
  width: 1rem;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

.product__info-container .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

.header__search .modal__content { z-index: 100000000; }

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

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

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

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

/* utility-bar */
.utility-bar {
  height: 100%;
}

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

@media screen and (min-width: 990px) {
  .utility-bar--bottom-border-social-only {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.utility-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'announcements';
}

.utility-bar__grid .list-social {
  justify-content: flex-start;
  align-content: center;
  margin-left: -1.2rem;
  grid-area: social-icons;
}

@media screen and (max-width: 989px) {
  .utility-bar .utility-bar__grid .list-social {
    display: none;
  }
}

.utility-bar .list-social__item .icon {
  scale: 0.9;
}

@media screen and (min-width: 990px) {
  .utility-bar__grid--3-col {
    grid-template-columns: 3fr 4fr 3fr;
    grid-template-areas: 'social-icons announcements language-currency';
  }

  .utility-bar__grid--2-col {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'social-icons language-currency';
  }

  .announcement-bar.announcement-bar--one-announcement,
  .announcement-bar--one-announcement .announcement-bar__link {
    width: fit-content;
    margin: auto;
  }
}

.announcement-bar,
.announcement-bar__announcement {
  color: rgb(var(--color-foreground));
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  grid-area: announcements;
}

.announcement-bar .slider--everywhere {
  margin-bottom: 0;
  scroll-behavior: auto;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.utility-bar__grid .announcement-bar-slider {
  width: 100%;
}

.announcement-bar-slider,
.announcement-bar-slider .slider {
  width: 100%;
}

.announcement-bar .slider-button--next {
  margin-right: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--prev {
  margin-left: -1.5rem;
  min-width: 44px;
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
  outline-offset: -0.3rem;
  box-shadow: 0 0 0 -0.2rem rgb(var(--color-foreground));
}

.localization-wrapper {
  grid-area: language-currency;
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.localization-wrapper .localization-selector + .disclosure__list-wrapper {
  animation: animateMenuOpen var(--duration-default) ease;
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
  font-size: calc(var(--font-heading-scale) * 1.3rem);
}

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

  .announcement-bar-slider {
    width: 60%;
  }

  .announcement-bar .slider-button {
    height: 3.8rem;
  }
}

.announcement-bar__link {
  display: flex;
  width: 100%;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.announcement-bar__link:hover {
  text-decoration: underline;
}

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

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

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  animation-duration: var(--duration-announcement-bar);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
  --announcement-translate-from: -1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
  --announcement-translate-from: 1.5rem;
  /* Prevent flicker */
  opacity: 0;
  animation-name: translateAnnouncementSlideIn;
  animation-delay: var(--duration-announcement-bar);
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
  --announcement-translate-to: 1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
  --announcement-translate-to: -1.5rem;
  animation-name: translateAnnouncementSlideOut;
}

@keyframes translateAnnouncementSlideIn {
  0% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-from));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes translateAnnouncementSlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--announcement-translate-to));
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 26px;
  height: 26px;
}

.header__icon::after {
  content: none;
}

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

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

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

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

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

.header__icon--account shop-user-avatar {
  --shop-avatar-size: 2.8rem;
}

details .header__icon-close {
  display: none;
}

details[open] .header__icon-close {
  display: inline-block;
}

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2rem;
}

.header__submenu .header__menu-item:hover {
  text-decoration-line: underline;
}

.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-desktop {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

.shape--mask {
  display: block;
  height: 0;
  width: 0;
}

.shape--arch {
  clip-path: url('#Shape-Arch');
}

.shape--blob {
  clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
  clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
  clip-path: circle(closest-side);
}

.shape--diamond {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
  clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
  clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
  position: fixed;
  height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
  --zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > .svg-wrapper {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

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

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

  .scroll-trigger.animate--fade-in,
  .scroll-trigger.animate--slide-in {
    opacity: 0.01;
  }

  .scroll-trigger.animate--slide-in {
    transform: translateY(2rem);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
  .scroll-trigger.scroll-trigger--design-mode .slider,
  .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
    opacity: 1;
    animation: none;
    transition: none;
    transform: none;
  }

  .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
    transform: translateY(0);
  }

  @keyframes slideIn {
    from {
      transform: translateY(2rem);
      opacity: 0.01;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
  .animate--hover-3d-lift .card-wrapper .card--card,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary),
  .animate--hover-3d-lift .shopify-challenge__button,
  .animate--hover-3d-lift .customer button,
  .animate--hover-3d-lift .shopify-payment-button__button,
  .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
    transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
    transform-origin: center;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
  .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-3d-lift .customer button:not([disabled]):hover,
  .animate--hover-3d-lift .shopify-payment-button__button:hover,
  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05), 1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
      0 0 0.5rem 0 rgba(255, 255, 255, 0), 0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
  }

  .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
    transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
  }

  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
  .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
    transform: rotate(0.5deg); /* Less intense rotation for collage items. */
  }

  .animate--hover-3d-lift .product-grid .grid__item:hover,
  .animate--hover-3d-lift .collection-list .grid__item:hover,
  .animate--hover-3d-lift .collage__item:hover,
  .animate--hover-3d-lift .blog-articles .article:hover,
  .animate--hover-3d-lift .complementary-slide li:hover {
    z-index: 2; /* Make sure the hovered card is the topmost card. */
  }

  .animate--hover-3d-lift .product-grid {
    isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
  }

  .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
    box-shadow: none;
    transition: transform var(--duration-long) ease, filter var(--duration-long) ease;
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
    transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
    filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    background-image: var(--easter-egg);
    background-size: 250px 250px;
    mix-blend-mode: color-dodge;
    pointer-events: none;
    z-index: 2;
  }

  .animate--hover-3d-lift
    .card-wrapper:hover
    .card--shape.card--standard:not(.card--text)
    .card__inner
    .card__media:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .animate--hover-3d-lift .card-wrapper .card--card:before,
  .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
    mix-blend-mode: overlay;
    background-size: 400% 100%;
    background-position: 90% 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 45%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0) 55%
    );
  }

  .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
  .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
    opacity: 0.2;
    transition: background-position 6s ease, opacity var(--duration-long) ease;
    background-position: left;
    z-index: 2;
  }

  :root {
    --easter-egg: none;
    --sparkle: url('./sparkle.gif');
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary),
  .animate--hover-vertical-lift .shopify-challenge__button,
  .animate--hover-vertical-lift .customer button,
  .animate--hover-vertical-lift .shopify-payment-button__button {
    transition: transform var(--duration-default) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper .card--card,
  .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
    transition: transform var(--duration-medium) var(--ease-out-slow);
  }

  .animate--hover-vertical-lift .card-wrapper:hover .card--card,
  .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
    transform: translateY(-0.75rem);
  }

  .animate--hover-vertical-lift .card-wrapper:active .card--card,
  .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
    transform: translateY(-0.5rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover,
  .animate--hover-vertical-lift .shopify-payment-button__button:hover {
    transform: translateY(-0.25rem);
  }

  .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
  .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
  .animate--hover-vertical-lift .customer button:not([disabled]):active,
  .animate--hover-vertical-lift .shopify-payment-button__button:active {
    transform: translateY(0);
  }

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    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));
  }

  .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
    --border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
  }
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}

#Banner-template--19643995553947__image_banner { border-radius: 15px; overflow: hidden; }

#Banner-template--19643995553947__image_banner .subtitle p { color: #A75474; font-size: 30px; font-family: 'Proxima Nova'; font-weight: 700; }

#Banner-template--19643995553947__image_banner .banner__heading { margin: 0; color: #484848; font-size: 42px; font-family: 'Proxima Nova'; font-weight: 700; }

#Banner-template--19643995553947__image_banner .body p { color: #484848; font-size: 18px; font-family: 'Proxima Nova'; font-weight: 400; }

#Banner-template--19643995553947__image_banner .banner__buttons a { background: #484848; color: #fff; border-radius: 5px; border-color: 1px solid #484848; font-size: 15px; font-family: 'Proxima Nova'; font-weight: 400; }

#Banner-template--19643995553947__image_banner .banner__buttons a:before { display: none; }

#Banner-template--19643995553947__image_banner .banner__buttons a:after { display: none; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter { /*background: #343839; padding: 20px 60px; border-radius: 20px;*/ position: relative; z-index: 10; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper { background: #343839; padding: 20px 30px; border-radius: 20px; display: flex; align-items: center; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper h2 { text-align: left; width: 60%; color: #FFFFFF; font-size: 22px; font-family: 'Proxima Nova'; font-weight: 700; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper h2 + div { margin-top: 0; width: 40%; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper .newsletter-form { max-width: 100%; border-radius: 8px; overflow: hidden; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper .newsletter-form__field-wrapper { max-width: 100%; border-radius: 8px; overflow: hidden; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper .newsletter-form__field-wrapper .field { border-radius: 8px; overflow: hidden; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper .newsletter-form__field-wrapper .field:after { display: none; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper .newsletter-form__field-wrapper .field:before { display: none; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter-form__field-wrapper .field__input { font-size: 14px; font-family: 'Proxima Nova'; font-weight: 700; margin: 0; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter-form__field-wrapper .field__label { font-family: 'Proxima Nova'; font-weight: 700; color: #7A7E92; }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter-form__field-wrapper .newsletter-form__button { background: #A75474; color: #fff; right: 0; }

#shopify-section-sections--19643996012699__footer .footer { background: #FBF4E1; }

/*.footer__content-top { padding-bottom: 25px !important; }*/

#shopify-section-sections--19643996012699__footer .footer .footer-block__heading { margin-bottom: 5px; text-align: left; color: #484848; font-size: 15px; font-family: 'Proxima Nova'; font-weight: 700; }

#shopify-section-sections--19643996012699__footer .footer .footer-block__details-content .list-menu__item--link { padding-bottom: 0; line-height: 1.2; padding-top: 0; color: #484848; font-size: 15px; font-family: 'Proxima Nova'; font-weight: 300; }

#shopify-section-sections--19643996012699__footer .footer .footer-block__brand-info .rte p { color: #484848; font-size: 14px; font-family: 'Proxima Nova'; font-weight: 300; }

#shopify-section-sections--19643996012699__footer .footer .footer-block__brand-info .footer__list-social.list-social li a .svg-wrapper { border: 1px solid #889b78; background: #fff; color: #889b78; width: 30px; height: 30px; border-radius: 50px; }

#shopify-section-sections--19643996012699__footer .footer .footer-block__brand-info .footer__list-social.list-social li a:hover .svg-wrapper { color: #fff; background:  #889b78; }

#shopify-section-sections--19643996012699__footer .footer .footer-block__brand-info .footer__list-social.list-social li .icon { width: 18px; height: 18px; }

#shopify-section-sections--19643996012699__footer .footer__content-bottom { padding-top: 15px; /*border-top: 0;*/ }

#shopify-section-sections--19643996012699__footer .footer__content-bottom .footer__copyright { margin-top: 0; }

#shopify-section-sections--19643996012699__footer .footer__content-bottom .footer__copyright .copyright__content { color: #484848; font-size: 12px; font-family: 'Proxima Nova'; font-weight: 400; }

#shopify-section-template--19643995553947__custom_boxes_section_BMdNdE .box-item { background: #FAF9F6; text-align: left; }

#shopify-section-template--19643995553947__custom_boxes_section_BMdNdE .box-item .box-title { text-transform: inherit; color: #484848; font-size: 20px; font-family: 'Proxima Nova'; font-weight: 700; }

#shopify-section-template--19643995553947__custom_boxes_section_BMdNdE .box-item p { color: #484848; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 400; }

.header-wrapper .header--top-center { padding-bottom: 10px; }

.header-wrapper .header--top-center .header__inline-menu { width: 100%; padding-top: 8px; border-top: 1px solid #c1c1c1; margin-top: 0; }

body .header-wrapper .header--top-center .header__inline-menu > ul { width: 100%; justify-content: space-between !important; }

body .header-wrapper .header--top-center .header__inline-menu > ul > li > a { color: #484848; font-size: 17px !important; font-family: 'Proxima Nova' !important; font-weight: 400 !important; }

html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-item.gm-level-0 > .gm-target { padding: 7px !important; }
#shopify-section-sections--20487764050075__header .gm-retractor:after { font: 24px / 1 GloboMenuBaseIcon !important; }

html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-item.gm-level-0 > .gm-target > .gm-text { text-transform: uppercase; font-size: 14px !important; font-family: 'Proxima Nova' !important; font-weight: 700 !important; }

html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-submenu .gm-item .gm-target { color: #484848 !important; font-size: 14px !important; font-family: 'Proxima Nova' !important; font-weight: 400 !important; }

html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-submenu .gm-item .gm-heading, html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-submenu .gm-item .gm-heading .gm-target { color: #484848 !important; font-size: 14px !important; font-family: 'Proxima Nova' !important; font-weight: 700 !important; }

html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-submenu .gm-item .gm-heading-bold .gm-target { color: #484848 !important; font-size: 14px !important; font-family: 'Proxima Nova' !important; font-weight: 700 !important; }

html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-submenu .gm-item .gm-image .gm-target .gm-text { color: #484848 !important; font-size: 16px !important; font-family: 'Proxima Nova' !important; font-weight: 400 !important; }

html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-submenu .gm-item .gm-image .gm-target .gm-text .gm-description { color: #889b78 !important; font-size: 14px !important; font-family: 'Proxima Nova' !important; font-weight: 700 !important; }



.product-banner { padding-top: 30px; }

.product-banner img { max-width: 100%; height: auto; display: block; }

.breadcrumb p { margin: 0 0 20px; color: #484848; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 400; }

.breadcrumb p + .shopify-block { display: none; }

.product .product__info-container>*+* { margin: 0; }

.product .product__info-container .product__vendor { line-height: calc(1 + 0.8 / var(--font-body-scale)); margin-bottom: 0; color: #000; opacity: 0.37; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 400; }

.product .product__info-container .product__sku { line-height: calc(1 + 0.8 / var(--font-body-scale)); margin-bottom: 0; color: #000; opacity: 0.37; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 400; }

.product .product__info-container .product__sku span { position: relative !important; margin-right: 5px; }

.product .product__info-container .product__title { margin: 5px 0 0; }

.product .product__info-container .product__title h1 { color: #000; font-size: 36px; font-family: 'Proxima Nova'; font-weight: 700; }

.product .product__info-container .product__tax { display: none; }

.product .product__info-container .product__description { margin: 8px 0; color: #484848; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 400; }

.product .product__info-container .price { padding-top: 15px; padding-bottom: 15px; /*border-bottom: 1px solid rgba(72, 72, 72, 0.14); margin-bottom: 15px;*/ }

.product .product__info-container .price__regular .price-item--regular { color: #000; font-size: 20px; font-family: 'Proxima Nova'; font-weight: 400; }

.product .product__info-container .product-form__input .form__label { color: #000; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 700; }

.product .product__info-container .product-form__input--pill input[type=radio]+label { background: #FAF9F6; border-color: #FAF9F6; color: #484848; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 400; }

.product .product__info-container .product-form__input--pill input[type=radio]:checked+label { background: #484848; color: #fff; }

.product .product__info-container .product_form_with_quantity .product-form__input + div { width: 100%; }

/* === Custom Color Swatches === */
.product .product__info-container .product-form__input--pill .color-swatch {
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  position: relative; padding: 0; border: 0;
}

.product .product__info-container .product-form__input--pill input[type=radio]:checked+.color-swatch { background: transparent; }

.product .product-form__input--pill input[type=radio]+.color-swatch:before { display: none; }

.product .product__info-container .product-form__input--pill .swatch-circle {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #ddd;
  transition: all 0.2s ease;
}

.product .product__info-container .product-form__input--pill input[type="radio"]:checked + .color-swatch .swatch-circle {
  border-color: #000;
  transform: scale(1.1);
}

.product .product__info-container .product-form__input--pill .color-swatch:hover .swatch-circle {
  border-color: #888;
}


.product .product__info-container .tabby-tamara-content { display: flex; align-items: center; gap: 8px; border: 1px solid #D9D8C9; margin-bottom: 20px; padding: 6px 10px; justify-content: space-between; }

.product .product__info-container .tabby-tamara-content span { color: #000; font-size: 18px; font-family: 'Proxima Nova'; font-weight: 400; }

.product .product__info-container .tabby-tamara-content svg {}

.product .product__info-container .tabby-tamara-content img { display: block; max-width: 100%; height: auto; }

.product .product__info-container .product_form_with_quantity { display: flex; gap: 10px; margin-bottom: 20px; margin-top: 20px; }

.product .product__info-container .product_form_with_quantity .wishlist-btn { background: #FAF9F6; border-radius: 8px; width: 50px; }

.product .product__info-container .product_form_with_quantity .product-form__input { margin: 0; flex: inherit; }

.product .product__info-container .product_form_with_quantity .product-form__input .quantity__label { display: none; }

.product .product__info-container .product_form_with_quantity .product-form { margin: 0; }

/*.product .product__info-container .product_form_with_quantity .product-form__input + div { width: 100%; }*/

.product .product__info-container .product_form_with_quantity .product-form .product-form__submit { margin: 0; background: #A75474; border-radius: 50px; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 700; }

.product .product__info-container .product_form_with_quantity .product-form .product-form__submit:after { display: none; }

.product .product__info-container .product_form_with_quantity .product-form .product-form__submit:before { display: none; }

.product .product__info-container .product_form_with_quantity .quantity { overflow: hidden; background: #fff; border-radius: 50px; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 700; color: #A75474; border: 1px solid #A75474; }

.product .product__info-container .product_form_with_quantity .quantity:after { display: none; }

.product .product__info-container .product_form_with_quantity .quantity:before { display: none; }

.product .product__info-container .product_form_with_quantity .quantity .quantity__input { font-size: 16px; font-family: 'Proxima Nova'; font-weight: 700; color: #A75474; }

.product .product__info-container .product-info-boxes { margin-top: 10px; border: 1px solid #efe6de; border-radius: 0; background: #efe6de; color: #000; }

.product .product__info-container .product-info-boxes .info-box { display: block; align-items: flex-start; gap: 12px; padding: 10px 15px; }

.product .product__info-container .product-info-boxes .icon svg { width: 24px; height: 24px; flex-shrink: 0; }

.product .product__info-container .product-info-boxes .text h4 { display: inline-block; margin-right: 7px; font-size: 15px; font-weight: 700; margin: 0; color: #000; font-family: 'Proxima Nova', sans-serif; }

.product .product__info-container .product-info-boxes .text p { display: inline-block; font-size: 15px; font-weight: 400; color: #000; margin: 0; font-family: 'Proxima Nova', sans-serif; }

.product .product__info-container .product-info-boxes .text a { color: #000; text-decoration: underline; }

.product .product__info-container .product-info-boxes .divider { height: 1px; background-color: rgba(72,72,72,.14); margin: 0 20px; display: block; }

.product .product__info-container .bought-together-section { padding: 30px 0; }

.product .product__info-container .bt-heading { font-size: 36px; margin-top: 0; margin-bottom: 20px; font-weight: 400; }

.product .product__info-container .bt-heading em { font-style: italic; font-weight: 400; }

.product .product__info-container .bt-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product .product__info-container .bt-item {
  display: flex;
  align-items: center;
 border: 1px solid #EFE6DE;
    border-radius: 10px;
  gap: 30px;
    padding: 12px;
    background: #FBFAF8;
}

.product .product__info-container .bt-image img {
  /* margin-top: 10px; */
  width: 133px;
  border-radius: 10px;
  background: #f5f5f5;
}

.product .product__info-container .bt-content {
  flex: 1;
}

.product .product__info-container .bt-title {
  font-size: 18px;
  margin-bottom: 0px; margin-top: 0; font-family: 'Proxima Nova'; font-weight: 800;
}

.product .product__info-container .bt-title a {
  text-decoration: none;
  color: #000; font-family: 'Proxima Nova'; font-weight: 800;
}

.product .product__info-container .bt-price {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product .product__info-container .old-price {
  text-decoration: line-through;
  color: #999;
}

.product .product__info-container .sale-price {
  font-size: 18px;
  color: #889b78;
  font-weight: 800;
}

.product .product__info-container .sale-badge {
  background: #8fa080;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 4px;
}

.product .product__info-container .regular-price {
  font-weight: 800; color: #889b78; font-family: 'Proxima Nova'; font-size: 18px;
}

.product .product__info-container .bt-cart-form {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product .product__info-container .bt-qty-wrapper {
  display: inline-flex;
  align-items: center;
  border: 2px solid #A75474;
  border-radius: 40px; font-family: 'Proxima Nova';
}

.product .product__info-container .qty-btn {
  background: transparent;
  border: none;
  width: 35px;
  height: 35px;
  cursor: pointer;
  font-size: 18px;
  color: #A75474; font-family: 'Proxima Nova';
}

.product .product__info-container .qty-input {
  width: 45px;
  text-align: center;
  border: none;
  outline: none; color: #A75474; font-family: 'Proxima Nova';
  background: #FBFAF8;
}

/* Chrome, Safari, Edge, Opera */
.product .product__info-container .qty-input::-webkit-outer-spin-button,
.product .product__info-container .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product .product__info-container .qty-input {
  -moz-appearance: textfield;
}

.product .product__info-container .bt-add {
  background: #A75474;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease; font-family: 'Proxima Nova'; width: 100%;
}

.product .product__info-container .bt-add:hover {
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .product .product__info-container .bt-item {
    flex-direction: row;
    align-items: flex-start;
    border: none !important;
    background: none !important;
  }

  .product .product__info-container .bt-cart-form {
    flex-direction: row;
    align-items: flex-start;
  }
}
.product-review-and-sku {
      display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.jdgm-preview-badge .jdgm-star { color: #DBA9BC !important; font-size: 14px; }
.card--standard > .card__content .card__heading a:after { display: none; }

/*.card--media .card__inner .card__media + .card__content { display: none; }*/

.card--standard>.card__content .card__information .jdgm-preview-badge .jdgm-star { color: #DBA9BC; font-size: 14px; }

.card--standard>.card__content .card__information .jdgm-prev-badge__text { display: none; }

.card--standard>.card__content .card__information .product-sku { margin: 0; color: #484848; font-size: 14px; font-family: 'Proxima Nova'; font-weight: 700; }

.card--standard>.card__content .card__information .card__heading { margin: 4px 0; color: #000; font-size: 18px; font-family: 'Proxima Nova'; font-weight: 700; }

.card--standard>.card__content .card__information .card__heading a { text-decoration: none; color: #000; font-size: 18px; font-family: 'Proxima Nova'; font-weight: 700; }

.card--standard>.card__content .card__information .price { color: #000; font-size: 16px; font-family: 'Proxima Nova'; font-weight: 400; }

.card--standard>.card__content .card__information .price .price-item { color: #000; font-size: 14px; font-family: 'Proxima Nova'; font-weight: 400; }

.card--standard>.card__content .variant-swatches { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }

.card--standard>.card__content .variant-swatch { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; border: 1px solid #ddd; display: block; transition: 0.3s ease; }

.card--standard>.card__content .variant-swatch img { width: 100%; height: 100%; object-fit: cover; }

.card--standard>.card__content .variant-swatch:hover { border-color: #000; }

.card--standard>.card__content .variant-swatch.active { border: 2px solid #000; }

body .card--standard .card__media-hover { position: absolute; inset: 0; opacity: 0; transition: opacity 0.4s ease; background: #faf9f6; }

body .card--standard .card__media:hover .card__media-hover { opacity: 1; }

.related-products__heading { display: block; color: #000; font-size: 42px; font-weight: 400; }

.card--media .card__inner .card__content form button { width: 100%;
    border: 1px solid #484848;
    padding: 8px 0;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    color: #484848;
    font-size: 16px;
    font-family: 'Proxima Nova';
    font-weight: 700;
}

/* Tabs container */
.pdp_page_width .product-tabs {
  margin-top: 20px;
  font-family: 'Proxima Nova', sans-serif; border: 0; border-radius: 0px;
}

/* Tab Buttons */
.pdp_page_width .tab-buttons {
  display: flex;
  justify-content: center;
  border: 0;
  margin-bottom: 10px;
  gap: 0px; font-family: 'Proxima Nova', sans-serif; overflow: hidden;
}

.pdp_page_width .tab-btn {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #000; opacity: 0.3;
  padding: 15px 5px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease; font-family: 'Proxima Nova', sans-serif;  width: 25%; background: #fff; border-bottom: 2px solid #fff;
}

.pdp_page_width .tab-btn.active { opacity: 1; color: #000; font-weight: 700; border-bottom: 2px solid #A75474; }

/*.pdp_page_width .tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #484848;
  border-radius: 2px;
}*/

/* Tab Content */
.pdp_page_width .tab-content {
  display: none;
  animation: fadeIn 0.3s ease; padding: 0 10px 10px;
}

.pdp_page_width .tab-content.active {
  display: block;
}

.pdp_page_width .tab-content .product-description p { font-size: 14px; line-height: 1.3; color: #484848; font-family: Proxima Nova; font-weight: 400; }

.pdp_page_width .breadcrumb { margin-bottom: 15px; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* FAQ Accordion */
.pdp_page_width .faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.pdp_page_width .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #484848; font-family: 'Proxima Nova', sans-serif;
}

.pdp_page_width .faq-question .icon {
  font-size: 18px;
  font-weight: 600;
  color: #484848;
  transition: transform 0.3s ease;
}

/* FAQ Answers */
.pdp_page_width .faq-answer {
  display: none;
  padding: 0 0 15px 0;
  color: #484848;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

/* Active State */
.pdp_page_width .faq-item.active .faq-answer {
  display: block;
}

/* +/- Toggle */
.pdp_page_width .faq-item:not(.active) .faq-question .icon::before {
  content: "+";
}

.pdp_page_width .faq-item.active .faq-question .icon::before {
  content: "−";
}

.jdgm-rev-widg { font-family: 'Proxima Nova'; }

.jdgm-rev-widg .jdgm-rev__header .jdgm-star { color: #DBA9BC; }

.jdgm-rev-widg .jdgm-widget-actions-wrapper .jdgm-write-rev-link.jdgm-write-rev-link { background: #A75474; border-color: #A75474; border-radius: 50px; font-family: 'Proxima Nova'; font-weight: 700; }

.jdgm-rev-widg .jdgm-histogram__bar .jdgm-histogram__bar-content { background: #DBA9BC; }

.jdgm-rev-widg .jdgm-histogram .jdgm-star { color: #DBA9BC; }

.jdgm-rev-widg .jdgm-rev-widg__summary .jdgm-star { color: #DBA9BC; }

.jdgm-rev-widg .jdgm-rev-widg__title { text-align: left; color: #000; font-size: 36px; }

#shopify-section-template--19643995717787__176132264098cb5b64 { background: #faf9f6; padding: 40px 0 20px; }

.jdgm-rev-widg__body .jdgm-rev-widg__reviews { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(420px, 1fr)) !important; gap: 20px !important; }

.jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev { font-family: 'Proxima Nova'; padding: 20px;  }

#shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-widget.jdgm-widget { max-width: 100% !important; }

.jdgm-rev-widg .jdgm-paginate { border: 0; }

/*.jdgm-rev-widg > .jdgm-row-actions { display: none; }

.jdgm-rev-widg > .jdgm-rev-widg__header > .jdgm-row-stars > .jdgm-rev-widg__summary { display: none; }

.jdgm-rev-widg > .jdgm-rev-widg__header > .jdgm-row-stars > .jdgm-histogram { display: none; }

.jdgm-rev-widg > .jdgm-rev-widg__header { display: flex; justify-content: space-between; }

.jdgm-rev-widg > .jdgm-rev-widg__header > .jdgm-row-stars > .jdgm-widget-actions-wrapper { width: 100% !important; }*/

.collection-hero .collection-hero__title { color: #484848; font-size: 30px; font-family: 'Proxima Nova'; font-weight: 700; }

.collection-banner-custom-section .collection-hero__title { text-align: center; }

.collection-banner-custom-section-text { text-align: center; max-width: 100% !important; }

.card_media_section { background: #FAF9F6; position: relative; display: block; }

.card_media_section .card__inner { background: #FAF9F6; }

.card-wrapper .card__content .card__information .jdgm-widget.jdgm-widget { display: block !important; min-height: 25px; }

.card_media_section form { position: relative; padding: 20px; display: block; }

.card_media_section form button:after { display: none; }

.card_media_section form button:before { display: none; }

.card_media_section form button { line-height: 1.4; min-height: auto;
    width: 100%;
    border: 1px solid #484848;
    padding: 8px 0;
    border-radius: 6px;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    color: #484848;
    font-size: 16px;
    font-family: 'Proxima Nova';
    font-weight: 700;
}

.card_media_section form button:hover {
    background: #484848;
    color: #fff;
}

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog .title-wrapper--no-top-margin { margin-bottom: 20px; align-items: center;  color: #484848; font-size: 30px; font-family: 'Proxima Nova'; font-weight: 700; text-align: center; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog .title-wrapper--no-top-margin h2 { color: #484848; font-size: 30px; font-family: 'Proxima Nova'; font-weight: 700; text-align: center; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .card-wrapper { background: #faf9f6; border-radius: 15px; text-align: center; padding: 24px; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .card__information { padding-left: 0; padding-right: 0; padding-bottom: 0; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .card__information h3 { color: #484848; font-size: 20px; font-family: Proxima Nova; font-weight: 700; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .card__information h3 a { color: #484848; font-size: 20px; font-family: Proxima Nova; font-weight: 700; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .card__information h3 + .article-card__info { display: none; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .card__information p { display: none;  margin-bottom: 0; color: #484848; font-size: 16px; font-family: Proxima Nova; font-weight: 400; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .article-card__author-details .article-card__author-name { color: #484848; font-size: 14px; font-family: Proxima Nova; font-weight: 700; text-transform: capitalize; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .article-card__author-details .article-card__author-date { color: #484848; font-size: 14px; font-family: Proxima Nova; font-weight: 400; text-transform: capitalize; }

#shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .article-tags * { color: #A75474; font-size: 14px; font-family: Proxima Nova; font-weight: 700; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog .title-wrapper--no-top-margin { margin-bottom: 20px; align-items: center; color: #484848; font-size: 30px; font-family: 'Proxima Nova'; font-weight: 700; text-align: center; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog .title-wrapper--no-top-margin h2 { color: #484848; font-size: 30px; font-family: 'Proxima Nova'; font-weight: 700; text-align: center; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .card-wrapper { background: #faf9f6; border-radius: 15px; text-align: center; padding: 24px; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .article-card .card__information { padding-left: 0; padding-right: 0; padding-bottom: 0; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .article-card .card__information h3 { color: #484848; font-size: 20px; font-family: Proxima Nova; font-weight: 700; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .article-card .card__information h3 a { color: #484848; font-size: 20px; font-family: Proxima Nova; font-weight: 700; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .article-card .card__information h3 + .article-card__info { display: none; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .article-card .card__information p { margin-bottom: 0; color: #484848; font-size: 16px; font-family: Proxima Nova; font-weight: 400; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .article-card .article-card__author-details .article-card__author-name { color: #484848; font-size: 14px; font-family: Proxima Nova; font-weight: 700; text-transform: capitalize; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .article-card .article-card__author-details .article-card__author-date { color: #484848; font-size: 14px; font-family: Proxima Nova; font-weight: 400; text-transform: capitalize; }

#shopify-section-template--19874718384283__featured_blog_CnCJUL .blog__posts .article-card .article-tags * { color: #A75474; font-size: 14px; font-family: Proxima Nova; font-weight: 700; }

.footer-block__brand-info .footer__list-social.list-social li a { padding-left: 5px; padding-right: 5px; }

.footer-block__brand-info .footer__list-social.list-social li:nth-child(1) a { padding-left: 0; }

.product .product-media-container.constrain-height .media { background: #faf9f6; border-radius: 20px; }

.product .product-media-container.constrain-height.media-fit-contain { border: 0; width: 100%; }

.product .product-media-container.global-media-settings:after { display: none; }

.product .thumbnail { border-radius: 4px; background: #faf9f6; }

.product .thumbnail[aria-current] { box-shadow: none; border-color: #a75474; }

.product .thumbnail[aria-current]:focus:not(:focus-visible) { box-shadow: none; }

.article-card__info { font-family: 'Proxima Nova'; }

.header-localization .disclosure .localization-form__select { font-family: 'Proxima Nova'; }

html .gm-menu-installed .gm-menu .gm-item[data-gmdi="4"] .gm-image { padding-left: 20px !important; }

html .gm-menu-installed .gm-menu .gm-item[data-gmdi="4"] img { max-width: 100%; width: auto; margin: 0 auto; }

html .gm-menu-installed .gm-menu .gm-item[data-gmdi="4"] .gm-grid { padding: 15px; align-items: center; justify-content: center; }

.card--media .card__inner .card__content .wishlist { position: absolute; top: 10px; right: 10px; background: #fff; border-radius: 50px; height: 32px; width: 32px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 10px rgba(0,0,0,0.1); }

#wishlist-icon .icon { stroke-width: 1px; }

html .gm-menu-installed .gm-menu.gm-menu-186085 .gm-item.gm-level-0:last-child>.gm-target>.gm-text { color: #a75474 !important; font-weight: 700 !important; }

html .gm-single-product .gm-product-name {     color: #484848;
    font-size: 16px;
    font-family: Proxima Nova;
    font-weight: 400; }

html .gm-single-product .gm-product-price { color: #889b78; font-size: 14px; font-family: Proxima Nova; font-weight: 700; }

#FacetsWrapperDesktop * { color: #484848; font-family: Proxima Nova; font-weight: 400; }

#FacetsWrapperDesktop .facets__summary-label { color: #000; font-weight: 700; }

#FacetsWrapperDesktop .active-facets.active-facets-desktop { display: none; }

#FacetsWrapperDesktop .facets__disclosure-vertical:nth-child(2) { border-top: 0; }

#FacetsWrapperDesktop .facets__summary span { color: #000; font-weight: 700; }

body .card .card__inner .card__media { z-index: 1; }

body .card .card__inner .card__media + .card__content .wishlist { z-index: 1; }

.shopify-policy__body { padding-bottom: 30px; color: #484848; font-family: Proxima Nova; font-weight: 400; }

.shopify-policy__body li p { margin: 0; display: inline; }

.shopify-policy__title h1 { color: #484848; font-family: Proxima Nova; font-weight: 700; text-align: left; }

body .article-template header { margin-bottom: 0; }

body .article-template .article-template__title { font-size: 30px; color: #fff; font-family: Proxima Nova; font-weight: 700; }

body .article-template .article-template__social-sharing { margin-top: 0; }

body .article-template .caption-with-letter-spacing time { color: #fff; font-size: 14px; font-family: Proxima Nova; font-weight: 400; text-transform: capitalize; }

body .article-template .caption-with-letter-spacing span { color: #fff; font-size: 14px; font-family: Proxima Nova; font-weight: 600; text-transform: capitalize; }

body .article-template .share-button .share-button__button { color: #484848; font-size: 14px; font-family: Proxima Nova; font-weight: 600; }

body .article-template .article-template__content p { color: #484848; font-family: Proxima Nova; font-weight: 400; }

body .article-template .article-template__content h2, body .article-template .article-template__content h3, body .article-template .article-template__content h4, body .article-template .article-template__content h5, body .article-template .article-template__content h6 { color: #484848; font-family: Proxima Nova; font-weight: 700; }

body .article-template .article-template__back { margin-left: auto; margin-right: auto; }

body .article-template .article-template__back a { color: #484848; font-family: Proxima Nova; font-weight: 600; }

#recently-viewed-products-list .card_media_section > .card__content { padding: 0; background: #fff; }

#recently-viewed-products-list .card_media_section > .card__content .card__heading { color: #484848; font-size: 16px; font-family: Proxima Nova; font-weight: 400; }

#recently-viewed-products-list .card_media_section > .card__content .card__heading a { text-decoration: none; color: #484848; font-size: 16px; font-family: Proxima Nova; font-weight: 400; }

#recently-viewed-products-list .card_media_section > .card__content .card__information { padding-left: 0; padding-right: 0; }

#recently-viewed-products-list .card_media_section > .card__content .card-information .price { color: #889b78; font-size: 14px; font-family: Proxima Nova; font-weight: 700; }

#recently-viewed-products-list .card_media_section > .card__content .card-information .price * { color: #889b78; font-size: 14px; font-family: Proxima Nova; font-weight: 700; }

#random-products-list .card_media_section > .card__content { padding: 0; background: #fff; }

#random-products-list .card_media_section > .card__content .card__heading { color: #484848; font-size: 16px; font-family: Proxima Nova; font-weight: 400; }

#random-products-list .card_media_section > .card__content .card__heading a { text-decoration: none; color: #484848; font-size: 16px; font-family: Proxima Nova; font-weight: 400; }

#random-products-list .card_media_section > .card__content .card__information { padding-left: 0; padding-right: 0; }

#random-products-list .card_media_section > .card__content .card-information .price { color: #889b78; font-size: 14px; font-family: Proxima Nova; font-weight: 700; }

#random-products-list .card_media_section > .card__content .card-information .price * { color: #889b78; font-size: 14px; font-family: Proxima Nova; font-weight: 700; }

body .contact-right h2 { margin-top: 0; color: #484848; font-family: Proxima Nova; font-weight: 700; }

body .contact-right .contact-subtitle { color: #484848; font-family: Proxima Nova; font-weight: 700; }
 
@media (min-width: 1000px) {

  .pdp_page_width .product__vendor { width: 50%; display: inline-block; }

  .pdp_page_width .product__sku { width: 50%; display: inline-block; text-align: right; }

  body .article-template>*:first-child:not(.article-template__hero-container) { max-width: 1100px; }

  body .article-template > div  { max-width: 1100px; }

  #shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper { max-width: 1000px; margin: 0 auto; }
  
  .footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) { width: calc(40% - var(--grid-desktop-horizontal-spacing) * 3 / 4); }

  .footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) p { padding-right: 100px; }

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

  #shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts.articles-wrapper { gap: 20px; }

  #shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts.articles-wrapper.grid.grid--3-col-desktop .grid__item { width: calc(33.33% - 20px * 2 / 3); max-width: calc(33.33% - 20px * 2 / 3); }

  /*.product-grid-container .collection .grid { gap: 20px; }

  .product-grid-container .collection .grid.grid--3-col-desktop .grid__item { width: calc(33.33% - 20px * 2 / 3); max-width: calc(33.33% - 20px * 2 / 3); }*/

  body .product--medium:not(.product--no-media) .product__media-wrapper { width: 55%; max-width: 55%; }

  body .product--medium:not(.product--no-media) .product__info-wrapper { width: 45%; max-width: 45%; }

  .product--medium .product__media-wrapper media-gallery { display: flex; gap: 10px; }

  .product--medium .product__media-wrapper media-gallery .slider-mobile-gutter { order: 2; width: 80%; position: relative; }

  .product--medium .product__media-wrapper media-gallery .thumbnail-slider { order: 1; width: 20%; flex-direction: column; }

  .product--medium .product__media-wrapper.single_media_gallery media-gallery .slider-mobile-gutter { width: 100%; }

  .product--medium .product__media-wrapper media-gallery .thumbnail-slider .slider__slide { width: 100%; height: auto; }

  .product--medium .product__media-wrapper media-gallery .thumbnail-slider .thumbnail-list.slider--tablet-up { flex-direction: column; width: 100%; height: 430px; padding: 0; max-height: 430px; }

  .product--medium .product__media-wrapper media-gallery .thumbnail-slider .slider-button { display: none; }

  #Banner-template--19643995553947__image_banner { max-width: 110rem; margin: 0 auto; }

  html[lang="ar"] .footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) p { padding-left: 100px; padding-right: 0px; }

}
/* ==========================
   Wishlist Styling
   ========================== */

.wishlist-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-foreground, #444);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.wishlist-btn .wishlist-icon {
  width: 13.5px;
  height: 13.5px;
  stroke: currentColor;
  fill: none;
  transition: all 0.3s ease; stroke-width: 1px;
}

.wishlist-btn.active .wishlist-icon {
  fill: #a75474;
  stroke: #a75474;
}

.wishlist-btn:hover .wishlist-icon {
  transform: scale(1.1);
  color: #a75474;
}

/* Header wishlist icon */
.header__icon--wishlist {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wishlist-count-bubble {
  position: absolute;
  top: -2px;
  right: -4px;
  background-color: #a75474;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
  padding: 2px 6px;
  width: 20px;
  height: 20px;
  text-align: center;
  display: none; /* hidden until there are items */
}

.wishlist-count {
  font-weight: 600;
}

/* Wishlist page grid layout */
#wishlist-page .wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

#wishlist-page h1 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.header__icon.header_cart_icon .svg-wrapper { background:rgb(255, 255, 255); padding: 0px; border-radius: 50px; }

.header__icon.header_cart_icon .cart-count-bubble { font-weight: 600; background-color: #a75474; width: 20px; height: 20px; bottom: inherit; top: -5px; left: inherit; right: -5px; }


@media (max-width: 767px) {
body .article-template .caption-with-letter-spacing span { color: #484848 !important; }

  #shopify-section-template--19643995422875__main header {
   top: 0px !important;
    padding: 0 15px !important;
    max-width: 1200px;
    position: relative !important;
  }

  body .article-template .article-template__title { color: #484848 !important; }

  body .article-template .caption-with-letter-spacing time { color: #484848 !important; }
  .wishlist-count-bubble { width: 16px; height: 16px; }

  .header__icon.header_cart_icon .svg-wrapper { background: transparent; border-radius: 0; }

  .header__icon.header_cart_icon .svg-wrapper svg { color: #484848; }

  .header__icon.header_cart_icon .svg-wrapper svg * { stroke: #484848; color: #484848; }

   .shop-by-category .category-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important; 
    }
    .header {
    padding: 4px 23px 0px 23px !important;
}
.category-title { margin: 0 !important; }

.boxes-grid {
   grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important; 
}
.box-item { padding: 10px; }
.box-description { margin-bottom: 10px; margin-top: 10px; }
.box-description { min-height: 51px; }
#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper { flex-direction: column; gap: 10px;  }

#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper h2 { width: 100%; }
#shopify-section-sections--19643996012699__newsletter_mn3C3y .newsletter .newsletter__wrapper h2+div { width: 100%; }

.footer__content-top { padding: 0px 15px 0px !important; }
.footer-block__details-content {
    margin-bottom: 1rem !important;
}
#shopify-section-sections--19643996012699__footer .footer .footer-block__heading { margin-bottom: 5px !important; }
.footer-block.grid__item:first-child { margin-bottom: 10px; }
.footer-block.grid__item { margin: 0 0 15px !important; }

.footer .grid { margin-bottom: 0px !important; }
.header__icons { padding: 0 !important; }
.related-products__heading { font-size: 28px; }

.cart-top { flex-direction: column; }
.cart-item {
    display: flex !important;
    flex-direction: row !important;
    gap: 2px !important;
    padding: 12px 0 !important;
  }

  /* Row 1 wrapper */
  .cart-item .item-meta,
  .cart-item .thumb {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    justify-content: center;
  }

  /* Align image + meta side-by-side */
  .cart-item .thumb {
    height: 115px;
    width: 115px !important;
    flex-shrink: 0 !important;
  }

  .cart-item .thumb img {
    width: 100% !important;
    height: auto !important;
  }

  .cart-item .item-meta {
    flex: 1 !important;
    flex-direction: column !important;
  }

  /* Row 2: Qty + Delete + Wishlist */
  .cart-item .item-actions {
    display: flex !important;
    width: 13% !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 8px !important;
  }

  .cart-item .qty {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .cart-item .qty button,
  .cart-item .qty input {
    height: 34px !important;
  }

  .cart-item .icon-row {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
  }

  .cart-item .wishlist,
  .cart-item .remove-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .cart_title { width: 100%; }

  .custom-cart-section { padding: 24px 15px; }

  .help-bar { width: 100%; }

  .custom-cart-inner { padding: 12px 0px !important; }

  #shopify-section-template--19867664416923__rich_text_4apcD6 .page-width { padding: 0 !important; }

  .multicolumn-list h3 { font-size: 27px !important; line-height: 115% !important; }

  .contact-wrapper { margin-top: 0px !important; margin-bottom: 0px; }

  #shopify-section-template--19643995619483__main .main-page-title { margin-bottom: 0px; }

  .section-template--19643995619483__main-padding { padding-bottom: 0px !important; }

  .shopify-policy__container { padding: 0px 15px !important; }

  #shopify-section-sections--19643996012699__footer .footer .footer-block__details-content .list-menu__item--link { line-height: 1.6; }

  .footer-block--newsletter { max-width: 100% !important; width: 100%; }
  .newsletter-form__field-wrapper { max-width: 100% !important; width: 100%; }

  .footer-block__newsletter { width: 100%; }

  #shopify-section-template--19874718384283__featured_blog_CnCJUL .blog .title-wrapper--no-top-margin { margin-bottom: 10px !important; }

   #shopify-section-template--19874718384283__featured_blog_CnCJUL .grid__item { margin-top: 20px; }

   .article-template>*:first-child:not(.article-template__hero-container) {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

}
#shopify-section-template--19867664416923__rich_text_4apcD6 .rich-text__blocks { text-align: left; }

.cart-left { width: 100%; }
.footer-block--newsletter { max-width: 30rem; }

.footer-block--newsletter .footer-block__heading { font-size: 12.6px; }

.breadcrumb a { padding-right: 5px; color: #121212bf; text-decoration: none; }



/* MAIN WRAPPER */
.collection-banner-custom-section {
  width: 100%;
  /* padding: 40px 0; */
  background: #ffffff;
}

/* INNER CONTAINER */
.collection-banner-custom-section-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

/* IMAGE SIDE */
.collection-banner-custom-section-image-wrapper {
  flex: 1;
}

.collection-banner-custom-section-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* TEXT SIDE */
.collection-banner-custom-section-text-wrapper {
  flex: 1;
  padding-right: 20px;
}

.collection-banner-custom-section-title {
  font-family: serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.collection-banner-custom-section-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  max-width: 500px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .collection-banner-custom-section-container {
    flex-direction: column;
    text-align: center;
  }

  .collection-banner-custom-section-text-wrapper {
    padding-right: 0;
  }

  .collection-banner-custom-section-text {
    max-width: 100%;
  }
}


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

#shopify-section-template--19643995422875__main .article-template__hero-medium.media {
    position: relative!important;
}

#shopify-section-template--19643995422875__main .article-template__hero-medium.media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25); /* 25% dark overlay */
    pointer-events: none;
    z-index: 2;
}

#shopify-section-template--19643995422875__main .article-template__hero-medium.media img {
    position: relative;
    z-index: 1;
    display: block;
}

}
#shopify-section-template--19643995553947__featured_blog_VwAknp .card__media .media img { object-position: right; }
.shopify-policy__container { max-width: 120rem !important; padding: 0px 50px; }

#shopify-section-template--19643995553947__new_category_section_HcxnEW { padding-bottom: 52px; }

#shopify-section-template--19643995422875__main header {
color: #fff !important;
    top: 290px;
    left: 25%;
    /* display: flex; */
    /* padding: 0 45rem 0 15rem; */
    max-width: 700px;
    position: absolute;
    z-index: 11;
    /* flex-direction: column; */
    justify-content: center;
   

}



html[lang="ar"] body,
html[dir="rtl"] body {
  direction: rtl !important;
  text-align: right !important;
}
html[lang="ar"] #shopify-section-sections--19643996012699__footer .footer .footer-block__brand-info .rte p,
html[dir="rtl"] #shopify-section-sections--19643996012699__footer .footer .footer-block__brand-info .rte p {
    text-align: right !important;
    max-width: 240px;
    padding: 0;
}
html[lang="ar"] #shopify-section-sections--19643996012699__footer .footer .footer-block__heading {
  text-align: right;
  line-height: 30px;
}


html[lang="ar"] #shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .card__information h3 a {
    line-height: 44px;
    text-align: right;
}

html[lang="ar"] #shopify-section-template--19643995553947__featured_blog_VwAknp .blog__posts .article-card .article-tags * {
  text-align: right;
}

 html[lang="ar"] .banner--desktop-transparent .banner__box {
      text-align: right;
    }
    html[lang="ar"] .product-vendor {
      text-align: right;
    }

     html[lang="ar"] .product-title {
      line-height: 30px;
      text-align: right;
    }
    html[lang="ar"] .price {
      text-align: right;
    }

    html[lang="ar"] .new-section-shop-by-category h2 {
      text-align: right;
    }

    html[lang="ar"] .facets-wrap-vertical { padding: 0; margin: 0; }

    html[lang="ar"] #FacetsWrapperDesktop * { margin-right: 0px; margin-left: 10px; }

    html[lang="ar"] .facet-checkbox { padding-right: 0px; }

    html[lang="ar"] .facet-filters__sort { margin-right: 15px; }

    html[lang="ar"] .facet-filters__field .select .svg-wrapper { margin-right: 5px; }

    html[lang="ar"] .card--standard>.card__content .card__information .card__heading { text-align: right; line-height: 30px; }

    html[lang="ar"] .caption-with-letter-spacing { text-align: right; }

    html[lang="ar"] .pdp_page_width .tab-content .product-description p { line-height: 1.8; }

    html[lang="ar"] #random-products-list .card_media_section>.card__content .card__heading { text-align: right; }
    /*html[lang="ar"] .checkout-btn svg { rotate: 180deg; }*/

    html[lang="ar"] .shopify-policy__title h1 { text-align: right !important; }

   /* Neutralize global RTL direction ONLY for UGC carousel */
html[lang="ar"] .video-carousel-section-ugc,
html[dir="rtl"] .video-carousel-section-ugc {
  direction: ltr !important;
}

/* Keep inner slide content visually normal */
html[lang="ar"] .video-carousel-section-ugc * ,
html[dir="rtl"] .video-carousel-section-ugc * {
  direction: ltr;
}

@media screen and (min-width: 750px) {
   
   html[lang="ar"] .footer-block__details-content>li:not(:last-child) {
       
        margin-right: 0;
    }
    html[lang="ar"] .footer-block__details-content li {
      line-height: 35px;
    }
       html[lang="ar"] .facets-vertical {
        gap: 20px;
        display: flex;
    }
        html[lang="ar"] .product__info-wrapper {
        padding: 0 5rem 0 0;
    }
  
}

body .footer__content-bottom { display: none; }

body .footer__content-top { padding-bottom: 0; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) .footer-block__heading { display: none; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) .footer-block--newsletter { display: none; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) .footer-block__brand-info { display: flex; flex-direction: column; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) .footer-block__image-wrapper { order: 1; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) .footer__list-social { order: 2; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) .rte { order: 3; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(5) .footer-block--newsletter { max-width: 100%; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(5) { background-color: rgba(247, 181, 208, 0.5); padding: 15px; border-radius: 10px; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(5) .footer-block__image-wrapper { display: none; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(5) .footer-block__heading + .rte { display: none; }

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(5) .footer-block--newsletter .footer-block__heading { text-align: left; }

#shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-right-aznvaukv3auh6s2tzyaigenblockef09b657jqrea { gap: 0; }

#shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-accordion-item-aznvaukv3auh6s2tzyaigenblockef09b657jqrea { border-top: 1px solid #00000033; padding: 10px 0; }

#shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-accordion-item-aznvaukv3auh6s2tzyaigenblockef09b657jqrea:last-child { border-bottom: 1px solid #00000033; }

#shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-button-primary-aznvaukv3auh6s2tzyaigenblockef09b657jqrea { border: 2px solid #A75474; }

#shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-button-secondary-aznvaukv3auh6s2tzyaigenblockef09b657jqrea { border: 2px solid #A75474; }


/* Update the FAQ Right container to remove gaps */
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-right-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf { 
  gap: 0; 
}

/* Update accordion items to have thin top border and remove previous box styling */
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-accordion-item-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf { 
  border: none;
  border-top: 1px solid #00000033; 
  padding: 10px 0; 
  border-radius: 0;
}

/* Add border to the very last accordion item */
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-accordion-item-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf:last-child { 
  border-bottom: 1px solid #00000033; 
}

/* Apply the specific border color to the Primary Button */
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-button-primary-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf { 
  border: 2px solid #A75474; 
}

/* Apply the specific border color to the Secondary Button */
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-button-secondary-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf { 
  border: 2px solid #A75474; 
}
#shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-right-ab2j2se1cmkl0ngxazaigenblockef09b65peecwa { gap: 0; }

#shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-accordion-item-ab2j2se1cmkl0ngxazaigenblockef09b65peecwa { border-top: 1px solid #00000033; padding: 10px 0; }

#shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-accordion-item-ab2j2se1cmkl0ngxazaigenblockef09b65peecwa:last-child { border-bottom: 1px solid #00000033; }

#shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-button-primary-ab-8j2se1cmkl0ngxazaigenblockef09b65peecwa { border: 2px solid #A75474; }

#shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-button-secondary-ab-8j2se1cmkl0ngxazaigenblockef09b65peecwa { border: 2px solid #A75474; }

#shopify-section-template--20487766900891__17744419503db69749 .ai-faq-right-av09bdehrutzlmuxvcaigenblockef09b653mxaqb {
  gap: 0;
}
#shopify-section-template--20487766900891__17744419503db69749 .ai-faq-section-av09bdehrutzlmuxvcaigenblockef09b653mxaqb {
    display: block;
    background-color: #fbfaf8d1;
}

#shopify-section-template--20487766900891__17744419503db69749 .ai-faq-accordion-item-av09bdehrutzlmuxvcaigenblockef09b653mxaqb {
  border-top: 1px solid #00000033;
  padding: 10px 0;
}

#shopify-section-template--20487766900891__17744419503db69749 .ai-faq-accordion-item-av09bdehrutzlmuxvcaigenblockef09b653mxaqb:last-child {
  border-bottom: 1px solid #00000033;
}

#shopify-section-template--20487766900891__17744419503db69749 .ai-faq-button-primary-av09bdehrutzlmuxvcaigenblockef09b653mxaqb {
  border: 2px solid #A75474;
}

#shopify-section-template--20487766900891__17744419503db69749 .ai-faq-button-secondary-av09bdehrutzlmuxvcaigenblockef09b653mxaqb {
  border: 2px solid #A75474;
}
#shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-container-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { padding-left: 5rem; padding-right: 5rem; }

#shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-button-primary-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { border: 2px solid #A75474; }

#shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-button-secondary-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { border: 2px solid #A75474; }

#shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-right-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { gap: 0; }

#shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-accordion-item-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { border-top: 1px solid #00000033; padding: 10px 0; }

#shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-accordion-item-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea:last-child { border-bottom: 1px solid #00000033; }

#shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-right-awuv5uvizqlo5swp3saigenblockef09b657jqrea { gap: 0; }

#shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-accordion-item-awuv5uvizqlo5swp3saigenblockef09b657jqrea { border-top: 1px solid #00000033; padding: 10px 0; }

#shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-accordion-item-awuv5uvizqlo5swp3saigenblockef09b657jqrea:last-child { border-bottom: 1px solid #00000033; }

#shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-button-primary-awuv5uvizqlo5swp3saigenblockef09b657jqrea { border: 2px solid #A75474; }

#shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-button-secondary-awuv5uvizqlo5swp3saigenblockef09b657jqrea { border: 2px solid #A75474; }

#shopify-section-template--20632595824795__image_banner_RhnLKx { padding-left: 5rem; padding-right: 5rem; }

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

  #shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-container-awuv5uvizqlo5swp3saigenblockef09b657jqrea { display: flex; }

  #shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-left-awuv5uvizqlo5swp3saigenblockef09b657jqrea { width: 30%; }

  #shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-right-awuv5uvizqlo5swp3saigenblockef09b657jqrea { width: 70%; }

  #shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-container-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { display: flex; }

  #shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-left-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { width: 30%; }

  #shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-right-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { width: 70%; }

  #shopify-section-template--20487767654555__related-products .related-products { display: flex; gap: 110px; }

  #shopify-section-template--20487767654555__related-products .related-products .related-products__heading { width: 27%; }

  #shopify-section-template--20487767654555__related-products .related-products .swiper { width: 73%; }

  .section-template--20487767654555__random_products_rA7WVn-padding { display: flex; gap: 85px; }

  #shopify-section-template--20487767654555__recently_viewed_products_qAMbqB .recently-viewed-products { display: flex; align-items: center; }

  #shopify-section-template--20487767654555__recently_viewed_products_qAMbqB .recently-viewed-products .related-products__heading { width: 23%; }

  #shopify-section-template--20487767654555__recently_viewed_products_qAMbqB .recently-viewed-products .recent-swiper-container { width: 77%; }

  #shopify-section-template--20487767654555__random_products_rA7WVn .random-products { display: flex; align-items: center; }

  #shopify-section-template--20487767654555__random_products_rA7WVn .random-products .related-products__heading { width: 23%; }

  #shopify-section-template--20487767654555__random_products_rA7WVn .random-products .random-swiper-container { width: 77%; }

  #shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-container-aznvaukv3auh6s2tzyaigenblockef09b657jqrea { display: flex; }

  #shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-left-aznvaukv3auh6s2tzyaigenblockef09b657jqrea { width: 33%; }

  #shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-right-aznvaukv3auh6s2tzyaigenblockef09b657jqrea { width: 67%; }

  /* Change container from grid to flex for custom widths */
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-container-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf { 
  display: flex; 
}

/* Set left side (Title/Description) to 33% width */
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-left-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf { 
  width: 33%; 
}

/* Set right side (Accordions) to 67% width */
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-right-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf { 
  width: 67%; 
}

   #shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-container-ab2j2se1cmkl0ngxazaigenblockef09b65peecwa { display: flex; }

  #shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-left-ab2j2se1cmkl0ngxazaigenblockef09b65peecwa { width: 33%; }

  #shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-right-ab2j2se1cmkl0ngxazaigenblockef09b65peecwa { width: 67%; }

  #shopify-section-template--20487766900891__17744419503db69749 .ai-faq-container-av09bdehrutzlmuxvcaigenblockef09b653mxaqb {
  display: flex;
}

#shopify-section-template--20487766900891__17744419503db69749 .ai-faq-left-av09bdehrutzlmuxvcaigenblockef09b653mxaqb {
  width: 33%;
}

#shopify-section-template--20487766900891__17744419503db69749 .ai-faq-right-av09bdehrutzlmuxvcaigenblockef09b653mxaqb {
  width: 67%;
}

  .footer__content-top .footer__blocks-wrapper { display: flex; }

  .footer__content-top .grid--4-col-tablet .grid__item:nth-child(1) { width: 28%; }

  .footer__content-top .grid--4-col-tablet .grid__item:nth-child(2) { width: 13.33%; }

  .footer__content-top .grid--4-col-tablet .grid__item:nth-child(3) { width: 13.33%; }

  .footer__content-top .grid--4-col-tablet .grid__item:nth-child(4) { width: 13.33%; }

  .footer__content-top .grid--4-col-tablet .grid__item:nth-child(5) { width: 28%; }

  #shopify-section-template--20487767294107__collection_list_WPXURJ .collection-list { column-gap: 25px; }
  
  #shopify-section-template--20487767294107__collection_list_WPXURJ .grid--4-col-desktop .grid__item { width: calc(25% - 25px * 3 / 4); max-width: calc(25% - 25px * 3 / 4); }

}

.slideshow__text.banner__box {
  align-items: flex-start;
}

.slideshow-preheading {
  color: #000;
}

.ai-product-carousel-container-av293tljrwhzqempimaigenblock19adac3r3nxdv {
  padding: 0px 20px 0px 40px !important;
}

#shopify-section-template--20487767294107__image_banner_NMBMbB .banner__content {
  max-width: 100%; 
}

@media screen and (min-width: 767px) {
  .ai-product-carousel-container-avg5jc0rkbwlwohv3baigenblock19adac3fewrer {
    padding-left: 60px !important;
  }
  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE {
    padding-left: 50px;
    padding-right: 50px;
  }
  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__content {
    min-height: 400px;
  }
  .slideshow--bars-inside-template--20487767294107__slideshow_iU7GHF {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.ai-blog-card-ab1fodm1ld0rwnu5jeaigenblockc3153449tkyqy {
padding: 15px;
    background: #FBFAF8;
    border-radius: 10px;
    border: 1px solid #EFE6DE;
}

#price-template--20487767654555__main .price__sale {
  display: flex;
  flex-direction: row-reverse;
}

#price-template--20487767654555__main .price-item--sale {
      font-size: 20px;
    color: #889b78;
    font-weight: 800;
}

.price__badge-sale {
background: #889b78;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
}

.trust-features{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  background:#e9e0d6;
  padding:10px 20px;
  flex-wrap:wrap;
}

.trust-feature{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:18px;
  font-weight:700;
  color:#000;
}

.trust-feature img{
  width:30px;
  height:30px;
  object-fit:contain;
}

.prices-on-sale {
  gap: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.product-vendor {
      font-size: 14px;
    color: #6b6b6b;
    opacity: 0.85;
    line-height: 1.2;
}

.product-vendor a { color: #6b6b6b; text-decoration: none; display: block; }

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

#shopify-section-template--20487767654555__related-products .card-heading a {
      font-size: 17px;
    color: #121212;
    margin: 0;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(17px * 1.3 * 2);
}

#shopify-section-template--20487767654555__related-products .price__sale {
      display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

#shopify-section-template--20487767654555__related-products .price__sale .price-item--sale {
      font-size: 16px;
    color: #889b78;
    font-weight: 600;
    line-height: 25px;
}
/* 
#shopify-section-template--20487767654555__related-products .price__sale .price__regular  {
      font-size: 16px;
    color: #889b78;
    font-weight: 600;
} */
#shopify-section-template--20487767654555__related-products .price__regular .price-item--regular {
  display: none;
}


#shopify-section-template--20487767654555__related-products .price__sale .price-item--regular {
  color: #6b6b6b;
}



#shopify-section-template--20487767654555__random_products_rA7WVn .card-heading a {
      font-size: 17px;
    color: #121212;
    margin: 0;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;{}
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(17px * 1.3 * 2);
}

#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale {
      display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}
 
#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale .price-item--sale {
      font-size: 16px;
    color: #889b78;
    font-weight: 600;
    line-height: 25px;
}
/*
#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale .price__regular  {
      font-size: 16px;
    color: #889b78;
    font-weight: 600;
}
 */
#shopify-section-template--20487767654555__random_products_rA7WVn .price__regular .price-item--regular {
  display: none;
}

#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale .price-item--regular {
  color: #6b6b6b;
}

#shopify-section-template--20487767654555__related-products .related-products {
  background: #FBFAF8;
}

.breadcrumb {
  font-size: 14px;
  margin: 10px 0 20px;
}

.breadcrumb a {
  text-decoration: none;
  color: #666;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 6px;
  color: #999;
}

.breadcrumb-current {
  color: #000;
  font-weight: 500;
}

.custom-filter-icon{
  margin-left:auto;
  display:flex;
  align-items:center;
}

.custom-filter-icon .icon-close{
  display:none;
  font-size:20px;
  font-weight:600;
}

/* when filter open */
details[open] .custom-filter-icon .icon-open{
  display:none;
}

details[open] .custom-filter-icon .icon-close{
  display:block;
}

.filter-text-icon {
  display: flex;
}

.custom-filter-icon .icon-close {
  font-size: 31px;
  line-height: 0px;
}

#shopify-section-template--20487766999195__product-grid .grid__item {
   border: 1px solid #f0e7e6;
    border-radius: 16px;
    padding: 12px;
    background: #fbfaf8;
}


#shopify-section-template--20487766999195__product-grid .card__heading a {
      font-size: 17px;
    color: #121212;
    margin: 0;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
#shopify-section-template--20487766999195__product-grid .price__sale {
          display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}




#shopify-section-template--20833946304667__product-grid .grid__item {
   border: 1px solid #f0e7e6;
    border-radius: 16px;
    padding: 12px;
    background: #fbfaf8;
}


#shopify-section-template--20833946304667__product-grid .card__heading a {
      font-size: 17px;
    color: #121212;
    margin: 0;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
#shopify-section-template--20833946304667__product-grid .price__sale {
          display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media screen and (min-width: 750px) {
    #shopify-section-template--20487766999195__product-grid .card__information {
        padding-bottom: 5px;
        padding-top: 10px;
    }
     #shopify-section-template--20833946304667__product-grid .card__information {
        padding-bottom: 5px;
        padding-top: 10px;
    }
}
 
#shopify-section-template--20487766999195__product-grid .price__sale .price-item--sale {
      font-size: 15px;
    color: #889b78;
    font-weight: 600;
    line-height: 25px;
}
/*
#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale .price__regular  {
      font-size: 16px;
    color: #889b78;
    font-weight: 600;
}
 */
#shopify-section-template--20487766999195__product-grid .price__regular .price-item--regular {
  display: none;
}

#shopify-section-template--20487766999195__product-grid .price__sale .price-item--regular {
  color: #6b6b6b;
}







#shopify-section-template--20833946304667__product-grid .price__sale .price-item--sale {
      font-size: 15px;
    color: #889b78;
    font-weight: 600;
    line-height: 25px;
}
/*
#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale .price__regular  {
      font-size: 16px;
    color: #889b78;
    font-weight: 600;
}
 */
#shopify-section-template--20833946304667__product-grid .price__regular .price-item--regular {
  display: none;
}

#shopify-section-template--20833946304667__product-grid .price__sale .price-item--regular {
  color: #6b6b6b;
}







.card--media .card__inner .card__content {
  display: none;
}

 #shopify-section-template--20487767294107__multicolumn_8R4EMP .media--transparent {
  background: none;
 }


#shopify-section-template--20487767294107__multicolumn_8R4EMP .multicolumn.background-none .multicolumn-card {
justify-content: center;
}
 #shopify-section-template--20487767392411__multicolumn_wcEWDt .media--transparent {
  background: none;
 }


#shopify-section-template--20487767392411__multicolumn_wcEWDt .multicolumn.background-none .multicolumn-card {
justify-content: center;
}

.header__inline-menu {
  display: flex;
  justify-content: center;
}

.gm-menu-installed .gm-menu {
  gap: 10px;
}


/* Checkbox size */
.facets__label.facet-checkbox input[type="checkbox"] + svg {
  width: 20px;
  height: 20px;
  background: #DBA9BC;
  border: none;
}

/* Remove border */
.facets__label.facet-checkbox input[type="checkbox"] + svg rect {
  stroke: none;
}

/* Make label relative so tick can center */
.facets__label.facet-checkbox {
  position: relative;
}

/* Center the tick */
.facets__label.facet-checkbox .svg-wrapper {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Make tick mark bold */
.facets__label.facet-checkbox .icon-checkmark path {
  fill: #fff !important;
  stroke: #fff;
  stroke-width: 1.5px;
}

/* Slightly increase tick size */
.facets__label.facet-checkbox .icon-checkmark {
  width: 14px;
  height: 14px;
}

#product-grid .inside-listing-promo-item {
  padding: 0 !important;
}

#product-grid .grid__item {
  padding: 12px;
}

@media screen and (min-width: 750px) {
   #section-template--20487766999195__product-grid-padding .grid {
        column-gap: 10px;
        row-gap: 10px;
    }
}

.banner__box p {
  color: #000;
  font-size: 16px;
}






#shopify-section-template--20487767294107__collection_list_WPXURJ .icon-wrap {
  display: none;
}

#shopify-section-template--20487767294107__collection_list_WPXURJ .card__heading a {
  text-decoration: underline;
}
#shopify-section-template--20487767294107__collection_list_WPXURJ .card--standard.card--media .card__inner .card__information a {
    font-weight: 700;
    font-size: 22px;
}

#shopify-section-template--20487767294107__image_banner_NMBMbB .banner__text {
  max-width: 550px;
}

#shopify-section-template--20487767294107__image_with_text_kbygBg .page-width {
  max-width: 1170px;
}


#shopify-section-template--20487767294107__image_with_text_nj9gNU .page-width {
  max-width: 1170px;
}

#shopify-section-template--20487767294107__image_banner_NMBMbB .banner__content {
  max-width: 1170px;
}

#shopify-section-template--20487767294107__logo_carousel_78Axpx .page-width {
  padding: 0px;
}
#shopify-section-template--20487767392411__logo_carousel_6PtR7K .page-width {
  padding: 0px;
}

#section-template--20487767294107__image_with_text_kbygBg-padding .image-with-text__text p {
  font-size: 18px;
}
#shopify-section-template--20487767392411__image_with_text_akXtKY p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
#shopify-section-template--20487767392411__image_with_text_7KgMna p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
#shopify-section-template--20487767392411__image_with_text_akXtKY .page-width {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
@media screen and (min-width: 990px) {
    #shopify-section-template--20487767294107__image_with_text_nj9gNU .image-with-text__content {
        padding: 6rem 6rem 6rem !important;
    }
    #shopify-section-template--20487767294107__image_with_text_kbygBg .image-with-text__content {
        padding: 6rem 4rem 6rem !important;
    }
     #shopify-section-template--20487767392411__image_with_text_7KgMna .image-with-text__content {
        padding: 6rem 4rem 6rem !important;
    }
    #shopify-section-template--20487767392411__image_with_text_akXtKY .image-with-text__content {
        padding: 6rem 5rem 4rem 6rem !important;
    }
}

    #shopify-section-template--20487767294107__1770120854fb8ba0dc .ai-reviews-section-amstvutr1etg1mwj2baigenblock8919057klejgk {
      padding-right: 0px;
    }


   

    #NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__media {
      width: 133px;
      height: 133px;
    }

    #shopify-section-template--20487767294107__image_banner_NMBMbB .banner__box p {
      font-size: 18px;
    }
    #shopify-section-template--20487767294107__image_with_text_kbygBg .image-with-text__text p {
      font-size: 18px;
      line-height: 28px;
      color: #000;
    }

    #shopify-section-template--20487767392411__image_with_text_7KgMna .image-with-text__text p {
      font-size: 18px;
      line-height: 28px;
      color: #000;
    }

   

#shopify-section-template--20487767294107__slideshow_iU7GHF .banner__heading em { font-family: 'Baskervville Italic'; }

#SectionHeading-template--20487767294107__collection_list_WPXURJ em { font-family: 'Baskervville Italic'; }

#Banner-template--20487767294107__image_banner_NMBMbB .banner__heading em { font-family: 'Baskervville Italic'; letter-spacing: 0px; }

#ImageWithText--template--20487767294107__image_with_text_kbygBg .image-with-text__heading em { font-family: 'Baskervville Italic'; }

.ai-title-boxes-title-aektlzkzveudrahp6caigenblock226bb51q6mkmv h2 em { font-family: 'Baskervville Italic'; }

.ai-product-carousel-title-avg5jc0rkbwlwohv3baigenblock19adac3fewrer em { font-family: 'Baskervville Italic'; }

.trending_promo_title em { font-family: 'Baskervville Italic'; }

.beauty-offers__title .beauty-offers__title-italic { font-family: 'Baskervville Italic'; }

.ai-reviews-title-amstvutr1etg1mwj2baigenblock8919057klejgk em { font-family: 'Baskervville Italic'; }

.ai-video-carousel__title-avju3zzl0axlgy2jnuaigenblock0fa983cjeekfb em { font-family: 'Baskervville Italic'; }

.ai-reviews-title-amstvutr1etg1mwj2baigenblock8919057klejgk em { font-family: 'Baskervville Italic'; }

body em {
  font-family: 'Baskervville Italic'; 
  letter-spacing: 0px;
}

@media screen and (min-width: 750px) {
    #shopify-section-template--20487767294107__image_banner_NMBMbB .banner--desktop-transparent .banner__box {
        padding: 0;
        
    }
}

.ai-blog-card__cta-ab1fodm1ld0rwnu5jeaigenblockc3153449tkyqy svg {
  display: none;
}

  
  .custom-newsletter-heading {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
  }

  .custom-newsletter-description {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
  }

  .custom-newsletter-description p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
  }

  .custom-newsletter-form {
    margin-top: 0;
  }

  .custom-newsletter-wrapper {
    width: 100%;
  }

  .custom-newsletter-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .custom-newsletter-field {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    position: relative;
    margin: 0;
  }

  .custom-newsletter-field::before,
  .custom-newsletter-field::after {
    display: none !important;
    content: none !important;
  }

  .custom-newsletter-input {
    width: 100%;
    height: 42px;
    min-height: 42px;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 16px !important;
    margin: 0 !important;
    line-height: normal !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    appearance: none;
    -webkit-appearance: none;
  }

  .custom-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }

  .custom-newsletter-input:focus,
  .custom-newsletter-input:focus-visible,
  .custom-newsletter-input:not(:placeholder-shown),
  .custom-newsletter-input:-webkit-autofill {
    border-radius: 10px !important;
    border: 1px solid #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
  }

  .newsletter-submit-btn {
    flex: 0 0 auto;
    height: 42px;
    min-height: 42px;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
  }

  .custom-newsletter-message {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
  }

  .custom-newsletter-message.success {
    color: #fff;
  }

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

    .custom-newsletter-row {
      gap: 10px;
    }

    .custom-newsletter-input {
      font-size: 13px !important;
    }

    .custom-newsletter-input::placeholder {
      font-size: 13px !important;
    }

    .newsletter-submit-btn {
      padding: 0 18px;
      font-size: 14px;
    }
  }

  .footer-block__brand-info{
  display:flex;
  flex-direction:column;
  height:100%;
}

/* Logo at the very top */
.footer-block__brand-info .footer-block__image-wrapper{
  order:1;
  margin-bottom:10px;
}

/* Heading and text under logo */
.footer-block__brand-info .footer-block__heading{
  order:2;
}

.footer-block__brand-info .rte{
  order:3;
}

/* Newsletter stays in middle */
.footer-block__brand-info .custom-footer-newsletter{
  order:4;
  margin-bottom:auto;
}

/* Social icons always at bottom */
.footer-block__brand-info .footer__list-social{
  order:5;
  margin-top:auto;
}

.footer__content-top .grid--4-col-tablet .grid__item:nth-child(2) .footer-block__heading {
  font-family: Proxima Nova !important;
}
.footer__content-top .grid--4-col-tablet .grid__item:nth-child(3) .footer-block__heading {
  font-family: Proxima Nova !important;
}
.footer__content-top .grid--4-col-tablet .grid__item:nth-child(4) .footer-block__heading {
  font-family: Proxima Nova !important;
}

.ai-blog-card__title-ab1fodm1ld0rwnu5jeaigenblockc3153449tkyqy {
  font-family: Proxima Nova !important;
}


.product-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  margin-top: 2px;
  flex-wrap: wrap;
}

.product-card-rating .jdgm-widget,
.product-card-rating .jdgm-preview-badge,
.product-card-rating .jdgm-prev-badge {
  display: inline-flex !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: space-between;
  width: 100%;
}

.product-card-rating .jdgm-prev-badge__stars {
  display: inline-flex !important;
  align-items: center;
  gap: 2px;
  margin: 0 !important;
}

.product-card-rating .jdgm-star,
.product-card-rating .jdgm-prev-badge__star {
  color: #DBA9BC !important;
  padding: 0 !important;
}

.product-card-rating .jdgm-prev-badge__text { 
  font-size: 14px;
  color: #DBA9BC !important;
}
.ai-product-carousel-product-info-{{ ai_gen_id }} .jdgm-prev-badge__text { 
  font-size: 14px;
  color: #DBA9BC !important;
}

.product-card-rating .jdgm-widget.jdgm-widget {
  width: 100%;
}

.product-card-rating-count {
  font-size: 13px;
  line-height: 1;
  color: #DBA9BC;
  font-weight: 500;
}


#shopify-section-template--20487766999195__product-grid .card--standard>.card__content .card__information .jdgm-prev-badge__text { display: block !important; }

#shopify-section-template--20487766999195__product-grid .jdgm-prev-badge[data-average-rating='0.00'] { display: flex !important; }


#shopify-section-template--20833946304667__product-grid .card--standard>.card__content .card__information .jdgm-prev-badge__text { display: block !important; }

#shopify-section-template--20833946304667__product-grid .jdgm-prev-badge[data-average-rating='0.00'] { display: flex !important; }

.price .price-item { margin: 0 !important; }

#shopify-section-template--20487766999195__product-grid .jdgm-widget.jdgm-widget { margin-bottom: 5px; }

#shopify-section-template--20487766999195__product-grid .wishlist-btn {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #efe3e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}




#shopify-section-template--20833946304667__product-grid .jdgm-widget.jdgm-widget { margin-bottom: 5px; }

#shopify-section-template--20833946304667__product-grid .wishlist-btn {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #efe3e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}


#shopify-section-template--20487767654555__related-products .page-width {
  padding: 50px 0 50px 50px;
}

#shopify-section-template--20487767654555__random_products_rA7WVn .page-width {
  padding: 50px 0 50px 50px;
}

#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale {
          display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale .price-item--sale {
      font-size: 15px;
    color: #889b78;
    font-weight: 600;
    line-height: 25px;
}
#shopify-section-template--20487767654555__random_products_rA7WVn .price__regular .price-item--regular {
  display: none;
}

#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale .price-item--regular {
  color: #6b6b6b;
}


#shopify-section-template--20487767654555__related-products .price__sale {
          display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#shopify-section-template--20487767654555__related-products .price__sale .price-item--sale {
      font-size: 15px;
    color: #889b78;
    font-weight: 600;
    line-height: 25px;
}
#shopify-section-template--20487767654555__related-products .price__regular .price-item--regular {
  display: none;
}

#shopify-section-template--20487767654555__related-products .price__sale .price-item--regular {
  color: #6b6b6b;
}


#shopify-section-template--20487767654555__related-products .card--standard>.card__content .card__information .jdgm-prev-badge__text {
  display: block;
}
#shopify-section-template--20487767654555__random_products_rA7WVn .card--standard>.card__content .card__information .jdgm-prev-badge__text {
  display: block;
}


#shopify-section-template--20487767654555__related-products .jdgm-prev-badge[data-average-rating='0.00'] {
  display: flex !important;
}
#shopify-section-template--20487767654555__random_products_rA7WVn .jdgm-prev-badge[data-average-rating='0.00'] {
  display: flex !important;
}

.custom-blog-prod-section .jdgm-prev-badge[data-average-rating='0.00'] {
 width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.custom-blog-prod-section .jdgm-widget.jdgm-widget {
  display: flex !important;
      align-items: center;
}

#shopify-section-template--20487767654555__random_products_rA7WVn .wishlist-btn {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #efe3e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}


#shopify-section-template--20487767654555__related-products .wishlist-btn {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #efe3e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}


#shopify-section-template--20487767654555__related-products .price__container {
  width: 100%
}

 #shopify-section-template--20487767654555__random_products_rA7WVn .price__container {
  width: 100%
}
@media screen and (min-width: 750px) {
  #shopify-section-template--20487767654555__random_products_rA7WVn .card__information {
        padding-bottom: 5px;
        padding-top: 10px;
    }
    #shopify-section-template--20487767654555__related-products .card__information {
        padding-bottom: 5px;
        padding-top: 10px;
    }

.slideshow-preheading {
  font-size: 14px;
}
.h1 {
  font-size: 40px;
}
}





    .product__info-container .price--on-sale .price-item--regular {
        margin-left: 10px !important;
        color: #6b6b6b;
    }


    .price__regular {
      display: none !important;
    }

    .product-short-description {
  color: #000;
  font-size: 14px;
  line-height: 26px;
}

.key-point-item {
  gap: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}

.key-point-item .icon {
      height: 20px;
}

.key-point-item .text {
    color: #000;
    line-height: 28px;
    font-size: 14px;
}
.product-key-points {
  padding: 10px 0px 20px;
}

.section-template--20833946304667__rich_text_aBkQwH-padding {
      background: #EFE6DE;
}

#shopify-section-template--20833946304667__rich_text_aBkQwH h2 {
  font-size: 60px;
  color: #000;
}

#shopify-section-template--20833946304667__rich_text_aBkQwH .rich-text__text p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
}
#shopify-section-template--20833946304667__rich_text_aBkQwH .rich-text__blocks {
  display: flex;
    flex-direction: column;
    align-items: center;
}

#shopify-section-template--20833946304667__rich_text_aBkQwH .rich-text__text {
  max-width: 850px;
}

.ai-review-verified-icon-ab3drbvy5uxr5ztk2uaigenblock89190574rxcef {
      background: #dba9bc;
    border-radius: 50px;
}

.announcement-bar__message {
      font-weight: 700;
    font-family: 'Proxima Nova';
}
.header__icon--menu[aria-expanded="false"] > span > svg:first-child {
  display: block !important;
}

.header__icon--menu[aria-expanded="false"] > span > .icon-close {
  display: none !important;
}

.header__icon--menu[aria-expanded="true"] > span > svg:first-child {
  display: none !important;
}

.header__icon--menu[aria-expanded="true"] > span > .icon-close {
  display: block !important;
}


#shopify-section-template--20487767294107__beauty_offers_mDc9AE .page-width {
  padding: 0 !important;
}


@media screen and (min-width: 767px) {
 /* .header__icon--wishlist {
      display: none !important;
    } */
    #shopify-section-template--20487767294107__blocks_gErgAX .ai-product-carousel-description-ate83bg5auulkemsynaigenblock19adac3mhvmga p {
  max-width: 310px;
    }
  /* Allow carousel area to extend full width to the right */
#shopify-section-template--20487767294107__blocks_gErgAX 
.ai-product-carousel-inner-avg5jc0rkbwlwohv3baigenblock19adac3fewrer{
  max-width: none;
  margin-left: calc((100vw - var(--page-width)) / 2);
  margin-right: 0;
}

/* Make product area stretch to screen */
#shopify-section-template--20487767294107__blocks_gErgAX 
.ai-product-carousel-products-avg5jc0rkbwlwohv3baigenblock19adac3fewrer{
  width: 100vw;
}

/* Prevent container from limiting right side */
#shopify-section-template--20487767294107__blocks_gErgAX 
.ai-product-carousel-container-avg5jc0rkbwlwohv3baigenblock19adac3fewrer{
  padding-right: 0;
}




}
  
@media screen and (max-width: 767px) {
  .header__inline-menu {
    display: none;
  }
  .slideshow--bars-inside-template--20487767294107__slideshow_iU7GHF {
    padding: 15px !important;
  }
  #shopify-section-template--20487767294107__multicolumn_8R4EMP .background-none .multicolumn-card__image-wrapper {
    width: 24px;
    height: 24px;
  }
  #shopify-section-template--20487767294107__multicolumn_8R4EMP .media--transparent {
    width: 24px;
    height: 24px;
  }
 #shopify-section-template--20487767392411__multicolumn_wcEWDt .background-none .multicolumn-card__image-wrapper {
    width: 24px;
    height: 24px;
  }
  #shopify-section-template--20487767392411__multicolumn_wcEWDt .media--transparent {
    width: 24px;
    height: 24px;
  }

  .banner__content {
    position: relative;
    bottom: -50px;
  }
  .announcement-bar-section {
    margin: 15px;
  }
  .announcement-bar-section .utility-bar {
    border-radius: 8px;
  }
  header-drawer {
    display: flex;
    flex-direction: row;
  }



  .header-desktop-search,
    .header__icons #wishlist-icon,
    .header-drawer-search {
      transition: none !important;
      animation: none !important;
    }

    /* default mobile state */
    .header-desktop-search {
      display: none !important;
      opacity: 1 !important;
      visibility: visible !important;
    }

    .header-drawer-search,
    .header__icons #wishlist-icon {
      display: flex !important;
      opacity: 1 !important;
      visibility: visible !important;
    }

    /* drawer open state */
    body.mobile-drawer-open .header-desktop-search {
      display: flex !important;
      align-items: center;
    }

    body.mobile-drawer-open .header__icons #wishlist-icon {
      display: none !important;
    }

    body.mobile-drawer-open .header-drawer-search {
      display: none !important;
    }

    .header__icon .svg-wrapper {
      width: 22px;
      height: 22px;
    }
    .header__icon, .header__icon--cart .icon {
      width: 32px;
      height: 32px;
    }
  .header {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .header__heading {
    position: absolute !important;
    left: 140px !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    width: max-content !important;
    z-index: 5 !important;
    pointer-events: auto !important;
  }

  html[lang="ar"] .header__heading { left: inherit !important; }

  .header__icon.header__icon--account { display: none !important; }

  .header__heading-link,
  .header__heading-logo-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /*header-drawer,
  .header__icons {
    position: relative !important;
    z-index: 6 !important;
  }*/

  .header__inline-menu {
    display: none !important;
  }
  .header__heading-logo {
    width: 110px;
  }
  .banner__heading {
    font-size: 40px;
  }
  #shopify-section-template--20487767294107__multicolumn_8R4EMP p {
    font-size: 16px;
  }
  
h1, .h1 {
  font-size: 28px;
}
 .collection-list.grid--2-col-tablet-down {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important; /* adjust as needed */
  }

  .collection-list__item {
    width: 100% !important;
    max-width: 100% !important;
  }
.section-template--20487767294107__collection_list_WPXURJ-padding {
  padding-bottom: 0px !important;
}
#Banner-template--20487767294107__image_banner_NMBMbB {
  margin: 0px 15px;
}
#Banner-template--20487767294107__image_banner_NMBMbB .subtitle {
  font-size: 14px;
}
#Banner-template--20487767294107__image_banner_NMBMbB .banner__heading {
    font-size:28px;
}
#shopify-section-template--20487767294107__image_banner_NMBMbB .banner__box p {
  font-size: 14px;
}
.banner--mobile-bottom .banner__box {
  padding: 4rem 1rem;
}
#shopify-section-template--20487767294107__logo_carousel_78Axpx {
  margin-top: 45px;
}


#shopify-section-template--20487767294107__image_with_text_kbygBg .image-with-text__heading {
  text-align: center;
  font-size: 28px;
}
#shopify-section-template--20487767294107__image_with_text_kbygBg .image-with-text__text p {
  font-size: 14px;
    text-align: center;
    line-height: 22px;
}

#shopify-section-template--20487767294107__image_with_text_kbygBg .button {
  font-size: 16px;
}
#shopify-section-template--20487767294107__image_with_text_kbygBg .image-with-text__content {
  align-items: center;
}





#shopify-section-template--20487767392411__image_with_text_7KgMna .image-with-text__heading {
  text-align: center;
  font-size: 28px;
}
#shopify-section-template--20487767392411__image_with_text_7KgMna .image-with-text__text p {
  font-size: 14px;
    text-align: center;
    line-height: 22px;
}

#shopify-section-template--20487767392411__image_with_text_7KgMna .button {
  font-size: 16px;
}
#shopify-section-template--20487767392411__image_with_text_7KgMna .image-with-text__content {
  align-items: center;
}


#shopify-section-template--20487767294107__1770115921c13d9fa7 .ai-title-boxes-container-aektlzkzveudrahp6caigenblock226bb51q6mkmv {
  padding: 0 0 0 15px !important;
}
.promo-boxes-section {
  padding: 10px 0px 0px !important;
}
#NewArrivals-template--20487767294107__new_arrivals_CdJLb9 {
  padding-top: 0px !important;
  padding-bottom: 30px !important; 
}
.promo-box-content {
  flex-direction: row !important;
  justify-content: space-between !important;
    align-items: flex-end !important;
}
.promo-box-title {
  text-align: left !important;
}
.trending_promo_title p {
  font-size: 19px !important;
}
.promo-box-title {
  font-size: 20px !important;
}
.promo-box-subtitle {
   font-size: 16px !important;
}

.new-arrivals__heading {
  font-size: 28px !important;
  text-align: left;
}
#NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__media {
  width: 100px;
  height: 100px;

}

#NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__vendor {
  font-size: 14px !important;

}
#NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__title {
  font-size: 16px !important;
}
#NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__price {
  font-size: 16px !important;
}
#NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__compare {
  font-size: 12px !important;
}
#NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__badge {
    font-size: 14px !important;
}
#NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__price-row {
    display: flex;
    align-items: center;
    gap: 6px !important;
    flex-wrap: nowrap !important;
}
#shopify-section-template--20487767294107__1770120854fb8ba0dc .ai-reviews-section-amstvutr1etg1mwj2baigenblock8919057klejgk {
  padding: 0px 15px !important;
  margin-bottom: 40px;
}
}
.product__reviews-sku-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product__reviews {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product__reviews-count {
  font-size: 12px;
  color: #666;
}

.product__sku {
  font-size: 12px;
  color: #666;
}
.product .product__info-container .product__sku {
  margin: 0;
}

.custom-product-tabs {
  display: none;
}
.product-tabs {
    display: block;
  }
.trust-features-mobile {
  display: none;
}
  
.trust-features-desktop {
  display: flex;
}
  

@media screen and (max-width: 749px) {
  .trust-features-desktop {
  display: none;
}
  
  .trust-features-mobile {
  display: block;
}
  
  .custom-product-tabs {
    display: block;
  }
  .product-tabs {
    display: none;
  }
  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE {
    --bo-sub-size: 14px;
    --bo-title-size: 28px;
    --bo-desc-size: 14px;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__container {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    border-radius: 0 !important;
    min-height: 560px;
    padding: 0;
    display: flex;
    align-items: flex-end;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__content {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    min-height: auto;
    padding: 300px 22px 28px;
    text-align: center !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__subheading {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__title {
    font-size: 28px;
    line-height: 1.15;
    margin: 0;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__title-normal,
  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__title-italic {
    display: inline;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__title-italic {
    margin-left: 4px;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__desc {
    font-size: 14px;
    line-height: 1.6;
    max-width: 270px;
    margin: 0 auto;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__desc p {
    margin: 0;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__actions {
    width: 100%;
    margin-top: 10px;
    justify-content: center !important;
  }

  #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__btn {
    min-width: 150px;
    padding: 16px 28px;
    font-size: 15px;
    line-height: 1;
    border-radius: 999px;
  }

.ai-video-carousel__scroll-wrapper-avju3zzl0axlgy2jnuaigenblock0fa983cjeekfb {

  margin-left: 15px !important;
}
.ai-video-carousel__track-avju3zzl0axlgy2jnuaigenblock0fa983cjeekfb {

  margin-left: 0px !important;
}

#shopify-section-template--20487767294107__image_with_text_nj9gNU {
  margin: 0px 15px !important;
}

#shopify-section-template--20487767294107__image_with_text_nj9gNU .image-with-text__heading {
  text-align: center;
  font-size: 28px;
}
#shopify-section-template--20487767294107__image_with_text_nj9gNU .image-with-text__text p {
  font-size: 14px;
    text-align: center;
    line-height: 22px;
}

#shopify-section-template--20487767294107__image_with_text_nj9gNU .button {
  font-size: 16px;
}

#shopify-section-template--20487767294107__image_with_text_nj9gNU .image-with-text__content {
  align-items: center;
}
#shopify-section-template--20487767294107__1770129860040f40cf .ai-blog-section-ab1fodm1ld0rwnu5jeaigenblockc3153449tkyqy {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ai-blog-card-ab1fodm1ld0rwnu5jeaigenblockc3153449tkyqy {
  padding: 10px;
}

#shopify-section-template--20487767294107__1770641440a1aa4f06 .ai-faq-container-aznvaukv3auh6s2tzyaigenblockef09b657jqrea {
  padding-left: 15px !important;
  padding-right: 15px !important;
  gap: 20px;
}
#shopify-section-template--20487766933659__1775220459a9ada8a7 .ai-faq-container-alzn4l1zpyudwuxp4aaigenblockef09b65y87lgf {
  padding-left: 15px !important;
  padding-right: 15px !important;
  gap: 20px;
}

#shopify-section-template--20487766999195__blocks_CQALMF .ai-faq-container-ab2j2se1cmkl0ngxazaigenblockef09b65peecwa {
  padding-left: 15px !important;
  padding-right: 15px !important;
  gap: 20px;
}


 #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE {
 padding-left: 15px !important;
  padding-right: 15px !important;
 }

 .product__media-icon {
  display: none !important;
 }
 .ai-product-carousel-product-info-{{ ai_gen_id }} .jdgm-prev-badge__text {
  font-size: 11px !important;
 }
}


.custom-product-tabs {
  margin-top: 20px !important;
  font-family: 'Proxima Nova', sans-serif;
}

/* Buttons */
.custom-tab-buttons {
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid #eee;
}

.custom-tab-btn {
  color: #000;
  flex: 1;
  padding: 15px 10px;
  background: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.4;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.custom-tab-btn.active {
  opacity: 1;
  border-bottom: 2px solid #A75474;
}

/* Content */
.custom-tab-content {
  display: none;
  padding: 15px 0px;
}

.custom-tab-content.active {
  display: block;
}

.product .product__info-container .product_form_with_quantity .product-form .product-form__submit {
  text-transform: uppercase !important;
}

/* Mobile */
@media (max-width: 768px) {
.trust-features-mobile {
  gap: 0;
        padding: 16px 15px;
        display: flex;
                flex-wrap: nowrap;
        justify-content: space-between;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
  .custom-tab-content p {
    font-size: 14px !important;
    color: #000 !important;
  }
  .custom-tab-buttons {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .custom-tab-buttons::-webkit-scrollbar {
    display: none;
  }

  .custom-tab-btn {
    text-align: left;
    flex: 0 0 auto;
    min-width: 110px;
    font-size: 18px;
  }
  .jdgm-preview-badge .jdgm-star {
    font-size: 12px;
  }
  .product .product__info-container .product__sku, .product .product__info-container .product__vendor {
    font-size: 14px !important;
  }
  .product .product__info-container .product__title h1 {
    font-size: 30px !important;
  }
  #price-template--20487767654555__main .price-item--sale {
    font-size: 16px !important;
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 12px !important;
  }
  .price__badge-sale {
    font-size: 14px !important;
  }
  .product .product__info-container .tabby-tamara-content span, .product .product__info-container .product-info-boxes .text h4, .product .product__info-container .product-info-boxes .text p {
    font-size: 14px !important;
  }
  .trust-feature img {
    width: 18px;
    height: 18px
  }
  .trust-feature {
    font-size: 14px !important;
  }
  .product .product__info-container .bt-heading {
    font-size: 28px !important;
  }
  .product .product__info-container .bt-image img {
    width: 85px;
  }
  .proven-results-section {
    margin: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important; 
  }
  .result-percentage {
    font-size: 36px !important;
  }
  .result-text {
     font-size: 14px !important;
  }
  .proven-result-box {
    gap: 30px;
  }
  .jdgm-rev-widg {
    padding: 0 !important;
  }
  .jdgm-rev-widg__header {
    text-align: left !important;
  }
  .jdgm-all-reviews__summary-text--verified {
    justify-content: flex-start !important;
  }
  .jdgm-review-widget--small .jdgm-histogram .jdgm-histogram__bar {
    width: 250px !important;
  }
  .jdgm-rev-widg .jdgm-widget-actions-wrapper .jdgm-write-rev-link.jdgm-write-rev-link {
    text-align: center !important;
  }
  .jdgm-rev-widg__body .jdgm-rev-widg__reviews .jdgm-rev {
    padding: 0px !important
  }
  #shopify-section-template--20487767654555__related-products .page-width {
    padding: 35px 0px 35px 15px !important;
  }
  .jdgm-star.jdgm--off:before {
    font-size: 10px !important;
  }
  .product-vendor {
    font-size:12px !important;
  }
  .card--standard>.card__content .card__information .card__heading a {
    font-size:14px !important;
  }
  #shopify-section-template--20487767654555__related-products .price__sale .price-item--sale {
    font-size:13px !important;
  }
  .card--standard>.card__content .card__information {
    padding-bottom: 0px !important;
  }
  #shopify-section-template--20487767654555__random_products_rA7WVn .page-width {
    gap: 0px !important;
    flex-direction: column;
    padding: 50px 0 50px 15px !important;
}
#shopify-section-template--20487767654555__random_products_rA7WVn .price__sale .price-item--sale {
    font-size:13px !important;
  }
  .card--standard>.card__content .card__information .price .price-item {
    font-size: 10px !important;
  }
  .product-card-sale-badge {
    font-size: 12px !important;
  }
  #shopify-section-template--20487767654555__1770641440a1aa4f06 .ai-faq-container-aqu50rzdwrxfrdzlxdaigenblockef09b657jqrea { gap: 20px; padding-left: 15px !important; padding-right: 15px !important; } 
#shopify-section-template--20487766999195__product-grid .desktop-facets {
  display: none !important;
}

#shopify-section-template--20487766999195__product-grid .active-facets  {
  display: none !important;
}

#shopify-section-template--20833946304667__product-grid .desktop-facets {
  display: none !important;
}

#shopify-section-template--20833946304667__product-grid .active-facets  {
  display: none !important;
}
#menu-drawer {
  width: 360px !important;
  z-index: 10;
}
  #shopify-section-template--20487766999195__product-grid .grid--2-col-tablet-down .grid__item {
    width: calc(48% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  #shopify-section-template--20833946304667__product-grid .grid--2-col-tablet-down .grid__item {
    width: calc(48% - var(--grid-mobile-horizontal-spacing) / 2);
  }
.section-template--20487766999195__product-grid-padding .inside-listing-promo-card__media {
      min-height: 30rem !important;
      aspect-ratio: 1/1; /* Matches square-ish card height */
    }
.section-template--20487766999195__product-grid-padding .inside-listing-promo-card__overlay {
      padding: 1rem;
      padding-bottom: 25px !important;
          align-items: center !important;
    justify-content: flex-end !important;
    flex-direction: column !important;
    gap: 10px;

    }
    #shopify-section-template--20487766999195__product-grid .facets-container {
      display: flex;
              align-items: center;
        justify-content: space-between;
        align-content: center;

   
    }
     #shopify-section-template--20487766999195__product-grid .facets-container .facets {
      padding: 0; 
      margin: 0;
      width: 50%;
       border-radius: 50px;
    border: 1px solid #A75474;
    padding: 10px 40px;
    justify-content: center;
    display: flex;
     }

     #shopify-section-template--20487766999195__product-grid .mobile-facets__wrapper {
      width: 50%;
     }
     #shopify-section-template--20487766999195__product-grid .mobile-facets__disclosure {
      width: 100%;
     }
     #shopify-section-template--20487766999195__product-grid .mobile-facets__open-wrapper {
      width: 100%;
     }
     #shopify-section-template--20487766999195__product-grid .mobile-facets__open {
          border-radius: 50px;
    border: 1px solid #A75474;
    padding: 10px 40px;
    justify-content: center;
     }
    #shopify-section-template--20487766999195__product-grid .facet-filters {
      padding: 0 !important;

     }

     #shopify-section-template--20487766999195__product-grid .mobile-facets__open-label {
        text-transform: uppercase;
    font-size: 16px;
    color: #A75474;
    font-weight: 700;
    gap: 5px;
     }









     #shopify-section-template--20833946304667__product-grid .facets-container {
      display: flex;
              align-items: center;
        justify-content: space-between;
        align-content: center;

   
    }
     #shopify-section-template--20833946304667__product-grid .facets-container .facets {
      padding: 0; 
      margin: 0;
      width: 50%;
       border-radius: 50px;
    border: 1px solid #A75474;
    padding: 10px 40px;
    justify-content: center;
    display: flex;
     }

     #shopify-section-template--20833946304667__product-grid .mobile-facets__wrapper {
      width: 50%;
     }
     #shopify-section-template--20833946304667__product-grid .mobile-facets__disclosure {
      width: 100%;
     }
     #shopify-section-template--20833946304667__product-grid .mobile-facets__open-wrapper {
      width: 100%;
     }
     #shopify-section-template--20833946304667__product-grid .mobile-facets__open {
          border-radius: 50px;
    border: 1px solid #A75474;
    padding: 10px 40px;
    justify-content: center;
     }
    #shopify-section-template--20833946304667__product-grid .facet-filters {
      padding: 0 !important;

     }

     #shopify-section-template--20833946304667__product-grid .mobile-facets__open-label {
        text-transform: uppercase;
    font-size: 16px;
    color: #A75474;
    font-weight: 700;
    gap: 5px;
     }
     .cart-notification-drawer {
      position: relative;
    z-index: 9999;
    border: 1px solid #FBFAF8;
    width: 100%;
    max-width: 500px;
    height: 85vh;
    background: #fff;
    overflow: hidden;
    overflow-x: hidden;
    display: none;
    flex-direction: column;
    margin-top: 30px !important;
    margin-right: 0px !important;
     }

     .cart-drawer-custom__title {
      font-size: 28px !important;
     }
     .free-shipping-progress__text {
      font-size: 12px !important;
     }
     .drawer-cart-item__vendor {
       font-size: 12px !important;
     }
     .drawer-cart-item__title {
      font-size: 17px !important;
     }
     .drawer-cart-item__image {
      width: 126px !important;
      height: 125px !important;
     }
     .drawer-cart-item__price {
       font-size: 16px !important;
     }
     .cart-similar-vendors-drawer__title {
       font-size: 28px !important;
     }
}


/* Make whole Sort By area clickable */
.custom-sort-trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Style label text */
.custom-sort-trigger .facet-filters__label {
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
      text-transform: uppercase;
    font-size: 16px;
    color: #A75474;
    font-weight: 700;
    gap: 5px;
}

/* Overlay hidden select */
.hidden-select-wrapper {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Invisible but clickable select */
.hidden-select-wrapper select {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

/* Hide arrow icon */
.hidden-select-wrapper .svg-wrapper {
  display: none;
}

@media (max-width: 767px) {
    .summary-title {
      display: flex;
      white-space: nowrap; /* Prevents text from wrapping between lines */
    }

    /* Creating the lines using pseudo-elements */
    .summary-title::before,
    .summary-title::after {
      content: "";
      flex: 1;             /* Tells the lines to grow and fill available space */
      height: 1px;         /* Thickness of the line */
      background: #D1D1D1; /* Light gray color for the lines */
      margin: 0 15px;      /* Spacing between the lines and the text/icon */
    }
    .checkout-btn {
      font-size: 16px;
    }
    .item-title {
      font-size: 16px !important;
    }
    .item-sub {
      font-size: 12px !important;
    }
    .current-price {
       font-size: 15px !important;
    }
    .cart-item-inner {
      gap: 10px !important;
    }
    .cart-similar-vendors-template--20487766966427__cart_related_products_aDE9cz__viewport {
      margin-right: 0 !important;
    }
    .cart-similar-vendors-template--20487766966427__cart_related_products_aDE9cz .page-width {
      padding: 0px 15px !important;
    }

    .cart-right {
      width: 100% !important;
    overflow: hidden !important;
    max-width: 100% !important;
    }
    .cart-similar-vendors- {
      display: block !important;
    }
    #shopify-section-template--20487766966427__cart_related_products_aDE9cz {
      display: none !important;
    }
    #shopify-section-template--20487766966427__cart-items .compare-price {
      font-size: 11px !important;
    }
    #shopify-section-template--20487766966427__cart-items .discount-badge {
   font-size: 13px !important;
    padding: 0.4rem 1rem !important;
    }
    #shopify-section-template--20487766966427__cart-items .price-row {
    overflow: scroll;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
 #shopify-section-template--20487766966427__cart-items .summary-row .label {
  font-size: 14px;
}
 #shopify-section-template--20487766966427__cart-items .summary-row .value {
  font-size: 14px;
}
 #shopify-section-template--20487766966427__cart-items .apply-btn {
  font-size: 15px;
}
 #shopify-section-template--20487766966427__cart-items .promo-applied .promo-label {
   font-size: 14px;
}
 #shopify-section-template--20487766966427__cart-items .total-row {
   font-size: 14px;
}
#shopify-section-template--20487766933659__17715910699d859f9d .ai-page-banner-container-anfrguwpwewerzmnnaaigenblock1b2ed79yafebq, #shopify-section-template--20487766933659__1771593293c2ab071f .ai-blog-grid-ackp2yvfvoepiclowsaigenblockb608921jnd99d {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#shopify-section-template--20487767392411__slideshow_iU7GHF .page-width {
  padding: 0px !important;
}

#shopify-section-template--20487767392411__slideshow_iU7GHF .banner__heading {
  font-size: 45px;
  text-align: left;
}
#shopify-section-template--20487767392411__slideshow_iU7GHF .banner__text p {
font-size: 16px;
line-height: 22px;
text-align: left;
}
#shopify-section-template--20487767392411__slideshow_iU7GHF .slideshow__text {
  margin-bottom: 50px;
}
#shopify-section-template--20487767392411__image_banner_7Hdkbh .banner__heading {
  font-size: 32px;
}
#shopify-section-template--20487767392411__image_banner_7Hdkbh .banner__box p {
  line-height: 28px;
    font-size: 16px;
}
#shopify-section-template--20487767392411__multicolumn_wcEWDt {
  margin-top: 50px;
}
#shopify-section-template--20487767392411__image_with_text_7KgMna .page-width {
    padding: 10px 1.5rem !important;
    background: none !important;
}
#shopify-section-template--20487767392411__image_with_text_7KgMna .image-with-text__content {
   padding: 4rem 2.5rem !important;
}

#shopify-section-template--20487767392411__video_CTLGkb {
    padding: 0 1.5rem !important;
    background: none;
}

#shopify-section-template--20487767392411__video_CTLGkb .video-section__media {
  height: 260px;
}
#shopify-section-template--20487767392411__image_banner_rWKKBg .banner--mobile-bottom .banner__box {
  padding-top: 0px !important;
}
#shopify-section-template--20487767392411__image_banner_rWKKBg .banner__heading {
  font-size: 32px;
}
#shopify-section-template--20487767392411__image_banner_7Hdkbh .banner__box p {
  line-height: 28px;
    font-size: 16px;
}
 #shopify-section-template--20487767392411__image_with_text_akXtKY .image-with-text__heading {
    font-size: 28px; 
    text-align: center;
    width: 100%;
   }
   #shopify-section-template--20487767392411__image_with_text_akXtKY p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
   }
   #shopify-section-template--20487767392411__1770120854fb8ba0dc .ai-reviews-section-aqkw3svform9gt0yrbaigenblock8919057klejgk {
    padding-left: 2rem !important;
    padding-right: 0 !important;
   }
   #shopify-section-template--20487767392411__1770641440a1aa4f06 .ai-faq-container-awuv5uvizqlo5swp3saigenblockef09b657jqrea {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
   }
   .cart-similar-vendors-drawer__card {
    width: 360px !important;
    max-width: 360px !important;
   }
   #Banner-template--20487767294107__image_banner_NMBMbB {
    margin-top: -20px;
   }
   .ai-product-carousel-avg5jc0rkbwlwohv3baigenblock19adac3fewrer {
    padding-top: 0px !important;
   }
   .bought-together-section .sale-price {
  font-size: 15px !important;
}

.bought-together-section .old-price {
  font-size: 13px !important;
}
.cart-similar-vendors-__compare {
  font-size: 13px !important;
}

.bought-together-section .bt-item {
  padding: 0px !important;
}
  }

  #shopify-section-template--20487766966427__cart_related_products_aDE9cz {
      display: block;
    }
.cart-similar-vendors- {
  display: none;
}
  .cart-similar-vendors-template--20487766966427__cart_related_products_aDE9cz__viewport { width: 100% !important; padding-right: 0 !important; }

  #shopify-section-template--20487767392411__slideshow_iU7GHF .slider-mobile-gutter {
    padding: 0 !important;
  }

  #shopify-section-template--20487767392411__slideshow_iU7GHF .banner__content.banner__content--middle-left {
    display: flex;
    align-items: flex-end;
}
 #MainProduct-template--20487767654555__main .product-short-description {
    margin-bottom: 20px;
  }
@media screen and (min-width: 767px) {

#shopify-section-template--20487767294107__slideshow_iU7GHF .banner--adapt_image  {
 height: 395px;
}
 
#shopify-section-template--20487767392411__image_with_text_7KgMna .page-width {
    padding: 0 5rem !important;
    background: none !important;
}

#shopify-section-template--20487767392411__video_CTLGkb {
    padding: 0 5rem !important;
    background: none;
}
#shopify-section-template--20487767392411__image_banner_7Hdkbh .banner__content {
  padding: 0 !important;
  
}



}
#shopify-section-template--20487767392411__image_banner_7Hdkbh .banner__content {
  
  background: #FBFAF8;
}
#shopify-section-template--20487767392411__image_banner_7Hdkbh .banner--mobile-bottom .banner__box {
    background: #FBFAF8;
        padding: 4rem 4rem;
}

#shopify-section-template--20487767392411__image_with_text_7KgMna .image-with-text__text-item {
  background: #EFE6DE !important;
}
#shopify-section-template--20487767392411__image_banner_7Hdkbh .banner__heading {
  font-size: 42px;
}
#shopify-section-template--20487767392411__image_banner_7Hdkbh .banner__box p {
  line-height: 28px;
    font-size: 18px;
}

.trust-icon {
  height: 26px;
}
.trust-icon svg {
  height: 25px;
  width: 25px;
}
.trust-feature { 
gap: 10px !important;
}
.trust-feature .help-icon {
  height: 25px;
}

/* Fix for Judge.me mobile overflow */
@media screen and (max-width: 767px) {
 #shopify-section-template--20487767654555__176132264098cb5b64 #judgeme_product_reviews, 
  #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-review-widget,
  #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-rev-widg {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Prevent internal rows from pushing width */
  #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-rev__header, 
  #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-rev__content,
  #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-rev__body {
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    max-width: 100% !important;
  }
  #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-row-rating {
    display: flex;
    flex-direction: column;
  }
   #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-star.jdgm--off:before {
    font-size: 15px !important;
   }
   #shopify-section-template--20487767654555__176132264098cb5b64 .jdgm-histogram__row {
    display: flex;
   }
}

.template-cart #shopify-section-sections--20487764050075__announcement-bar {
  display: none !important;
}

.payment-icons-img {
  width: 100%;
  max-width: 300px; /* Set this to the actual width you want it to appear */
  height: auto;
  /* This helps the browser keep edges sharp when downscaling */
  image-rendering: -webkit-optimize-contrast; 
}

.payment-icons-container {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;        /* Forces single line */
  justify-content: center;  /* Centers them */
  align-items: center;
  gap: 5px;                 /* Tight gap to save space */
  width: 100%;
  max-width: 100%;          /* Ensures it doesn't overflow parent */
  box-sizing: border-box;
  overflow: hidden;         /* Prevents any scrollbars */
}

.payment-svg {
  /* This is the key: */
  width: auto;              
  max-width: 40px;          /* Maximum size they can be */
  min-width: 15px;          /* Allows them to shrink very small to fit */
  height: 24px;             /* Keeps all icons at the same height */
  flex: 0 1 auto;           /* Allows icons to shrink but not grow */
}

/* Adjustments for very small mobile screens */
@media screen and (max-width: 400px) {
  .payment-icons-container {
    gap: 3px;               /* Even tighter gap */
  }
  .payment-svg {
    height: 18px;           /* Slightly shorter to fit width */
  }
}

#shopify-section-template--20833946304667__17708047730ee67883 .ai-collection-banner-breadcrumb-outer-aetd1yjresljkmloxmaigenblock495aa74rt3rdc {

  display: none !important;

}

#shopify-section-template--20487767294107__blocks_gErgAX {
  overflow: hidden;
}

/* Container & Grid */
.custom-blog-prod-section { 
  padding: 30px 50px; 
  background: #fff;
  margin: 0 auto; 
}

.custom-blog-prod-section-title { 
  font-size: 40px; 
  font-weight: 700; 
  margin-bottom: 25px; 
  color: #000; 
}
.custom-blog-prod-grid { 
  display: grid; 
  /* This forces the cards to be exactly 220px on desktop */
  grid-template-columns: repeat(auto-fill, 220px); 
  gap: 10px; 
 
}

/* Card Styling */
.custom-blog-prod-card {
  width: 220px;
  border: 1px solid #f0e7e6;
  border-radius: 16px;
  overflow: hidden;
  background: #fbfaf8;
  transition: box-shadow 0.3s ease;
  padding: 12px;
}
.custom-blog-prod-image-container { 
  position: relative; 
  
  padding: 0px;
}
.custom-blog-prod-image-container img { width: 100%; height: auto; border-radius: 12px; display: block; }

/* Badges & Icons */
.custom-blog-prod-discount-badge {
      position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 0px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    background: #889b78;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

.custom-blog-prod-wishlist-icon {
  position: absolute;
  top: 10px; right: 10px;
  z-index: 2;
}

.custom-blog-prod-cart-btn {
  position: absolute;
  bottom: 8px; right: 8px;
  background: white;
  border: 1px solid #efe3e3;
  border-radius: 50%;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}

/* Review & Text Info */
.custom-blog-prod-info { padding: 0px; }

.custom-blog-prod-rating-wrapper { margin-top: 8px; min-height: 20px; }

/* Target Judge.me specifically to match your style */
.custom-blog-prod-rating-wrapper .jdgm-prev-badge__stars .jdgm-star {
  color: #DBA9BC !important; /* Your specific pink star color */
  font-size: 14px !important;
}
.custom-blog-prod-rating-wrapper .jdgm-prev-badge__text {
  color: #DBA9BC;
  font-size: 14px;
  margin-left: 8px;
}

.custom-blog-prod-brand { 
  color: #888;
   font-size: 14px;
    margin: 0; 
line-height: 11px; 
}
.custom-blog-prod-title { font-family: 'Proxima Nova';
    font-size: 17px;
    color: #121212;
    margin: 0;
    text-decoration: none;
    line-height: 100%;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
   }
.custom-blog-prod-info {
      gap: 8px;
    display: flex;
    flex-direction: column;
}
.custom-blog-prod-price-row { display: flex; align-items: center; gap: 10px; justify-content: space-between; }
.custom-blog-prod-current-price {     font-size: 16px;
    color: #889b78;
    font-weight: 600;
    line-height: 110%;
   }
.custom-blog-prod-old-price {     
  line-height: 110%;
  font-size: 14px;
    color: #6b6b6b;
    text-decoration: line-through;
    opacity: 0.9;
   }
.custom-blog-prod-cart-icon {
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 3;
}
.custom-blog-prod-cart-icon-inner {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    text-decoration: none;
}
.custom-blog-prod-cart-icon img {
    width: 26px;
    height: 26px;
    display: block;
}
/* Mobile Adjustments */
@media screen and (max-width: 749px) {
 .custom-blog-prod-grid { 
    /* On mobile, we switch back to a flexible 2-column layout */
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px; 
  }
  .custom-blog-prod-card {
    width: 100%; /* Allows card to fit the 1fr column width */
  }
  .custom-blog-prod-section { 
    padding: 20px 10px; 
  }
  .custom-blog-prod-discount-badge {
            font-size: 11.5px;
        line-height: 0px;
        padding: 10px 7px;
  }
  .custom-blog-prod-brand {
            font-size: 12px;
  }
  .custom-blog-prod-title {
    font-size: 14px;
  }
  .custom-blog-prod-current-price {
    font-size: 14px;
  }
  .custom-blog-prod-old-price {
   font-size: 11px; 
  }
  .custom-blog-prod-price-row {
    gap: 3px;
  }
  .custom-blog-prod-section-title {
    margin-top: 0px;
    font-size: 28px;
  }
}

.promo-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  background-color: #a75474; /* Red usually works best for blinking alerts */
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  
  /* Apply the animation */
  animation: promo-blink 1.5s infinite ease-in-out;
}

/* The Blinking Logic */
@keyframes promo-blink {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.95); /* Slight shrink for a "pulse" feel */
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


@media screen and (min-width: 767px) {
.ai-page-banner-avg0vszrzynbxcjlcbaigenblock1b2ed79dewhyy {
  padding-left: 50px !important;
}
.ai-page-banner-container-avg0vszrzynbxcjlcbaigenblock1b2ed79dewhyy {
  padding: 0px !important;
}
}

@media screen and (max-width: 749px) {
    .ai-page-banner-title-avg0vszrzynbxcjlcbaigenblock1b2ed79dewhyy {
        font-size: 40px !important;
    }
    .ai-page-banner-avg0vszrzynbxcjlcbaigenblock1b2ed79dewhyy {
      padding-bottom: 0px !important;
    }
    .brand-logo-item {
    min-height: 27px !important;
  
    }
    .brand-logo-item img {
      min-height: 27px !important;
    }
    .brand-tab-link {
      font-size: 16px !important;
    }
    .brand-tabs {
      flex-wrap: nowrap !important;
        display: flex !important;
        overflow-x: auto !important;
        gap: 8px !important;
        margin-bottom: 20px !important;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 10px !important;
        scrollbar-width: none !important;
    }
}

html[lang="ar"] #shopify-section-template--20487767294107__slideshow_iU7GHF .slideshow__text-wrapper .banner__heading p { margin: 0; font-size: 40px; }

html[lang="ar"] #shopify-section-template--20487767294107__image_banner_NMBMbB .banner--desktop-transparent .banner__box { text-align: center; }

html[lang="ar"] #shopify-section-template--20487767294107__image_with_text_kbygBg .image-with-text__text p { text-align: right; }

html[lang="ar"] #BeautyOffers-template--20487767294107__beauty_offers_mDc9AE .beauty-offers__content { text-align: right; }

html[lang="ar"] .ai-reviews-title-amstvutr1etg1mwj2baigenblock8919057klejgk { text-align: right; }

html[lang="ar"] #shopify-section-template--20487767294107__image_with_text_nj9gNU .image-with-text__content .image-with-text__text { text-align: right; }

html[lang="ar"] .footer-block__brand-info { text-align: right; }

html[lang="ar"] .footer__content-top .grid--4-col-tablet .grid__item:nth-child(5) .footer-block--newsletter .footer-block__heading { text-align: right; }

html[lang="ar"] .ai-collection-banner-content-avgjoavjxtjbpthb2daigenblock495aa74rt3rdc { text-align: right; }

html[lang="ar"] .announcement-bar .slider-button--next { transform: rotate(-180deg); }

html[lang="ar"] .announcement-bar .slider-button--next { transform: rotate(-180deg); }

html[lang="ar"] .announcement-bar .slider-button--prev { transform: rotate(-180deg); }

html[lang="ar"] #NewArrivals-template--20487767294107__new_arrivals_CdJLb9 .new-arrivals__badge { display: none; }

html[lang="ar"] .footer-mobile .custom-newsletter-heading { text-align: right; }

html[lang="ar"] .footer-mobile .custom-newsletter-description { text-align: right; }

html[lang="ar"] .custom-sort-trigger .facet-filters__label { font-size: 14px; }

html[lang="ar"] .card-text { left: inherit; right: 15px; }

html[lang="ar"] .product-review-and-sku { flex-direction: row; }

html[lang="ar"] #shopify-section-template--20487767654555__related-products .page-width { padding: 50px 50px 50px 0px; }

html[lang="ar"] #shopify-section-template--20487767654555__random_products_rA7WVn .page-width { padding: 50px 50px 50px 0px; }

html[lang="ar"] .cart-similar-vendors-template--20487766966427__cart_related_products_aDE9cz__viewport { margin-right: 0; }

html[lang="ar"] .wishlist-item__info { text-align: right; }

html[lang="ar"] .gm-level-0>.gm-target>.gm-retractor { margin-left: 0; margin-right: 10px; }

html[lang="ar"] .gm-menu-installed .gm-submenu .gm-item .gm-heading { text-align: right !important; }

html[lang="ar"] .gm-menu-installed .gm-submenu .gm-item .gm-text { text-align: right !important; }

@media screen and (min-width: 1000px) and (max-width: 1300px) {

  html[lang="ar"] .gm-menu-installed .gm-menu.gm-menu-186085 .gm-item.gm-level-0 > .gm-target { padding: 3px !important; }

  html[lang="ar"] .gm-menu-installed .gm-menu.gm-menu-186085 .gm-item.gm-level-0 > .gm-target > .gm-text { font-size: 10px !important; }

  html[lang="ar"] .gm-level-0>.gm-target>.gm-retractor { margin-right: 5px !important; }

}

@media screen and (min-width: 1300px) and (max-width: 1500px) {

  html[lang="ar"] .gm-menu-installed .gm-menu.gm-menu-186085 .gm-item.gm-level-0 > .gm-target { padding: 5px !important; }

  html[lang="ar"] .gm-menu-installed .gm-menu.gm-menu-186085 .gm-item.gm-level-0 > .gm-target > .gm-text { font-size: 12px !important; }

}

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

  body .ai-collection-banner-breadcrumb-outer-avgjoavjxtjbpthb2daigenblock495aa74rt3rdc nav { display: none; }

  html[lang="ar"] .ai-product-carousel-badge-aq3f6d0hldkhuk045naigenblock19adac3wetfnd { right: 10px; left: inherit; }

  html[lang="ar"] .ai-product-carousel-wishlist-wrap-aq3f6d0hldkhuk045naigenblock19adac3wetfnd { left: 10px; right: inherit; }

  html[lang="ar"] .ai-product-carousel-badge-ate83bg5auulkemsynaigenblock19adac3mhvmga { right: 10px; left: inherit; }

  html[lang="ar"] .ai-product-carousel-wishlist-wrap-ate83bg5auulkemsynaigenblock19adac3mhvmga { left: 10px; right: inherit; }

  html[lang="ar"] .product-card-sale-badge { right: 10px; left: inherit; }

  html[lang="ar"] .product-card-wishlist-wrap { left: 10px; right: inherit; }

  html[lang="ar"] .product-card-quickadd-wrap { bottom: 5px; left: 10px; right: inherit; }

  html[lang="ar"] #menu-drawer { right: -15px; left: 0; }

  html[lang="ar"] .ai-product-carousel-quickadd-wrap-ate83bg5auulkemsynaigenblock19adac3mhvmga { bottom: 5px; left: 10px; right: inherit; }

  html[lang="ar"] .ai-product-carousel-quickadd-wrap-aq3f6d0hldkhuk045naigenblock19adac3wetfnd { bottom: 5px; left: 10px; right: inherit; }

  body .ai-title-boxes-grid-aektlzkzveudrahp6caigenblock226bb51q6mkmv.is-mobile-carousel { width: 100% !important; }

  html[lang="ar"] .ai-title-boxes-title-aektlzkzveudrahp6caigenblock226bb51q6mkmv h2 { text-align: right; }

  html[lang="ar"] #shopify-section-template--20487767294107__1770115921c13d9fa7 .ai-title-boxes-container-aektlzkzveudrahp6caigenblock226bb51q6mkmv { padding-left: 0 !important; padding-right: 15px !important; }

}



.custom-article-template__body-wrap .page-width {
  padding: 0 !important;
}

.blog-main-text {
      display: flex;
    background: #fbfaf8;
    flex-direction: column;
    align-content: center;
    align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fbfaf8;
  gap: 20px;

}

.custom-article-template__body-wrap {
  padding-top: 0px !important;
}

.custom-blog-main-text {
      text-align: center;
    max-width: 600px;
}
.custom-article-template__body .left-right-padding {
  padding-left: 50px;
    padding-right: 50px;
}

.custom-article-template__body {
  display: none;
}

.blog-metafield-section {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
    padding-right: 50px;
  width: 100%;
  display: flex;
 
}

.metafield-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.metafield-image-col, .metafield-content-col {
  flex: 1 1 50%;
  min-width: 350px;
}

.metafield-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.metafield-content-col {
   background-color: #fcf1ed; /* Soft background */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0% 3.4%;
}

.section-heading {
  margin-top: 0px;
 font-family: 'Proxima Nova';
  font-size: 42px;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

/* The styling for the last word */
.italic-word {
  font-style: italic;
  font-weight: 400;
  padding-left: 5px; /* Slight gap for the slant */
}

.section-description {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

@media (max-width: 768px) {
  .metafield-container { flex-direction: column; flex-wrap: nowrap; }
  .blog-metafield-section {
    padding: 0px 15px !important;
  }
  .section-description {
    font-size: 14px;
  }
  .metafield-image-col { order: 1; height: 300px; }
  .metafield-content-col { order: 2; padding: 40px 20px; text-align: center; }
  .blog-main-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-heading {
    font-size: 28px;
  }
}


#four-section-container {
  padding: 0px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.four-section-title {
  margin-top: 0px;
  text-align: center;
      font-family: 'Proxima Nova';
  font-size: 42px;
  margin-bottom: 40px;
  color: #000;
}

.four-section-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  padding: 0 15px;
}

.four-section-card {
  display: flex;
  align-items: center;
  background: #FBFAF8;
  border: 1px solid #e3e2e0;
  border-radius: 12px;
  padding: 12px;
  transition: transform 0.2s ease;
}

.four-section-card:hover {
  transform: translateY(-3px);
}

.four-section-image-wrapper {
  flex: 0 0 130px;
  margin-right: 20px;
}

 html[lang="ar"] .four-section-image-wrapper {
  margin-left: 20px;
  margin-right: 0px !important;
}
.four-section-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.four-section-vendor {
  font-size: 16px;
  color: #6b6b6b;
  margin: 0;

}

.four-section-product-title {
  font-size: 18px;
  font-weight: 600;
 line-height: 1.25;
     font-family: 'Proxima Nova';
     margin: 0;
}

.four-section-product-title a {
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

.four-section-product-title a:hover {
   text-decoration: underline;
}

.four-section-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.four-section-price-current {
  line-height: 18px;
  font-size: 18px;
  color: #889b78; /* Matching the green shade from image */
  font-weight: 700;
}

.four-section-price-old {
  color: #6b6b6b;
  text-decoration: line-through;
  font-size: 14px;
}

.four-section-discount-badge {
  background-color: #889b78;
  color: #fff;
  font-size: 13px;
  padding: 5px 12px;
  border-radius: 0px;
  line-height: 16px;
    font-weight: 600;
}

/* Responsive adjust for mobile */
@media (max-width: 767px) {
  .four-section-products-grid {
    gap: 15px;
  }
  .four-section-price-row {
    gap: 5px;
        display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
  }
  .four-section-price-current {
    font-size: 15px;
  }
  .four-section-price-old {
    font-size: 12px;
  }
  .four-section-discount-badge {
    font-size: 11px;
  }
  .four-section-product-title a {
    font-size: 16px;
  }

  .four-section-image-wrapper {
  flex: 0 0 100px;
  }
  
  .four-section-title {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .four-section-products-grid {
    grid-template-columns: 1fr;
  }
  .four-section-card {
    padding: 15px;
  }
}

.four-section-content {
      gap: 6px;
    display: flex;
    flex-direction: column;
}

.four-section-content a {
  text-decoration: none;
}

.ai-product-carousel-567803838619-carousel {
  padding-bottom: 60px !important;
}

.main-text-shop-all {
  background: #a75474;
  color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
      padding: 8px 35px;
}

@media screen and (min-width: 767px) {
 html[lang="ar"] .random-vendor-products-template--20487767654555__random_products_rA7WVn .random-vendor-products__heading {
  width: 20%;
 }

}

.ai-collection-banner-avgjoavjxtjbpthb2daigenblock495aa74rt3rdc,
.ai-collection-banner-aetd1yjresljkmloxmaigenblock495aa74rt3rdc {
  margin: 0 auto;
}

.contained-banner {
  max-width: 1160px;
}

.full-width-banner {
  max-width: 100%;
  width: 100%;
}

.ai-collection-banner-breadcrumb-outer-avgjoavjxtjbpthb2daigenblock495aa74rt3rdc { max-width: 1200px; margin: 0 auto 16px; }

.slide_link_whole { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 100; }

body .ai-contact-info-item-audlcuzlybzvjrnprbaigenblocke63dd46gl6deq { align-items: center; }

body .brands_logo_menu img { max-width: 100%; height: auto; object-fit: contain; max-height: 32px; }

}/* Collection cards like reference image */

.collection-list .card,
.collection-list-wrapper .card,
.collection-card-wrapper .card {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

.collection-list .card__inner,
.collection-list-wrapper .card__inner,
.collection-card-wrapper .card__inner {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

.collection-list .card__media,
.collection-list-wrapper .card__media,
.collection-card-wrapper .card__media {
  border-radius: 0 !important;
  overflow: hidden !important;
}

/* dark gradient behind text */
.collection-list .card__inner::after,
.collection-list-wrapper .card__inner::after,
.collection-card-wrapper .card__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.42) 0%,
    rgba(0,0,0,0.16) 40%,
    rgba(0,0,0,0) 75%
  );
  z-index: 2;
  pointer-events: none;
}

/* place title bottom left */
.collection-list .card__content,
.collection-list-wrapper .card__content,
.collection-card-wrapper .card__content,
.collection-list .card__information,
.collection-list-wrapper .card__information,
.collection-card-wrapper .card__information {
  position: absolute !important;
  left: 18px !important;
  right: 22px !important;
  bottom: 10px !important;
  top: auto !important;
  z-index: 5 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  text-align: left !important;
}

/* title */
.collection-list .card__heading,
.collection-list-wrapper .card__heading,
.collection-card-wrapper .card__heading,
.collection-list .card__heading a,
.collection-list-wrapper .card__heading a,
.collection-card-wrapper .card__heading a,
.collection-list h3,
.collection-list h3 a,
.collection-list-wrapper h3,
.collection-list-wrapper h3 a {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 25px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  text-align: left !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-shadow: 0 3px 10px rgba(0,0,0,0.55) !important;
  position: relative !important;
  z-index: 6 !important;
}

.collection-list .card__heading a::after,
.collection-list-wrapper .card__heading a::after,
.collection-card-wrapper .card__heading a::after {
  display: none !important;
}

/* mobile */
@media screen and (max-width: 749px) {
  .ai-contact-info-container-audlcuzlybzvjrnprbaigenblocke63dd46gl6deq {
    padding: 0;
  }
  .ai-contact-info-item-audlcuzlybzvjrnprbaigenblocke63dd46gl6deq {
     padding: 15px 0 !important;
  }
  .collection-list .card,
  .collection-list-wrapper .card,
  .collection-card-wrapper .card,
  .collection-list .card__inner,
  .collection-list-wrapper .card__inner,
  .collection-card-wrapper .card__inner,
  .collection-list .card__media,
  .collection-list-wrapper .card__media,
  .collection-card-wrapper .card__media {
    border-radius: 0 !important;
  }

  .collection-list .card__content,
  .collection-list-wrapper .card__content,
  .collection-card-wrapper .card__content,
  .collection-list .card__information,
  .collection-list-wrapper .card__information,
  .collection-card-wrapper .card__information {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
  }

  .collection-list .card__heading,
  .collection-list-wrapper .card__heading,
  .collection-card-wrapper .card__heading,
  .collection-list .card__heading a,
  .collection-list-wrapper .card__heading a,
  .collection-card-wrapper .card__heading a,
  .collection-list h3,
  .collection-list h3 a,
  .collection-list-wrapper h3,
  .collection-list-wrapper h3 a {
    font-size: 22px !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }
   .contained-banner {
  max-width: 360px;
}
}/* Force reduce brand collection intro box height */
.collection-hero,
.collection-hero__inner,
.collection-hero__text-wrapper,
.collection-hero .page-width,
.collection-intro,
.collection-intro .page-width {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.collection-hero h1,
.collection-hero__title,
.collection-intro h1 {
  font-size: 27px !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 6px !important;
}

.collection-hero .rte,
.collection-hero .rte p,
.collection-hero__description,
.collection-intro .rte,
.collection-intro p {
  font-size: 12px !important;
  line-height: 1.3 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 749px) {
  .collection-hero,
  .collection-hero__inner,
  .collection-hero__text-wrapper,
  .collection-hero .page-width,
  .collection-intro,
  .collection-intro .page-width {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .collection-hero h1,
  .collection-hero__title,
  .collection-intro h1 {
    font-size: 19px !important;
    line-height: 1.05 !important;
    margin-bottom: 4px !important;
  }

  .collection-hero .rte,
  .collection-hero .rte p,
  .collection-hero__description,
  .collection-intro .rte,
  .collection-intro p {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }
}/* Force reduce H2 size on desktop + mobile */
.collection-hero h2,
.collection-intro h2,
.image-with-text__content h2,
.banner__content h2,
.rich-text__blocks h2,
.rich-text__wrapper h2,
.shopify-section h2 {
font-family: 'Proxima Nova';
  font-size: 26px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

@media screen and (max-width: 749px) {
  .collection-hero h2,
  .collection-intro h2,
  .image-with-text__content h2,
  .banner__content h2,
  .rich-text__blocks h2,
  .rich-text__wrapper h2,
  .shopify-section h2 {
    font-size: 19px !important;
    line-height: 1.1 !important;
    margin-bottom: 6px !important;
  }
}/* Force brand/collection description text size */
.collection-hero *,
.collection-intro *,
.image-with-text__content *,
.banner__content *,
.rich-text__blocks *,
.rich-text__wrapper *,
.rte *,
.collection-hero__description * {
  font-size: 17px !important;
  line-height: 1.35 !important;
}

@media screen and (max-width: 749px) {
  .collection-hero *,
  .collection-intro *,
  .image-with-text__content *,
  .banner__content *,
  .rich-text__blocks *,
  .rich-text__wrapper *,
  .rte *,
  .collection-hero__description * {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
}@media screen and (max-width:749px){
  .shopify-section h2{
    margin-top:10px!important;
    padding-top:10px!important;
  }
  .custom-sort-trigger .facet-filters__label {
  font-size: 16px !important;
    padding-top: 0 !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
}



