/** Shopify CDN: Minification failed

Line 6187:6 Expected ":"
Line 6909:14 Expected "{" but found "and("
Line 7463:21 Expected identifier but found "!"

**/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
    font-family: 'RocaOne-BdIt';
    font-style: normal;
    font-weight: 400;
    src: url('https://cdn.shopify.com/s/files/1/0694/0151/0037/files/RocaOne-Rg.woff?v=1770903461') format('woff');
    }



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

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

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

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

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

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

/* base */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-announcement-bar: 250ms;
  --duration-medium: 300ms;
  --duration-long: 500ms;
  --duration-extra-long: 600ms;
  --duration-extra-longer: 750ms;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

.select .svg-wrapper,
.customer select + .svg-wrapper {
  height: 0.6rem;
  width: 1rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0;
}

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 990px) {
  .announcement-bar-slider {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

.header__icon--cart {
  position: relative;
}

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

.header__menu-item:has(.header__active-menu-item) {
      background: #9f2b2b;
    color: white;
    border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

header-menu > details,
details-disclosure > details {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .animate--hover-vertical-lift .button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
  .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
    --border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
        rgba(var(--color-button-text), var(--border-opacity)),
      0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* custom */

p.announcement-bar__message.h5 {
    font-family: poppins !important;
}

p.announcement-bar__message.h5 span {
    display: flex;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}
a#cart-icon-bubble svg.icon {
    height: 22px;
    width: 22px;
}

a#cart-icon-bubble {
    background: #fde1a6;
    border-radius: 50%;
}

.header__icons details-modal.header__search {
    display: none !IMPORTANT;
}

a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: none;
}

.header__icons.header__icons--localization.header-localization {
    padding: 0;
}

.cart-count-bubble {
    top: -5px;
    height: 20px;
    right: -4px;
    background: #aa2e2d;
    left: unset;
    font-size: 11px;
    width: 20px;
    font-weight: 600;
}
nav.header__inline-menu {
    display: flex;
    justify-content: end;
}

nav.header__inline-menu span {font-weight: 600;}

nav.header__inline-menu ul.list-menu.list-menu--inline {
    gap: 14px;
}
.header__menu-item:hover {
    background: #9f2b2b;
    color: white;
    border-radius: 30px;
}

.footer-block.grid__item {
    max-width: 14%;
}

.footer-block.grid__item:first-child {
    max-width: 24%;
}

.footer-block.grid__item:last-child {
    max-width: 24%;
}

.footer__blocks-wrapper.grid {
    justify-content: space-between;
    gap: 20px;
}

.footer-block.grid__item:first-child .rte {
    font-size: 12px;
    max-width: 85%;
    font-weight: 300;
}

.footer-block__brand-info a.link.list-social__link {
    background: #ffffff0f;
    border-radius: 50%;
}

ul.list-unstyled.list-social.footer__list-social {
    gap: 10px;
    margin-top: 19px;
}

.footer-block__brand-info a.link.list-social__link:hover {
    background: white;
    color: #9f2b2b;
}

.footer-block.grid__item.footer-block--menu h2.footer-block__heading.inline-richtext {
    font-family: 'Poppins' !IMPORTANT;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-block__details-content .list-menu__item--link {
    font-size: 12px !important;
    font-weight: 300;
    padding: 0;
    line-height: 1;
}

.footer-block__details-content li {
    line-height: 24px;
}

.footer-block--newsletter{
    display: none !important;
}

.newsletter_head_txt {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.footer-block__newsletter {
    background: #ffffff26;
    padding: 15px 15px 18px;
    border-radius: 10px;
    border: 1px solid #f8f8f84a;
    box-shadow: 0px 2px 4px 2px #0000001f;
}

.newsletter_head_txt h2.footer-block__heading.inline-richtext span {
    display: block;
    font-size: 10px;
    font-family: poppins;
    line-height: 18px;
    color: #ffffff9e;
}

.newsletter_head_txt h2.footer-block__heading.inline-richtext {
    text-align: left;
    margin: 0 !IMPORTANT;
    font-size: 12px;
    line-height: 1;
    margin-top: -5px !IMPORTANT;
}

.news_left {
    display: flex;
}

form#ContactFooter .field:before,form#ContactFooter .field:after {
    display: none;
}

form#ContactFooter .field button#Subscribe {
    position: unset;
    width: 100%;
    min-height: 40px;
    background: #f1c61f;
    border: 1px solid #f1c61f;
    margin-top: 10px;
    border-radius: 12px;
    gap: 14px;
    font-size: 14px;
    box-shadow: 0px 2px 4px 2px #00000029;
    font-weight: 600;
    color: white;
}

.newsletter-form__field-wrapper .field {
    flex-direction: column;
}

.newsletter-form__field-wrapper .field input {
    background: #faf8f529;
    border: 1px solid #ffffff4d;
    border-radius: 12px;
    font-size: 14px;
    padding: 10px 15px !IMPORTANT;
    color: #ffffff8f;
    box-shadow: unset !IMPORTANT;
}

.newsletter-form__field-wrapper .field label.field__label {
    display: none;
}

.newsletter-form__field-wrapper .field input::placeholder {
    opacity: 1;
    color: #ffffff7d;
}

form#ContactFooter .field button#Subscribe:hover {
    background: #9f2b2b;
    border-color: white;
}

.footer_middle {
    padding: 30px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ffffff2b;
    margin-top:-20px;
}

.footer_middle p {
    max-width: fit-content;
    margin: 0 auto;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    color: white;
}

.footer_middle h4 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: italic;
    gap: 10px;
    color: #FFD21F;
    margin-bottom: 0;
}

.footer_middle h4 svg {
    margin-top: -3px;
}

.home_img_text .image-with-text__content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.home_img_text .image-with-text__media {
    border: unset;
}

.home_img_text p.image-with-text__text.image-with-text__text--caption.subtitle.subtitle--small.subtitle {
    font-weight: 600;
    color: #aa2e2d;
    background: #feebb7;
    min-height: 44px;
    align-items: center;
    display: flex;
    border: 2px solid #FFD21F;
    gap: 5px;
    border-radius: 30px;
    padding: 0 19px;
}

.home_img_text p.image-with-text__text.image-with-text__text--caption.subtitle.subtitle--small.subtitle:before {
    content: "";
    height: 15px;
    background: url(https://cdn.shopify.com/s/files/1/0694/0151/0037/files/Icon_55.svg?v=1770912009);
    width: 15px;
}

.home_img_text h2.image-with-text__heading.inline-richtext.h1 {
    margin-top: 30px;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
}

.home_img_text .image-with-text__text.rte.body {
    max-width: 590px;
    color: #6B5D4F;
    font-size: 24px;
    line-height: 1.6;
}
.image_text_buttons {
    display: flex;
    gap: 10px;
        margin-top: 40px;
}

.image_text_buttons a.button.button--primary:before,.image_text_buttons a.button.button--primary:after {
    display: none;
}

.image_text_buttons a.button.button--primary {
    min-height: 65px;
    border-radius: 15px;
    box-shadow: 0px 2px 5px 2px #00000030;
    font-weight: 500;
    font-size: 18px;
}

.home_img_text .image_text_buttons a.button.button--primary:last-child {
    background: #fdd220;
    color: #aa2e2d;
}

.image_text_buttons a.button.button--primary:hover {
      background: transparent;
    color: rgb(0 0 0);
}
.image_text_buttons a.button.button--primary:first-child:hover:before {
    filter: invert(1);
}
.image_text_buttons {
    padding-left: 3px;
}

.home_img_text .image_text_buttons a.button.button--primary:last-child:hover {
    margin-left:4px;
}
.home_img_text .image_text_buttons a.button.button--primary:first-child:before {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0694/0151/0037/files/Icon_56.svg?v=1770957447);
    height: 17px;
    width: 17px;
    left: 10px;
    margin-right: 10px;
    position: unset;
    display: block !IMPORTANT;
    z-index: 1;
    top: 50%;
}
.home_img_text .image_text_buttons a.button.button--primary:last-child:before {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0694/0151/0037/files/Icon_57.svg?v=1770957622);
    height: 17px;
    width: 17px;
    left: 10px;
    margin-right: 10px;
    position: unset;
    display: block !IMPORTANT;
    z-index: 1;
    top: 50%;
}

.reviews_imgtext {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
}

.reviews_imgtext p {
    margin: 0;
    color: #8b7d6b;
    line-height: 1;
}

.reviews_imgleft {
    display: flex;
    max-width: 155px;
}

.reviews_imgleft img {
    width: 100%;
}

.image-with-text-icons {
    display: flex;
    gap: 15px;
}

.image-with-text-icons .img_txt_icons_row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home_img_text .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    padding: unset !IMPORTANT;
}

.home_img_text .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media img {
    position: unset;
}

.home_img_text .image-with-text .grid {
    align-items: center;
}
.image-with-text-icons .img_txt_icons_row span {
    font-size: 12px;
}
.three_boxes .multicolumn-card.content-container {
    display: flex;
    min-height: 55px;
    background: #feeec5;
    box-shadow: 0px 1px 1px 1px #e0dfde;
    gap: 7px;
    border: 1px solid #DDB98C;
    align-items: center;
    justify-content: center;
    border-radius: 16px !IMPORTANT;
}

.three_boxes .multicolumn-card.content-container .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--third-width.multicolumn-card-spacing {
    max-width: 20px;
    margin: 0;
}

.three_boxes .multicolumn-card.content-container .multicolumn-card__info {
    padding: 0;
}

.three_boxes .page-width {
    max-width: 880px;
}

.three_boxes .multicolumn-card.content-container h3.inline-richtext {
    font-size: 14px;
    font-family: 'Poppins' !IMPORTANT;
    font-weight: 600;
}
img{
  max-width:100%
}

