/** Shopify CDN: Minification failed

Line 4412:21 Expected identifier but found whitespace
Line 4412:22 Unexpected "url(https://cdn.shopify.com/s/files/1/0907/9151/0361/files/Background-mobile.svg?v=1735292567)"
Line 4802:50 Expected identifier but found "!"
Line 5540:1 Expected identifier but found "."

**/
:root {
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  --alpha-link: 0.85;
  --alpha-badge-border: 0.1;
  --focused-base-outline: 0.2rem solid var(--beautique-color-foreground);
  --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);
  --beautique-color-fullgreen: #67544B;
  --beautique-color-lightgreen: #E2E2E2; 
  --beautique-color-link: var(--beautique-color-fullgreen);
  --beautique-color-foreground: var(--beautique-color-fullgreen);
  --beautique-color-megamenulink: #657871;
  --beautique-grey: rgba(246, 238, 233, 0.56);
  --gold-body: #F9F6F4 ;
  --bg-gold: #C6A87B;
  --brown: #67544B;
  --red:#6E2719;
  --btn-color: #69271B;
}

.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 */
@font-face {
    font-family: 'Branley';
    src: url('/cdn/shop/files/Branley.otf?v=1743086892') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html{
  overflow-x:hidden;
}


.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}
/* mostafa */
  
/* mostafa */

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

.page-width.drawer-menu {
  /* max-width: 100%; */
  /* max-width: 1200px; */
  
}

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

.utility-bar__grid.page-width {
  padding-left: 2rem;
  padding-right: 2rem;
}
/* mostafa: reove the below code */
@media screen and (min-width: 750px) {
  /* mostafa  */
  
  .product-media-container.media-fit-cover, .product-media-container.media-fit-cover .product__modal-opener, .product-media-container.media-fit-cover .media, .product__modal-opener .media>img{
    max-height: 500px;
  }
 .product__modal-opener .media>img{
   object-fit: contain !important;
 }
  .page-width {
    padding: 0 5rem;
  }
.large-hide{
  display:none !important;
}
  .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: #67544b36;;
}

.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 {
  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: var(--brown);
  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) * 5.2rem);
  }
}

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

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

@media only screen and (max-width: 580px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 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: var(--beautique-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: 750px) {
  .small-hide {
    display: none !important;
  }
  .footer__localization{
    padding: 0 !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
  #Slider-template--16858790723663__multicolumn_hbnT8z{
    justify-content: center !important;
    padding: 1rem !important; 
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .product__info-container > .row:first-child{
    flex-direction: column-reverse;
    padding-bottom: 1rem;
  }
  .product__info-container{
    margin-top: 0 !important;
  }
  .page-width .metafield-info .description-here{
    margin-right: 4rem !important;
  }
  .metafield-info .product-detail .p-container,
  .metafield-info .product-detail h3,
  .metafield-info .sku p,
  .metafield-info .sku h3{
        padding-left: 3rem !important;
  }
  .second-metafield-info{
    gap: 4rem !important;
    /* margin: 4rem 0 1rem !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: var(--beautique-color-link);
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: var(--beautique-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: default;
}

.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: black;
  display: block;
  margin: 5rem 0;
  opacity: 1;
}

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

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

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: black;
  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: var(--beautique-color-link);
  font-size: 1.3rem;
}

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

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

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

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

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

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

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

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

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

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

*:focus-visible {
  outline: 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 var(--beautique-color-foreground);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
  outline: 0.2rem solid var(--beautique-color-foreground);
  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 var(--beautique-color-foreground);
  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 var(--beautique-color-foreground);
  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: center;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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(31% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(31% - 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);
  }
.custom_related_product .grid__item{
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem) !important;
  }
  .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,
.shopify-payment-button [role='button'],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

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

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

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

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
  /* font-weight:700; */
  transition: all var(--duration-medium) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: #69271B;
}

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

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

.card-wrapper .card--standard{
  background: transparent !important;
}



.product-form__submit:after{
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(72, 126, 105, var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(72, 126, 105, var(--alpha-button-background));

}
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  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) var(--beautique-color-fullgreen);
}


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

.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  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) var(--beautique-color-fullgreen);
}
/* .button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
} */

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

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

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

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

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

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

/* Button - other */

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

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

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

@media screen and (forced-colors: active) {
  .button.loading {
    color: var(--beautique-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: var(--beautique-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 {
  transform: scale(1.07);
}

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

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: var(--beautique-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 var(--beautique-color-foreground);
  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)); */
  background-color: transparent;
  color: var(--beautique-color-foreground);
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.3rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4rem;
  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: #67544B;
}

.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)) var(--beautique-color-fullgreen); */
  box-shadow: unset;
  
  outline: 0;
  border-radius: var(--inputs-radius);
}

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

.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: 7px;
  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;
  border: 0;
  color: white;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 12rem;
  background-color: black !important;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-transform: uppercase;
}



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

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

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 13.5rem;
  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: 16px !important;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large, .errors, .customer .field label{
  font-size: 16px;
}
 #recover, #login , .customer>h1, .customer__title{
  font-size: 20px;
       font-weight: 600;
}

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

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

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

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

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

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

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

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

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

.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: #67544B;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.5rem;
  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: #67544B;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.quantity__rules {
  margin-top: 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: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gold-body) !important;  
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}

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

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

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

.cart-count-bubble, .wishlist-count-bubble {
  position: absolute;
  background-color: var(--beautique-color-lightgreen);
  color: var(--beautique-color-fullgreen);
  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); */
  background-color: #6E2719 !important;
}

@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: #67544B;
  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 var(--beautique-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;
      background: linear-gradient(0deg, rgba(217, 217, 217, 0.00) 8.51%, #30140f75 41.71%, #30140f 94.8%);
  height: 160px;
}

.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));
    transition: all .1s .15s linear;
}

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

.header {
  display: grid;
  grid-template-areas: 'icons heading right-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: 'left-icons navigation heading icons';
    grid-template-columns: auto 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: var(--beautique-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: start;
  padding-right: 0.8rem;
  color:white;
}

.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:white;
  /* color: var(--beautique-color-foreground); */
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

.header__icon .icon {
  height: 2rem;
  width: 3rem;
  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: var(--beautique-color-foreground);
} */

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

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: rgba(0,0,0,0.4);
  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: var(--beautique-color-foreground);
}