.ace-testimonial-subtext {
    background: white;
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    border-radius: 30px;
    gap: 8px;
    padding: 5px 15px;
    border: 1px solid #FFD21F;
    font-weight: 600;
    color: #aa2e2d;
}
.ace-testimonial-description {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    color: #8B7D6B;
    line-height: 1.4;
    font-size: 20px;
}
     .ace-testimonial-section {
    border-top: 1px solid #eee;
  }

  .ace-testimonial-heading {
       font-size: 60px;
    text-align: center;
    font-family: RocaOne-BdIt;
    color: #a92e2d;
  }

  .ace-testimonial-item {
       transition: .3s ease;
    background: linear-gradient(257deg, #fff4e1, #fff);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 2px 2px 1px #0000001c;
    border: 1px solid #F5F1EC;
  }
  .ace-testimonial-grid {
    display: grid;
        margin-top: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}.ace-testimonial-text {
    font-size: 14px;
    color: #4A3F35;
    font-style: italic;
    min-height: 65px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.ace_stars {
    max-width: 110px;
    display: flex;
    margin-bottom: 20px;
}

.ace-testimonial-bottom {
    padding-top: 10px;
    display: flex;
    border-top: 1px solid #f3ede5;
    align-items: center;
    gap: 10px;
}

.ace-testimonial-bottom img {
    border-radius: 15px;
}

.ace-testimonial-bottom .ace-testimonial-name {
    line-height: 15px;
    font-family: RocaOne-BdIt;
    font-size: 12px;
    color: #AA2E2E;
    font-weight: 400;
}

.ace-testimonial-designation {
    font-size: 12px;
    color: #b3a393;
    line-height: 17px;
}
.ace-testimonial-button-wrap a {
    max-width: fit-content;
    background: #AA2E2E;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    border-radius: 15px;
    border: 1px solid #AA2E2E;
    min-height: 50px;
    gap: 10px;
    padding: 0 15px;
    font-size: 14px;
}

.ace-testimonial-button-wrap a:hover {
    background: white;
    color: black;
    border-color: black;
}

.ace-testimonial-button-wrap a:hover img {
    filter: invert(1);
}  
.featured_collection_icons.page-width {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 20px auto;
}

.multicolumn_iconn {
    display: flex;
    min-height: 38px;
    border: 1px solid #aa2e2e36;
    align-items: center;
    color: #6B5D4F;
    padding: 1px 15px;
    font-weight: 600;
    border-radius: 30px;
    background: #FAF8F5;
    font-size: 14px;
    gap: 10px;
    box-shadow: 0px 1px 2px 2px #00000014;
}
a.ace_title {
    color: #AA2E2E;
    text-decoration: none;
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.contact_rich p.rich-text__caption.caption-with-letter-spacing {
    background: #ffd21f4a;
    max-width: fit-content;
    min-height: 45px;
    margin: 0 auto;
    border-radius: 40px;
    /* padding: 13px 26px; */
    padding: 13px 26px 13px 0px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffd21f66;
    font-weight: 500;
    color: #AA2E2E;
    position: relative;
    padding-left: 42px; /* icon ke liye space */
    font-size: 14.82px;
}
.contact_rich p.rich-text__caption.caption-with-letter-spacing::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M2.19043 4.25928H14.751' stroke='%23AA2E2E' stroke-width='1.41176' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.47069 1.41162L10.6589 5.84457L15.5295 6.54339L12.0001 9.98104L12.8472 14.8304L8.47069 12.5434L4.09421 14.8304L4.94127 9.98104L1.41187 6.54339L6.28245 5.84457L8.47069 1.41162Z' stroke='%23AA2E2E' stroke-width='1.41176' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.contact_rich .rich-text__text.rte {
    max-width: 800px;
    font-size: 20px;
    margin: 5px 0;
    color: #8B7D6B;
    line-height: 1.4;
}
.four_boxes.multicolumn {
    border-top: 1px solid #ebebeb;
}

.four_boxes.multicolumn .multicolumn-card.content-container {
    background: #F5F1EC;
    border: 1px solid #F5F1EC;
    padding: 40px 10px 0;
    border-radius: 25px;
}
.multicolumn-card__info a {
    color: black;
    text-decoration: none;
}

.four_boxes.multicolumn .multicolumn-card.content-container .rte {
    min-height: 90px;
    margin: 5px 0;
}

.four_boxes.multicolumn .multicolumn-card.content-container .rte p:first-child {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 5px;
}
.four_boxes.multicolumn .multicolumn-card.content-container .rte strong {
    font-weight: 500;
}
.four_boxes.multicolumn .multicolumn-card.content-container .rte p {
    font-size: 14px;
    color: #8B7D6B;
}

.four_boxes h3.inline-richtext {
    font-size: 24px;
}h2.collapsible-content__heading.inline-richtext.h1 {
    color: #8B7D6B;
    font-family: 'Poppins' !IMPORTANT;
    font-size: 18px;
    max-width: 670px;
    margin: 0 auto 40px;
}

h2.collapsible-content__heading.inline-richtext.h1 strong {
    font-family: 'RocaOne-BdIt';
    display: block;
    font-size: 50px;
    color: #a12b2b;
    margin-bottom: 14px;
}

.collapsible-content-wrapper-narrow p.caption-with-letter-spacing {
    background: #fef6d2;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-transform: capitalize;
    max-width: fit-content;
    margin: 30px auto 40px;
    padding: 10px 30px;
    font-weight: 500;
    color: #a02c2b;
    font-size: 14px;
    border-radius: 30px;
}

.collapsible-content-wrapper-narrow {
    max-width: 950px !IMPORTANT;
}
.collapsible-content .accordion {
    background: #faf8f5 !important;
    padding: 10px 30px !IMPORTANT;
    border-radius: 15px;
    margin-bottom: 15px;
    border: 1px solid #F5F1EC;
}

.collapsible-content .accordion h3.accordion__title.inline-richtext.h4 {
    font-size: 20px;
}

.accordion__content {
    padding: 5px 0 0 !IMPORTANT;
    color: #4A3F35;
    line-height: 1.6;
    font-weight: 400;
}

.collapsible-content .accordion svg.icon.icon-caret {
    height: 10px;
    top: 40%;
    right: 0;
}
.contact.page-width {
    max-width: 1340px;
}

.contact.page-width .contact-left {
    background: white;
    padding: 50px;
    border-radius: 25px;
    border: 1px solid #e6e4e2;
}

.contact.page-width h2.title.title-wrapper--no-top-margin {
    margin-bottom: 0;
}

.contact.page-width .contact-left p {
    margin-top: 0;
    color: #8b7d6b;
    font-size: 17px;
}
.contact__button p {
    text-align: center;
    font-size: 14px !IMPORTANT;
}
.contact.page-width .contact-left .field:before,.contact.page-width .contact-left .field:after {
    display: none;
}

.contact.page-width .contact-left .field input,.contact.page-width .contact-left .field textarea {
    box-shadow: unset;
    outline: unset;
    color: #0a0a0a82;
    background: #ffffff;
    min-height: 55px;
    padding: 10px 15px !IMPORTANT;
    border-radius: 15px;
    margin-top: 7px;
    border: 2px solid #E5E0D8;
}

.contact.page-width .contact-left .field {
    flex-direction: column-reverse;
}

.contact.page-width .contact-left .field label.field__label {
    position: unset;
    font-size: 15px !IMPORTANT;
    color: #4A3F35;
    font-weight: 600;
}

.contact.page-width .contact-left .field input::placeholder,.contact.page-width .contact-left .field textarea::placeholder {
    opacity: 1;
    color:#0a0a0a82
}

.contact.page-width .contact-left .field textarea {
    min-height: 150px;
    height: 150px;
}
.contact__button {
    margin-top: 30px !IMPORTANT;
}

.contact__button button.button {
    width: 100%;
    font-size: 17px;
    min-height: 60px;
    background: #aa2e2d;
    margin-bottom: 30px;
    font-weight: 600;
    box-shadow: 0px 3px 3px 2px #0000006b;
}

.contact__button button.button:before,.contact__button button.button:after {
    display: none;
}
.contact__button button.button:hover {
    background: #fde1a6;
    color:black
}
.quick-links li a{
    color: #8b7d6b;
    display:flex;
    align-items:center;
    gap:20px;
    text-decoration:none
}

.quick-links li a:hover{
    color: black;
}

.quick-links li a:hover path {
    stroke: black;
}
   .contact-layout {
      display: grid;
      grid-template-columns: 1fr;
      gap: 40px;
    }

    @media(min-width: 990px){
      .contact-layout {
        grid-template-columns: 1.2fr 0.8fr;
      }
    }

    .contact-box {
      padding: 34px;
      border-radius: 28px;
      background: rgb(255 255 255);
      margin-bottom: 25px;
      border: 1px solid #e6e4e2;
    }
    .time_styling{
      font-weight:500;
      color: #8B7D6B;
      font-size: 15.88px;
    line-height: 23.8px;
    }
  .box-heading h3 {
      font-size: 25px;
      margin: 0;
      line-height: 35px;
      font-weight:700
  }
    .box-heading {
        display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 30px;
    }
  .contact-box.quick-links h3 {
      font-size: 24px;
      margin: 0 0px 20px;
      font-weight: 700;
  }
    .hours-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e0db;
    color: #4a3f35;
    padding-bottom: 10px;
    }

    .quick-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
.hours-row:last-child {
    border: unset;
}
    .quick-links li {
      margin-bottom: 8px;
    }

    .contact-box.journey-box {
    margin-bottom: 0 !IMPORTANT;
    background: #932727;
    font-weight: 300;
    line-height: 1.5;
}

.contact-box.journey-box * {
    color: white;
}

.contact-box.journey-box h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-box.journey-box p {
    color: #ffffffd1;
}

.journey-social ul {
    justify-content: start;
    gap: 15px;
}

.journey-social ul a.link.list-social__link {
    background: #ffffff26;
    border-radius: 50%;
}
.product-card-wrapper 





/********************* Noman Style Start *********************/
.facets__summary-label,
.disclosure-has-popup.facets__disclosure.js-filter .facets__header,
li.list-menu__item.facets__item svg,
menu-drawer.mobile-facets__wrapper.medium-hide.large-up-hide,
li.list-menu__item.facets__item svg,
.facets__summary .icon-caret,
.active-facets.active-facets-desktop,
h2#verticalTitle,
.facet-checkbox .svg-wrapper,
.facets__summary{
  display:none;
}
.disclosure-has-popup.facets__disclosure.js-filter ul.facets-layout {
  flex-wrap: wrap;
}
.disclosure-has-popup.facets__disclosure.js-filter {
  width: 100%;
}
.disclosure-has-popup.facets__disclosure.js-filter ul.facets-layout {
  display: flex;
  padding: 0;
  gap: 16px;
}

li.list-menu__item.facets__item input {
  opacity: 0;
  width: 0;
}
facet-filters-form.facets.small-hide {
  position: relative;
}
span#ProductCountDesktop,
.facet-filters__label {
  font-size: 14px;
  color: #8B7D6B;
  font-weight: 400;
  line-height: 22px;
  font-family:"Poppins" !important;
}

.facet-filters__field .select {
  width: 200px !important;
}
.facet-filters__field span.svg-wrapper path{
  fill: #4A3F35;
  stroke: #4A3F35;
}
select#SortBy {
  min-height: 40px;
  padding: 10px 25px;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
  font-size: 13px;
  color: #364153;
  box-shadow: unset !IMPORTANT;
  outline: none !IMPORTANT;
}
.facet-filters__field span.svg-wrapper {
  right: 25px;
  height: 10px;
  top: 40%;
  width: 12px;
}
.facet-filters__field .select svg.icon.icon-caret {
  height: 18px;
  width: 18px;
}
.disclosure-has-popup.facets__disclosure.js-filter {
  margin: unset;
}
.facet-filters.sorting.caption {
  padding: 0;
  grid-column: 3;
}
.facet-filters__field {
  justify-content: start !important;
}
facet-filters-form.facets.small-hide {
  display: block !IMPORTANT;
}
.facet-checkbox{
  padding:0 !important;
}
.facets-container{
  padding: 16px 0 !important
}
#FacetFiltersForm .facets__label.facet-checkbox {
  font-size:17px;
  font-weight:400;
  line-height:25px;
  text-transform:capitalize;
  padding:12px 27px !important;
  color:#8B7D6B;
  border:1px solid #E5E0D8;
  border-radius:32px;
}
#FacetFiltersForm label.facets__label.facet-checkbox.active,
#FacetFiltersForm label.facets__label.facet-checkbox:hover{
  background:#AA2E2E;
  color:#fff;
}
#FacetFiltersForm .facets__label.facet-checkbox:hover .facet-checkbox__text-label{
  text-decoration:none;
}
.facets__form .product-count{
  grid-column-start: 2 !important;
  align-self: unset !important;
}
.facets__form{
  align-items:center;
  height: 100%;
  gap:16px !important;
  margin-bottom:0 !important;
}

/* Shop page */
.collection-hero{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  min-height: 423px;
  display: flex;
  
}
.collection-hero__text-wrapper {
  display: none;
}
.collection-hero .custom-badge {
  background: #fde1a6;
  padding: 13px 26px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border:1px solid #FFD21F;
  margin: 0 0 32px 0;
}
.collection-hero .page-info {
  text-align: center;
}
.collection-hero .page-info h1{
  font-size: 76px;
  line-height: 76px;
  font-weight: 400;
  margin: 0 0 24px 0;
}
.collection-hero .page-info p{
  color:#8B7D6B;
  width:100%;
  max-width:710px;
  margin: 0 auto;
  font-size:21.8px;
  font-weight:400;
  line-height:34.4px;
  letter-spacing:-0.95px !important;
}
.collection-hero .custom-badge span {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.16px !important;
}
.product-grid-container {
  background: #FAF8F5;
  padding: 67px 0 !important;
}
#product-grid{
  margin: 0;
}
.collection_page_testimo .ace-testimonial-subtext{
    padding: 13px 26px;
    background: #fff6e8;
}
section.collection_page_testimo.ace-testimonial-section{
  padding: 84px 20px 80px;
}
.review-block{
  padding: 78px 26px;
  border-radius: 16px;
  border: 2px solid #7c6e5e!IMPORTANT;
}
.certified-card {
    padding: 63px 26px;
  border-radius: 16px;
  border:3px solid #FFD21F!IMPORTANT;
}
.review-block h3.card-title,
.certified-card h3 {
  margin: 0 0 8px 0;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  max-width: 200px;
}
.certified-card h3{
  color:#AA2E2E;
  max-width: 100%;
}
.review-block .card-review-content,
.certified-card p {
  margin: 0 0 16px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.certified-card p{
  color:#8B7D6B;
}
h4.customer-name {
  margin: 0 0 0 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  font-family: poppins !important;
}
.customer-info-detail p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  opacity: 70%;
  margin:0 0 0 0;
}
.customer-info {
  display: flex;
  align-items: start;
  gap: 8.5px;
}
.checked-container p {
  color: #AA2E2E;
  font-weight: 500;
}
.checked-container {
  display: flex;
  align-items: start;
  gap: 8.6px;
}

/* Product Card */
.custom-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
span.custom-badge {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}
.custom-badges.bestseller .custom-badge,
.custom-badges.save .custom-badge,
.custom-badges.popular .custom-badge,
.custom-badges .custom-badge.bundle{
  background: #AA2E2E !important;
  color: #ffffff !important;
}
.custom-badges.new .custom-badge{
  background: #FFD21F;
  color: #AA2E2E;
}
.custom-badges span.custom-badge {
  width: max-content;
  padding: 6px 12px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.product-card-wrapper .card__information{
  background:#FAF8F5;
  padding:21px !important;
  border-radius: 0 0 16px 16px;
  position:relative
}
.product-card-wrapper .card__media{
  border-radius: 16px 16px 0 0 !important;
}
.title-with-price {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin: 0 0 12px 0;
  gap: 12px;
}
.product-card-wrapper .card__heading {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: .47px !important;
  margin: 0 0 0 0;
  color:#AA2E2E;
}

.product-card-wrapper .card-product-price{
  font-size:19px;
  line-height:29px;
  font-weight:bold;
  opacity:1;
  color:#AA2E2E;
}
.underline-links-hover:hover a{
  text-decoration:none !important;
}
.card-tagline {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}
.product-card-wrapper .card-information {
  width: 100%;
  display: none;
}
.product-card-wrapper .card-tagline p{
  margin:0;
}
.grid.product-grid .card__inner {
  height: 225px !important;
}
.pagination-wrapper{
  display:none;
}
.quick-add__submit{
  background:transparent;
}
.quick-add{
  background:#AA2E2E;
  position: absolute !important;
  bottom: 6px;
  right: 16px;
}
.quick-add svg path{
  stroke:#fff;
}
.quick-add, 
.quick-add__submit{
  width:47px;
  height:47px;
  border-radius: 100px;
}
.quick-add__submit:before,
.quick-add__submit:after{
  content:inherit;
}
.card-wrapper.sold-out .quick-add {
  display:none;
}
.features .multicolumn-card__image-wrapper {
  width: 67px;
  height: 59px;
  margin: 0 auto !important;
}
.features .multicolumn-card__info{
  padding: 16px !important;
}
.features h3.inline-richtext {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
.features .rte {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8B7D6B;
}
/********************* Noman Style End *********************/

.button_seetingblog_pg .rich-text__buttons{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
}
.button_seetingblog_pg .rich-text.content-container{
  padding-top: 153.53px!important;
  padding-bottom:153.53px!important; 
}
.button_seetingblog_pg .button {
    padding: 17px 33px!IMPORTANT;
    MIN-width: 212PX ! Important;
    background: #AA2E2E;
    color: #fff;
    border: 1px solid #AA2E2E;
    font-size: 16.94px!IMPORTANT;
    margin-top: 16px;
    font-weight: 500;
}
.button_seetingblog_pg .button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.button_seetingblog_pg .rich-text__heading {
  position: relative;
  text-align: center;
}

.button_seetingblog_pg .rich-text__heading::before {
  content: "";
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 20px auto; /* center + space below icon */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/cdn/shop/files/Container_18.svg?v=1772192518");
}
/**our story alma**/

.scent-time p.rich-text__caption {
    background: #FFD21F33;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    border-radius: 17764094px;
    height: 49px;
    border: 1px solid #FFD21F33;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.scent-time p.rich-text__caption:after {
    content: " ";
    background: url(https://cdn.shopify.com/s/files/1/0694/0151/0037/files/Icon_14.png?v=1770984774);
    display: flex;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 16px;
    height: 16px;
}
.scent-time h2.rich-text__heading {
    font-size: 84px;
    line-height: 84.71px;
    font-weight: 600;
    margin-bottom: 100px;
    margin-top: 34px;
}

.scent-time .rich-text__blocks.center {
    width: 100%;
    max-width: none;
}
.simple-ques h2.image-with-text__heading {
    font-size: 59.89px;
    font-family: 'RocaOne-BdIt';
    font-weight: 600;
    line-height: 63.53px;
}

.simple-ques .image-with-text__text {
    font-size: 19px;
    line-height: 33.88px;
    color: #8B7D6B;
}
.simple-ques .image-with-text__content {
    padding-right: 0;
    padding-left: 10px;
}
.simple-ques strong {
    font-style: normal;
    color: #9f2b2b;
}
.simple-ques p {
    margin-bottom: 0;
}
.simple-ques .image-with-text__media {
    padding: unset !important;
    border: unset;
}

.simple-ques .image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
    align-items: center;
}
.simple-ques .image-with-text__media img {
    position: unset !IMPORTANT;
}

article.article-template header.page-width.page-width--narrow {
    max-width: 100%;
}

article.article-template .article-template__hero-container {
    max-width: 100%;
}

.article-template__content.page-width.page-width--narrow.rte {
    max-width: 100%;
}
article.article-template {
    max-width: 940px;
    padding: 0 15px;
    margin: 0 auto;
}

article.article-template .blog_label_main {
    background: #ffd21f33;
    border: 1px solid #ffd21f4d;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    padding: 5px 20px;
    border-radius: 35px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #aa2e2d;
}

h1.article-template__title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 30px !IMPORTANT;
}

.blog_article_desc p {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.4;
    color: #4A3F35;
    font-weight: 300;
}

.blog_article_desc {
    margin-bottom: 40px !IMPORTANT;
}

.main_article_left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.main_art_left_right h4 {
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Poppins' !IMPORTANT;
    font-weight: 600;
    color: #AA2E2E;
}

.main_art_left_right p {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #8B7D6B;
}

.main_art_left_left {
    max-width: 50px;
}

.main_article_title_btm {
    display: flex;
    align-items: center;
    gap: 55px;
    border-bottom: 1px solid #f5f1ec;
    padding-bottom: 20px;
}

.main_article_left:after {
    content: "";
    height: 35px;
    width: 2px;
    position: relative;
    background: #F5F1EC;
    display: inline-block;
    right: -25px;
}

.main_article_main_top_right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main_article_main_top_right span.circle-divider.caption-with-letter-spacing {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    color: #8B7D6B;
    text-transform: capitalize;
}

.main_article_main_top_right span.circle-divider.caption-with-letter-spacing:after {
    display: none;
}

span.time_article {
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 10px;
    color: #8B7D6B;
}
.article-template__hero-adapt.media {
    height: 640px;
    padding: unset !IMPORTANT;
    border-radius: 25px;
    margin-top: 40px !IMPORTANT;
}

.article-template__hero-adapt.media img {
    border-radius: 25px;
}
.article-template__content.page-width {
    margin-top: 60px;
    color: #4A3F35;
    font-size: 19px;
}
.article-template__content.page-width.page-width--narrow.rte h2 {
    font-size: 38px;
    margin-top: 0;
    font-weight: 800;
    margin-bottom: 0;
}

body.template-article.gradient main#MainContent {
    background: white;
}
body.template-article .isolate:has(.rich-text) {
    max-width: 910px;
    margin: 0 auto 40px;
    border-radius: 10px !IMPORTANT;
}

body.template-article .shopify-section.section:has(.isolate .rich-text) {
    padding-left: 15px;
    padding-right: 15px;
}
body.template-article .rich-text__wrapper.rich-text__wrapper--left.page-width {
    padding: 0;
}
.article_rich.isolate .rich-text.content-container {
    border-left: 3px solid #fdd220;
    border-top-right-radius: 14px;
    padding-left: 30px;
    border-bottom-right-radius: 15px;
    padding-right: 30px;
}
.article_rich.isolate .rich-text.content-container .rich-text__text {
    font-size: 22px;
    color: #4A3F35;
    line-height: 1.5;
}

.article_rich.isolate .rich-text__blocks {
    max-width: 100%;
}

.article_rich.isolate .rich-text.content-container .rich-text__text strong {
    color: #aa2e2d;
    font-weight: 500;
}
body.template-article .rich-text__blocks {
    max-width: 100%;
}
body.template-article .rich-text__heading.rte {
    color: #AA2E2E;
    font-size: 40px !important;
}
body.template-article .rich-text__text.rte {
    font-size: 20px;
    color: #4A3F35;
}

body.template-article.gradient .richt_img_banner {
    max-width: 910px;
    margin: 0 auto;
}

.shopify-section.section:has(.richt_img_banner) {
    padding-left: 15px;
    padding-right: 15px;
}

body.template-article.gradient .richt_img_banner img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

body.template-article .banner__media.media {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
body.template-article.gradient section.custom_breadcrumb.page-width {
    max-width: 930px;
}














/********************* Noman Style 2.0 Start  *********************/
.four_boxes.collection-page {
  border-top: none;
}
.four_boxes.collection-page.multicolumn .multicolumn-card.content-container{
  background: #FFF4E1;
  border: 1px solid #E3B275;
}
.contact_rich.collection-page .rich-text__blocks {
  max-width: 100rem;
}
.contact_rich.collection-page .rich-text__text.rte {
  margin: 24px auto 0 auto;
}
.template-collection section.ace-testimonial-section.ace-testimonial-template--20880008020117__custom_testimonial_wVPfGG {
  background: #fff;
}
.ace-testimonial-rating-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 17px;
}
.ace-testimonial-rating-wrapper .ace-testimonial-rating-text{
  font-size: 20px;
  line-height:28px;
  font-weight:400;
  color:#8B7D6B;
}
.collection-cta .rich-text__heading {
  font-size: 33px;
  font-weight: 500;
  line-height: 50px;
  margin: 0 0 8px 0;
}
.collection-cta .rich-text__text {
  font-size:19px;
  line-height:28px;
  font-weight:400;
}
.collection-cta a.button{
  font-size:17px;
  font-weight:400;
  line-height:25px;
} 
.collection-cta.isolate {
    border-bottom: 1px solid #e1a222;
}

/*Ziyad Product page*/
.product .product__title h1{
  font-size:50px;
  font-weight:400;
  line-height:59px;
}
.product img.image-magnify-lightbox {
    border: 1px solid #F5F1EC;
}
.product .price__container span .price-item.price-item--regular{
   font-family:Poppins !important;
  font-size:18px !important;
  font-weight:700 !important;
  color:#AA2E2E80;
}
.product .price__container .price-item.price-item--sale.price-item--last{
  font-family:Poppins !important;
  font-size:42px !important;
  font-weight:700 !important;
  color:#AA2E2E;
}
.product .price__container .price-item.price-item--regular{
  font-family:Poppins !important;
  font-size:24px !important;
  font-weight:700 !important;
  color:#AA2E2E;
}
.product .product-collection-name {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8B7D6B;
   font-style:italic;
   font-family:Poppins !important;
   text-decoration:none;
   

}
.product .shrt-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 16px;
  font-family:Poppins !important;
  line-height:30px;
  color: #4A3F35;
  text-decoration:none;
}
.product .ingredients-text{
  margin:32px 0 !important;
}
.product .ingredients-text ul {
  padding: 0 0 20px 0;
  margin: 0 ;
  border-bottom:2px solid #F5F1EC;
}

.product .ingredients-text li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: poppins, sans-serif !important;
  font-weight: 400;
  color: #4A3F35;
  font-size: 16px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}

.product .ingredients-text li::before {
  content: '';
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.6465 5.29407L7.94058 15L3.52881 10.5882' stroke='%23AA2E2E' stroke-width='2.11765' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.product .quantity__label{
  display:none;
}
.product .quantity:before{
  box-shadow: 0 0 0 2px #E5E0D8 !important;
  border-radius:16px !important;
}
.product .buy-btn{
  display:inline-block;
  max-width:100%;
  width:100%;
 margin:0px;
  vertical-align: top;
    padding-bottom: 32px;
    position:relative;
     border-bottom:2px solid #F5F1EC;
}
.product .button--full-width {
    display: flex;
    background: #aa2e2e;
    border-radius: 16px;
    transition: .3s;
    color: #fff;
    width: 70%;
    justify-content: center;
    text-align: right;
    position: absolute;
    top: -60px;
    right: 0;
     border:2px solid #aa2e2e;
}
.product__info-container .product-form{
margin:0px !important;
}

.button--full-width:after{
  box-shadow:none;
}
.button--full-width:after:hover{
  box-shadow:none;
}
.product .button--full-width:hover{
  box-shadow:none;
   background:transparent;
  border:2px solid #aa2e2e;
  color:#aa2e2e;
  border-radius: 16px;
  translate:0.3s;
}
.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after{
   box-shadow:none;
  border:0px;
}
 .product .product-form__buttons {
  position:relative;
    max-width: 100%;
  
}

.product .shopify-payment-button__button{
  background:transparent;
  border:2px solid #aa2e2e;
  color:#aa2e2e;
  border-radius: 16px;
  translate:0.3s;
}
.product .shopify-payment-button__button:after{
box-shadow:none;
}