.header__menu-item:hover {
  color: var(--beautique-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: var(--beautique-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.1rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: var(--beautique-color-fullgreen);
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: #FFF;
  word-break: break-word;
  text-transform: uppercase;
}

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


.footer__content-middle-wrapper .list-unstyled .btn svg{
  filter: invert(1);
}

@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: var(--beautique-color-link);
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: var(--beautique-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 {
  transition: scale var(--duration-short) linear;
  scale: var(--zoom-in-ratio);
}

/* Animations */

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

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

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

.left-menu{
  text-align: right;
}

.right-menu{
  grid-area: icons;
}

.header__list-social{
  display: none !important;
}

@media screen and (min-width: 990px) {
  .header__list-social{
    display: flex !important;
  }
}

.beautique-button{
  border: 1px solid #FFF;
  background: #fff3;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7rem;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  transition: border-width 0.1s ease-in-out;
}

.beautique-button:hover{
  border-width: 2px;
}

.select .icon-caret path{
  stroke: #67544B;
}

.wishlist_button{
    background: none;
    border: none;
    display: flex;
    align-items: center;
    background-color: #F4F7F3;
    margin-right: 1rem;
}
.wishlist_button:after{
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) 
    rgba(255,255,255, calc(1 - 1.0)), 0 0 0 var(--buttons-border-width) 
    #F4F7F3;
}

.wishlist_button:not([disabled]):hover:after{
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(255,255,255, calc(1 - 1.0)),
    0 0 0 calc(var(--buttons-border-width) + 1px) #F4F7F3;
}

.wishlist_text{
  color: #487E69;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px; /* 113.333% */
  text-transform: uppercase;
}

@media only screen and (max-width: 580px){
  .wishlist_text{
    font-size: 14px;
  }
}
.wishlist_button svg{
  margin-right: 1rem;
}

.payment-method{
  margin-right: 1rem;
}

.header__icon--wishlist{
  position:relative;
}

@media only screen and (max-width: 989px){
  .page-width{
    padding: 0 1.5rem;
  }
  .wishlist_text{
    font-size: 14px;
  }
  .button{
    padding: 0 1rem;
    font-size: 1.4rem !important;
  }
}

input[type=checkbox]{
  accent-color: #67544B;
}



/* mostafa */
.shopify-section-group-header-group
{
    position: fixed !important;
    width: 100%;
}
.header-wrapper{
  background-color: transparent !important; 
}
/* .menu-open .header__heading-logo-wrapper{
  visibility: visible;
  opacity: 1;
  width: 60%;
} */
.scrolled-past-header .header-wrapper,
.menu-open .header-wrapper,
.menu-open .disclosure__list-wrapper,
.default-template:not(body.about-us) .disclosure__list-wrapper,
.scrolled-past-header .disclosure__list-wrapper,
.default-template:not(body.about-us)  .header-wrapper
{
  
  background-color: var(--gold-body) !important;  
}
.disclosure__list-wrapper{
  background-color: transparent;  
  
}
header-wrapper .link--text
{
  color: black !important;
}
header .disclosure__button.localization-form__select svg{
  stroke: white;
}
header:not(.scrolled-past-header header, .default-template header) .disclosure__button.localization-form__select svg path{
  fill: white;
}
.scrolled-past-header svg path,
.scrolled-past-header svg rect,
.scrolled-past-header svg circle,
.menu-open svg path,
.menu-open svg rect,
.menu-open svg circle,
.default-template:not(body.about-us)  .header-wrapper svg path,
.default-template:not(body.about-us)  .header-wrapper svg rect,
.default-template:not(body.about-us)  .header-wrapper svg circle{
  stroke: #67544B;
}
.menu-open .icon-hamburger rect, .scrolled-past-header svg.icon-hamburger rect,
 .default-template:not(body.about-us) .header-wrapper svg rect{
  fill: #67544B;
}
.scrolled-past-header svg.icon-account path, .default-template:not(body.about-us) .header-wrapper svg.icon-account path{
  stroke: unset;
  fill: #67544B;
}

.default-template:not(body.about-us) .header__heading-logo,
.scrolled-past-header .header__heading-logo{
  filter: brightness(0) saturate(100%) invert(24%) sepia(8%) saturate(6111%) hue-rotate(9deg) brightness(95%) contrast(63%);
}
.menu-drawer__menu-item, .disclosure__link{
  color: white !important;
}
.scrolled-past-header header-drawer p,
.scrolled-past-header .localization-selector,
.disclosure__list-wrapper,
.menu-open header-drawer p,
.menu-open .localization-selector,
.menu-open .disclosure__list-wrapper,
.default-template:not(body.about-us)  header-drawer p,
.default-template:not(body.about-us)  .localization-selector,
.default-template:not(body.about-us)  .disclosure__list-wrapper,
.default-template:not(body.about-us) .menu-drawer__menu-item,
.scrolled-past-header .menu-drawer__menu-item,
.default-template:not(body.about-us) .disclosure__link,
.scrolled-past-header .disclosure__link{
  color: #67544B !important;
}

.right-icons-M{
  justify-items: end;
    align-items: center;
    display: flex;
    justify-content: end;
  grid-area:"right-icons";
}
header-drawer{
  margin-left:0 !important;
  margin-top: 10px !important;
  
}
.header__icon--cart{
    margin-right:0 !important;
  
}
/* .title-wrapper-with-link h2{
      font-size: 20px !important;
    font-weight: 600 !important;
}
 */
.section-template--24299015569753__rich_text_9BEQeY-padding
  .rich-text__text:before {
  content: "“";
  position: absolute;
      top: -10px;
    left: 20px;
  font-size: 40px;
  color: black;
}

.section-template--24299015569753__rich_text_9BEQeY-padding  .rich-text__text:after {
    content: "\201c";
    position: absolute;
    bottom: -40px;
    right: 20px;
    font-size: 40px;
    color: #67544B;
    transform: scaleX(-1);

}
.section-template--24299015569753__rich_text_9BEQeY-padding p{
  max-width: 80%;
  margin: auto;
}
.header-localization:not(.menu-drawer__localization) .disclosure__list-wrapper{
width: fit-content;
  left:0;
  border: 1px solid #D3C5BE !important;
}


/* .footer__column #FooterLanguageForm .disclosure__button svg{
  filter: invert(1) !important;
} */


#shopify-section-template--24299015569753__image_with_text_t984wT .image-with-text{

  margin-bottom:4rem !important;
}

.menu-drawer{
  /* max-width: 1200px;
  margin: auto;
  left: 0;
  right: 0; */
  

}
.menu-drawer__menu{
    display: flex;
    justify-content: center;
}
.menu-drawer__utility-links .list-social{
  visibility: hidden;
}
.js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu{
  top: 102%;
  opacity:1;
  transition: all .5s linear;
}
.menu-drawer{
  opacity: 1;
    width: 100% !important;
      transform: translateX(-100%);
    top: 0;
    left: 0;
  height: fit-content !important;
  transition: all .5s linear;
}
.menu-list li{
  align-self: baseline;  
}
#Details-menu-drawer-container p, header-drawer{ 
margin: 0 !important;
    text-transform: uppercase;
}
.on-scroll-change.header__heading-logo-wrapper{
  text-align: center;
    width: 100%;
    transform: translate3d(0px, 24px, 0px);
    height: auto;
    padding-bottom: 24px;
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1), width 0.8s cubic-bezier(0.5, 0, 0, 1), transform 0.8s cubic-bezier(0.5, 0, 0, 1), padding-bottom 0.8s cubic-bezier(0.5, 0, 0, 1);
}
/* .default-template .header__heading-logo-wrapper img:not(.scrolled-past-header img, .menu-open img){
      filter: invert(1);
} */
.on-scroll-change.header__heading-logo-wrapper img{
      width: 100%;
    max-width: 800px;
    filter: invert(1);
    transform: translateY(0);
transition: width .5s .5s linear , transform .5s  linear;
}
.scrolled-past-header .on-scroll-change.header__heading-logo-wrapper img{
  filter: unset;
  width: 170px;
    transform: translateY(-180%);
  transition: width .75s linear , transform .25s .75s linear !important;

}
.scrolled-past-header .on-scroll-change.header__heading-logo-wrapper{
    /* transform: translate3d(0px, -100%, 0px); */
  height: 0;
}
.default-template .on-scroll-change.header__heading-logo-wrapper{
  display: none;
}
/* header .header__heading-logo-wrapper:not(.default-template .header__heading-logo-wrapper){
  visibility: hidden;
  opacity:0;
  width:60%;
} */

.header__icon--menu[aria-expanded="true"] p{
  opacity:0;
}

.image-with-text__heading{
    font-size: 24px!important;
    /* font-weight: 600!important;
    letter-spacing:3.6px !important; */
    align-self: self-start !important;
}
.image-with-text__text--caption{
    text-align: center!important;
    font-size: 12px!important;
    font-weight: 500!important;
    color:#67544B!important;
    align-self: self-start !important;
  margin-top: 5px;
}
#shopify-section-template--24299015569753__multirow_3Lqd3y .subtitle{
    font-weight: 500!important;
    text-align: left!important;
    font-size: 16px!important;
    line-height: 25px!important;
    padding-top : 30px!important;
}


.multicolumn-card__info .inline-richtext{
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

#Slider-template--24299015569753__multicolumn_KcpmJk .multicolumn-card__image-wrapper .rte{
       /* position: absolute;
    background-color: #67544B61;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  opacity:0;
  transition:all 0.4s .1s linear;
  z-index:1; */
}
#Slider-template--24299015569753__multicolumn_KcpmJk .multicolumn-card__image-wrapper{
  position:relative !important;
}

#Slider-template--24299015569753__multicolumn_KcpmJk .multicolumn-card__image-wrapper .rte p{
  color:white;
}

#Slider-template--24299015569753__multicolumn_KcpmJk .multicolumn-list__item:hover .multicolumn-card__image-wrapper .rte{
  opacity:1;
}


#Slider-template--24299015569753__multicolumn_KcpmJk li{
  max-width:unset !important;
}

#Slider-template--24299015569753__multicolumn_KcpmJk li .multicolumn-card__image-wrapper{
  margin:0 0 !important;
  padding:0 0 !important;
}
#ImageWithText--template--24299015569753__image_with_text_t984wT h2{
  font-size:24px !important;
  font-weight:600 !important;
  line-height:28px !important;
  letter-spacing:3.6px
}

/* .footer__content-middle-wrapper .footer-logo-container{
  filter: invert(1) !important;
}  */

.image-with-text__grid .image-with-text__text-item{
  display:flex !important;
}



/* #ImageWithText--template--24299015569783__image_with_text_t984wT .button--primary{

    argin-top: 3rem !important;
    margin-left: 10rem !important;
} */


.search__input.field__input{
    border: 3px solid var(--red) !important;
    padding: 0 !important;
  
}
.field__button.search__button{
  background: var(--red) !important;
}
.field__input:focus{
  box-shadow:unset;
}
.header-localization:not(.menu-drawer__localization) .localization-form:only-child .localization-form__select{
  padding: 0 !important;
    min-width: fit-content !important;
}
#shopify-section-template--24299015569753__rich_text_9BEQeY .rich-text__blocks{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.rich-text__blocks{
  width:100% !important;
  max-width: 100% !important;
}

.perfumers-section .li .multicolumn-card__image-wrapper{
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
}
.perfumers-section li{
  cursor:pointer !important;
}