.product .shopify-payment-button__button:hover{
  background:#aa2e2e !IMPORTANT;
  border:2px solid #aa2e2e;
  color:#fff;
  border-radius: 16px;
}
.product .icon-with-text__item img{
  width:50px !important;
  height:50px !important;
}
.product .icon-with-text__item .h4{
  font-family: poppins, sans-serif !important;
  font-weight: 400;
  color: #8B7D6B;
  font-size: 13px;
}
.product .icon-with-text{
   border-bottom:2px solid #F5F1EC;
   padding:0 0 32px 0;
}
.product .accordion .summary__title {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 10px;
}
.product .accordion .summary__title+.icon-caret {
    height: calc(var(--font-heading-scale) * 1rem) !important;
}
.product .accordion__title{
  font-family: poppins, sans-serif !important;
  font-weight: 600;
  color: #AA2E2E;
  font-size: 15px;
}
.product .accordion{
  border:1px solid #F5F1EC !important;
  border-radius:16px;
  margin-bottom:10px;
  padding:5px 0 5px 13px !important;
}
.product .accordion__content{
  color:#8B7D6B;
}
.product .accordion .summary__title img{
  width:34px !important;
  height:34px !important;
}
.product .product-benefit-main {
    background: #FAF8F5;
    padding: 18px;
    border-radius: 16px;
}
.product-benefit-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.product-benefit-header h2{
  margin:0px;
  font-size:15px;
  font-family:poppins !important;
  line-height:17.5px;
  font-weight:600;
}
.product-benefit-header a{
  padding: 10px 15px;
  background:#FFD21F20;
  color:#AA2E2E;
  border:1px solid #FFD21F30;
  border-radius:50px;
  text-decoration:none;
  font-size:12px;
  font-family:poppins !important;
  line-height:17.5px;
  font-weight:400;
}
.ben-inner {
    display: flex;
    gap: 10px;
    margin: 0 0 13px 0;
}
.ben-inner img {
    width: 42px;
    height: 42px;
}
.ben-inner .ben-content-div h2{
  font-size:13px;
  font-family:poppins !important;
  line-height:19.5px;
  font-weight:400;
  margin:0px;
}
.ben-inner .ben-content-div p{
  font-size:11px;
  font-family:poppins !important;
  line-height:17.5px;
  font-weight:400;
  color:#8B7D6B;
  margin:0px;
}
.product-benefit-content{
      margin: 16px 0 0 0;
}
.ben-inner:last-child {
   
    margin: 0 0 0px;
}

.bundle-wrapper {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #ffd400;
  margin-top: 20px;
}

.bundle-header {
  background: #ffd400;
  padding: 10px 16px;
  font-weight: 600;
  font-size:15px;
   font-family:poppins !important;
}
.bundle-header span{
  background: #ffd400;
  padding: 10px 16px 10px 0;
  font-weight: 600;
  font-size:15px;
   font-family:poppins !important;
   color:#AA2E2E;
}
.bundle-card {
  padding: 16px;
  background: linear-gradient(180deg,#fff7e6,#fff);
}

.bundle-info {
  display: flex;
  gap: 12px;
  align-items: center;
}

.bundle-image {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  object-fit: cover;
}

.bundle-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family:poppins !important;
}

.bundle-text p , .shrt-desc p{
  margin: 0;
  
}

.bundle-price {
  display: flex;
  gap: 8px;
  align-items: center;
}

.compare-price-bundle {
  text-decoration: line-through;
  color: #999;
  font-size: 12px;
  font-family:poppins !important;
}

.regular-price-bundle{
  color: #c62828;
  font-size: 22px;
  font-weight: 700;
}

.bundle-saving {
  margin: 14px 0;
  background: #fff2b3;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family:poppins !important;
}

.bundle-btn {
  display: block;
  text-align: center;
  background: #b12a2a;
  color: #fff;
  padding: 12px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  font-family: poppins !important;
  font-size: 14px;
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 20px 0 0;
}

.thumbnail-list__item{
  border: 2px solid #F5F1EC ;
  border-radius: 16px !important;
  height: 142px;
  width: 142px !important;
}
.product-form__input--pill input[type=radio]+label{
   border-radius: 16px !important;
}
.product-form__input--pill .form__label{
 font-weight: 600;
  font-family: poppins !important;
  font-size: 14px;
}

.custom-badges {
    
    z-index: 100;
}
.product img.image-magnify-lightbox {
     padding: 5px 0;
    background: #EDECE9;
    border: 0px;
}
.thumbnail[aria-current] {
    box-shadow: 0 0 0 .1rem rgb(var(--color-foreground));
    border-color: rgb(var(--color-foreground));
    border-radius:16px !important;
}
.price__badge-sale {
  font-size:15px;
  font-family:poppins;
font-weight:600;
}
.product .thumbnail.global-media-settings img {
     padding: 5px 0;
    background: #EDECE9;
    border: 0px;
}
.product .thumbnail{
  border-radius:14px;
}
.price.price--large.price--on-sale.price--show-badge, .price--on-sale .price__sale {
    
    align-items: center !important;
    display: flex !important;
}


/*new ziyad*/
.home-img-text .image-with-text__text--caption {
    background: #fff;
    font-size: 14px;
     font-weight: 500!Important;
    padding: 9px 14px!IMPORTANT;
    border-radius: 50px;
    margin: 0px 0 32px 0;
    display:flex;
    gap:10px;
    align-items:center;
}
.home-img-text .image-with-text__text--caption::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;

  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7013_4076)'%3E%3Cpath d='M7.34975 1.87716C7.37833 1.72412 7.45954 1.5859 7.57931 1.48644C7.69907 1.38697 7.84985 1.33252 8.00554 1.33252C8.16122 1.33252 8.312 1.38697 8.43177 1.48644C8.55154 1.5859 8.63274 1.72412 8.66133 1.87716L9.36248 5.58507C9.41228 5.84868 9.54039 6.09116 9.73009 6.28087C9.91979 6.47057 10.1623 6.59868 10.4259 6.64847L14.1338 7.34963C14.2868 7.37821 14.4251 7.45942 14.5245 7.57919C14.624 7.69895 14.6784 7.84973 14.6784 8.00542C14.6784 8.1611 14.624 8.31188 14.5245 8.43165C14.4251 8.55141 14.2868 8.63262 14.1338 8.66121L10.4259 9.36236C10.1623 9.41216 9.91979 9.54027 9.73009 9.72997C9.54039 9.91967 9.41228 10.1621 9.36248 10.4258L8.66133 14.1337C8.63274 14.2867 8.55154 14.4249 8.43177 14.5244C8.312 14.6239 8.16122 14.6783 8.00554 14.6783C7.84985 14.6783 7.69907 14.6239 7.57931 14.5244C7.45954 14.4249 7.37833 14.2867 7.34975 14.1337L6.6486 10.4258C6.5988 10.1621 6.47069 9.91967 6.28099 9.72997C6.09129 9.54027 5.84881 9.41216 5.58519 9.36236L1.87728 8.66121C1.72425 8.63262 1.58602 8.55141 1.48656 8.43165C1.38709 8.31188 1.33264 8.1611 1.33264 8.00542C1.33264 7.84973 1.38709 7.69895 1.48656 7.57919C1.58602 7.45942 1.72425 7.37821 1.87728 7.34963L5.58519 6.64847C5.84881 6.59868 6.09129 6.47057 6.28099 6.28087C6.47069 6.09116 6.5988 5.84868 6.6486 5.58507L7.34975 1.87716Z' stroke='%23AA2E2E' stroke-width='1.33426' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 2px;
}
.home-img-text img{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.home-img-text .image_text_buttons a.button.button--primary {
    min-height: 100%;
    border-radius: 15px;
    box-shadow: 0 2px 5px 2px #00000030;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 20px;
    background: #AA2E2E;
    color: white;
}
.home-img-text .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    border: 0px;
}
.home-img-text .image-with-text__heading{
   font-size: 60px;
   font-weight: 600;
   color: #AA2E2E;
   line-height: 66px;
}
.home-img-text  .image-with-text__text{
  color:#8B7D6B;
}
.home-img-text  .image-with-text__text.caption-with-letter-spacing{
  color:#AA2E2E;
}
.home-img-text {
  padding:128px 0 !important;
}
.save-caption {
    background: #FFD21F20;
    border-radius: 50px;
    padding: 2px 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    border:1px solid #FFD21F50;
        margin: 0 auto 24px;
 font-size: 14px;
    font-family: poppins;
    font-weight:600;
}
.collection  .collection__title {
    text-align: center;
}
.collection .title {
  font-size: 60px;
    font-family: poppins;
    font-weight:400;
    line-height:120%;
    margin-bottom:24px;
    width: 50%;
    margin: auto;
}
.collection .collection__description {
    color:#8B7D6B;
    font-size: 20px;
    font-family: poppins;
    font-weight:400;
    line-height:120%;
    margin-bottom:72px;
}
.collection-shop{
   background: #AA2E2E10;
    border-radius: 50px;
    padding: 7px 14px;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: fit-content;
    border:1px solid #AA2E2E50;
    margin: 0 auto 24px;
    align-items: center;
    font-size: 14px;
    font-family: poppins;
    font-weight:600;
    line-height:20px;

}
.collection-shop img{
   width:16px;
   height:16px;

}
.collection{
  padding:128px 0; 
}
.product-grid li.grid__item {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 16px;
}
.product-grid .card__content{
      border-radius: 16px 16px 0 0;
}
.grid.product-grid .card__inner {
    height: 225px !important;
    border-radius: 16px;
}
h2.related-products__heading.inline-richtext.h2 {
    font-size: 50px;
    margin: auto;
    text-align: center;
}
.article_rich.yellow_rich.isolate .rich-text.content-container {
    border-radius: 14px !IMPORTANT;
    border: 1px solid #fef1b9;
}

.article_rich.yellow_rich.isolate .rich-text.content-container .rich-text__text.rte {
    font-size: 16px;
}

.article_rich.yellow_rich.isolate .rich-text.content-container p.rich-text__caption {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #AA2E2E;
}

.page-width.list-icons-list {
    max-width: 940px;
}

.page-width.list-icons-list ul {
    padding: 0;
    list-style: none;
}