.perfumers-section ul{
  gap:8px !important;
}
.footer__content-middle-wrapper {
    border:unset !important;
}
body{
  background:#F9F6F4;
  overflow: hidden !important;
}
.menu-drawer .link--text, .menu-list li{
  color: white !important;
}
#menu-drawer, .search-modal{
  border: 0 !important;
}
.custom-modal{
    position: fixed;
    z-index: 4;
    width: 100%%;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    opacity:0;
  visibility: hidden;
  transition: all .5s .1s linear;
  display:flex;
      height: 100%;
      backdrop-filter: blur(0);
}
.custom-modal.opened-modal{
  opacity: 1;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-modal .custom-modal-section{
  max-width: 120rem;
    margin:  auto;
}
.custom-modal .custom-modal-section .row{
      padding: 6rem;

}
.custom-modal img{
    max-width: 100%;
}
.close-custom-modal{
  align-self: end;
    padding: 5px;
    line-height: 10px;
    background: transparent;
}
.p-title{
  font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 116.667% */
letter-spacing: 3.6px;
}
.p-desc{
  font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 25px
}
a.from-perfumer-link{
  font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 18px; /* 128.571% */
letter-spacing: 2.1px;
text-transform: uppercase;
  text-decoration: none !important;
    background: var(--bg-gold);
    padding: 1rem;
  color: black !important;
}
.modal-content{
      padding-left: 6rem;
}
.p-desc{
      padding-right: 2rem;
      padding-top: 3rem;
      padding-bottom: 3rem;
}
  .p-desc:before, .product-video .image-with-text__text.rte:before{
  content: "“";
    position: absolute;
    top: 0%;
    left: -10px;
    font-size: 40px;
    color: #67544B;
    /* transform: scaleY(-1); */
    line-height: normal;
}

.p-desc:after , .product-video .image-with-text__text.rte:after{
    content: "\201c";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 40px;
    color: #67544B;
    transform: rotate(180deg);

}
.p-desc{
  position: relative;
}

.best-seller .image-with-text__media-item {
  aspect-ratio:1;
}
#product-grid{
  gap: 8px;
}


.facets-vertical{
  flex-direction: column !important;
}

.facets-vertical .facets-wrapper .facets-container #FacetFiltersForm{
  width:100% !important;
}

.facets-vertical .facets-wrapper{
      justify-items: end !important;
}

/* .facets-vertical-sort{
  display:none !important;
}

#FacetFiltersForm #FacetsWrapperDesktop .active-facets{
  display:none !important;
} */

/* .facets__summary svg{
  filter:invert(1) !important;
} */

.card__badge .badge{
    border-radius: 0;
    font-size: 9px;
    background-color: red;
    font-weight: bold;
    border: none;
  }
  
  .price .price__badge-sale {
    border-radius: 0;
    font-size: 9px;
    background-color: red;
    font-weight: bold;
    border: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

.quick-add__submit{
  font-weight: 300;
    background: #69271B;;
    font-size: 35px !important;
  padding: 0 !important;
}
.card_wishlist_button path{
  /* stroke: black;
  stroke-width: 1px !important; */
}
.product-grid-container .card__heading a:after{
  content: none;
  display: none;
}
.card__badge{
  position: unset !important;
}
.product-grid-container .card--card.gradient, .product-grid-container .card__inner.gradient{
      background: rgba(246, 238, 233, 0.56);
}
.save-badge{
  position: absolute;
  top: 0;
  left:0;
    color: white;
    background: #9A4033 !important;
}
.facets__summary{
  padding-bottom: 0;
}
/* .facets__display-vertical{
      background: #f4efe6;
    padding: 0.5rem 2rem;
    position: absolute;
    z-index: 1;
    border: 1px solid #f4efe6;
} */
.fw-regular{
  font-weight: 400;
}

.card__content .card__information{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.card__information .card-information{
  width:unset;
}



/* .price__regular .price-item--regular {
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    letter-spacing: 2px !important;
    color:black !important;
}
 */
.card__information .card-information .price-item--last{
font-weight: 600;
line-height: 18px;
letter-spacing: 2px;
color: #C6A87B;
  font-size: 20px;
}

/* @media (max-width: 750px) {
.bg-before:before {
    
    
    width: 100%;
    /* max-width: 100%; */
    background-image: url(https://cdn.shopify.com/s/files/1/0907/9151/0361/files/Background-mobile.svg?v=1735292567) !important;
    background-size: contain !important;
    background-attachment: local !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    /* height: 100% !important; */
    position: absolute !important;
    top: 10% !important;
    z-index: -1;
  /* transform: rotate(90deg); */
    
  }
} */

.video-section video{
  height:unset !important;
}

/* .full-body .facets-wrapper{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) ;
    align-items: baseline !important;
} */

.facets-container{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) ;
    align-items: baseline !important;
  
}

#main-collection-filters .facet-filters-form{
  grid-column-start: 3 ;
}
#product-grid:not(.collection--empty, .template-search__results) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) ;
      gap: 2.5rem 2rem;
}
#product-grid li:not(.template-search__results li){
  width:100% !important;
  max-width:100% !important;
  
}
.template-search__results ul{
  justify-content: space-evenly;
}
.default-template:not(body.about-us)  main{
  margin-top:120px;
}
.facets-vertical .facets-wrapper{
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.product-count-vertical{
  display: none;
}
/* #product-grid .card_wishlist_button, #product-grid .card_wishlist_button svg, #product-grid .quick-add__submit{
  transform: scale(1.3);
} */
.card__badge{
  gap: 10px;
}
.product-form__input--pill input[type=radio]+label{
  border-radius: 0 !important;  
  color: black !important;
    border: 1px solid black !important;
    background: transparent !important;
  transition: all .4s .1s linear;
}
.product-form__input--pill input[type=radio]:checked+label{
  font-weight:600;
  background: var(--bg-gold) !important;
  border: var(--bg-gold) !important;
}
.product-form__input .form__label{
      font-size: 16px !important;
    font-weight: 600;
      margin-bottom: 1rem !important;
}
.created-by{
      font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
}
.product-form__submit{
      background: #69271B ;
    color: white;
}
.product-form__quantity{
  border:0  !important;
}
.shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after{
  box-shadow: unset !important;
}
.shopify-payment-button__button{
      background: var(--bg-gold) !important;
  color: black !important;
}
.shopify-payment-button__button, .product-form__submit{
  font-size:13px;
  font-weight: 700;
}
.product .product-media-container{
  margin-left:0;
}
.quantity__button,
.underlined-link, .customer a,.cart__note label,
.cart-attribute__field,
.cart-notification__links .button-label{
  color: #67544B !important;
}
.product__info-container{
      margin-top: 2rem;
}
.product-add-wishlist{
  font-size: 12px;
    display: flex;
    align-items: center;
    line-height: normal;
    justify-content: end;
}
.slider-button svg path{
  /* fill: black; */
}
.slider-button svg{
  /* transform: scale(1.3); */
}
.slider-button--prev{
  /* transform: rotate(90deg); */
}
.slider-button--next{
  transform: rotate(-90deg);
}
.flex-between{
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 .cart-count-bubble, 
 .wishlist-count-bubble{
    color: #67544B !important;
  background-color: white !important;
}
.scrolled-past-header .cart-count-bubble, 
.scrolled-past-header .wishlist-count-bubble,
.default-template:not(body.about-us)  .cart-count-bubble, 
.default-template:not(body.about-us)  .wishlist-count-bubble{
    color: white !important;
  background-color: #67544B !important;
}
.product-video{
  background-color: #F0E9DD;
  padding: 2rem 0;
  margin:3rem 0;
}
.product-video .page-width{
  padding-top: 5rem;
    padding-bottom: 5rem;
}
.product-video video{
  position: relative !important;
}
.product-video .image-with-text__text.rte{
  font-size: 18px;
    line-height: 27px;
 margin: 3rem 0;
    position: relative;
    font-weight: 400;
    padding: 3rem 0;
}
.product-video .image-with-text__text--caption{
  font-size: 16px !important;
    font-weight: 400 !important;
}
.related-products__heading{
  padding-bottom: 2rem;
    color: #67544B;
    text-align: center;
    font-family: Branley;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
      margin: 0 0 4rem;
}
.related-products .quick-add__submit{
  min-width: unset !important;
  width: unset !important;
}
.related-products .card--card.gradient, .related-products .card__inner.gradient{
    /* background-color: #F0E9DD !important; */
}
.related-products .card__information .card__heading, .related-products .price__regular .price-item--regular,
  .related-products .card__information .card-information .price-item--last{
  font-size: 20px !important;
  line-height: normal;
}
.contact-section .multicolumn-card__info .inline-richtext{
  text-align: left !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: normal !important;
}
.contact-section .multicolumn-card__info{
    font-size: 16px ;
      font-weight: 400;
    line-height: inherit;
      padding: 2.5rem 0;
  padding-top: 0;
}

.contact-section .multicolumn-card__info .rte p{
    font-size: 16px;
    padding: 2rem 0 3rem 0;
  font-weight: 600;
}

.contact-section .contact-social svg path{
  stroke: black;
}
.contact-section .contact-social a{
      width: 32px;
    display: inline-block;
    aspect-ratio: 1;
}
.contact-section .contact-social svg{
    width: 100%;
    aspect-ratio: 1;
    height: 100%;
}
/* .contact-s1{
  background: #F0E9DD !important;
} */
/* .contact-s1 .multicolumn-card__info > div{
  font-weight: 400 !important;
} */
.contact-s1 .multicolumn-card__info .email, .contact-section .contact-social{
      margin: 5rem 0 3rem 0 !important;
}

  .contact-s1 .email, .contact-s1  .phone{
        display: flex;
    gap: 2rem;
        align-items: center;
  }
.contact-s1 .email:before, .contact-s1  .phone:before {
    display: inline-block;
    content: "";
    width: 32px;
    height: 30px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249%22%20height%3D%2235%22%20viewBox%3D%220%200%2049%2035%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M24.4222%2034.6173C18.6618%2034.6173%2012.9035%2034.6215%207.14318%2034.6173C2.75106%2034.6111%200.0104128%2031.8642%200.00624768%2027.4575C-0.00208256%2020.6913%20-0.00208256%2013.925%200.00624768%207.15879C0.0104128%202.75002%202.75106%200.00312384%207.14318%200.00312384C18.7326%20-0.00104128%2030.3221%20-0.00104128%2041.9094%200.00312384C46.2307%200.00312384%2048.9859%202.76668%2048.9922%207.10881C49.0026%2013.9104%2049.0026%2020.71%2048.9922%2027.5116C48.9859%2031.8517%2046.2286%2034.6111%2041.9073%2034.6152C36.0782%2034.6215%2030.2492%2034.6152%2024.4201%2034.6152L24.4222%2034.6173ZM2.06382%204.58892C2.35121%204.82841%202.57612%205.03458%202.81978%205.21785C8.93834%209.83905%2015.0548%2014.4602%2021.1796%2019.0731C23.4309%2020.7704%2025.5842%2020.76%2027.8605%2019.046C33.9832%2014.4332%2040.1017%209.81197%2046.2203%205.19078C46.4598%205.00959%2046.6785%204.79717%2046.9325%204.57642C45.91%202.6209%2044.3814%201.62127%2042.2301%201.61919C30.397%201.61711%2018.5639%201.61919%206.72875%201.61919C6.48717%201.61919%206.24143%201.62544%206.00193%201.66084C4.18178%201.92533%202.90933%202.91246%202.0659%204.58684L2.06382%204.58892ZM2.33455%2030.5272C3.46329%2032.2828%205.0148%2033.0075%207.01197%2033.0054C18.6701%2032.9908%2030.3304%2032.9992%2041.9885%2032.9971C42.3343%2032.9971%2042.6862%2032.9971%2043.0277%2032.9492C44.598%2032.7284%2045.7809%2031.9225%2046.6701%2030.5272C41.8698%2026.2475%2037.1091%2022.0074%2032.3213%2017.7403C31.103%2018.6608%2029.9451%2019.5438%2028.7789%2020.4143C26.0361%2022.4614%2022.9665%2022.4614%2020.2196%2020.4122C19.0533%2019.5417%2017.8975%2018.6587%2016.6834%2017.7382C11.8935%2022.0074%207.13276%2026.2496%202.33247%2030.5272H2.33455ZM1.69937%2028.9174C6.37055%2024.7481%2010.8272%2020.7704%2015.3547%2016.7282C10.7502%2013.2419%206.27475%209.85571%201.69937%206.3945V28.9194V28.9174ZM47.2887%2028.9049V6.41532C42.6675%209.91194%2038.1858%2013.3023%2033.6396%2016.7427C38.215%2020.8204%2042.6612%2024.7814%2047.2887%2028.9049Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    line-height: normal;
  
    background-position: center;
    background-size: contain;
}
.contact-s1  .phone:before {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2239%22%20viewBox%3D%220%200%2027%2039%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M21.019%2038.4935L20.8453%2038.4942C19.6176%2038.4298%2018.158%2037.8517%2016.7444%2036.9796L16.7444%2036.9796C13.6344%2035.0617%2011.2094%2032.3915%209.04262%2029.4228L9.04239%2029.4224C5.25268%2024.2387%202.40411%2018.6059%201.02541%2012.3021L1.0254%2012.3021C0.481156%209.81392%200.213207%207.36693%200.956043%204.98745L0.956118%204.9872C1.25091%204.04124%201.72187%203.09727%202.32296%202.34655C3.4414%200.96669%204.91515%200.390848%206.29877%200.516955C7.68319%200.643133%209.03456%201.47735%209.89509%203.03613L9.89532%203.03654C10.9626%204.9655%2011.5475%207.08426%2011.7619%209.30585C11.8148%209.86394%2011.7168%2010.3259%2011.5065%2010.7205C11.2937%2011.1196%2010.9509%2011.4777%2010.4739%2011.7989L10.4729%2011.7996C10.3936%2011.8532%2010.3136%2011.9071%2010.2331%2011.9614C9.54484%2012.4252%208.81763%2012.9153%208.17046%2013.4936C7.10753%2014.4369%206.69971%2015.7279%207.10458%2017.1243C8.12809%2020.6738%209.89222%2023.8264%2012.3677%2026.5577L12.3678%2026.5579C13.3975%2027.6929%2014.7638%2027.9751%2016.1591%2027.5389L16.1597%2027.5387C17.0106%2027.2715%2017.8192%2026.8767%2018.5738%2026.5001C19.117%2026.2297%2019.6173%2026.102%2020.0833%2026.1179C20.5426%2026.1336%2021.0038%2026.2898%2021.4754%2026.6464C23.2489%2027.9935%2024.7494%2029.5902%2025.8147%2031.5094C26.7808%2033.2505%2026.6725%2034.976%2025.8212%2036.2627C24.9655%2037.5559%2023.3054%2038.4843%2021.019%2038.4935Z%22%20stroke%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E");
}
.contact-section  .contact__fields{
  grid-template-columns: 1fr;
  gap: 15px;
}
.contact-section .field__input{
  color: black !important;
  
}
.contact-section .field__label{
  font-size: 16px;
  line-height: 0;
}
.contact-section .contact__button .button{
  color: white !important;
}
.contact-section:not(.contact-s1){
  margin: 5rem 0;
}
.contact-section li {
  display: block !important;
}

body.contact .footer__content-middle-wrapper {
  border-top: 0 !important;
}

body.about-us .rich-text__wrapper .rich-text__blocks .rich-text__text{
  text-align:left !important;
}

body.about-us .rich-text__wrapper .rich-text__blocks .rich-text__text p{
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
}
body.about-us  .rich-text__wrapper h2{
      padding: 2rem 0;
}
.about-us-val-sec, #shopify-section-template--24291993747801__rich_text_Btfbip{
  background-color: #F0E9DD;
}
body.about-us #shopify-section-template--24291993747801__rich_text_Btfbip .rich-text__blocks .rich-text__text p{
  margin-bottom: 2rem;
}
.about-us-val-sec .title-wrapper-with-link{
  justify-content: center;
  padding: 2rem 0;
}
/* .slider-mobile-gutter ul li .multicolumn-card__image-wrapper{
  padding:unset !important;
  margin:unset !important;
} */

.template-page.contact .multicolumn-card .inline-richtext{
    text-align: left !important;
  
}

  
.header-localization .disclosure .localization-form__select:hover{
  text-decoration: none !important;
}