.page-width.list-icons-list li > div {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.page-width.list-icons-list li > div h4 {
    font-size: 19px;
    font-family: poppins !IMPORTANT;
    font-weight: 600;
    margin-top: 2px;
    margin-bottom: 10px;
}

.page-width.list-icons-list li > div p {
    margin-top: 8px;
    line-height: 1.5;
    color: #4A3F35;
    font-size: 16px;
    font-weight: 400;
}
.template-article .multicolumn .page-width {
    max-width: 940px;
}

.template-article .multicolumn .page-width .multicolumn-card.content-container {
    background: #FFF4E1;
    padding: 50px 0 0px;
    border-radius: 16px;
    border: 1px solid #E3B275;
}

.template-article .multicolumn .page-width .multicolumn-card.content-container p {
    color: #8b7d6b;
    line-height: 1.5;
    min-height: 49px;
}
.bg_border .rich-text.content-container.color-scheme-1.gradient {
    background: #fef9f2;
    border: 2px solid #fdd220;
    border-radius: 25px;
}

.bg_border .rich-text.content-container.gradient a.button.button--primary {
    background: #aa2e2d;
    min-height: 55px;
    font-size: 18px;
}

.bg_border .rich-text.content-container.color-scheme-1.gradient a.button.button--primary:before,.bg_border .rich-text.content-container.color-scheme-1.gradient a.button.button--primary:after {
    display: none;
}

.bg_border .rich-text.content-container .rich-text__text.rte {
    min-width: 268px!IMPORTANT;
    font-size: 14px;
    line-height: 1.4;
    margin: 20px auto 5px;
    font-weight: 300;
}


.bg_border .rich-text.content-container h2.rich-text__heading.rte {
    font-size: 33px !IMPORTANT;
}

.bg_border .rich-text.content-container.gradient a.button.button--primary:hover {
    background: #242720;
}

.blog .page-width-desktop .title-wrapper-with-link {
    justify-content: center;
}

.blog .page-width-desktop .article-card-wrapper.card-wrapper.underline-links-hover {
    border: 1px solid;
    border-radius: 10px;
}

.blog .page-width-desktop .article-card-wrapper.card-wrapper.underline-links-hover .card__inner.gradient.ratio {
    border-radius: 10px !IMPORTANT;
}

.blog .page-width-desktop .article-card-wrapper.card-wrapper.underline-links-hover .card__inner.gradient.ratio .article-card__image-wrapper.card__media {
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.blog .page-width-desktop .article-card-wrapper.card-wrapper.underline-links-hover p.article-card__excerpt.rte-width {
    font-size: 16px !IMPORTANT;
    color: #8B7D6B;
    line-height: 1.4;
}


.article-card__info.caption-with-letter-spacing.h5 span {
    text-transform: capitalize !IMPORTANT;
    font-size: 14px;
    font-family: 'Poppins' !IMPORTANT;
    color: #8B7D6B;
}
.featured-blog-colum .card__content .article-card__info.caption-with-letter-spacing.h5 span {
   
    color: #fff;
}

.article-card__info.caption-with-letter-spacing.h5 {
    margin-bottom: 20px;
}
.rad_Article {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #AA2E2E;
    gap: 10px;
}

.article-share-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-share-wrapper {
    display: flex;
    justify-content: space-between;
}

.article-share-right {}

.article-share-right ul.article-tags {
    padding: 0;
    list-style: none;
    display: flex;
}

section.article-share-section .page-width {
    max-width: 940px;
    border-top: 1px solid #f7f5f1;
    padding-top: 20px;
}

.article-share-left h4 {
    margin: 0;
    font-family: poppins !IMPORTANT;
    font-size: 15px;
    color: #8B7D6B;
    font-weight: 600;
}

.article-share-left a {
    display: flex;
}

.article-share-right {
    display: flex;
    gap: 10px;
    align-items: center;
}

.article-share-right h4 {
    margin: 0;
    font-family: 'Poppins' !IMPORTANT;
    font-weight: 500;
    color: #8b7d6b;
}

.article-share-right ul.article-tags {
    margin: 0;
    gap: 10px;
}

.article-share-right ul.article-tags a {
    background: #FAF8F5;
    min-height: 40px;
    display: flex;
    font-size: 14px;
    align-items: center;
    border: 1px solid #f6f3ee;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    color: #AA2E2E;
    border-radius: 30px;
}


.are_story_multikom strong{
    display: block;
    text-align: center;
    font-size: 63px;
    margin-bottom: 20px;
    font-family: 'RocaOne-BdIt';
    color: white;
}
.are_story_multikom.multicolumn .title{
text-align: center;
    font-size: 21px;
    color: #ffffffe3;
    font-weight: 300 !important;
    margin: 0px auto 47px;
    font-family: 'Poppins' ! IMPORTANT;
}
.are_story_multikom .multicolumn-card {
    border-radius: 20px;
    height: 175px!IMPORTANT;
    padding-top: 22px;
}
.are_story_multikom  .multicolumn-list h3 {
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins' !important;
    font-weight: 400;
}
.are_story_richtext .rich-text__heading{
    font-size: 67px;
    line-height: 72px;
    font-weight: 600;
    font-family: 'RocaOne-Bl';
}
.are_story_richtext .rich-text__text{
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: #8B7D6B;
}
.are_story_richtext .rich-text__blocks{
  max-width:910px;
}
.are_story_richtext .button{
  padding: 17px 42px;
  max-width:!Important;
  background:#AA2E2E;
  color:#fff;
  border:1px solid #AA2E2E;
  font-size: 19px;
  margin-top:16px;
  font-weight: 500;
}
.are_story_richtext a.button.button--secondary{
  color:#AA2E2E;
  background:#fff;
  border:3px solid #AA2E2E;
  font-weight:600;
}
.are_story_richtext a.button.button--secondary:hover{
 background:#000;
  color:#fff;
  border:3px solid #000;
}
.are_story_richtext .button:hover{
  background:#000;
  color:#fff;
  border:1px solid #000;
}
.are_story_richtext .button:before, .are_story_richtext .button:after{
  display:none;
}

/*Css By huzaifa*/
.top_part_blog {
    min-height: 591px;
    display: flex;
    align-items: center;
}

.top_part_blog .page-width {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
ul.blog-tabs__list {
    padding: 0!important;
    margin: 0!important;
    list-style: none;
    display: flex;
    gap: 13px;
}
.featured-blogs-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-blogs-wrapper {
    display: flex;
    flex-direction: column;
}
.featured-blog-colum {
    display: flex;
}
.top_part_blog span {
    color: #AA2E2E;
    background: #FFD21F33;
    font-size: 14.82px;
    line-height: 22.24px;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 400;
    border: 1.06px solid #FFD21F4D;
}

.top_part_blog h2 {
    font-size: 68px;
    max-width: 500px;
    font-weight: 400;
    margin-top: 42px!important;
    margin-bottom: 25px!important;
}

.top_part_blog p {
    font-size: 21px;
    max-width: 800px;
    line-height: 34px;
    margin: 0!important;
    color: #8B7D6B;
    font-weight: 400;
}

.blog-search {
    width: 100%;
    position: relative;
    max-width: 711px;
}

.blog-search input {
    width: 100%;
    max-width: 711px;
    padding: 20px;
    background: transparent;
    border: 2.12px solid #E5E0D8!important;
    border-radius: 100px;
    font-size: 16.94px;
    color: #0A0A0A80;
    margin-top: 33px!important;
}

.blog-search .svg-wrapper {
    position: absolute;
    bottom: 8px;
    right: 5px;
    background: #AA2E2E;
    max-width:46px;
    width:100%;
    max-height:46px;
    height:100%;
    border-radius:100px;
}

.blog-search .svg-wrapper svg{
  max-width:15.882352828979492px!important;
    border-radius:100px;
}
li.blog-tab {
    font-size: 15px!important;
    font-weight: 600;
    line-height: 22.4px;
    color: #8B7D6B;
    border: 2.12px solid #E5E0D8;
    padding: 10px 20px;
    border-radius: 100px;
    transition:0.3s;
    cursor:pointer;
}

li.blog-tab.active {
    px 4.24px 6.35px -1.06px #0000001A;
    box-shadow: 0px 2.12px 4.24px -2.12px #0000001A;
    box-shadow: 0px 4.24px 6.35px -1.06px #0000001A;
    background: #AA2E2E!important;
    color: #fff;
    border-color: #AA2E2E !important;
}
.blog-articles-wrapper {
    margin-top: 100px;
    margin-bottom: 68px;
}
.featured-blogs-text-wrapper h2 {
    margin-bottom: 50px!important;
    font-weight: 400;
    font-size: 50.82px;
    margin-top: 0!important;
}

.featured-blogs-text-wrapper span {
    color: #8B7D6B;
    font-weight: 400;
    font-size: 14.82px;
    position:relative;
}
.featured-blogs-text-wrapper span:before{
    position:absolute;
    content:'';
    height:8.4px;
    width:8.4px;
    border-radius:100px;
    bottom:10px;
    left:-15px;
    background:#FFD21F;    
}
.featured-blog-colum {
    display: flex;
    gap: 33.88px;
}

.featured-blog-colum  .card__inner.ratio {
    border-radius: 20px;
     min-height: 423.5px;
}

.featured-blog-colum  .article-card__image {
    border-radius: 20px;
}
.featured-blog-colum  s.card__inner.color-scheme-09607f65-9a82-4d64-9b7b-1f521cf5c874.gradient.ratio {
    background: transparent;
}
.featured-blog-colum .card__information {
    position: absolute;
    bottom: 15px;
    left: 33.8px;
}
.blog-articles__article{
    width: 100%;
    margin-bottom:25px!important;
}
.featured-blog-colum p.article-card__excerpt {
    display: none;
}
.card__heading {
    font-size: 34px;
    color: #ffF;
    line-height: 36.3px;
}

.article-card__info  .circle-divider {
    order: 2;
}

.article-card__info span {
    order: 1;
     color: #FFFFFF;
}

.article-card__info {
    color: #FFFFFF;
    display: flex;
    gap: 40px;
    font-size:15px;
    font-weight:400;
    text-transform:capitalize;
    font-family:'poppins'!important;
}

.blog-content-wrapper {
    display: flex;
    width: 100%;
    gap: 33px;
}

.normal-blog-wrapper {
    width: 68%;
}

.blog-right-content {
    width: 27%;
}
.blog-content-wrapper {
    margin-top: 140px;
}
.normal-blog-wrapper .blogs-title {
    font-size: 42.3px;
    font-family: 'RocaOne-BdIt';
    font-weight: 400;
    color: #AA2E2E;
}
.normal-blog-wrapper .card.article-card {
    flex-direction: row!important;
}
.normal-blog-wrapper .card__inner {
    max-width: 268px;
}
.normal-blog-wrapper .card.article-card{
     max-height: 254px;
} 
.normal-blog-wrapper .card__inner.ratio {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }

.normal-blog-wrapper .article-card__image {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;

}
.normal-blog-wrapper .card__heading {
    font-size: 25px;
    color: #AA2E2E;
    max-width: 440px;
    padding:0!important;
    margin:0!important;
}
.normal-blog-wrapper .card__information {
    display: flex;
    flex-direction: column; 
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;

}

.normal-blog-wrapper .article-card__info {
    order: 2;
}
.article-card__info .blog-read-time {
    order:3
}.scent-time.isolate .rich-text__text.rte.scroll-trigger.animate--slide-in {
    max-width: 950px;
    margin: 0 auto;
    font-size: 24px;
    color: #8B7D6B;
}
.simple-ques .image-with-text__text.rte.body p:last-child {
    line-height: 1;
    font-style:italic !Important
}
.home-img-text .image-with-text__content {
    padding-right: 0;
}

.home-img-text .image-with-text__text.rte.body {
    font-size: 20px;
    line-height: 32.5px;
}
.template-index .ace-blog-section{
      padding: 128px 20px!IMPORTANT;
}
.normal-blog-wrapper p.article-card__excerpt {
    color: #8B7D6B;
    font-size: 16px!important;
    max-width: 560px;
    line-height: 25.41px;
    margin-top: 13px!important;
    margin-bottom: 11px!important;
}
.normal-blog-wrapper .article-card__info span {
    
    font-size: 13.5px !important;
    font-weight: 600;
  
}
span.blog_author {
  color: #AA2E2E!IMPORTANT;
}
.weekly-card .icon {
    background: #FFFFFF33;
    padding: 16px;
    height: 68px !important;
    max-width: 68px;
    border-radius: 17px;
}

.weekly-card {
    display: flex;
    flex-direction: column;
}

.weekly-card {
    background: linear-gradient(180deg, #AA2E2E 0%, #8B2525 100%);
    padding: 33px;
    border-radius: 25.41px;
}
.circle-divider::before , .blog-read-time::before {
    content: '';
    height: 5px;
    width: 5px;
    position: absolute;
    background:#FFFFFFE5;
    border-radius: 100px;
    bottom: 5px;
    left: -20px;
}
.normal-blog-wrapper .circle-divider::before ,.normal-blog-wrapper .blog-read-time::before {
    background: #A89684!important;
   
}
.circle-divider, .blog-read-time{
  position:relative;
}
 .circle-divider::after {
    visibility: hidden;
    display:none!important;
}
.normal-blog-wrapper .card__information {
    padding-left: 51px!important;
    background: #fff;
    justify-content:center;
}
.normal-blog-wrapper span.circle-divider, .normal-blog-wrapper .blog-read-time {
    color: #A89684!important;
}
.weekly-card h2 {
    font-size: 26px;
    color: #fff;
    line-height: 38px;
}

.weekly-card p {
    font-size: 15px;
    color: #FFFFFFE5;
    line-height: 23.2px;
    margin: 0!important;
}

.weekly-card input {
    border: 2.12px solid #FFFFFF4D!important;
    background:  #FFFFFF1A;
    padding: 13px 16px;
    border-radius: 15px;
    margin-top: 20px!important;
    margin-bottom: 16px!important;
    font-size: 14.82px!important;
}

.weekly-card button {
    background: #FFFFFF;
    cursor:pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14.82px;
    border-radius: 15px;
    padding: 15px 25px;
    box-shadow: none !important;
    border: none !important;
    color: #AA2E2E !important;
}
.weekly-card button:hover {
    background:#AA2E2E!important;
    color:#fff!important;

    
}
.blog-right-content {
    display: flex;
    flex-direction: column;
    gap: 33.88px;
}
.blog .page-width-desktop .article-card-wrapper.card-wrapper.underline-links-hover h3.card__heading.h2 {
    color: #aa2e2d;
    font-size: 25px;
}

.blog .page-width-desktop .article-card-wrapper.card-wrapper.underline-links-hover .article-card__info span:nth-child(2) {
    display: none;
}
.blog .page-width-desktop .article-card-wrapper.card-wrapper.underline-links-hover p.article-card__excerpt {
    font-size: 16px;
    color: #8B7D6B;
}
.community-voices h2 {
    margin-top: 0!important;
    font-size: 25px;
    color: #AA2E2E;
    font-weight: 400;
}

.community-voices, .popular-topics {
    padding: 35px;
    background: #fff;
    border-radius: 26px!important;
}
.popular-topics .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-articles-wrapper.all-visible .for-specific{
  display:none!important;
}
.contributor {
    display: flex;
    gap: 16.94px;
}
.contributor {
    border-bottom: 1.06px solid #F5F1EC;
    padding-bottom: 25px;
}
.contributor img {
    max-height: 60px;
}
.contributor .info h3 {
    font-size: 16.94px;
    font-weight: 400;
    line-height: 25px;
    margin: 0!important;
    color: #AA2E2E;
}

.contributor .info p {
    font-size: 12.71px;
    color: #8B7D6B;
    margin: 0!important;
}
.contributor .info p.text_2 {
    color: #A89684!important;
    font-size: 13.76px;
    line-height: 21px;
}

.community-voices {
    display: flex;
    flex-direction: column;
    gap: 25.41px;
}
.community-voices a.view-all {
    border: 1.06px solid #E5E0D8;
    background: #FAF8F5;
    text-align: center;
    font-size: 15px;
    color: #AA2E2E;
    font-weight: 600;
    border-radius: 14.82px;
    padding: 7px;
}
.community-voices a.view-all:hover {
    background: #AA2E2E;
    color: #FAF8F5;

}
.popular-topics h2 {
    margin-top: 0!important;
    margin-bottom: 19px!important;
    font-size: 25.5px;
    color: #AA2E2E;
    font-weight: 400;
}
.popular-topics .tags .tag {
    border: 1.06px solid #E5E0D8;
    background: #FAF8F5;
    border-radius: 100px;
    padding: 5px 10px;
    font-size: 13.76px!important;
    color: #8B7D6B;
}
.blog_label {
    z-index: 2;
    position: absolute;
    left: 17px!important;
    top: 17px!important;
    background: #FFD21FF2;
    border-radius: 17764094px;
    font-size: 12.71px;
    font-weight: 600;
    color: #AA2E2E;
    padding: 5px 20px;
}
.weekly-card input::placeholder{
  color: #FFFFFF99; 
}
.article-card__image-wrapper {
    position: relative;
}
.scent-time.isolate {
    background: url(https://cdn.shopify.com/s/files/1/0694/0151/0037/files/OurStory_f2841143-aa26-490e-94fb-eeb54f1edc4c.png?v=1771004179);
}

.scent-time.isolate .rich-text.content-container {
    background: transparent;
}
.blog-more-articles {
    display: flex;
    justify-content: center;
    background: #AA2E2E;
    color: #fff;
    font-size: 16.94px;
    max-width: fit-content;
    border-radius: 14px;
    font-weight: 600;
    box-shadow: 0px 10.59px 15.88px -3.18px #0000001A;
    padding: 10px 25px;
    text-decoration: none;
}
.blog-button-wrapper {
    display: flex;
    justify-content: center;
}
.weekly-card {
    order: 1;
}
.blog-button-wrapper.btn-specific {
  padding-top: 40px;
}
.community-voices {
    order: 2;
}
.popular-topics {
    order: 3;
}
.article-card__info.caption-with-letter-spacing.h5 span{
      font-size: 12px;
}

.blog-button-wrapper.btn-specific {}
@media screen and (max-width:767px){
  .circle-divider::before , .blog-read-time::before {
    display:none!important;
}
}
/********************* Noman Style 2.1 Start  *********************/
.facet-filters__label {
    color: rgb(0 0 0 / 85%)!important;}

.page-multi-col {
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  justify-content:center;
  gap:34px;
}
.page-multi-col .page-col {
  width: 100%;
  max-width: 236px;
  background: #ffffff;
  padding: 17px 12px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.collection-hero .page-col-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: start;
}
.page-col-content h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin: 0 0 0 0;
  text-align: start;
}
.collection-menu{
  list-style:none;
  display: flex;
  gap: 16px;
  margin:0;
  padding:16px 0;
}
.collection-menu li a{
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-transform: capitalize;
  padding: 12px 27px !important;
  color: #8b7d6b;
  border: 1px solid #E5E0D8;
  border-radius: 32px;
  text-decoration:none;
}
.collection-menu li a:hover{
  background: #aa2e2e;
  color: #fff;
}
.template-product-bundles .collection-hero  {
  min-height: 585px;
}
.four_boxes.collection-page.why-choose-bundle .multicolumn-card__image-wrapper {
  width:67px;
  height:67px;
}
.four_boxes.collection-page.why-choose-bundle .multicolumn-card.content-container{
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #fff;
}
.four_boxes.collection-page.why-choose-bundle{
  background-image: url("https://cdn.shopify.com/s/files/1/0694/0151/0037/files/Container.png?v=1770999877");
  background-position:center bottom;
  background-repeat:no-repeat;
  background-size:cover;
}
.contact_rich.saving-rich,
.template-product-bundles .contact_rich.page-width{
  background:#AA2E2E;
}
.contact_rich.saving-rich{
  border-radius: 32px 32px 0 0;
}
.contact_rich.saving-rich .rich-text{
  background:transparent;
}
.template-product-bundles .contact_rich.page-width .rich-text__caption {
  display:none;
}
.saving-columns .page-width {
  background:#AA2E2E;
  border-radius: 0 0 32px 32px;
}
.template-product-bundles .ace-testimonial-section,
.four_boxes.saving-columns.multicolumn{
  border-top:none;
}
.saving-columns .multicolumn-list {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.saving-rich h2 {
  color: #fff;
  font-size: 50px;
  line-height: 76px;
  font-weight: 700;
}
.contact_rich.saving-rich .rich-text__text p {
  color: #fff;
}
.contact_rich.saving-rich .rich-text__text p strong {
  color: #FFD21F;
}
.saving-columns.multicolumn .multicolumn-card.content-container {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 26px;
    border-radius: 25px;
}
.saving-columns.multicolumn h3 {
  font-size: 50px;
  line-height: 76px;
  font-weight: 400;
  color: #FFD21F;
}
.four_boxes.saving-columns.multicolumn .content-container .rte{
    min-height: auto;
}
.four_boxes.saving-columns.multicolumn .content-container .rte p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.bundle-questions .page-width {
  max-width: 820px;
}
.bundle-questions .title-wrapper-with-link{
  justify-content:center;
}
.bundle-questions .custom-text{
  text-align:center;
}
.bundle-questions .multicolumn-list li{
  border:1px solid #F5F1EC;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding:26px;
  border-radius:16px;
}
.bundle-questions .multicolumn-card__info {
  padding: 0;
}
.bundle-questions .multicolumn-list li .inline-richtext{
  font-size: 19px;
  line-height:28px;
  font-weight:600;
  font-family: "Poppins" !important;
}
.bundle-questions .multicolumn-list li .rte {
  color: #8B7D6B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.collection-menu .active{
  background: #AA2E2E !important;
  color: #ffffff !important;
}
/********************* Noman Style 2.1 End  *********************/

.product-grid-container .collection{
  padding:0px !important;
}
/*new ziyad*/
.template-index .vivid-why{
  padding:128px 0 192px!important;
}
.template-index .ace-testimonial-section.ace-testimonial-template--20898201108629__custom_testimonial_wVPfGG, .template-index .collection, .template-index .ace-blog-section.ace-blog-template--20898201108629__custom_article_WFMq7W{
  padding:128px 0 ;
}

.template-index .gradient:has(.collection) {
    background-image: url(/cdn/shop/files/Section.png?v=1771219404);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed !important;
        
}
.collectionsect2 {
  padding: 128px 0 0px!important;
}

.home-img-text .image-with-text__text--caption{
  text-transform:capitalize;
}
.home-img-text .image_text_buttons{
  margin:32px 0 0 0 !important; 
}
.footer_middle::before {
  content: '';
  display: block;
  width: 20%;
  height: 1px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='282' height='1' viewBox='0 0 282 1' fill='none'%3E%3Crect width='281.969' height='1.00069' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='0' y1='0.5' x2='281.969' y2='0.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23FFD21F' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
  position: relative;
}
.footer_middle::after {
  content: '';
  display: block;
  width: 20%;
  height: 1px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='282' height='1' viewBox='0 0 282 1' fill='none'%3E%3Crect width='281.969' height='1.00069' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='0' y1='0.5' x2='281.969' y2='0.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-opacity='0'/%3E%3Cstop offset='0.5' stop-color='%23FFD21F' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
  position: relative;
}
.footer_middle{
  align-items:center;
  display:flex;
  text-align:center;
  gap:20px;
}
.footer_middle p::before {
  content: '';
  display: block;
  width: 14px;
  height: 37px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='37' viewBox='0 0 15 37' fill='none'%3E%3Cpath d='M5.87677 7.16666V15.4608H2.63589V7.16666H5.87677ZM11.3884 7.16666V15.4608H8.14753V7.16666H11.3884Z' fill='%23FFD21F' fill-opacity='0.3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
  position: relative;
}
.footer_middle p::after {
  content: '';
  display: block;
  width: 14px;
  height: 37px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='37' viewBox='0 0 15 37' fill='none'%3E%3Cpath d='M5.87677 7.16666V15.4608H2.63589V7.16666H5.87677ZM11.3884 7.16666V15.4608H8.14753V7.16666H11.3884Z' fill='%23FFD21F' fill-opacity='0.3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
  
  position: absolute;
    top: 10px;
    right: -20px;
}
.footer_middle p{
  align-items:center;
  display:flex;
  text-align:center;
  gap:10px;
  position: relative;
}
.footer__copyright.caption {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ffffff2b;
    padding: 20px 0;
}
.template-product .grid__item.product__media-wrapper {
    position: relative;
}
.template-product .product__media-wrapper .custom-badges{
  width:95% !important;
}
.main-blog {
    background: linear-gradient(to bottom, white 0%, white 38%, #FAF8F5 6%, #FAF8F5 100%);
}
.footer-block__brand-info .footer-block__image-wrapper .footer-mobile-logo{
  display:none !important;
}

@media screen and(max-width:767px){
    .main-blog {
    background: linear-gradient(to bottom, #fff 0%, #fff 26%, #FAF8F5 6%, #FAF8F5 100%);
}
}
@media (max-width: 768px) {
  .button_seetingblog_pg .rich-text__buttons{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 auto;
 }
  .collectionsect2 {
  padding: 40px 0px 0px!important;
 }
 .three_boxes .multicolumn-card.content-container h3.inline-richtext {
    font-size: 16px;
    font-family: 'Poppins' ! IMPORTANT;
    font-weight: 700;
    width: 100%;
 }
  .our_journey__heading{
        font-size: 32px!important;
        margin: 0 0px 0px -15px !important;
  }
  .our_journey__subheading {
      margin-top: 5px!IMPORTANT;
        font-size: 14px !important;
        min-width: 306px !important;
        margin-left: -22px!IMPORTANT;
        line-height: 22.9px!IMPORTANT;
  }
  .journey_item:nth-child(odd) .journey_year {
            left: -8% !important;
          top: 0%;
          width: 48px;
          height: 48px;
          font-size: 10px;
  }
  .journey_item:nth-child(even) .journey_year {

          left: -8% !important;
          top: 0%;
          width: 48px;
          height: 48px;
          font-size: 10px;
    }
  .journey_card h3 {
      font-size: 24px!important;
  }
  .our_journey__timeline::before {
    left: 20px;
  }
    .journey_item {
        width: 279px!important;
        padding-left: 55px!important;
        padding-right: 0px!important;
        margin-bottom: 60px!important;
        margin-top: -45px!important;
    }
 article.article-template .blog_label_main{
    margin-bottom: 22px!IMPORTANT;
    font-size: 11px!IMPORTANT;
 }
 .custom_breadcrumb__current {
    font-size: 12px!IMPORTANT;
  }
  .custom_breadcrumb__container a {
    font-size: 12px!IMPORTANT;
  }
  .journey_item.right {
      left: 0;
    }
  .journey_card p {
        font-size: 14px!important;
  }
  .journey_item.left {
    text-align: left;
  }

  .journey_year {
    left: 20px;
    transform: none;
    z-index:0!IMPORTANT;
  }
  .journey_card {
    padding: 20px!important;
    margin-left: 33px!important;
  }
  .journey_item {
        padding: 12px 0px 0 10px !important;
  }
  .our_journey__timeline::before {
      content: "";
      position: absolute;
      left: 0% !important;
      top: 0;
      transform: translateX(-106%);
      width: 4px;
      height: 100%;
      background: linear-gradient(to bottom, #f4c430, #c51c1c);
  }
  .are_story_multikom strong {
      font-size: 32px!important;
  }
  .are_story_richtext .rich-text__heading {
      font-size: 30px!important;
      line-height: 40px!important;
  }
  .are_story_richtext .rich-text__text {
      font-size: 15px!important;
      line-height: 26px!important;
  }
  .are_story_richtext .button {
      max-width: 100%!important;
  }
  .are_story_richtext .rich-text__buttons {
    gap:0px!important;
  }
  .are_story_richtext .rich-text__blocks{
      margin-top: 0rem!important;
  }
  .vivid-community-left {
    order: 2;
  }
  .vivid-community-right {
    order: 1;
  }
  .vivid-heading {
      margin-bottom: 0px!important;
      line-height: 40.5px!important;
  }
  .vivid-text {
    font-size: 15px!important;
        padding: 16px 0p;
  }
  .vivid-icon img {
    width: 65.82px!important;
    height: 38.82px!important;
  }
  .vivid-point-content p {
    margin: 0;
    font-size: 14px!important
  }
  .vivid-point-content h4 {
    font-size: 16px!important;
  }
  /*huzaifa*/
  ul.blog-tabs__list {
    overflow-x: scroll;
  }

  ul.blog-tabs__list::-webkit-scrollbar {
    display: none;
  }

  li.blog-tab {
      min-width: fit-content;
  }
  .top_part_blog span {
      font-size: 12.82px!important;
  }
  .top_part_blog h2 {
      font-size: 35px!important;
      max-width: 240px!important;
  }
  .top_part_blog p {
      font-size: 15px!important;
      line-height: 23px!important;
  }
  .top_part_blog {
      min-height: 450px!important;
  }
  .featured-blog-colum {
      flex-direction: column;
  }
  .featured-blogs-text-wrapper h2 {
      margin-bottom: 15px !important;
      font-size: 28px!important;
  }
  .featured-blogs-text-wrapper span {
      font-size: 0!important;

  }
  .featured-blogs-text-wrapper span:before {
    bottom:0!important
  }
  
  .featured-blog-colum  .card__inner.ratio {
      min-height: 279.5px!important;
  }
  .card__heading {
      font-size: 17.98px!important;
      line-height: 27.3px!important;
  }
  .blog-content-wrapper {
      flex-direction: column!important;
          margin-top: 40px;
  }

  .normal-blog-wrapper {
    width: 100%!important;
  }

  .normal-blog-wrapper .card.article-card {
      flex-direction: column!important;
  }
  .normal-blog-wrapper .card__heading {
          font-size: 19px !important;
          line-height:25.97px!important;
  }
  .normal-blog-wrapper .article-card__info span {
      font-size: 11px !important;
  }
  .normal-blog-wrapper p.article-card__excerpt {
      font-size: 14px !important;
      line-height: 21.41px!important;
  }
  .blog-right-content {
      width: 100%!important;
  }
  .normal-blog-wrapper .card.article-card{
    max-height:unset!important;
  }
  .normal-blog-wrapper .card__inner{
    max-width:unset!important;
  }
  .normal-blog-wrapper .card__inner.ratio {
      border-bottom-left-radius: unset!important;
      border-top-right-radius: 20px;
  }

  .normal-blog-wrapper .article-card__image {
      border-bottom-left-radius: unset!important;
      border-top-right-radius: 20px;

  }
  .normal-blog-wrapper .card__information {
      border-top-right-radius: unset!important;
      border-bottom-left-radius: 20px;

  }
  .normal-blog-wrapper .card__information {
          padding: 20px!important;
  }
  .article-card__info {
      gap: 20px!important;
  }
  .featured-blog-colum .card__information {
      left: 20px!important;
  }
  .circle-divider::before, .blog-read-time::before {
    left:-10px!important;
  }
    .review-block h3.card-title {
        max-width: 235px!IMPORTANT;
        font-size: 19px!IMPORTANT;
    }

    .thumbnail-list__item {
   
    height: 80px;
      width: 80px !important;
  }
  .product .product__title h1{
        font-size: 28px;
  }
  .product .price__container .price-item.price-item--sale.price-item--last{  
    font-size:28px !important;
  }
  .product .product-collection-name{
    font-size:15px !important;
  }
  .product .shrt-desc{
    font-size:14px !important;
  }
  .product .ingredients-text li{
    font-size:13px !important;
  }
  .product .button--full-width{
    position:relative;
    width:100%;
  }
  .product .quantity{
    width:100%;
  }
  .product .icon-with-text__item .h4{
  font-size:10px !important;

  }
  .bundle-header span{
    font-size:12px;
  }
  .bundle-text h4{
  font-size:12px;
  }
  .regular-price-bundle{
    color: #c62828;
    font-size: 18px;
    font-weight: 700;
  }
  .bundle-btn{
    font-size: 12px;
  }
  .product .accordion__title{
    font-size: 14px;
  }
  .product-benefit-header h2{
    font-size: 14px;
  }
  .ben-inner .ben-content-div h2{
    font-size: 12px;
  }
  .ben-inner .ben-content-div p, .product-benefit-header a{
    font-size: 10px;
  }
    .collection-hero .page-info h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    margin: 0 0 15px;
  }
      .collection-hero .page-info p {
            font-size: 20px!IMPORTANT;
            line-height: 32px!IMPORTANT;
            padding: 0 10px;
            font-weight: 300;
      }
    .page-info .page-col-content p{
      font-size: 12px ! IMPORTANT;
        line-height: 32px ! IMPORTANT;
        padding: 0px!IMPORTANT;
    }
      .collection-hero .page-info strong{
          color: #AA2E2E;
          font-weight: 700!IMPORTANT;
      }
  .collection-hero__inner {
    justify-content: center;
  }
  .collection-hero {
    min-height: 310px;
  }
  .collection-hero .custom-badge span {
      font-size: 12px;
        line-height: 18px;
        font-weight: 500;

  }
  .collection-hero .custom-badge{
        margin: 39.9px 0 32px 0;
  }
  .review-block, .certified-card{
    padding:24px;
       
  }

  .contact_rich.collection-page h2 {
    padding: 0 30px;
            font-size: 48px;
        line-height: 56px;
  }
 

  .ace-testimonial-heading {
   font-size: 48px;
        line-height: 56px;
        max-width: 270px!IMPORTANT;
        margin: 0 auto 22px!IMPORTANT;
  }
  .ace-testimonial-grid{
    grid-template-columns: 1fr;
  }
  .ace-testimonial-rating-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .ace-testimonial-rating-wrapper .ace-testimonial-rating-text {
    font-size: 16px;
    line-height: 20px;
  }
  .template-collection  .facets__form{
    display:flex !important;
    align-items:center;
    flex-wrap:wrap;
  }
  .template-collection .facets__wrapper{
    flex: 0 0 100%;
    order:1;
  }
  .template-collection .facet-filters.sorting.caption{
    order:3;
  }
  .template-collection .product-count__text{
    text-align:start;
  }
  .template-collection .facets__form .product-count {
    order: 2;
  }
  .template-collection .facet-filters.sorting.caption{
    flex: 0 0 60%;
  }
  .template-collection .facets__form .product-count{
    flex: 0 0 33%;
  }
   .template-collection .facets-container {
    display:block !important;
    padding: 30px 0 !important;
  }
   .template-collection .disclosure-has-popup.facets__disclosure.js-filter ul.facets-layout{
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
  }
  .template-collection .facets__item {
    width: 50%;
    flex: 0 0 50%;
  }
  .facets__form .product-count{
    grid-column-start:unset !important;
  }
  #FacetFiltersForm .facets__label.facet-checkbox {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 18px !important;
    justify-content: space-between;
  }
  .template-collection .facet-filters__field .select {
    width: 160px !important;
  }
  select#SortBy{
    padding: 8px 15px;
    font-size: 10px;
  }
  .template-collection .facet-filters__label{
    font-size: 1rem;
    line-height: 18px;
    margin: 0 1rem 0 0;
    color: #000;
  }
  #ProductCountDesktop{
    font-size: 12px !important;
    line-height: 18px;
  }
  /* talha responsive code our story///// */
.are_story_multikom .multicolumn-list h3 {
    margin: 0;
    font-size: 13px!IMPORTANT;
    font-weight: 300!IMPORTANT;
}
  .scent-time .rich-text__heading{
      font-size: 32px!important;
      line-height: 36px!Important;
      margin-bottom: 14.58px!important;
  }
  .scent-time .rich-text__text{
    font-size: 16px!IMPORTANT;
      font-weight: 400;
      font-family: 'Poppins';
      line-height: 26px!Important;
      letter-spacing:-0.76px!IMPORTANT;
  }
  .scent-time .rich-text__caption{
    font-size: 13px!IMPORTANT;
      font-weight: 400;
      gap: 8px!IMPORTANT;
      height: 36px!Important;
      max-width: 116px!Important;
      line-height: 19.5px!IMPORTANT;
      letter-spacing: -0.15px!Important;
  }
  .simple-ques .image-with-text__heading{
      font-size:32px!important;
      line-height:36px!Important;
  }
  .simple-ques .image-with-text__text {
      font-size: 15px!Important;
      line-height: 26px!Important;
      color: #8B7D6B;
      font-weight: 400;
      letter-spacing: -0.23px!Important;
      margin-top: 16px!IMPORTANT;
      margin-bottom: 0px !important;
          padding-bottom: 0px;
  }
  .simple-ques .image-with-text__text p {
      margin-top: 0;
      margin-bottom: 0rem!Important;
  }
  .simple-ques strong {
      color: #9f2b2b;
      font-size: 16px;
      font-family: 'Poppins';
      line-height: 27px;
      margin-bottom: 0px !important;
      padding: 0px;
      font-weight: 500!Important;
      
  }
    .vivid-values__heading {
        font-size: 32px!IMPORTANT;
        line-height: 26px!Important;
        font-weight: 400!Important;
    }
    .vivid-values__card--primary p {
        font-size: 15px!Important;
        line-height: 24px!IMPORTANT;
        max-width: 100%;
        font-family: 'Poppins'!Important;
        font-weight: 200!IMPORTANT;
        letter-spacing: -0.23px!IMPORTANT;
    }

    .vivid-values__progress label {
        font-size: 13px!IMPORTANT;
        font-weight: 400!IMPORTANT;
    }

  .vivid-values__card--light p {
      color: #8B7D6B;
      font-size: 16.94px;
      font-weight: 400;
      font-family: 'poppins'!Important;
  }
  .vivid-values__card--beige p {
        font-family: 'poppins'!Important;
  }
  .vivid-values__card--yellow p {
      font-family: 'poppins'!Important;
  }
  .our_journey {
      background: #f4f4f4;
      padding: 48px 5px 1px 24px ! Important;
  }
  .are_story_multikom .multicolumn {
        padding-top: 55.74px!IMPORTANT;
  }
  .are_story_multikom.multicolumn .title {
      text-align: center;
      font-size: 15px!Important;
      color: #ffffffe3;
      font-weight: 300 !important;
      margin: 0px auto 47px;
      font-family: 'Poppins' ! IMPORTANT;
      line-height: 26px!IMPORTANT;

  }
    .features h3.inline-richtext{
      font-size: 13.98px;
    font-weight: 600;
    }
    .features .rte {
    font-size: 11.99px!IMPORTANT;
    font-weight: 400;!IMPORTANT;
    line-height: 18px!IMPORTANT;
    }
    .are_story_multikom .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--half-width.multicolumn-card-spacing {
      width: 80%;
  }

  .are_story_multikom strong{
    line-height: 36px!Important; 
  }
  .vivid-community-section{
        padding-top: 48px!IMPORTANT;
        padding-bottom: 56px!IMPORTANT;
  }
  .vivid-community-right img {
      max-width: 343px!IMPORTANT;
      min-height: 403px!IMPORTANT;
  }

  .vivid-heading {
          font-size: 32px!IMPORTANT;
          line-height:36px!IMPORTANT;
      }
  .are_story_richtext .content-container{
        padding-top: 48px!Important;
      padding-bottom: 75px!Important;
  }
  .are_story_richtext .button {
      font-size: 16px!Important;
      margin-top: 12px!Important;
  }
  .are_story_richtext .rich-text__blocks {
          margin-top: 0rem !important;
          max-width: 336px!IMPORTANT;
      }
 .ace-testimonial-description{
        font-size: 19px!IMPORTANT;
      }
.ace-blog-heading {
    font-size: 48px!IMPORTANT;
      }
  .second_collection_home_page{
    padding: 95px 0 0px!important;
  }  
  .four_boxes.multicolumn .multicolumn-card.content-container .rte p:first-child {
    font-size: 14px!IMPORTANT;
  }  
  .four_boxes.multicolumn .multicolumn-card.content-container{
    padding: 40px 26px 0!IMPORTANT;
  }
  .contact_rich h2.rich-text__heading{
    font-size: 48px;
    line-height: 72px;
}
.home-img-text .image-with-text__text.caption-with-letter-spacing{
  background: #feebb8;
}
  p.announcement-bar__message.h5 span{
    font-size: 11px;
  }
  nav.header__inline-menu{
    display:none;
  }
  .header--mobile-left {
    grid-template-columns: 5fr 1fr 1fr;
    border-bottom: 1px solid #000;
    padding:15px !important;
  }
  header-drawer {
    grid-column: 3;
    justify-self:end !important;
    margin:0;
  }
  h1.header__heading, .header__heading-link  {
    grid-column: 1;
  }
  .header__icons.header__icons--localization.header-localization {
    grid-column: 2;
  }
  .header__heading-logo {
    max-width: 185px;
  }
  .featured_collection_icons.page-width {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section-header.menu-open .header__heading,
  .section-header.menu-open .header__heading-link ,
  .overflow-hidden-tablet .announcement-bar-section{
    display:none;
  }
  .menu-drawer__navigation {
    padding: 3.7rem 0;
  }
  .menu-drawer__menu-item{
    padding: 0 2.3rem !important;
    line-height: 27px !important;
    font-weight: 600;
    color:rgba(170, 46, 46, 0.70);
  }
  .menu-drawer__menu li{
    padding: 0 23px;
  }
  .menu-drawer__menu li a {
    margin: 0;
    padding: 16px 23px !important;
  }
  .menu-drawer__menu li a.menu-drawer__menu-item--active {
    border-radius:8px;
    background:#AA2E2E;
    color:#fff;
  }
  .mobile-header-features {
    border-top: 1px solid #F5F1EC;
    margin: 0 23px;
    padding:15px 0;
  }
  .mobile-header-features ul {
    padding: 0;
    list-style: none;
  }
  .mobile-header-features ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .mobile-header-features ul li::last-child{
    margin-bottom:0;
  }
  .mobile-header-features ul li span {
    width: 100%;
    max-width: 250px;
    color: #8B7D6B;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }
  .home_img_text h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 52px;
    line-height: 57px;
    text-align: center;
  }
  .home_img_text .image-with-text__content{
    align-items:center;
  }
  .home_img_text .image-with-text__text.rte.body {
    font-size: 18px;
    line-height: 29px;
    text-align: center;
  }
  .home_img_text .image-with-text__text.rte {
    margin-top: 2.3rem;
  }
  .reviews_imgtext{
    flex-direction: column;
  }
  .reviews_imgright {
    text-align: center;
  }
  .image_text_buttons {
    flex-direction: column;
    width: 100%;
  }
  .home_img_text .image-with-text .grid {
    flex-direction: column-reverse;
    overflow: visible;
  }
  .image-with-text-icons .img_txt_icons_row {
    flex-direction: column;
    max-width: 103px;
  }
  .image-with-text-icons .img_txt_icons_row span {
  line-height: 15px;
        text-align: center;
        font-size: 12px;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        color: #a89684;
  }
  .home_img_text {
    padding-bottom:130px !important;
  }
  .home_img_text .image-with-text-icons{
        position: absolute;
        bottom: -477px;
        background: #fff;
        padding: 22px 10px;
        width: 375px;
  }
  .home_img_text .image-with-text__content,  .home_img_text .image-with-text .grid__item, .home_img_text .image-with-text {
    overflow:visible !important;
  }
  .collection .title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
    width: 90%;
  }
  .collection .collection__description {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 48px;
  }
  .template-index .grid{
    gap:24px;
  }
  .custom-badges .custom-badge.bundle{
    background: #F5F1EC !important;
    color:#AA2E2E !important;
    border-color:rgba(170, 46, 46, 0.20) !important;
  }
  .custom-badges .custom-badge.bundle svg{
    display:none;
  }
  .three_boxes li{
    text-align:center;
  }
  .three_boxes .multicolumn-card.content-container {
    padding: 15px 23px;
    border-radius: 100px !important;
  }
  .three_boxes {
    margin-top: -75px!IMPORTANT;
}
.vivid-why__stat-text{
  font-size: 19px!Important;
        line-height: 32px!IMPORTANT;
        font-weight: 500!IMPORTANT;
        MAX-WIDTH: 250PX!IMPORTANT;
}
.vivid-why__card-text {
    font-size: 13.98px!IMPORTANT;
    MAX-WIDTH: 260PX!IMPORTANT;
}
.vivid-why__cta-inner {
        flex-direction: row!important;
    }
  .vivid-why__subheading{
    margin-bottom:35px ;
  }
  .vivid-why__heading {
    font-size: 48px !important;
    max-width: 100%;
    line-height: 56px !important;
  }
  .vivid-why__subtext {
    font-size: 18px !important;
    line-height: 29px;
  }
  .vivid-why__header {
    margin: 0 auto 64px;
  }
  .vivid-why {
    padding: 60px 20px 30px 20px;
  }
  .vivid-why .page-width{
    padding:0;
  }
  .vivid-why__big-image {
    order: 1;
  }
  .vivid-why__small-boxes {
    order: 2;
  }
  .vivid-why__card.vivid-why__safe-card {
    order: 3;
  }
  .vivid-why__card.vivid-why__effort-card {
    order: 4;
  }
  .vivid-why__middle-image {
    order: 5;
  }
  .vivid-why__top-image {
    order: 6;
  }
  .vivid-why__cta-box {
    order: 7;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .ace-testimonial-section {
    padding:60px 0px !important; 
    background:#fff !important;
  }
  .ace-testimonial-subtext {
    background: #FFF6E8;
    margin: 0 auto 24px;
    border: 1px solid rgba(255, 210, 31, 0.30);
    padding: 12px 24px;
    max-width: 266px;
  }
  .ace-testimonial-heading{
    padding: 0 20px;
    margin-bottom: 24px;
  }
  .ace-testimonial-item{
    box-shadow:none;
  }
  .ace-testimonial-button-wrap a{
    margin: 40px auto 0;
  }
  .ace-testimonial-rating-wrapper{
    display:none;
  }
  .section-template--20898157887637__featured_collection_pirxCr-padding{
    padding: 95px 0 !important;
    display: flex;
    flex-direction: column;
  }
  .collection__title.title-wrapper{
    order:1;
  }
  .featured_collection_icons.page-width{
    order:2;
    margin-bottom: 67px;
  }
  .collection slider-component{
    order:3;
  }
  .collection .collection__description{
    margin-bottom:0;
  }
  .home-img-text .image-with-text__grid {
    flex-direction:column-reverse;
  }
  .home-img-text {
    padding: 95px 0 !important;
  }
  .home-img-text .image-with-text__content{
    padding:0;
  }
  .home-img-text .image-with-text__heading{
    font-size: 48px;
    line-height: 56px;
  }
  .home-img-text .image-with-text__text.rte.body {
    font-size: 18px;
    line-height: 29px;
  }
  .home-img-text .image_text_buttons{
    display:inline-block;
    margin-bottom:53px;
  }
  .ace-blog-subtext{
    padding: 7px 15px;
    background: linear-gradient(181deg, #AA2E2E, #FFD21F);
  }
  .ace-blog-heading {
    font-size: 48px;
    padding: 20px;
  }
  .ace-blog-grid .ace-blog-card .ace-blog-content {
    padding: 23px !important;
  }
  .ace-blog-grid .ace-blog-card:nth-child(2), .ace-blog-grid .ace-blog-card:last-child {
    flex-direction: column !important;
  }
  .ace-blog-image img {
    height: 192px !important;
  }
  .footer__content-top {
    padding: 24px !important;
  }
  .footer-block.grid__item {
    max-width: 100% !important;
  }
  .footer-block__brand-info .footer-block__image-wrapper > img{
    display:none;
  }
  .footer-block__brand-info .footer-block__image-wrapper .footer-mobile-logo{
    display:block !important;
  }
  .product-grid-container .collection{
    padding:0px 15px !important;
  }
  .features .grid{
    gap:10px;
  }
  .template-collection .collection-menu{
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .template-collection .collection-menu li {
    flex: 0 0 auto;
  }
  .collection-menu li a{
    font-size: 13px;
    line-height: 20px;
  }
  .template-product-bundles .collection-hero{
    min-height: 760px;
  }
  .template-product-bundles .page-multi-col{
    flex-direction:column;
    gap: 16px;
  }
  .template-product-bundles .collection-hero .page-info h1 {
    font-size: 64px;
    line-height: 80px;
  }
  .template-product-bundles .page-multi-col .page-col {
    max-width: 90%;
  }
  .contact_rich.saving-rich, .template-product-bundles .contact_rich.page-width,
  .four_boxes.saving-columns.multicolumn{
    margin: 0 15px;
  }
  .template-index .vivid-why {
    padding: 60px 20px !important;
  }
  .footer_middle{
    flex-direction:column;
  }
  h1.article-template__title{
    font-size: 28px;
    line-height: 32px;
  }
  .blog_article_desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .main_article_title_btm{
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  .main_article_left:after{
    content:inherit;
  }
  .article-template__hero-adapt.media {
    width: 100%;
    height: 250px;
  }
  .article-template__content.page-width {
    margin-top: 30px;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
  }
  .article-template__content.page-width.page-width--narrow.rte h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .article_rich.isolate .rich-text.content-container .rich-text__text {
    font-size: 16px;
    line-height: 26px;
  }
  .article_rich.isolate .rich-text.content-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .article_rich.isolate .rich-text.content-container .rich-text__text strong {
    font-size: 13px;
    line-height: 19px;
  }
  body.template-article .rich-text__wrapper.rich-text__wrapper--left.page-width{
    margin:0;
  }
  body.template-article .rich-text__text.rte{
    font-size:16px;
    min-width: 308px;
    width: 100%;
  }
  body.template-article .rich-text__heading.rte {
    font-size: 24px !important;
    line-height: 36px;
  }
  .bg_border .rich-text.content-container h2.rich-text__heading.rte {
    font-size: 22px ! IMPORTANT;
  }
  .bg_border .rich-text.content-container.gradient a.button.button--primary {
    font-size: 14px;
  }
  .contact_rich h2 {
    font-size: 36px;
    line-height: 40px;
    margin: 24px 0 8px;
  }
  .contact_rich .rich-text__text.rte {
    font-size: 20px;
    line-height: 30px;
  }
  .bundle-questions h2.title.inline-richtext.h1 {
    font-size: 48px;
    text-align: center;
    line-height: 56px;
}
  .contact.page-width .contact-left {
    padding: 24px;
  }
  .contact.page-width h2.title.title-wrapper--no-top-margin {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 42px;
  }
  .contact.page-width .contact-left p {
    font-size: 12px!IMPORTANT;
    line-height: 21px;
  }
  h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 15px;
    margin: 0 auto 20px;
  }
  h2.collapsible-content__heading.inline-richtext.h1 strong {
    font-size: 28px;
  }
  .collapsible-content .accordion h3.accordion__title.inline-richtext.h4 {
    font-size: 15px;
  }
  .accordion__content {
    font-size: 14px;
    line-height: 22px;
  }
   .custom_newsletter .newsletter__subheading {
    font-size: 14px!important;
}
.custom_newsletter .newsletter__wrapper h2.inline-richtext {
    font-size: 24px!important;
}
  .custom_newsletter .newsletter-form__field-wrapper .field {
    flex-direction: column !important;
}
.custom_newsletter span.news_tag {
    font-size: 11px!IMPORTANT;
}
.custom_newsletter button#Subscribe {
    width: 100%;
}
.custom_newsletter .newsletter__wrapper>* {
    background: #fff;
    max-width: 100%!IMPORTANT;
    margin: 0 auto;
    padding: 13px !important;
    border-radius: 20px;
}
.field__input::placeholder {
    font-size: 14px!IMPORTANT;
}
.four_boxes img.multicolumn-card__image{
  max-width: 70px!IMPORTANT;
    height: 70px!IMPORTANT;
}
.four_boxes .multicolumn-card__info {
    padding-top: 0.5rem !important;
}
.contact__button button.button{
  font-size: 15px!Important;
  box-shadow: 5px 9px 6px 1px #00000014!Important;
  font-weight: 400!IMPORTANT;
}
.time_styling {
    font-size: 14px!IMPORTANT;
}
.hours-row span {
    font-size: 14px!IMPORTANT;
}
.box-heading{
  margin-bottom: 25px!IMPORTANT;
}
.box-heading h3 {
    font-size: 20px!important;
}
.contact-box {
    padding: 25px 22px 1px!IMPORTANT;
}
.contact-box.journey-box {
    padding: 24px 24px 24px ! IMPORTANT;
}
.blog-search input {
    font-size: 13.94px!IMPORTANT;
}
li.blog-tab {
    font-size: 12px !important;
}
.normal-blog-wrapper .blogs-title {
    font-size: 27.3px;
    padding-bottom: 12px;
}


}

/* \\\\\ custom newsletter code///// */
.custom_newsletter .newsletter__wrapper h2.inline-richtext {
    font-weight: 700;
    font-size: 38px;
    color:#AA2E2E;
}
.custom_newsletter .newsletter__subheading {
    color: #8B7D6B;
    font-size: 20px;
    max-width: 631px;
    line-height: 28px;
    margin-bottom: 20px;
}
 .custom_newsletter .news-svg-back {
    max-width: fit-content;
    background: #FFD21F;
    padding: 18px 19px 10px;
    border-radius: 16.94px;
}
.custom_newsletter .newsletter-form__field-wrapper .field input {
    background: #faf8f529;
    border: 1px solid #ffffff4d;
    border-radius: 12px;
    font-size: 14px;
    padding: 10px 15px !IMPORTANT;
    color: #000000!IMPORTANT;
    box-shadow: unset !IMPORTANT;
}
.custom_newsletter .news-svg-wrapper {
    display: flex;
    justify-content: center;
}
.custom_newsletter .field:after{
  box-shadow:none!important;
}
.custom_newsletter button#Subscribe {
    position: unset;  
    min-width: 155px;
    background: #AA2E2E;
    color: #fff;
    border-radius: 16px;
    padding: 16px 0px;
}

.custom_newsletter input {
    border: 1px solid #E5E0D8 !important;
    border-radius: 17px!important;
    max-width: 306px;
    min-width: 90%!important;

}
.custom_newsletter span.news_tag {
    color: #8B7D6B;
    font-size: 14px;
    font-weight: 400;
}
.custom_newsletter .field {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom:10px;
}
.custom_newsletter input::placeholder {
  color: #0A0A0A80!important;
}
.custom_newsletter .newsletter-form {
        max-width: 46rem!important;
    }
.custom_newsletter .newsletter__wrapper>* {
    background: #fff;
    max-width: 902px;
    margin: 0 auto;
    padding: 51px;
    border-radius: 20px;
}
/* \\\\\ END custom newsletter code///// */
/********************* Noman Style 2.0 End  *********************/