.our-values .page-width,
.perfumers-section .page-width, .full-body{
  padding-top: 0 !important;
}
#shopify-section-template--24299015569753__rich_text_rVCCGa .rich-text__wrapper h2{
      padding-bottom: 1rem;
}
.section-template--24299015569753__rich_text_DtPzWf-padding, 
.section-template--24299015569753__rich_text_mJcJdj-padding{
          padding: 6rem 0;
}
.collection-list-wrapper h2{
      padding-top: 2rem;
}
.best-seller .multirow__inner{
  gap: 0 !important;
}
.video-section{
  padding-left: 0 !important;
        padding-right: 0 !important;
        --page-width: 100%;
}
#submenu-3 a{
  font-weight: 400;
      font-size: 16px;
}
#FooterLanguageForm, footer .disclosure__button.localization-form__select span, .header-localization .disclosure .localization-form__select{
  font-weight: 500;
}
summary.list-menu__item{
  gap: 10px;
}
#product-grid .card__media .media img, .second-image-hover-effect img{
  object-fit: contain;
}
.active-facets__button--light .active-facets__button-inner,
div#predictive-search-results-groups-wrapper * ,
.predictive-search__item--term{
  color: #67544B !important;
}
.disclosure__button.localization-form__select{
      gap: 5px;
}
.footer__localization h2{
      color: white !important;
      margin: 0 !important;
}
footer .localization-form, .footer__localization{
  padding: 0 !important;
}
.localization-form__select{
  height: fit-content !important;
  min-height: fit-content !important;
  
}
/* .facets-container{
  display: none !important;
} */
.scrolled-past-header sticky-header,
.default-template:not(body.about-us)  sticky-header,
 #menu-drawer, .search-modal{
  border-bottom: 1px solid rgba(67, 28, 21, 0.15);!important;
}
.card__badge .badge:not(.save-badge){
  position: absolute;
    right: 0;
    background: #67544b;
    color: #f4efe6;
}
.product__description * {
  font-family: 'Montserrat' !important;
  font-size: 14px !important;
  text-transform: initial !important;
  font-weight: 500 !important;
}
.play-button{
  background: transparent !important;
  border: 0 !important;
  position: absolute;
}
#mute-button{
  position : absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.rich-text__wrapper h2, .rich-text__wrapper h1{
    color: #67544B;
    text-align: center;
    font-family: Branley;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
@media screen and (min-width: 1200px){
   
.slider-button{
  position: absolute;
}
  .slider-button--prev{
  left: -44px;
}
.slider-button--next{
  right: -44px;
}
    .slider-image .slider-button--prev{
  left: -30px;
}
.slider-image .slider-button--next{
  right: -30px;
}
}

@media screen and (min-width: 750px){
  /* taif*/
.internal-collection-container .image-with-text__grid{
padding: 0 5rem;
}
  /* taif */
  #Slide-template--24291993813337__multicolumn_rQVtgF-1{
  padding-right: 2.5rem;
}
#Slide-template--24291993813337__multicolumn_rQVtgF-2{
  padding-left: 2.5rem;
}
  #ImageWithText--template--24299015569753__image_with_text_t984wT ,
#shopify-section-template--24299015569753__multirow_3Lqd3y .image-with-text__content--middle {
  padding-left: 8rem !important;
        max-width: 80rem;
        padding-right: 1.5rem !important;
        width: 80rem;
}

  .text-align-md-end{
    text-align: end;
  }
  
  #Slide-template--24291993813337__multicolumn_hbnT8z-2 .multicolumn-card__info{
      width: fit-content;
    margin: auto;
}

#Slide-template--24291993813337__multicolumn_hbnT8z-1  .multicolumn-card__info:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: black;
}
}
@media screen and (max-width: 1440px){
    .full-body .page-width{
      padding-left: 0 !important;
      padding-right: 0 !important;  
      --page-width: 100%;    
  }
  .section-template--24299015569733__image_with_text_t984wT-padding .no-padding-x{
    padding-left:0 !important;
    padding-right:0 !important;
    
  }
  #ImageWithText--template--24299015569753__image_with_text_t984wT{
    padding-right: 5rem !important;
  }

}

#mute-button {
  border-radius: 10px;
    box-shadow: unset;
    border: 1px solid var(--btn-color);
    background-color: var(--btn-color);
  padding: 5px;
}
#mute-button svg{
    width: 40px;
    filter: invert(1);
}
.mute .mute, .unmute{
  display: none;
}
.mute .unmute{
  display: block;
}
/* .price .price-item, .reset__button, .search__input.field__input, .rte a{
  color: black !important;
} */
.product-grid.grid--4-col-desktop{
      gap: 20px;
}

.product__description{
  font-weight: 400;
}
.collection-list-wrapper .card__information .card__heading{
  text-transform: uppercase;
}
.menu-drawer__menu-item:focus{
  border: 0 !important;
}
.menu-drawer__inner-submenu .link--text, .menu-drawer__menu-item, .disclosure__item a{
  /* transition: all .2s .1s linear; */
}
 .disclosure__item a:hover, .menu-list li a:hover{
-webkit-text-stroke: 0.02rem #67544b;
}
.menu-drawer__inner-submenu .link--text:hover{
  font-weight: 700;
  
}
.menu-opening svg,
.disclosure__button.localization-form__select svg,
footer .btn  svg{
  transition: all .2s linear;
}
.disclosure__button.localization-form__select[aria-expanded="true"] svg,
footer .btn[aria-expanded="true"] svg{
  transform: rotate(-180deg);
}
.disclosure__list-wrapper{
  border-color:  #c6a87b54 !important;
}
#shopify-section-template--24299015569753__multirow_3Lqd3y .subtitle p{
  margin: 0 !important;
}
.customer .field {
    margin: 1rem 0 2rem;
    border-bottom: 1px solid #67544b;
}
.best-seller .button--secondary:hover, .bg-before .button--primary:hover, .button-label:not(.mobile-facets__open-label):hover, .shopify-challenge__button:hover, .customer button:hover, .shopify-payment-button__button--unbranded:hover, .product-form__submit:hover{
  /* border: 1px solid #67544b; */
}
 .best-seller .button--secondary, .bg-before .button--primary, .button-label, .shopify-challenge__button, .customer button, .shopify-payment-button__button--unbranded, .product-form__submit{
    transition: all .5s linear;
    /* border: 1px solid #c6a87b; */
}
.product-media-container .product__modal-opener,
.thumbnail{
    background: #F7F2EE !important;
}
  

/* .customer .field label{
  left: 0 !important;
} */
.product__modal-opener .product__media-icon{
  display: none;
}

.footer__column #FooterLanguageForm .disclosure .disclosure__button, #FooterLanguageLabel{
  font-size: 14px !important;
    text-transform: none;
}

  .footer__column #FooterCountryForm .disclosure .disclosure__button, #FooterCountryLabel{
    font-size: 14px !important;
    text-transform: none;
  } 
.footer__column #FooterCountryForm .disclosure .disclosure__button{
  text-transform:uppercase !important;
}
.footer__column #FooterLanguageForm .disclosure .disclosure__button{
  text-transform:uppercase !important;
}



.quick-add__submit span{
  font-weight: 300;
    transition: all .2s linear;
}
 .card_wishlist_button svg path{
    transition: all .2s linear;
  
}.card_wishlist_button:hover svg path{

  stroke-width: 1.5px !important;  
}
.quick-add__submit span:hover{
  font-weight:600;
}
.taif-second-banner .button{
  transition: all .2s linear;
  font-weight: 400;
  
}
/* .taif-second-banner .button:hover{
  font-weight: 600;
} */
.card__heading a:after{
  display: none;
}
.shopify-policy__container{
      max-width: 140rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.shopify-policy__title h1{
  margin: 5rem 0;
}
.shopify-policy__body{
  margin-bottom: 5rem;
}
.no-style{
  text-decoration: none !important;
  color: black !important;
}
.product-media-container.constrain-height .media{
  aspect-ratio: 1;
}
.sold-out-message{
  font-size: 12px;
}

/* mostafa */
/* @media screen and (max-width: 989px) {
  .header__heading-logo-wrapper{
    width:60%;
  }
} */

/* mostafa */

.main-banner h2{
  color: #FFF;
    font-family: Branley;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.main-banner .banner__box{
    text-align: left !important;
    width: 35%;
    min-width: 35% !important;
    max-width: 40% !important;
}

.main-banner p{
  text-align: left;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-banner a{
    background: unset !important;
    border: 1px solid white;
    color: white;
    font-size: 15px;
    font-weight: 400;
  transition: all var(--duration-medium) ease;
}
.title-wrapper-with-link h2{
    color: #67544B;
    text-align: center;
    font-family: Branley;
    font-size: 35px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: uppercase;
}
.taif-collection li,
.featured-categories li{
  padding: 10px !important
}

.card-wrapper .card__information{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-card-content {
  grid-template-rows: 1fr !important;
}

.custom-card-content .card__information{
  padding-bottom: 0;
}
.taif-second-banner h2{
    padding: 0px 10rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 400;
    font-family: Branley;
    color: #67544B;
  max-width: 55rem;
}

.taif-second-banner .banner__box{
    justify-items: center;
} 
.collection  .collection__title  h2{
    color: #67544B;
    text-align: center;
    font-family: Branley;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

  #Banner-template--16858796458063__image_banner_rccfYg .banner__media img {
      height:unset;
  }

.banner__buttons .button--primary{
  min-width: 15rem !important;
}


.banner__content .banner__box h2{
      font-size: 30px !important;

}



.rich-text__buttons .button--primary{
    background-color: unset;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
    text-underline-offset: 5px;
}


.custom-card-content .card__information .card__heading{
    color: #fff;
    text-align: center;
    font-family: Branley;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    width: 100%;
}
.card__information .btn-taif-collection{
    color: white;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 15px;
  font-weight: 400;
  
}
a.btn.btn-taif-collection:hover {
    font-weight: 500;
}
.banner__box  .banner__buttons {
  gap:3rem !important;
  
}
.banner__box  .banner__buttons a{
  background-color:#69271B;
}

.text-over-video{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
      z-index: 1;
}

.text-over-video .title-wrapper h2{
    color: #FFF;
    font-family: Branley;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 35%;
    margin: 0 50px;
}
.text-over-video .rich-text-video{
    width: 30%;
    margin: 0 50px;
    text-align: left;
    position: relative;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#play-button{
    position: absolute;
    background-color: unset;
    border: unset;
    top: 50%;
    left: 0;
    right: 0;
  z-index: 4;
  cursor: pointer;
}
.taif-second-banner .button{
    padding: 0 10px;
    min-height: 30px !important;
    max-height: 35px;
    color:white;
}
.taif-collection .card__information,
.featured-categories .card__information{
    position:relative;
}
.taif-collection .custom-card-content:before,
.featured-categories .custom-card-content:before{
    background-blend-mode: multiply;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 8.51%, #C3783F 94.8%);
    z-index: 0;
    bottom: 0;
  mix-blend-mode: multiply;

}
.featured-categories  .custom-card-content:before{
    background: linear-gradient(180deg,  rgba(217, 217, 217, 0.00) 8.51%, #C3783F 94.8%);
    height: 100%;

}

.collection .slider-component-desktop ul{
  position:relative !important;
}

.collection .slider-component-desktop .slider-buttons {
    width: 100% !important;
    justify-content: space-between !important;
    position: absolute !important;
    top: 50% !important;
}

.f-product-wrapper  #-submit{
  color: #FFF;
    text-align: center;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    margin: auto;
  height: fit-content;
    min-height: fit-content;
    padding: 0.5rem 3rem !important;
  visibility: hidden;
  opacity: 0;
  transition: all var(--duration-medium) ease;
  margin-top: 2rem;
  

}
.bundly__add_to_bundle_button,
.bundly__add_to_cart_button{
  color: #FFF !important;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    background-color: #69271B !important;
  transition: all var(--duration-medium) ease;
      min-height: fit-content !important;
}
.bundly__add_to_cart_button::after, .bundly__choose_options_button::after, .bundly__add_to_bundle_button::after{
  content: unset !important;
}

.bundly__price,
.bundly__slot_component_heading,
.bundly__slot_component_quantity_info,
.bundly__component_header_title{
  /* display: none !important; */
  
}
/* .bundly__component_grid_item:has(.bundly__variant_sold_out:not(.bundly__variant_sold_out--hidden)) {
    display: none;
} */
.bundly__component_header_title{
    font-weight: 600;
    font-size: 23px;
}
.bundly__dynamic .bundly__component_grid_item .bundly__component_image img{
  aspect-ratio: 1;
  object-fit: contain;
}
.bundly__component_title{
  color: #67544B;
text-align: center;
font-size: 18px !important;
font-style: normal;
font-weight: 600 !important;
line-height: normal;
text-transform: uppercase;
}

.custom-product-wrapper #-submit{
  color: #FFF;
    text-align: center;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    margin: auto;
  height: fit-content;
    min-height: fit-content;
    padding: 1rem 3rem !important;
  transition: all var(--duration-medium) ease;
  /* margin-top: 2rem; */
      position: absolute;
     top: 0;
    width: 80%;
    left: 0;
    right: 0;
    visibility: hidden; 
    opacity: 0;
    min-width: 80%;
    bottom: 0;
    text-transform: capitalize;

}
.custom-product-wrapper:hover  #-submit, .custom-product-wrapper:hover  .price{
  transition: all var(--duration-medium) ease;
  
  visibility: visible;
    opacity: 1;
}

.custom-product-wrapper:hover .card-product-subtitle,
.custom-product-wrapper:hover .f-prod-title{
  color: #431C15 !important;
}
.custom-product-wrapper .f-prod-title{
  padding-top: 2rem;
  z-index:2;
}
.custom-product-wrapper .card__badge.position-relative{
  position: relative !important;
  padding-bottom: 1rem;
}
.f-product-wrapper .price-item{
  visibility:hidden;
  opacity:0;
  transition: all var(--duration-medium) ease;
  
}
.f-product-wrapper:hover #-submit,
.f-product-wrapper:hover .f-prod-title,
.f-product-wrapper:hover .price-item{
  opacity:1;
  visibility: visible;
}


.footer__content-middle .follow-us{
  margin-top: 20px;
  color:white;
  font-size:14px;
}
.footer__content-middle .footer-logo-container svg{
  filter:invert(1);
}
.footer__content-middle .footer__content-middle-wrapper {
      background-color: #431C15 !important;
}

.footer .footer__content-top {
  /* background-color: #F5F5F5; */
}


footer .disclosure svg{
  filter:invert(1);
}


.footer-container .f-second-column li{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
}
.footer__content-bottom{
      background-color: #431C15;
    color: white;
}

.footer-block__newsletter .footer-block__heading{
  color: #67544B !important;
    text-align: center;
    font-family: Branley;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}



.footer-block__newsletter p{
  color: #67544B !important;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  margin-bottom:0;
    margin-right: 4rem;
}




.footer-block__newsletter img{
  width:100px;
  transform: translateY(-20px);
}

.gradient .contact .contact__fields{
  grid-column-gap: unset !important;
}


 footer .contact__fields .field-email{
    border: 1px solid #67544B;
  }


footer .field-email .field__label{
      opacity: 0.2;
    text-transform: lowercase;
}


footer .contact__button{
  height: 100%;
}

footer .contact__button .button{
  height: 100%;
    color: white !important;
    background-color: #69271B !important;
  transition: all var(--duration-medium) linear;
}
.color-white{
  color: white;
}
@media screen and (min-width: 992px){
   .text-align-lg-end{
    text-align: end;
  }
  .menu-drawer{
    visibility: visible;
    opacity: 1;
  }
}

/* .footer-block__newsletter .gradient .field-email {
  padding: 5px;
} */


.footer-block--newsletter .footer-block__newsletter .my-5{
  margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    margin-left: 2rem !important;
    margin-right: 4rem !important;
}


.footer-block__newsletter .text-center .footer-block__heading{
  margin-left: 4rem;
}

.footer-block__newsletter .text-center .footer-block__text{
      margin-left: 5rem;
}

..footer__content-top{
  position: relative;
}
.footer__content-top.page-width::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #67544B;
    position: absolute;
    left: 50%;
    transform: translate(50%, 0%);
    top: 0;
}

footer, .bg-location, .footer__content-top{
  position:relative;
}

.text-center.bg-location:before {
    content: "";
    display: block;
   width: calc(100% + 40px);
    height: calc(100% + 5rem);
    position: absolute;
    z-index: -1;
    bottom: 0;
    margin: 0px 0 0 1rem;
    background-image: url(/cdn/shop/files/Home_Page_11.jpg?v=1743886490);
    background-position: bottom left;
    background-repeat: no-repeat;
    z-index: -1;
  background-size: cover;
}

.isolate .rich-text .rich-text__wrapper .rich-text__text *{
      color: #67544B !important;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
  line-height: 120%;
}
.slider-component-desktop  .slider-buttons .slider-left,
.custom_related_product  .slider-buttons .slider-left{
  transform: rotate(270deg) !important;
}
.slider-component-desktop .slider-buttons .slider-button--next,
.custom_related_product .slider-buttons .slider-button--next{
  transform: rotate(180deg);
}
.custom_related_product .slider-buttons .slider-button--next{
  position: absolute;
  right: 0;
  }
.f-prod-title{
  color: #67544B !important;
text-align: center;
font-family: "Inria Serif" !important;
font-size: 24px !important;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
  position: absolute;
  top: 10%;
    transform: translateY(-15px);
 visibility: hidden;
  opacity: 0;
  transition: all var(--duration-medium) ease;
}
.custom-product-wrapper .f-prod-title{
   position: relative;
  top: unset;
    transform: unset;
  margin-bottom: 10px;
}
.bg-baige{
  background-color:#F7F2EE !important;
}
.bg-baige-before:after{
  content: "";
  position: absolute;
  top:0;
  background-color:#F7F2EE !important;
 width: 100%;
height: 85%;
    z-index: -1;  
}
.custom-product-wrapper .bg-baige-before:after{
content: unset;
}
.price-item{
  color: #67544B;
text-align: center;
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}


.footer-container,.footer__copyright{
  z-index:1;
  position:relative;
}
.footer__content-middle.scroll-trigger.animate--slide-in:before {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    position: absolute;
    background-image: url(/cdn/shop/files/footer-bg.svg?v=1742846401);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    background-position-x: right;
    background-size: 100%;
    background-position-y: bottom;
    opacity: 0.02;
    z-index: 0;
}
/* .payment-methods {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: transparent;
}

.payment-methods img {
    height: 30px;
    object-fit: contain;
} */

.payment-methods-icon{
  text-align: right;
    padding: 0 2rem 0 0;
}
.announcement-bar__message{
  color: white;
font-size: 11px;
    padding: 10px 0 !important;
    min-height: fit-content !important;
}
.section-header~.shopify-section-group-header-group{
  z-index: 1; 
}
.header{
  padding-top: 3rem !important;
  padding-bottom: 0 !important;
}

.banner-about-us .banner__box  h2{
  color: white;
    text-shadow: 0px 4px 24px rgba(67, 28, 21, 0.53);
    font-family: Branley;
    font-size: 50px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 73.799%;
    text-transform: uppercase;
}

.perfume-carousel-wrapper  .swiper-slide .slide-text h2{
   color: #67544B;
font-family: Branley;
font-size: 45px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.perfume-carousel-wrapper  .swiper-slide .slide-text p{
  color: #67544B;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.perfume-carousel-wrapper  .carousel-slide .slide-image{
    width: 50%;
    text-align: center;
    padding-right: 2rem;
    margin-left: -2rem;
}
.perfume-carousel-wrapper  .carousel-slide .slide-text{
    width: 70%;
}

.perfume-carousel-wrapper .swiper-button-next,
.perfume-carousel-wrapper .swiper-button-prev{
    color: #67544B;
    padding: unset;
  background:none;
  box-shadow:unset;
  border-radius:0;
}
.perfume-carousel-wrapper .swiper-button-prev::after, .perfume-carousel-wrapper .swiper-button-next::after{
  content: unset;
}
.perfume-carousel-wrapper  .swiper-pagination  .swiper-pagination-bullet-active{
  background:#67544B !important;
}

#FooterLanguageForm .disclosure .disclosure__button span{
  color:white;
}
#FooterCountryForm .disclosure .disclosure__button span{
  color:white;
}

.perfume-carousel-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/cdn/shop/files/about-bg-2.svg?v=1742936677);
    top: 0;
    background-position-x: right;
  background-position-y: top;
    background-repeat: no-repeat;
}
.swiper-pagination-bullet{
      width: 12px;
    height: 12px;
      background: transparent;
    border: 1px solid #67544B;
    opacity: 1;
}
.perfume-carousel-wrapper  , .signature-arabesque {
  position:relative;
}

.video-section{
  padding-bottom:0 !important;
}
.signature-arabesque:before{
   content: "";
    display: block;
    height: 100%;
    position: absolute;
    background-image: url(/cdn/shop/files/signature-left.svg);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    aspect-ratio: 0.35;
    left: 0;
    top: 0;
  z-index: -1;
}
.signature-arabesque:after{
   content: "";
    display: block;
    height: 100%;
    position: absolute;
    background-image: url(/cdn/shop/files/signature-righ.svg?v=1744201975);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    aspect-ratio: 0.35;
    right: 0;
    top: 0;
  z-index: -1;
}
#ProductInfo-template--16858790854735__main .product__title,
.bundly-main-product .product__title{
  margin-bottom:unset;
}

#ProductInfo-template--16858790854735__main .product__title h1,
.bundly-main-product .product__title h1{
      color: #67544B;
    font-family: Branley;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


#ProductInfo-template--16858790854735__main .product-collection,
.bundly-main-product .product-collection{
  display: flex;
    justify-content: left;
    gap: 5rem;
    color: #67544B;
    text-align: left;
    /* font-family: Branley; */
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  align-items: center;
  margin: 15px 0 0 !important;
  
}
#ProductInfo-template--16858790854735__main .product-collection .product-size,
.bundly-main-product .product-collection .product-size{
  color: #67544B;
text-align: right;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
  margin: 0 !important;
  font-family: 'Montserrat';
  
}

#ProductInfo-template--16858790854735__main .product-subtitle,
.bundly-main-product .product-subtitle{
  color: #67544B;
font-size: 14px;
font-style: normal;
font-weight: 500;
    line-height: normal;
    margin: 0 !important;
    padding-top: 2rem;
}

#ProductInfo-template--16858790854735__main #price-template--16858790854735__main,
.bundly-main-product #price-template--17140565573711__main{
      display: flex;
    gap: 3rem;
  align-items: center;
}

#ProductInfo-template--16858790854735__main #price-template--16858790854735__main .price-item--regular,
.bundly-main-product #price-template--17140565573711__main .price-item--regular{
  color: #67544B;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

#ProductInfo-template--16858790854735__main #price-template--16858790854735__main .vat,
.bundly-main-product #price-template--17140565573711__main .vat{
      color: #67544B;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
  margin-bottom:0;
}
.f-product-wrapper .card__media .media img,
.f-product-wrapper  .second-image-hover-effect img,
.custom-product-wrapper .card__media .media img,
.custom-product-wrapper  .second-image-hover-effect img{
  object-fit: contain !important;
}
.f-product-wrapper .card__inner,
.f-product-wrapper .card--card,
.custom-product-wrapper .card__inner,
.custom-product-wrapper .card--card{
  --ratio-percent: 100% !important;
}


.main-on-mobile{
  display: none !important;
}
.page-width .metafield-info{
  text-align: center;
    display: flex;
  position:relative;
  padding: 7rem 0 1rem;
}
.page-width .metafield-info .description-here{
  width:50% ;
  margin-right: 10rem;
}
.page-width .metafield-info .product-detail{
  width:25% ;
}
.page-width .metafield-info .sku{
  width:25% ;
}
.base-notes{
      padding-right: 2rem;
}
/* .page-width .metafield-info .description-here:before {
    transform: translateX(59rem);
    content: "";
    display: block;
    background-color: #67544B;
    width: 1px;
    height: 100%;
    position: absolute;
  height:70%;
  bottom:0;
}
.page-width .metafield-info .sku:before {
    content: "";
    display: block;
    background-color: #67544B;
    width: 1px;
    height: 100%;
    position: absolute;
  height:70%;
  bottom:0;
} */
.metafield-info .description-here h3,
.metafield-info .product-detail h3,
.metafield-info .sku h3
{
  color: #67544B;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
  text-align:left;
  margin-bottom:3rem;
}

.metafield-info .description-here .product__description,
.metafield-info .product-detail p{
  color: #67544B;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
  text-align:left;
  text-transform: initial !important;
}
.metafield-info .sku p{
  color: #67544B;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sku p{
  text-align:left;
}
.metafield-info .product-detail p{
  margin-bottom:0
}

.metafield-info .product-detail h3{
 padding-left:5rem;
}

.metafield-info .product-detail .p-container{
 /* border-left: ridge; */
    padding-left: 5rem;
    height: 55%;
  border-left: 1px solid #67544B;
}
.metafield-info .sku h3{
  padding-left: 5rem;
  
}

.metafield-info .sku p{
      /* border-left: ridge; */
    padding-left: 5rem;
    height: 55%;
  border-left: 1px solid #67544B;
}

#ProductInfo-template--16858790854735__main .quantity-cart-container,
.bundly-main-product .quantity-cart-container{
      display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: end;
}

#ProductSubmitButton-template--16858790854735__main{
  width:100%;
  min-height: 4.15rem !important;
  border: 0;
}
/* .quantity-cart-container .product-form{
      transform: translatey(-0.7rem);
} */

.product__info-container .price .price__badge-sold-out{
  background: #69271B !important;
}
@media screen and (min-width: 1200px){
.product__media-wrapper .thumbnail-slider{
  transform: rotate(90deg)  scale(2.5);
}

.product__media-wrapper .thumbnail-slider .thumbnail-list__item{
  transform: rotate(270deg);
}
media-gallery.product__column-sticky{
  display: flex;
    flex-direction: row-reverse;
}
slider-component.s-image{
      width: 70%;
}
.slider-image{
      width: 30%;
  transform: rotate(90deg) scale(2.5);
}

}

.second-metafield-info{
      display: flex;
    justify-content: space-around;
    text-align: left;
    background-color: #F7F2EE;
  /* padding: 2rem 4rem; */
      gap: 12rem;
      /* margin: 7rem 0 1rem; */
}

.top-notes h3,
.heart-notes h3,
.base-notes h3{
      color: #67544B;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  letter-spacing: normal;
}

.top-notes p,
.heart-notes p,
.base-notes p{
      color: #67544B;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.quantity-cart-container .price-per-item__container .quantity{
  background-color:transparent;
      width: 100%;
}
.f-product-wrapper .card__media, .f-product-wrapper .second-image-hover-effect{
  top: 15%;
}
.custom-product-wrapper .card__media, .custom-product-wrapper .second-image-hover-effect {
  top: 20%;
}
.shopify-section-header-sticky{
  background: linear-gradient(0deg, rgba(217, 217, 217, 0.00) 8.51%, rgba(142, 123, 119, 0.50) 41.71%, #431C15 94.8%);
}
.announcement-bar-section:not(.scrolled-past-header .announcement-bar-section){
  z-index: 3;
}
.f-second-column .menu-list{
  row-gap: 10px;
}
.taif-second-banner .banner__content{
  padding-top: 0 !important;
}
/* announcement  */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee__inner {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 90s linear infinite;
}

.marquee__inner span {
  display: inline-block;
  padding: 0 2rem;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-container b{
  font-weight: 500 !important;
}
.product-count{
  display: none;
}
#product-grid .f-product-wrapper #-submit{
  margin-top: 2rem;
  padding: 1rem 2rem !important;
      min-width: fit-content;
}
#product-grid .add-cart-txt{
      visibility: hidden;
}
#product-grid .add-cart-txt:before{
  content: 'Add to cart';
  display: block;
  color: white;
      position: absolute;
    visibility: visible;
  text-transform: capitalize;
}
#product-grid  .card--card.card--media>.card__content{
  margin-top: 15%;
}
#product-grid .f-product-wrapper .card__media, 
#product-grid .f-product-wrapper .second-image-hover-effect{
  top: 25%;
}
/* #product-grid .f-prod-title{
  transform: unset;
} */
.slider-image .thumbnail img{
  position: absolute;
    top: 0;
    left: 0;
}
.menu-drawer__menu-item{
  position: relative;
}
/* a.menu-drawer__menu-item--active:not(.menu-drawer__inner-submenu a):before, */

.menu-drawer__menu-item  path:not(.scrolled-past-header .list-menu__item path, .default-template  .list-menu__item path) ,
.icon-account  path:not(.scrolled-past-header .icon-account path, .default-template .icon-account path) {
  fill: white;
}
.search__button path{
  stroke: var(--gold-body) !important;  
  
}
.field__label{
  color: #67544B40;
}
.facet-filters__sort{
  width: min-content;
  padding: 0;
  text-transform: capitalize;
}
.facet-filters__field .select{
  align-items: center;
}
.filter-unset{
  filter: unset !important;
}
footer .footer-none{
  display: none !important;
}
footer .footer-block{
  display: block !important;
}
.rich-text__buttons a.button{
  color: var(--brown);
  opacity: 1;
}
.footer__content-middle{
  background: linear-gradient(0deg, rgba(67, 28, 21, 1) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.footer:not(.template-index .footer, body.about-us .footer){
      border-top: 1px solid #67544B !important;
}

.pr-1{
  padding-right:1rem;
}

.f-product-wrapper:hover .f-prod-title{
  width: 60%;
  z-index: 2;
}

.main-banner a:hover{
  border-width: 2px;
}
.menu-opening svg{
  display: none;
}
.menu-drawer__inner-submenu{
  padding-bottom: 1rem;
}
.facets-wrapper{
      padding-bottom: 4rem;
}
.custom-product-wrapper{
  background: #F6EEE98F;
}
.related-products .card__media, .custom-product-wrapper .second-image-hover-effect{
      top: 15%;
    max-height: 280px;
}
.related-products .card-product-subtitle{
  padding-top: 3rem;
}
.featured-slider-buttons{
  width: 100%;
}
.quantity-cart-container .price-per-item__container{
    border: 0.5px solid #67544B;
}
.quantity-cart-container .product-form{
  border: 1px solid #69271b;
}
slider-component .thumbnail img{
      object-fit: contain;
  width: 80%;
    height: auto;
    aspect-ratio: 1;
  margin: auto;
  inset: 0;
}
.product__media-wrapper .thumbnail-slider .thumbnail-list__item{
  width: 30% !important;
}
.thumbnail-slider .slider-button--prev {
    transform: rotate(90deg);
}
.thumbnail-slider .slider-button{
  height: fit-content;
}
.blog2-multirow .multirow__inner > .image-with-text:first-child{
  display: none;
}
.title, .customer>h1, .customer__title{
  
    color: #67544B;
    font-family: Branley;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
 .lg-hide{
    display: none;
  }
.search__button {
  height: 4rem;
}
.home-icon:before,
.location-icon:before,
.phone-icon:before{
    content: '';
    display: block;
    width: 20px;
    background-image: url(/cdn/shop/files/home-icon_2.svg?v=1744285151);
    aspect-ratio: 1.13;
    background-repeat: no-repeat;
    background-size: cover;
}
.location-icon:before{
    background-image: url(/cdn/shop/files/address-icon.svg?v=1744285151);
    aspect-ratio: 0.7;
    width: 15px;
    margin-right: 5px;
}
.phone-icon:before{
    background-image: url(/cdn/shop/files/Vector.svg?v=1744285151);
    aspect-ratio: 1;
}
.our-branches .card-body .d-flex{
  align-items: start;
}
.our-branches .card-img, .our-branches .card-img-top, .our-branches .card{
  border-radius: 0 !important;
      background-color: transparent;
}
.our-branches .card-body{
      padding-left: 2rem;
    padding-right: 2rem;
  border: 1px solid #67544B;
}
.internal-collection-container .image-with-text{
  position: relative;
}
.internal-collection-container .image-with-text:first-child:before,
.internal-collection-container .image-with-text:nth-child(3):before{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background-image: url(/cdn/shop/files/c1.svg);
    background-repeat: no-repeat;
    background-position-x: right;
  background-size: contain;
    height: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
  background-position-y: bottom;
}
.internal-collection-container .image-with-text:nth-child(3):before{
    background-image: url(/cdn/shop/files/c2.svg);
  
}

.internal-collection-container .image-with-text:last-child:before,
.internal-collection-container .image-with-text:nth-child(5):before{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background-image: url(/cdn/shop/files/c4.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    height: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
  background-position-y: bottom;
  background-size: contain;
}
.internal-collection-container .image-with-text:nth-child(5):before{
    background-image: url(/cdn/shop/files/c3.svg);
  
}
.internal-collection-container .multirow__inner {
    gap: 0 !important;
}
/* .about-us-lottie{
  position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    z-index: -1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */

#footer-lottie{
  max-width: 100%;
    width: 70px;
    transform: translateY(-20px);
    vertical-align: middle;
    position: absolute;
    top: 30%;
    left: 43%;
    transform: translate(-20px);
}

.location-pin img{
  visibility: hidden;
}
.about-us-lottie #lottie{
  max-width: 100%;
    width: 39%;
    height: auto;
    margin: auto;
}
body.about-us .rich-text__image-block{
  position: relative;
}
summary.list-menu__item{
  padding-right: 1rem !important;
}
.no-before:before{
  content: unset !important;
}
.template-collection .rich-text__text{
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* show only 3 lines */
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
      font-weight: 500 !important;
    font-size: 13px !important;
    font-family: 'Montserrat' !important;
}
.template-collection .rich-text__text *{
      font-weight: 500 !important;
    font-size: 13px !important;
    font-family: 'Montserrat' !important;
}
.template-collection .rich-text__text.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
  }
.template-collection .section-template--16858790363215__rich_text_DWVbqA-padding .button{
  cursor: pointer;
}
.perfume-carousel-wrapper {
  background-color: #F7F2EE;
}
.color-brown{
  color: var(--brown) !important;
}

.rich-text__buttons a.button:hover{
  font-weight: bold;
  background: transparent !important;
  border: 0;
}
  .styles__snippetWrapper--d68e9{
                 border: 1px solid #67544b57  !important;
            }
.slider-button--prev[disabled="disabled"],
.slider-button--next[disabled="disabled"] {
  opacity: 0.3;
}

.button:hover, footer .contact__button .button:hover, #shopify-section-template--16858790723663__contact_form_naNEWL .button:hover{
  background-color: #C4793F !important;
  border: 1px solid #69271B;
  color: #69271B !important;
  font-weight: bold;
}

footer .contact__button .button:hover{
  border-left: 0;
}
.quick-add__submit:hover span{
  font-weight: bold !important;
}
/* .facets-wrapper{
  display: none;
} */
.contact .form__message {
    align-items: flex-start;
    color: var(--brown) !important;
    margin: 0 0 2rem;
}
.product__info-container .price__container{
  margin-bottom: 0 !important;
}
.overflow-wrap{
  overflow-wrap: anywhere;
}
.custom-small-banner .banner__media {
      height: 100px;
}
.custom-small-banner img{
      width: 100% !important;
    object-fit: cover !important;
    object-position: center;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 1rem;
  gap: 8px;
}
.breadcrumb a {
  text-decoration: none;
  color: #555;
}
.breadcrumb span {
  margin: 0 5px;
  color: #999;
}
.template-product .page-width {
  position: relative;
}
.note_container .btn-group .btn{
    color: #67544B;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    border: 0 ;
    border-radius: 0;
    opacity: 0.7;
  font-weight: 500;
  
}
.note_container .btn-group .btn:hover{
    opacity: 1; 
}
.note_container .btn-group .btn[aria-expanded="true"]{
    border-bottom: 1px solid;
    opacity: 1;
}
.note_container  .accordion{
    border: 0 ;
  font-weight: 500;
}
.bundly__description{
  display: none !important;
}
.bundly__variant_radio:checked + label{
      color: #67544B !important;
    font-weight: bold;
    border: 1px solid;
    border-radius: 0;

}
.cart-attribute__field {
  display: none;
}