/** Shopify CDN: Minification failed

Line 14:0 All "@import" rules must come first
Line 16:0 All "@import" rules must come first
Line 10687:0 Expected "}" to go with "{"

**/
@font-face {
        font-family: "Newaed";
        src: url("https://cdn.shopify.com/s/files/1/0730/6647/9789/files/symbol.ttf?v=1769090408") format("truetype");
        font-weight: normal;
        font-style: normal;
      }
@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');

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');


@font-face {
  font-family: "Brandon Grotesque";
  src: url('/cdn/shop/files/BrandonGrotesque-Medium.woff2?v=1772773209') format('woff2');
  font-weight:500;
  font-style: normal;
}

@font-face {
  font-family: "Brandon Grotesque";
  src: url('/cdn/shop/files/BRANDON-GROTESQUE-LIGHT-58A8A4B38001D.woff2?v=1772772358') format('woff2');
  font-weight:300;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 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) {
 div#shopify-section-sections--21595235352788__announcement-bar .utility-bar__grid {
    display: flex;
    grid-template-columns: 1fr;
    grid-template-areas: "announcements";
    flex-direction: column;
}

section#shopify-section-template--21595234959572__main 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 !important;
}

div#shopify-section-sections--21595235352788__announcement-bar .disclosure .localization-form__select {
    padding-top: 0.5rem !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);
      display: none;
}

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;
      padding-bottom: 25px;
}

.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: 0;
  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: rgb(183 172 162 / 0%);}

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

.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: 0;
  /* 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: #fff;
  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: 0;
  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: 0;
  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;    stroke: #967123;
}

.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: 0;
  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: 0;
  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) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

.header__icon .svg-wrapper {
  width: 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;
  stroke-width: 1px;
stroke: #333;
}

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

/* Menu */
    font-family: "Brandon Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}

.header__menu-item:hover {
  color: #000;
  text-decoration:none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tag */
    font-family: "Brandon Grotesque";

font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 100% */
text-transform: capitalize;

border-radius: 4px;
background: rgba(150, 113, 35, 0.20);
}

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


div#shopify-section-sections--21595235352788__announcement-bar .utility-bar.color-scheme-5.gradient {
    background-color: #967123;
}

div#shopify-section-sections--21595235352788__announcement-bar p.announcement-bar__message.h5 span {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

div#shopify-section-sections--21595235352788__header sticky-header.header-wrapper.color-scheme-4.gradient.header-wrapper--border-bottom {
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(150, 113, 35, 0.20);
}

.banner:after, .banner__media:after {
   
    background: #0000001f !important;
   
}

div#Banner-template--21595234861268__image_banner h2.banner__heading.inline-richtext.h1 {
    color:#ffffff;
    text-align: center;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

div#Banner-template--21595234861268__image_banner .banner__text.rte.body p {
    color: #fff;
    text-align: center;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div#Banner-template--21595234861268__image_banner a.button.button--primary {
    border: 1px solid rgb(255, 255, 255);
    color: #967123;
    border-radius: 0;
    color:rgb(255, 255, 255);
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21595234861268__multicolumn_tiwNhL .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21595234861268__multicolumn_tiwNhL .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;text-align: center;
}

section#shopify-section-template--21595234861268__multicolumn_tiwNhL .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21595234861268__multicolumn_tiwNhL .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}

section#shopify-section-template--21595234861268__multicolumn_tiwNhL     .section-template--21595234861268__multicolumn_tiwNhL-padding {
        padding-top: 5px;
        padding-bottom: 5px;
    }

section#shopify-section-template--21595234861268__multicolumn_tiwNhL .page-width {
        padding: 3px 20rem;
    }

section#shopify-section-template--21595234861268__collection_list_JLkCeU h2#SectionHeading-template--21595234861268__collection_list_JLkCeU {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__collection_list_JLkCeU .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    color: var(--Primary, #967123);
    text-align: center;
        font-family: "Brandon Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}


section#shopify-section-template--21595234861268__collection_list_JLkCeU .gradient {
    background: rgb(var(--color-background));
    background: #ffffff00;
    background-attachment: fixed;
}


section#shopify-section-template--21595234861268__collection_list_JLkCeU .card__information {
        padding-bottom: 5px;
        padding-top: 5px;
    }


section#shopify-section-template--21595234861268__collection_list_JLkCeU .card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: 0;
}

section#shopify-section-template--21595234861268__collection_list_JLkCeU span.icon-wrap {
    display: none;
}

section#shopify-section-template--21595234861268__collection_list_tDetzJ h2#SectionHeading-template--21595234861268__collection_list_tDetzJ {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__collection_list_tDetzJ h3.card__heading {
    color: #ffffff;
        font-family: "Brandon Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    /* position: relative;
    bottom: 0;
    top: -85px; */
}

section#shopify-section-template--21595234861268__collection_list_tDetzJ span.icon-wrap {
    display: none;
} 
section#shopify-section-template--21595234861268__collection_list_tDetzJ .card--card.card--media>.card__content {
    margin-top: calc(0rem - var(--image-padding));
    margin-top: -70px;
    z-index: 9999;
}
section#shopify-section-template--21595234861268__collection_list_tDetzJ .card .card__inner .card__media {
   
    border-radius: 0;
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p .full-unstyled-link {
   
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .full-unstyled-link {
   
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;  
   font-family: "Brandon Grotesque";}

section#shopify-section-template--21595234861268__featured_collection_thNt8p span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;  
   font-family: "Brandon Grotesque";}


section#shopify-section-template--21595234861268__featured_collection_thNt8p .price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

section#shopify-section-template--21595234861268__rich_text_T9RNhp .gradient {
    background: transparent;
    background: transparent;
    background-attachment: fixed;
}

section#shopify-section-template--21595234861268__rich_text_T9RNhp {
    background-image: url(/cdn/shop/files/A-Legacy-You-Can-Wear.jpg?v=1772791521);
    background-size: cover;background-position: center;
}

section#shopify-section-template--21595234861268__rich_text_T9RNhp h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: #FFF;
    text-align: center;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

section#shopify-section-template--21595234861268__rich_text_T9RNhp .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #FFF;
    text-align: center;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section#shopify-section-template--21595234861268__rich_text_T9RNhp a.button.button--primary {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border: 1px solid #FFF;   
     margin-top: 15px;
     border-radius: 0;
}

section#shopify-section-template--21595234861268__rich_text_T9RNhp .section-template--21595234861268__rich_text_T9RNhp-padding {
        padding-top: 150px;
        padding-bottom: 200px;
    }

section#shopify-section-template--21595234861268__rich_text_T9RNhp .rich-text__blocks>*+* {
    margin-top: 0rem;
}


section#shopify-section-template--21595234861268__multicolumn_3JbfjR .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21595234861268__rich_text_z9FyNG .rich-text.content-container.color-scheme-1.gradient.rich-text--full-width.content-container--full-width.section-template--21595234861268__rich_text_z9FyNG-padding {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21595234861268__rich_text_z9FyNG h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__rich_text_z9FyNG .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #FFF;
    text-align: center;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 5px;
}

section#shopify-section-template--21595234861268__multicolumn_3JbfjR .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}

section#shopify-section-template--21595234861268__multicolumn_3JbfjR .multicolumn-card-spacing
 {
    padding-top: 2.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}


section#shopify-section-template--21595234861268__multicolumn_3JbfjR a.button.button--primary {
    border: 1px solid #FFF;
    color: #FFF;

/* Button */
    font-family: "Brandon Grotesque";

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;border-radius: 0;    margin: 0;
}


footer.footer.color-scheme-4.gradient.section-sections--21595235320020__footer-padding {
    background: #FFF;
}

.footer.footer.color-scheme-4.gradient.section-sections--21595235320020__footer-padding h2.footer-block__heading.inline-richtext {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

.footer.footer.color-scheme-4.gradient.section-sections--21595235320020__footer-padding .footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: #333;
        font-family: "Brandon Grotesque";

    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;text-decoration: none;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
 color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
  
} 


section#shopify-section-template--21595234861268__featured_collection_QCPHqV h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
 color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
  
} 


section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .full-unstyled-link {overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;}


section#shopify-section-template--21595234861268__featured_collection_N9PMQH .full-unstyled-link {
 
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__featured_collection_QCPHqV .full-unstyled-link {
   
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;  
   font-family: "Brandon Grotesque";}


section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}


section#shopify-section-template--21595234861268__featured_collection_QCPHqV span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}


section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH  .price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

section#shopify-section-template--21595234861268__featured_collection_QCPHqV .price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: line-through;
    text-transform: uppercase;
}



section#ProductInfo-template--21595234959572__main h1 {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
}

section#ProductInfo-template--21595234959572__main .product__description.rte.quick-add-hidden {
    color: #666;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin:0;
}

section#shopify-section-template--21595234959572__main .gradient {
    background: #ffffff;
    background: #ffffff;
    background-attachment: fixed;
}


section#ProductInfo-template--21595234959572__main .price .price-item {
    display: inline-block;
    margin: 0 1rem 0 0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.333px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";}

section#ProductInfo-template--21595234959572__main s.price-item.price-item--regular {
    color: #666 !important;
    leading-trim: both !important;
    text-edge: cap !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    text-decoration-line: line-through !important;
    text-transform: uppercase !important;
}



section#shopify-section-template--21595234959572__related-products h2.related-products__heading.inline-richtext.h2 {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234959572__related-products .gradient {
    background: rgb(var(--color-background));
    background: var(--gradient-background);
    background-attachment: fixed;
    background: #FFF;
}

section#shopify-section-template--21595234959572__related-products .card__badge {
    align-self: flex-end;
    grid-row-start: 3;
    justify-self: flex-start;
    position: relative;
    bottom: 190px;
    display: none;
}

section#shopify-section-template--21595234959572__related-products .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21595234959572__related-products span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}

section#shopify-section-template--21595234959572__related-products .price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

/* common */
.card__media, .card .media {
    bottom: 0;
    position: absolute;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(150, 113, 35, 0.20) !important;
}

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

.card__information {
    padding-top: 0 !important;
}
section#shopify-section-template--21617344512212__multicolumn_3Ww8J8 .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21617344512212__multicolumn_3Ww8J8 .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21617344512212__multicolumn_3Ww8J8 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21617344512212__multicolumn_3Ww8J8 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21617344512212__multicolumn_3Ww8J8 .page-width {
    padding: 3px 20rem;
}

 section#shopify-section-template--21617344512212__rich_text_FKjmRf .rich-text.content-container.color-scheme-1.gradient.rich-text--full-width.content-container--full-width.section-template--21617344512212__rich_text_FKjmRf-padding {
    background-image: url(/cdn/shop/files/Rectangle_40.png?v=1770267163);
    background-size: contain;
    background-repeat: no-repeat;
}

section#shopify-section-template--21617344512212__rich_text_FKjmRf h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}

section#shopify-section-template--21617344512212__rich_text_FKjmRf .rich-text__text.rte.scroll-trigger.animate--slide-in
 {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    width: 80%;
    padding-bottom: 40px;
}

section#shopify-section-template--21617344512212__collection_list_XjTckm .card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: 0;
}

section#shopify-section-template--21617344512212__collection_list_XjTckm .card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: 0;
    background: #D9D9D9;
    box-shadow: 0 4px 10px 0 rgba(150, 113, 35, 0.20) !important;
}

section#shopify-section-template--21617344512212__collection_list_XjTckm .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    color: var(--Primary, #967123);
    text-align: center;
        font-family: "Brandon Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21617344512212__collection_list_XjTckm span.icon-wrap {
    display: none;
}


/* dimond */

section#shopify-section-template--21617583554772__multicolumn_WMHkRt .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}


section#shopify-section-template--21617583554772__multicolumn_WMHkRt .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21617344512212__multicolumn_3Ww8J8 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21617344512212__multicolumn_3Ww8J8 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21617583554772__multicolumn_WMHkRt .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}

section#shopify-section-template--21617583554772__multicolumn_WMHkRt .multicolumn-card__info {
    padding: 0;
}

.disc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .price--on-sale .price__sale {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

img.high_p {
    width: 16px;
}

img.price-icon {
    width: 16px;
}

.disc p {
    margin-top: 10px;
}


section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .grid {
        column-gap: 0;
        row-gap: 0;
    }


section#shopify-section-template--21595234861268__featured_collection_thNt8p .grid {
        column-gap: 0;
        row-gap: 0;
    }



section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .grid {
        column-gap: 0;
        row-gap: 0;
    }



section#shopify-section-template--21595234861268__featured_collection_N9PMQH .grid {
        column-gap: 0;
        row-gap: 0;
    }
section#shopify-section-template--21595234861268__featured_collection_QCPHqV .grid {
        column-gap: 0;
        row-gap: 0;
    }


.card__information {
    grid-row-start: 2;
    padding: 1.3rem 0rem !important;
}


section#shopify-section-template--21595234795732__rich_text_FKjmRf .rich-text.content-container.color-scheme-1.gradient.rich-text--full-width.content-container--full-width.section-template--21595234795732__rich_text_FKjmRf-padding {
    background-image: url(/cdn/shop/files/Rectangle_41.png?v=1770286643);
    background-size: contain;
    background-repeat: no-repeat;
}

section#shopify-section-template--21595234795732__rich_text_FKjmRf h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}


section#shopify-section-template--21595234795732__rich_text_FKjmRf .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #fff;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    width: 80%;
    padding-bottom: 20px;
}

div#shopify-section-template--21595234795732__product-grid .full-unstyled-link
 {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


div#shopify-section-template--21595234795732__product-grid span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}




div#shopify-section-template--21595234795732__product-grid quantity-input.quantity.cart-quantity {
    display: none;
}



section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .collection__description.body.rte.scroll-trigger.animate--slide-in {
    color: #5D5D5D;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}



section#shopify-section-template--21595234861268__featured_collection_thNt8p .collection__description.body.rte.scroll-trigger.animate--slide-in {
    color: #5D5D5D;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


div#collection-template--21595234861268__featured_collection_x8Uyw7 .collection__description.body.rte.scroll-trigger.animate--slide-in {
    color: #5D5D5D;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
 

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .collection__description.body.rte.scroll-trigger.animate--slide-in {
    color: #5D5D5D;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
 

section#shopify-section-template--21595234861268__featured_collection_QCPHqV  .collection__description.body.rte.scroll-trigger.animate--slide-in {
    color: #5D5D5D;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
 section#shopify-section-template--21595234959572__main .product.grid {
    gap: 10px;
}

 section#shopify-section-template--21595234959572__main .page-width
 {
        padding: 0 0rem;
    }


section#ProductInfo-template--21595234959572__main {
    padding-left: 10px;
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .slider-buttons {
    position: relative;
    bottom: 300px;
}
section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .slider-buttons {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw  .slider-counter.caption {
    display: none;
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
    stroke: var(--Primary, #967123);
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(38, 63, 120, 0.20);
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
    stroke: var(--Primary, #967123);
    background: #fff;
    box-shadow: 0 4px 4px #263f7833;
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p .slider-buttons {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}
section#shopify-section-template--21595234861268__featured_collection_thNt8p .slider-buttons {
    position: relative;
    bottom: 300px;
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p .slider-counter.caption
 {
    display: none;
}



section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
    stroke: var(--Primary, #967123);
    background: #fff;
    box-shadow: 0 4px 4px #263f7833;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .slider-buttons {
    position: relative;
    bottom: 300px;
}


section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
    stroke: var(--Primary, #967123);
    background: #fff;
    box-shadow: 0 4px 4px #263f7833;
}
section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .slider-buttons {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .slider-counter.caption
 {
    display: none;
}


/* weding */

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
    stroke: var(--Primary, #967123);
    background: #fff;
    box-shadow: 0 4px 4px #263f7833;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .slider-buttons {
    position: relative;
    bottom: 300px;
}


section#shopify-section-template--21595234861268__featured_collection_N9PMQH .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
    stroke: var(--Primary, #967123);
    background: #fff;
    box-shadow: 0 4px 4px #263f7833;
}
section#shopify-section-template--21595234861268__featured_collection_N9PMQH .slider-buttons {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .slider-counter.caption
 {
    display: none;
}


/* Diwali collecion */

section#shopify-section-template--21595234861268__featured_collection_QCPHqV .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
    stroke: var(--Primary, #967123);
    background: #fff;
    box-shadow: 0 4px 4px #263f7833;
}

section#shopify-section-template--21595234861268__featured_collection_QCPHqV .slider-buttons {
    position: relative;
    bottom: 300px;
}


section#shopify-section-template--21595234861268__featured_collection_QCPHqV .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    stroke-width: 1.5px;
    stroke: var(--Primary, #967123);
    background: #fff;
    box-shadow: 0 4px 4px #263f7833;
}
section#shopify-section-template--21595234861268__featured_collection_QCPHqV .slider-buttons {
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

section#shopify-section-template--21595234861268__featured_collection_QCPHqV .slider-counter.caption
 {
    display: none;
}




/* news */
section#shopify-section-template--21595234861268__newsletter_CjgAJx h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
         font-family: "Brandon Grotesque";
}

section#shopify-section-template--21595234861268__newsletter_CjgAJx .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__newsletter_CjgAJx input#NewsletterForm--template--21595234861268__newsletter_CjgAJx {
    border: 1px solid var(--Primary, #967123);
    background: #FFF;    border-radius: 0;
}

section#shopify-section-template--21595234861268__newsletter_CjgAJx button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21595234861268__newsletter_CjgAJx span.subscribe-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.footer__content-bottom.scroll-trigger.animate--slide-in {
    background: var(--Primary, #967123);
    padding-top: 0;
}

/* announce */
section#shopify-section-template--21595234959572__main .price__sale

 {
    display: flex;
    flex-direction: row;
}
section#shopify-section-template--21595234959572__main 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: block;
}

section#shopify-section-template--21595234959572__main .choose-color-label {
    color: #666;
        font-family: "Brandon Grotesque";

    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234959572__main .color-box {
    width: 60px;
    height: 40px;
    background: #e1e1e1;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
}

section#ProductInfo-template--21595234959572__main button#ProductSubmitButton-template--21595234959572__main {
    background: #967123;
    color: #FFF;
leading-trim: both;
text-edge: cap;
    font-family: "Brandon Grotesque";

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}

section#ProductInfo-template--21595234959572__main button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border: 1px solid #967123;
    background: #FFF;
}

.product-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center; /* keep text + icon together */
}

.product-form__submit:after {
    content: "";
    width: 22px;
    height: 22px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'><g clip-path='url(%23clip0_1_1864)'><path d='M8.24967 20.1666C8.75594 20.1666 9.16634 19.7562 9.16634 19.25C9.16634 18.7437 8.75594 18.3333 8.24967 18.3333C7.74341 18.3333 7.33301 18.7437 7.33301 19.25C7.33301 19.7562 7.74341 20.1666Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/><path d='M18.3337 20.1666C18.8399 20.1666 19.2503 19.7562 19.2503 19.25C19.2503 18.7437 18.8399 18.3333 18.3337 18.3333C17.8274 18.3333 17.417 18.7437 17.417 19.25C17.417 19.7562 17.8274 20.1666Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/><path d='M0.916992 0.916656H4.58366L7.04033 13.1908C7.12415 13.6129 7.35374 13.992 7.68891 14.2618C8.02408 14.5316 8.44346 14.6749 8.87366 14.6667H17.7837C18.2139 14.6749 18.6332 14.5316 18.9684 14.2618C19.3036 13.992 19.5332 13.6129 19.617 13.1908L21.0837 5.49999H5.50033' stroke='white' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0_1_1864'><rect width='22' height='22' fill='white'/></clipPath></defs></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    justify-content: space-between;
    left: 285px;
    top: 15px;
}

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

section#shopify-section-template--21595234959572__main button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    display: none;
}

section#shopify-section-template--21595234959572__main .product-form__submit {
    margin-bottom: 0;
}

div:has(.product-form) {
  width: 100%;
}


section#ProductInfo-template--21595234959572__main label.quantity__label.form__label {
    display: none;
}

section#ProductInfo-template--21595234959572__main input#Quantity-template--21595234959572__main {
    width: 20px;
}

section#ProductInfo-template--21595234959572__main .product-form__input {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 1.2rem;
    max-width: 60rem !important;
    min-width: fit-content;
    border: none;
}

section#ProductInfo-template--21595234959572__main .product__info-container>*+* {
    margin: 0rem 0 !important;
}

section#ProductInfo-template--21595234959572__main .custom-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 85%;
}

section#ProductInfo-template--21595234959572__main div#ProductAccordion-collapsible-row-0-template--21595234959572__main {
    color: #666;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#ProductInfo-template--21595234959572__main div#ProductAccordion-collapsible-row-1-template--21595234959572__main {
    color: #666;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#ProductInfo-template--21595234959572__main .product-form__input price-per-item, .price-per-item__container {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 45px;
}

.gradient .cart-notification-wrapper:is(.page-width)>.cart-notification {
    background: rgb(var(--color-background));
    background: #967123 !important;
    background-attachment: fixed;
}


._7ozb2um {
    border-color: var(--x-default-color-border) !important;
    border: 1px solid #D7D7D7 !important;
    background: #FFF !important;
    border-radius: 0 !important;
}


button#checkout-pay-button {
    background: #967123;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


._1fragemzd, ._1fragemze:hover {
    background-color: #ffffff !important;
    color: var(--x-default-color-text);
}

._6zbcq58._6zbcq57._1fragem3c._1fragemut._6zbcq5q._6zbcq5e._1fragem50._6zbcq518 {
    background: #FFF !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 14%) !important;
    padding: 10px !important;
}


.cart-item {
    background: #fff;
    box-shadow: 0 0 10px #263f7833;
}

div#main-cart-items span.price.price--end {
    color: #000;
    font-size: 14.991px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.698px;
    text-transform: uppercase;
}

div#main-cart-items a.cart-item__name.h4.break {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

span.remove-text {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
       font-family: "Brandon Grotesque";}


/* 1 */
/* section#shopify-section-template--21595234861268__featured_collection_T4Rtnw  {
    padding: 0 11rem;
} */


/* section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.collection__title--desktop-slider {
    padding: 0 2rem;
} */

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .slider--desktop .slider__slide:first-child {
        margin-left: 0;
        scroll-margin-left: var(--desktop-margin-left-first-item);
}


/* 2 */

section#shopify-section-template--21595234861268__featured_collection_thNt8p .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.collection__title--desktop-slider {
    padding: 0 2rem;
}



section#shopify-section-template--21595234861268__featured_collection_thNt8p .slider--desktop .slider__slide:first-child {
        margin-left: 0;
        scroll-margin-left: var(--desktop-margin-left-first-item);
}


/* 3 */



section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .slider--desktop .slider__slide:first-child {
        margin-left: 0;
        scroll-margin-left: var(--desktop-margin-left-first-item);
}
section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.collection__title--desktop-slider {
    padding: 0 2rem;
}


/* 4 */



section#shopify-section-template--21595234861268__featured_collection_N9PMQH .slider--desktop .slider__slide:first-child {
        margin-left: 0;
        scroll-margin-left: var(--desktop-margin-left-first-item);
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.collection__title--desktop-slider {
    padding: 0 2rem;
}


/* 5 */



section#shopify-section-template--21595234861268__featured_collection_QCPHqV .slider--desktop .slider__slide:first-child {
        margin-left: 0;
        scroll-margin-left: var(--desktop-margin-left-first-item);
}
section#shopify-section-template--21595234861268__featured_collection_QCPHqV .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.collection__title--desktop-slider {
    padding: 0 2rem;
}

.footer__content-bottom.scroll-trigger.animate--slide-in {
    display: none;
}

    .section-sections--21595235320020__custom_liquid_DV8hY7-padding {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }



section#shopify-section-template--21595234795732__multicolumn_6a7njg .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21595234795732__multicolumn_6a7njg .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21595234795732__multicolumn_6a7njg .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
        text-align: center;
}

section#shopify-section-template--21595234795732__multicolumn_6a7njg .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21595234795732__multicolumn_6a7njg .page-width.section-template--21595234795732__multicolumn_6a7njg-padding.isolate.scroll-trigger.animate--slide-in {
    padding: 3px 20rem;
}





section#shopify-section-template--21595234795732__image_banner_CkT9nU h2.banner__heading.inline-richtext.h1 {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234795732__image_banner_CkT9nU .banner__text.rte.body {
    color: #fff;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234795732__image_banner_CkT9nU    .banner__content.banner__content--middle-center {
        align-items: start;
        justify-content: start;
    }

section#shopify-section-template--21595234795732__image_banner_CkT9nU        .banner__content {
        padding: 0rem;
    }


section#shopify-section-template--21595234795732__image_banner_CkT9nU .banner--mobile-bottom .banner__box {
    padding: 7rem 3.5rem 0rem;
}



section#shopify-section-template--21617344512212__image_banner_gyHmew h2.banner__heading.inline-richtext.h1 {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}

 section#shopify-section-template--21617344512212__image_banner_gyHmew .banner__text.rte.body {
    color: #fff;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}


 section#shopify-section-template--21617344512212__image_banner_gyHmew  .banner__content.banner__content--middle-center {
    align-items: start;
    justify-content: start;
}
 section#shopify-section-template--21617344512212__image_banner_gyHmew  .banner__content {
    padding: 0rem;
}

 section#shopify-section-template--21617344512212__image_banner_gyHmew .banner--mobile-bottom .banner__box {
    padding: 7rem 3.5rem 0rem;
}

/* join */

section#shopify-section-template--21595234959572__newsletter_wrYfDQ h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234959572__newsletter_wrYfDQ .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}


section#shopify-section-template--21595234959572__newsletter_wrYfDQ button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21595234959572__newsletter_wrYfDQ span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21595234959572__newsletter_wrYfDQ input#NewsletterForm--template--21595234959572__newsletter_wrYfDQ {
    border: 1px solid var(--Primary, #967123);
    background: #FFF;    border-radius: 0;
}



/* join 1*/

section#shopify-section-template--21617344512212__newsletter_mMC4LM h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
}

section#shopify-section-template--21617344512212__newsletter_mMC4LM .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}


section#shopify-section-template--21617344512212__newsletter_mMC4LM button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21617344512212__newsletter_mMC4LM span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21617344512212__newsletter_mMC4LM input#NewsletterForm--template--21617344512212__newsletter_mMC4LM {
    border: 1px solid var(--Primary, #967123);
    background: #FFF;    border-radius: 0;
}



/* join 1*/

section#shopify-section-template--21595234795732__newsletter_mqAfEM h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234795732__newsletter_mqAfEM .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}


section#shopify-section-template--21595234795732__newsletter_mqAfEM button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21595234795732__newsletter_mqAfEM span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21595234795732__newsletter_mqAfEM input#NewsletterForm--template--21595234795732__newsletter_mqAfEM {
    border: 1px solid var(--Primary, #967123);
    background: #FFF;    border-radius: 0;
}


section#shopify-section-template--21651478708436__image_banner_83aPNJ h2.banner__heading.inline-richtext.h1 {
    color: #000;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}

section#shopify-section-template--21651478708436__image_banner_83aPNJ .banner__text.rte.body {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21651478708436__image_banner_83aPNJ .banner__content.banner__content--middle-center {
        align-items: start;
        justify-content: start;
    }


section#shopify-section-template--21651478708436__image_banner_83aPNJ .banner--mobile-bottom .banner__box {
    padding: 4rem 0rem;
}


section#shopify-section-template--21651478708436__multicolumn_iXWhTh .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}


section#shopify-section-template--21651478708436__multicolumn_iXWhTh .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}


section#shopify-section-template--21651478708436__multicolumn_iXWhTh .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}


section#shopify-section-template--21651478708436__multicolumn_iXWhTh .page-width.section-template--21651478708436__multicolumn_iXWhTh-padding.isolate.scroll-trigger.animate--slide-in {
    padding: 3px 20rem;
}

section#shopify-section-template--21651478708436__multicolumn_iXWhTh .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}


section#shopify-section-template--21651478708436__multicolumn_bxb3WH h3.inline-richtext {
    color: #967123;
    text-align: center;
        font-family: "Brandon Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

section#shopify-section-template--21651478708436__multicolumn_bxb3WH .rte {
    color: #333;
    text-align: center;
        font-family: "Brandon Grotesque";

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21651478708436__multicolumn_bxb3WH .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}

section#shopify-section-template--21651478708436__multicolumn_bxb3WH .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    width: 55px;
    margin: auto;
}

section#shopify-section-template--21651478708436__multicolumn_bxb3WH .multicolumn-card__info {
    padding: 1.5rem;
}

section#shopify-section-template--21651478708436__collection_list_JRpDYd .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21651478708436__collection_list_JRpDYd .card__information {
    grid-row-start: 2;
    padding: 0.3rem 0rem !important;
}

section#shopify-section-template--21651478708436__collection_list_JRpDYd .card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: 0;
}

/* join */


section#shopify-section-template--21651478708436__newsletter_H74AaC h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
}

section#shopify-section-template--21651478708436__newsletter_H74AaC .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21651478708436__newsletter_H74AaC input#NewsletterForm--template--21651478708436__newsletter_H74AaC {
    border: 1px solid var(--Primary, #967123);
    background: #FFF;    border-radius: 0;
}

section#shopify-section-template--21651478708436__newsletter_H74AaC button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21651478708436__newsletter_H74AaC span.subscribe-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

    .newsletter__wrapper {
        padding-right: 9rem;
        padding-left: 12rem !important;
    }


/* join */

section#shopify-section-template--21651958300884__newsletter_rqxzJy h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
}

section#shopify-section-template--21651958300884__newsletter_rqxzJy .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21651958300884__newsletter_rqxzJy input#NewsletterForm--template--21651958300884__newsletter_rqxzJy {
    border: 1px solid var(--Primary, #967123);
    background: #FFF;    border-radius: 0;
}

section#shopify-section-template--21651958300884__newsletter_rqxzJy button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21651958300884__newsletter_rqxzJy span.subscribe-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21651958300884__multicolumn_3E7Dna .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21651958300884__multicolumn_3E7Dna .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21651958300884__multicolumn_3E7Dna .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}

section#shopify-section-template--21651958300884__multicolumn_3E7Dna .page-width.section-template--21651958300884__multicolumn_3E7Dna-padding.isolate.scroll-trigger.animate--slide-in {
    padding: 3px 20rem;
}

section#shopify-section-template--21651958300884__multicolumn_3E7Dna .multicolumn-card__info {
    padding: 0.5rem;
}

section#shopify-section-template--21651958300884__multicolumn_3E7Dna .multicolumn-card__info

 {
    padding: 0rem;
}


section#shopify-section-sections--21595235352788__custom_liquid_q4k3AR .top-announcement-bar {
    background: #967123;
    padding: 6px 111px;
    font-size: 13px;
    text-align: left;
}

/* section#shopify-section-template--21595234861268__multicolumn_tiwNhL .page-width
 {
    padding: 0;
} */

/* === FORCE Diamond / Gold / Pearl into one line on mobile === */
@media screen and (max-width: 767px) {

  #Slider-template--21595234861268__multicolumn_tiwNhL {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 10px;
  }

  #Slider-template--21595234861268__multicolumn_tiwNhL > li {
    flex: 0 0 33.33% !important;
    max-width: 33.33% !important;
  }
div#Banner-template--21595234861268__image_banner h2.banner__heading.inline-richtext.h1 {
    color: #fff;
    text-align: center;
        font-family: "Brandon Grotesque";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
}

div#Banner-template--21595234861268__image_banner .banner__text.rte.body p {
    color: #ff;
    text-align: center;
        font-family: "Brandon Grotesque";

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

div#Banner-template--21595234861268__image_banner a.button.button--primary {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0;
    color:rgb(255, 255, 255);
        font-family: "Brandon Grotesque";

    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    padding: 8px 10px 8px 10px;
}

section#shopify-section-template--21595234861268__collection_list_JLkCeU h2#SectionHeading-template--21595234861268__collection_list_JLkCeU {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 8px;
    text-transform: capitalize;
}


section#shopify-section-template--21595234861268__collection_list_JLkCeU .title-wrapper-with-link {

    margin-bottom: 2rem;

}

section#shopify-section-template--21595234861268__collection_list_JLkCeU .card__information {
    grid-row-start: 2;
    padding: 0.3rem 0rem 1rem !important;
}
section#shopify-section-template--21595234861268__collection_list_tDetzJ h2#SectionHeading-template--21595234861268__collection_list_tDetzJ {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    text-transform: capitalize;
}

.section-template--21595234861268__collection_list_JLkCeU-padding {
  
    padding-bottom: 0px !important;
}
section#shopify-section-template--21595234861268__collection_list_tDetzJ h3.card__heading {
        color: #fff;
            font-family: "Brandon Grotesque";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-transform: capitalize;
}

/* section#shopify-section-template--21595234861268__featured_collection_T4Rtnw {
    padding: 0 0rem;
} */

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .full-unstyled-link {
  
    font-size: 15px;
   
}

.disc {
   
    font-size: 12px;
   
}
section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .price--on-sale .price__sale {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p {
    padding: 0px 0rem;
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p .full-unstyled-link {
 
    font-size: 15px;
}
section#shopify-section-template--21595234861268__rich_text_T9RNhp h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
  
    font-size: 27px;

    line-height: 30px;
   
}

section#shopify-section-template--21595234861268__rich_text_T9RNhp .rich-text__text.rte.scroll-trigger.animate--slide-in {
  
    font-size: 14px;}



section#shopify-section-template--21595234861268__rich_text_T9RNhp a.button.button--primary {
  
    font-size: 13px;
 
    margin-top: 14px;
    border-radius: 0;
    padding: 8px 10px 8px 10px;
}

section#shopify-section-template--21595234861268__rich_text_T9RNhp .section-template--21595234861268__rich_text_T9RNhp-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 {
    padding: 0 0rem;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .full-unstyled-link {

    font-size: 15px;}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH {
    padding: 0 0rem;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .full-unstyled-link {

    font-size: 15px;}



section#shopify-section-template--21595234861268__featured_collection_QCPHqV {
    padding: 0 0rem;
}



section#shopify-section-template--21595234861268__featured_collection_QCPHqV .full-unstyled-link {
 
    font-size: 15px;
   
}


.collection__title.title-wrapper

 {
    margin-bottom: 0.5rem;
}
section#shopify-section-template--21595234861268__featured_collection_T4Rtnw h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
 
    font-size: 25px;
  
    line-height: 15px;
   
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
    font-size: 25px;
  
    line-height: 15px;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
     font-size: 25px;
  
    line-height: 15px;
}


section#shopify-section-template--21595234861268__featured_collection_N9PMQH h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
   font-size: 25px;
  
    line-height: 15px;
}

section#shopify-section-template--21595234861268__featured_collection_QCPHqV h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
    font-size: 25px;
  
    line-height: 15px;
}

.collection__title.title-wrapper {
    margin-bottom: 0.5rem;
}


section#shopify-section-template--21595234861268__rich_text_z9FyNG h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in
 {
   
    font-size: 28px;
    
 }

.slider-button:not([disabled]):hover {
    color: rgb(150 113 35) !important;
}
.slider-button {
    color: rgba(var(--color-foreground), .75);
    background: #ffffff !important;
    border: none;
    cursor: pointer;
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px !important;
}

.slider-counter {
    display: flex;
    justify-content: center;
    min-width: 4.4rem;
    color: #fff !important;
}


.newsletter__wrapper {
    padding-left: 2rem !important;
}

.newsletter__wrapper {
    padding-right: calc(2rem / var(--font-body-scale));
    padding-left: calc(4rem / var(--font-body-scale));
}
section#shopify-section-template--21595234861268__newsletter_CjgAJx h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
  
    font-size: 22px;
  
    line-height: 28px;
  
}
section#shopify-section-template--21595234861268__newsletter_CjgAJx .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
  
    font-size: 13px;
   
    line-height: 21px;
   
}

.newsletter__wrapper>*+* {
    margin-top: 0rem !important;
}


.newsletter__wrapper
 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 22px;
}



footer.footer.color-scheme-4.gradient.section-sections--21595235320020__footer-padding .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
    justify-content: center;
}
.footer.footer.color-scheme-4.gradient.section-sections--21595235320020__footer-padding h2.footer-block__heading.inline-richtext {
   
    text-align: left;
}


.section-sections--21595235320020__footer-padding {
    padding-top: 9px;
    padding-bottom: 0px !important;
}
    .footer__content-top {
        padding-bottom: 0rem !important;}


.footer-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}


section#ProductInfo-template--21595234959572__main h1 {
  
font-size: 21px;
        line-height: 26px;
 
}

section#ProductInfo-template--21595234959572__main .product__description.rte.quick-add-hidden {
  
    font-size: 14px;
   
    line-height: 23px;
 
}

section#shopify-section-template--21595234959572__main .choose-color-label {
 
    font-size: 12px;
   
}


.choose-color-wrapper {
    display: flex;
    align-items: flex-start !important;
    gap: 18px;
    font-family: Arial, sans-serif;
    flex-direction: column !important;
}

.experience-box .text {
   
    font-size: 13px !important;
   
}

.product-highlights {
    display: flex;
    align-items: flex-start !important;
    gap: 6px !important;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-top: 8px;
    flex-direction: column;
}
.experience-box    { padding: 9px 18px 0px 17px;}

section#ProductInfo-template--21595234959572__main button#ProductSubmitButton-template--21595234959572__main {
   
    font-size: 15px;
  
}


}



div#shopify-section-template--21654119448788__cart-items h1.title.title--primary {
    color: #967123;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234959572__main .page-width {
    padding: 0 5rem;
}

section#ProductInfo-template--21595234959572__main {
    padding-left: 20px;
}

@media (min-width: 750px) {
    .totals {
        justify-content: space-evenly;
    }
}

/* cart */

section#shopify-section-template--21595234959572__related-products .related-products__heading {
    margin: 0 0 0rem;
}

/* cartt */

form#FacetFiltersFormMobile span {
    color: #333;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

form#FacetFiltersFormMobile span.facet-checkbox__text {
    color: #333;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

form#FacetFiltersFormMobile h2.mobile-facets__heading.small-hide {
    color: #967123;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: capitalize;
            font-family: "Brandon Grotesque";
}

.mobile-facets__inner {
    background-color: #fff !important;
 
}

.mobile-facets__open {
  color: #967123 !important;
text-align: center !important;

font-family: "Baloo Bhaijaan 2" !important;
font-size: 27px !important;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.2px;
text-transform: capitalize;
}

span.mobile-facets__open-label.button-label.small-hide {
    font-size: 22px !important;
        font-family: "Brandon Grotesque";

}

form#FacetFiltersFormMobile facet-remove.mobile-facets__clear-wrapper {
    background-color: #96712300;
    border: 1px solid #967123 !important;
}

form#FacetFiltersFormMobile a.mobile-facets__clear.underlined-link {
  color: #967123 !important;

    font-family: "Baloo Bhaijaan 2" !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}

form#FacetFiltersFormMobile button.button.button--primary {
color: #967123 !important;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
     font-family: "Baloo Bhaijaan 2" !important;

}

.mobile-facets__close {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mobile-facets__close .clear-filter-text {
  font-size: 14px !important;
  font-weight: 500;
}

.mobile-facets__close {
  
    width: 15.4rem !important;}


  p.mobile-facets__count {
    text-align: left !important;
}

 span.clear-filter-text {
    color: #666 !important;
    font-family: "Brandon Grotesque" !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: capitalize;
}


.mobile-facets__close {
  
    gap: 15px !important;
}

form#FacetFiltersFormMobile button.button.button--primary {
    color: #FFF !important;
    font-family: "Baloo Bhaina 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: #967123;
}

.mobile-facets__footer {
  
    background: #ffffff !important;
}

/* ===============================
   QUICK ADD HOVER SLIDE IN
================================ */

/* Default hidden state */
.quick-add__submit {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.35s ease;
  pointer-events: none;

  padding: 0rem !important;
  min-width: 75% !important;
  box-sizing: border-box;

  border: 1px solid #967123 !important;
  background: #fff !important;
  color: #967123 !important;
   font-family: "Brandon Grotesque" !important;  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative !important;
}

/* When product card is hovered */
.card:hover .quick-add__submit,
.card-wrapper:hover .quick-add__submit,
.grid__item:hover .quick-add__submit {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* Button width fix */
.button--full-width {
    display: flex !important;
    width: 70% !important;
    min-height: 38px !important;
    margin-left: 0;
    justify-content: center;
    margin: auto !important;
}


.section-template--21595234795732__product-grid-padding.gradient.color-scheme-1 .quick-add {
    position: relative;
    grid-row-start: 4;
    margin: 0 0 1rem;
    z-index: 1;
    top: -300px;
}




section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .quick-add__submit {
  
  position: absolute !important;
    top: -220px !important;    left: 25px;

}

section#shopify-section-template--21595234861268__featured_collection_thNt8p .quick-add__submit {
    position: relative !important;
    top: -200px !important;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .quick-add__submit {
  
 position: absolute !important;
    top: -220px !important;left: 25px !important;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .quick-add__submit {
  
 position: absolute !important;
    top: -220px !important;left: 25px !important;
}


section#shopify-section-template--21595234861268__featured_collection_QCPHqV .quick-add__submit {
  
 position: absolute !important;
    top: -220px !important;left: 25px !important;
}

@media (hover: hover) {

  #Slider-template--21595234861268__collection_list_tDetzJ 
  .card__media::before,
  #Slider-template--21595234861268__collection_list_tDetzJ 
  .card__media::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;

    opacity: 0;
    pointer-events: none;
    z-index: 2;

    background: rgba(255, 255, 255, 0.35);

    transition:
      opacity 0.35s ease,
      transform 0.35s ease;
  }

  /* TOP RIGHT */
  /* #Slider-template--21595234861268__collection_list_tDetzJ 
  .card__media::before {
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    transform: translate(28px, -28px);
  } */

  /* BOTTOM LEFT */
  /* #Slider-template--21595234861268__collection_list_tDetzJ 
  .card__media::after {
    bottom: 0;
    left: 0;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    transform: translate(-28px, 28px);
  } */

  /* HOVER SHOW */
  /* #Slider-template--21595234861268__collection_list_tDetzJ 
  .collection-list__item:hover .card__media::before,
  #Slider-template--21595234861268__collection_list_tDetzJ 
  .collection-list__item:hover .card__media::after {
    opacity: 1;
    transform: translate(0, 0);
  } */
}

@media (hover: hover) {

  #Slider-template--21595234861268__collection_list_tDetzJ 
  .collection-list__item:hover .card__heading a {
    color: #000 !important;
    transition: color 0.3s ease;
  }

  #Slider-template--21595234861268__collection_list_tDetzJ 
  .collection-list__item:hover .card__heading a svg {
    color: #000;
  }
}
section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .slider-buttons {
   
    bottom: 370px;
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p .slider-buttons {
   
    bottom: 370px;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .slider-buttons {
   
    bottom: 370px;
}
section#shopify-section-template--21595234861268__featured_collection_N9PMQH .slider-buttons {
   
    bottom: 370px;
}


section#shopify-section-template--21595234861268__featured_collection_QCPHqV .slider-buttons {
   
    bottom: 370px;
}


section#ProductInfo-template--21595234959572__main .button--full-width {
    display: flex ;
    width: 60% !important;
    min-height: 50px!important;
    margin-left: 0 !important;
}




/* PRODUCT */
section#shopify-section-template--21595234959572__featured_collection_wqhbnA h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234959572__featured_collection_wqhbnA .full-unstyled-link {
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#ProductInfo-template--21595234959572__main p.product__text.inline-richtext {
    font-weight: 600;
    color: #000000c9;
}

section#shopify-section-template--21595234959572__featured_collection_wqhbnA span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}

section#shopify-section-template--21595234959572__featured_collection_wqhbnA .card__badge {
   
    display: none;
}


section#shopify-section-template--21665770045652__image_banner_h6MXUy h2.banner__heading.inline-richtext.h1 {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}


section#shopify-section-template--21665770045652__image_banner_h6MXUy .banner__text.rte.body {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21665770045652__image_banner_h6MXUy .banner__content.banner__content--middle-left.page-width.scroll-trigger.animate--slide-in {
    padding-left: 0;
}

section#shopify-section-template--21595234762964__image_banner_hqA9Y8 h2.banner__heading.inline-richtext.h1 {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21595234762964__image_banner_hqA9Y8 .banner__text.rte.body {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21595234762964__image_banner_hqA9Y8 .banner__content.banner__content--middle-left.page-width.scroll-trigger.animate--slide-in {
    padding-left: 0 !important;
}

section#shopify-section-template--21595234762964__main .card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: 0;
}

section#shopify-section-template--21595234762964__main .full-unstyled-link {
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21595234762964__main p.article-card__excerpt.rte-width {
    color: #666;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21595234762964__main .article-card__info.caption-with-letter-spacing.h5 {
    display: none;
}

section#shopify-section-template--21595234762964__main h1.title--primary.scroll-trigger.animate--fade-in {
    display: none;
}


section#shopify-section-template--21672755298516__image_banner_qH6pMz h2.banner__heading.inline-richtext.h1 {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21672755298516__image_banner_qH6pMz .banner__text.rte.body

 {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21672755298516__multicolumn_giy4Kg h3.inline-richtext {
    color: #967123;
        font-family: "Brandon Grotesque";

    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21672755298516__multicolumn_giy4Kg .multicolumn-card__info .rte p {
    color: #222;
    text-align: center;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21595235057876__image_banner_4kp9HX h2.banner__heading.inline-richtext.h1 {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
}


section#shopify-section-template--21595235057876__image_banner_4kp9HX .banner__text.rte.body p

 {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21595235057876__image_banner_4kp9HX .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    padding-left: 0;
}

/* ================= CONTACT 2 COLUMN LAYOUT ================= */

.contact-two-col {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: flex-start;
}

/* Left form */
.contact-form-col {
  background: transparent;
}

/* Right info box */
.contact-info-col {
  background:rgba(248, 248, 248, 0);
  padding: 30px;
  border-radius: 12px;
  padding-left: 0;
}

.contact-info-title {
    color: #967123;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.contact-info-item {
  margin-bottom: 18px;
}

.contact-info-item strong {
    display: block;
    color: #967123;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.contact-info-item a {
  text-decoration: none;
  color: #222;
    font-family: "Brandon Grotesque";

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.contact-info-item p {
    color: #222;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
        margin-top: 3px;
}

.contact-form-col {
    padding-top: 30px;
}
/* ================= MOBILE ================= */

@media screen and (max-width: 768px) {
  .contact-two-col {
    grid-template-columns: 1fr;
  }

  .contact-info-col {
    margin-top: 30px;
  }
}
section#shopify-section-template--21595235057876__form .field__input, .select__select, .customer .field input, .customer select {
border: 1px solid rgba(150, 113, 35, 0.50) !important;
background: #FFF !important;
border-radius:0 !important;
}


section#shopify-section-template--21595235057876__form .field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
   
    box-shadow: 0 0 0 var(--inputs-border-width) rgb(43 44 45 / 0%);
  
}


section#shopify-section-template--21595235057876__form button.button {
    background: #967123;
    color: #FFF;
     font-family: "Baloo Bhaijaan 2" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 100% !important;
}



section#shopify-section-template--21595235057876__multicolumn_a48Xyy .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21595235057876__multicolumn_a48Xyy .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21595235057876__multicolumn_a48Xyy .multicolumn.background-primary .multicolumn-card{
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21595235057876__multicolumn_a48Xyy .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21595235057876__multicolumn_a48Xyy .page-width {
   padding: 3px 20rem;
   text-align:center;
}


section#shopify-section-template--21595235057876__newsletter_yhgptQ h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}


section#shopify-section-template--21595235057876__newsletter_yhgptQ .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21595235057876__newsletter_yhgptQ input#NewsletterForm--template--21595234861268__newsletter_CjgAJx {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}


section#shopify-section-template--21595235057876__newsletter_yhgptQ button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21595235057876__newsletter_yhgptQ span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21595235057876__newsletter_yhgptQ input#NewsletterForm--template--21595235057876__newsletter_yhgptQ {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}


section#shopify-section-template--21674246865108__image_banner_98cTkk h2.banner__heading.inline-richtext.h1

 {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21674246865108__image_banner_98cTkk .banner__text.rte.body p {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21674246865108__image_banner_98cTkk .banner__content.banner__content--middle-left.page-width.scroll-trigger.animate--slide-in {
    padding-left: 0;
}

div#shopify-section-template--21595234795732__product-grid section#shopify-section-template--21595235057876__form .field__input, .select__select, .customer .field input, .customer select {
    border: 1px solid rgb(150 113 35 / 0%) !important;
    background: #fff !important;
    border-radius: 0 !important;
}


section#shopify-section-template--21617344512212__collection_list_m3frjF .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    color: var(--Primary, #967123);
    text-align: center;
        font-family: "Brandon Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.main-blog.page-width.section-template--21595234762964__main-padding .rte-width {
    max-width: 82rem;
    margin: 0 auto 0rem;
}

section#shopify-section-template--21595234762964__multicolumn_WfMn9H .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21595234762964__multicolumn_WfMn9H .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21595234762964__multicolumn_WfMn9H .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21595234762964__multicolumn_WfMn9H .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21595234762964__multicolumn_WfMn9H .page-width {
  padding: 3px 20rem;
      text-align: center;
}


section#shopify-section-template--21595234762964__newsletter_Ywgkwt h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21595234762964__newsletter_Ywgkwt .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234762964__newsletter_Ywgkwt input#NewsletterForm--template--21595234762964__newsletter_Ywgkwt {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21595234762964__newsletter_Ywgkwt button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21595234762964__newsletter_Ywgkwt span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.xb-wishlist-header-auto__svg svg {
    fill: rgb(28 22 22);}


.xb-wishlist-button-collection.xb-wishlist-button-collection--hover button.xb-wishlist-button-collection__remove {
    top: 33px;
    right: 20px;
    border: 1px solid #967123 !important;
    color: #967123 !important;
    border-radius: 0;
    background-color: #fff;
}

.xb-wishlist-button-collection__add:hover svg, .xb-wishlist-button-collection__remove svg {
    fill: #956f24 !important;
}


.xb-wishlist-button-collection.xb-wishlist-button-collection--hover button.xb-wishlist-button-collection__add {
    top: 33px;
    right: 20px;
    border: 1px solid #967123 !important;
    color: #967123 !important;
    border-radius: 0px;
    background-color: #fff;
}

.xb-wishlist-button-collection__add:hover svg, .xb-wishlist-button-collection__add svg {
    fill: #956f24 !important;
}




.product-form__input--pill input[type=radio]:disabled+label, .product-form__input--pill input[type=radio].disabled+label {

    border-radius: 0 !important;
}

.xb-wishlist-button__add-style svg, .xb-wishlist-button__loading-icon-style svg, .xb-wishlist-button__remove-style svg {
    fill: #000 !important;
    height: var(--xb-wishlist-icon-size);
    transition: fill .3s ease-in-out;
    width: var(--xb-wishlist-icon-size);
}

section#ProductInfo-template--21595234959572__main .product-form__input .form__label {
    padding-left: 0;
    color: #967123;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/* section#ProductInfo-template--21595234959572__main button.xb-wishlist-button__remove-style {
    float: right;
    top: 15px;
} 
section#ProductInfo-template--21595234959572__main button.xb-wishlist-button__add-style {
    float: right;
    top: 15px;
} */

/* section#ProductInfo-template--21595234959572__main xb-wishlist-button {
    float: right;
    position: relative;
    top: 20px;
    left: -20px;
} */

/* section#ProductInfo-template--21595234959572__main button.xb-wishlist-button__add-style {
    display: none;
} */

section#ProductInfo-template--21595234959572__main xb-wishlist-button {
    position: absolute;
    right: 0;
}

section#ProductInfo-template--21595234959572__main .share-button__button .icon-share {
    height: 2.2rem;
    margin-right: 1rem;
    min-width: 2.3rem;
}


section#ProductInfo-template--21595234959572__main .xb-wishlist-button__add-style svg, .xb-wishlist-button__loading-icon-style svg, .xb-wishlist-button__remove-style svg {
    fill: var(--xb-wishlist-icon-color);
    height: var(--xb-wishlist-icon-size);
    transition: fill .3s ease-in-out;
    width: var(--xb-wishlist-icon-size);
    height: 2.2rem;
    margin-right: 1rem;
    min-width: 2.3rem;
}



button.share-button__button {
    width: 50px !important;
    position: absolute !important;
    bottom: 17px !important;
    left: 466px !important;
}


div#QuickAddInfo-9061090951380 button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    display: none;
}

div#QuickAddInfo-9061090951380 button#ProductSubmitButton-quickadd-template--21595234959572__main {
    background: #967123;
    color: #fff;
    leading-trim: both;
    text-edge: cap;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 120% !important;
    padding: 13px;
}

.shopify-policy__container {
    max-width: 560px;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.shopify-policy__title {
    text-align: left;
}

.shopify-policy__title h1 {
    text-align: left;
    color: var(--Primary, #967123);
       font-family: "Brandon Grotesque";    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;    font-family: "Brandon Grotesque";
}

.shipping-block {
    padding-left: 0;
    padding-top: 0;
    background: #fff;
    border-radius: 8px;
        font-family: "Brandon Grotesque";

    color: #000000d4;
    margin-top: 26px !important;
}

.shipping-block h2 {
    margin: 0;
}

.shipping-block p {
    padding-top: 0;
    margin-top: 3px;
}

.section-template--21595234795732__product-grid-padding.gradient.color-scheme-1     .grid {
        column-gap: 0;
        row-gap: 0;
    }


section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .collection__title.title-wrapper--self-padded-tablet-down {
        padding: 0 0rem;
    }

/* new width */
section#shopify-section-template--21595234861268__featured_collection_T4Rtnw slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger.animate--slide-in {
    max-width: var(--page-width);
    padding: 0 4rem;
    margin: auto;
}


section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down.collection__title--desktop-slider {
    max-width: var(--page-width) !important;
    padding: 0 5rem !important;
}

/* 2 */
section#shopify-section-template--21595234861268__featured_collection_thNt8p slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger.animate--slide-in {
    max-width: var(--page-width);
    padding: 0 4rem;
    margin: auto;
}


section#shopify-section-template--21595234861268__featured_collection_thNt8p .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down.collection__title--desktop-slider {
    max-width: var(--page-width) !important;
    padding: 0 5rem !important;
}

/* 3 */


section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger.animate--slide-in {
    max-width: var(--page-width);
    padding: 0 4rem;
    margin: auto;
}


section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down.collection__title--desktop-slider {
    max-width: var(--page-width) !important;
    padding: 0 5rem !important;
}

/* 4 */


section#shopify-section-template--21595234861268__featured_collection_N9PMQH slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger.animate--slide-in {
    max-width: var(--page-width);
    padding: 0 4rem;
    margin: auto;
}


section#shopify-section-template--21595234861268__featured_collection_N9PMQH .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down.collection__title--desktop-slider {
    max-width: var(--page-width) !important;
    padding: 0 5rem !important;
}

/* 5 */


section#shopify-section-template--21595234861268__featured_collection_QCPHqV slider-component.slider-mobile-gutter.slider-component-desktop.scroll-trigger.animate--slide-in {
    max-width: var(--page-width);
    padding: 0 4rem;
    margin: auto;
}


section#shopify-section-template--21595234861268__featured_collection_QCPHqV .collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down.collection__title--desktop-slider {
    max-width: var(--page-width) !important;
    padding: 0 5rem !important;
}

.newsletter__wrapper {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.newsletter__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    max-width: var(--page-width);
    padding: 0 4rem !important;
    margin: auto;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

section#shopify-section-template--21617344512212__collection_list_m3frjF .card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: 0;
}

section#shopify-section-template--21617344512212__collection_list_m3frjF span.icon-wrap {
    display: none;
}

section#ProductInfo-template--21595234959572__main .rte li {
list-style: inherit;
    display: inline-block;
    width: 50%;
    border: 1px solid #33333314;
    padding: 3px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000c;
}

section#ProductInfo-template--21595234959572__main .accordion summary {
    display: flex;
    position: relative;
    line-height: 1;
    padding: 1.5rem 0;
    box-shadow: 0px 0px 20px 0px #00000008;
    margin-bottom: 10px;
    padding-left: 15px;
}

section#ProductInfo-template--21595234959572__main .rte ul, .rte ol {
    list-style-position: inside;
    padding-left: 0rem;
}

section#ProductInfo-template--21595234959572__main strong {
    font-weight: 600;font-weight: 500;
    color: #977223;
}

div#QuickAddInfo-9061090951380 .quantity {
    color: rgba(var(--color-foreground));
    position: relative;
    width: calc(16rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    display: flex;
    border-radius: 0;
    min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
    border: .5px solid #000;
    background: #fff;
}

section#shopify-section-template--21595234992340__main .card__badge.bottom.left {
    display: none;
}

section#shopify-section-template--21595234992340__main .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21595234992340__main span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}

section#shopify-section-sections--21595235320020__newsletter_hhdwwi h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-sections--21595235320020__newsletter_hhdwwi .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-sections--21595235320020__newsletter_hhdwwi input#NewsletterForm--template--21595234861268__newsletter_CjgAJx {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21672755298516__multicolumn_Ww9iNx .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21672755298516__multicolumn_Ww9iNx .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21672755298516__multicolumn_Ww9iNx .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21672755298516__multicolumn_Ww9iNx .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21672755298516__multicolumn_Ww9iNx .page-width {
   padding: 3px 20rem;
       text-align: center;
}

section#shopify-section-template--21672755298516__newsletter_W3gqDL h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21672755298516__newsletter_W3gqDL .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21672755298516__newsletter_W3gqDL input#NewsletterForm--template--21672755298516__newsletter_W3gqDL {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21672755298516__newsletter_W3gqDL button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21672755298516__newsletter_W3gqDL span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

div#Banner-template--21672755298516__image_banner_qH6pMz .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    padding-left: 0;
}

div#Banner-template--21693239066836__image_banner_iaedQL .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient h2.banner__heading.inline-richtext.h1 {
    color: #FFF;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
}

div#Banner-template--21693239066836__image_banner_iaedQL .banner__text.rte.body p {
    color: #FFF;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-align: left;
}

div#shopify-section-template--21693239066836__image_with_text_cYKwi9 h2.image-with-text__heading.inline-richtext.h1 {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    text-transform: capitalize;
}

div#shopify-section-template--21693239066836__image_with_text_cYKwi9 .image-with-text__text.rte.body {
    color: #666;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-align: justify;
} 

section#shopify-section-template--21693239066836__multicolumn_jJ8YWW h3.inline-richtext {
    text-align: center;
}

.multirow.section-template--21693239066836__multirow_FqXFXQ-padding.gradient.color-scheme-1 h2.image-with-text__heading.h1.rte {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    text-transform: capitalize;
}

.multirow.section-template--21693239066836__multirow_FqXFXQ-padding.gradient.color-scheme-1 .image-with-text__text.rte.body {
    color: #666;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-align: justify;
}

.multirow.section-template--21693239066836__multirow_FqXFXQ-padding.gradient.color-scheme-1 p.image-with-text__text.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--medium {
    color: #806200;
    font-size: 16px;
    letter-spacing: .05px;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 10px;
}

.section-template--21693239066836__image_with_text_cYKwi9-padding.gradient.color-scheme-1     .image-with-text__content {
        padding: 6rem 2rem 7rem;
    }

section#shopify-section-template--21693239066836__multicolumn_BQiXJU .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21693239066836__multicolumn_BQiXJU .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21693239066836__multicolumn_BQiXJU .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21693239066836__multicolumn_BQiXJU .multicolumn.background-primary .multicolumn-card {
    background: rgb(255 255 255 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}

section#shopify-section-template--21693239066836__multicolumn_BQiXJU .page-width {
    padding: 0;
    padding: 3px 20rem;
    text-align:center;
}

section#shopify-section-template--21693239066836__newsletter_awNXKw h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21693239066836__newsletter_awNXKw .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21693239066836__newsletter_awNXKw input#NewsletterForm--template--21693239066836__newsletter_awNXKw {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21693239066836__newsletter_awNXKw span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21693239066836__newsletter_awNXKw button#Subscribe {
    background: var(--Primary, #967123);
}
.card__badge {
 
    display: block;
}

span.badge.price__badge-sale.color-scheme-5 {
    display: none;
}

section#ProductInfo-template--21595234959572__main strong {
    display: block;
}

@media screen and (max-width: 768px)

{section#ProductInfo-template--21595234959572__main .rte li {

    font-size: 11px;
}
.quick-add__submit {
   
    font-size: 12px !important;
   
}
section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .quick-add__submit {
    position: absolute !important;
          top: -155px!important;
        left: 0px !important;
    font-size: 8px !important;
    padding: 4px !important;
    min-height: 13px !important;       
}
section#shopify-section-template--21595234861268__featured_collection_thNt8p .quick-add__submit {
    position: absolute !important;
           top: -155px!important;
        left: 0px !important;
    font-size: 8px !important;
    padding: 4px !important;
    min-height: 13px !important; 
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .quick-add__submit {
    position: absolute !important;
           top: -155px!important;
        left: 0px !important;
    font-size: 8px !important;
    padding: 4px !important;
    min-height: 13px !important;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .quick-add__submit {
    position: absolute !important;
           top: -155px!important;
        left: 0px !important;
    font-size: 8px !important;
    padding: 4px !important;
    min-height: 13px !important;
}


section#shopify-section-template--21595234861268__featured_collection_QCPHqV .quick-add__submit {
    position: absolute !important;
          top: -155px!important;
        left: 0px !important;
    font-size: 8px !important;
    padding: 4px !important;
    min-height: 13px !important;
}

.page-width.section-template--21651478708436__multicolumn_iXWhTh-padding.isolate.scroll-trigger.animate--slide-in {
    padding: 0 !important;
}

section#shopify-section-template--21651478708436__image_banner_83aPNJ h2.banner__heading.inline-richtext.h1 {
    color: #ffffff !important;
        font-size: 31px !important; 
    
}

section#shopify-section-template--21651478708436__image_banner_83aPNJ .banner__text.rte.body {
    color: #ffffff;

    font-size: 15px;}

    .experience-section {
    background: #fff ;
    padding: 0 2rem !important;
    max-width: var(--page-width) !important;
    margin: inherit !important;
}
div#shopify-section-template--21651478708436__experience_at_home_C4bcrn .card-description {
    color: #666;
        font-family: "Brandon Grotesque";

    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    width: 100% !important;
}

.select-btn {
    background: #967123;
    color: #fff;
    border: none;
    padding: 8px 25px !important;
    cursor: pointer;
        font-family: "Brandon Grotesque";

    font-size: 13px !important;
    font-weight: 400;
}
div#selectionBar {
    display: flex;
    flex-direction: column;
}

.book-btn {
    background: #fff;
    color: #8b6b1c;
    padding: 7px 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}
}
.mapsy-footer {
    display: none;
}

.mapsy-style-compact .mapsy-location-cell[aria-selected=true]:not(.mapsy-popup-mode) {
    background-color: rgb(248 241 225) !important;
}

.mapsy-search-input {

    border: solid 1px #967123 !important;
    border-radius: 0 !important;
}

.mapsy-geo-btn-inline svg {

    fill: #967123 !important;

}


section#shopify-section-template--21674246865108__multicolumn_rAhJa3 .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21674246865108__multicolumn_rAhJa3 .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext

 {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21674246865108__multicolumn_rAhJa3 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21674246865108__multicolumn_rAhJa3 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21674246865108__multicolumn_rAhJa3 .page-width {
    padding: 3px 20rem;
    text-align: center;
}

section#shopify-section-template--21674246865108__newsletter_EabB7E h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21674246865108__newsletter_EabB7E .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21674246865108__newsletter_EabB7E input#NewsletterForm--template--21674246865108__newsletter_EabB7E {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21674246865108__newsletter_EabB7E span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
section#shopify-section-template--21674246865108__newsletter_EabB7E button#Subscribe {
    background: var(--Primary, #967123);
}

@media screen and (max-width: 768px) {
section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .slider-buttons {
    display: none !important;
}
section#shopify-section-template--21595234861268__featured_collection_thNt8p .slider-buttons {
    display: none !important;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .slider-buttons {
    display: none !important;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH  .slider-buttons {
    display: none !important;
}

section#shopify-section-template--21595234861268__featured_collection_QCPHqV .slider-buttons {
    display: none !important;
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .disc {
    display: none;
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p .disc {
    display: none;
}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .disc {
    display: none;
}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .disc {
    display: none;
}


section#shopify-section-template--21595234861268__featured_collection_QCPHqV .disc {
    display: none;
}


section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .full-unstyled-link {
        font-size: 12px;
    }


section#shopify-section-template--21595234861268__featured_collection_thNt8p .full-unstyled-link {
        font-size: 12px;
    }


section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .full-unstyled-link {
        font-size: 12px;
    }

section#shopify-section-template--21595234861268__featured_collection_N9PMQH
.full-unstyled-link {
        font-size: 12px;
    }

    section#shopify-section-template--21595234861268__featured_collection_QCPHqV  .full-unstyled-link {
        font-size: 12px;
    }

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw span.price-item.price-item--sale.price-item--last {
  
    font-size: 13px;
  
}

section#shopify-section-template--21595234861268__featured_collection_T4Rtnw .price--on-sale .price-item--regular {
   
    font-size: 13px;
    
}

img.high_p, img.price-icon {
    width: 14px;
}


section#shopify-section-template--21595234861268__featured_collection_thNt8p .price--on-sale .price-item--regular {
  
    font-size: 13px;
  
}

section#shopify-section-template--21595234861268__featured_collection_thNt8p span.price-item.price-item--sale.price-item--last {
   
    font-size: 14px;
   
}
section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 .price--on-sale .price-item--regular {
   
    font-size: 13px;}

section#shopify-section-template--21595234861268__featured_collection_x8Uyw7 span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 14px;}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH .price--on-sale .price-item--regular
 {
  
    font-size: 13px;}

section#shopify-section-template--21595234861268__featured_collection_N9PMQH span.price-item.price-item--sale.price-item--last {
  
    font-size: 14px;}

section#shopify-section-template--21595234861268__featured_collection_QCPHqV .price--on-sale .price-item--regular {
   
    font-size: 13px;}


section#shopify-section-template--21595234861268__featured_collection_QCPHqV span.price-item.price-item--sale.price-item--last {
   
    font-size: 14px;}

    
}

section#shopify-section-template--21724325380308__image_banner_EF9mP8 h2.banner__heading.inline-richtext.h1 {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21724325380308__image_banner_EF9mP8 .banner__text.rte.body {
    color: #fff;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    text-align: left;
}

section#shopify-section-template--21724325380308__image_banner_EF9mP8 .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    padding-left: 0;
}

slider-component.slider-mobile-gutter {
    padding: 1px;
}

section#shopify-section-template--21595234959572__featured_collection_wqhbnA slider-component.slider-mobile-gutter.page-width.page-width-desktop.scroll-trigger.animate--slide-in {
    max-width: var(--page-width);
    padding: 0 5rem;
}

section#shopify-section-template--21595234959572__featured_collection_wqhbnA h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    margin-bottom: 0;
}

.center.collection__view-all.scroll-trigger.animate--slide-in a.button {
    border: 1px solid #967123;
    color: #967123;

/* Button */
    font-family: "Brandon Grotesque";

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}

section#shopify-section-template--21665770045652__multicolumn_4nittg .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background-color: #967123;
}

section#shopify-section-template--21665770045652__multicolumn_4nittg .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21665770045652__multicolumn_4nittg .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21665770045652__multicolumn_4nittg .page-width {
    padding: 3px 20rem;
        text-align: center;
}

section#shopify-section-template--21665770045652__multicolumn_4nittg .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}


section#shopify-section-template--21665770045652__newsletter_yBnbyU h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21665770045652__newsletter_yBnbyU .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21665770045652__newsletter_yBnbyU input#NewsletterForm--template--21665770045652__newsletter_yBnbyU {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}


section#shopify-section-template--21665770045652__newsletter_yBnbyU span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21665770045652__newsletter_yBnbyU button#Subscribe {
    background: var(--Primary, #967123);
}


/* collection */
.collection__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collection__title {
  margin: 0;
}

.collection__view-all {
  margin-left: auto;
}

/* Optional: Responsive (stack on mobile) */
@media (max-width: 749px) {
  .collection__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .collection__view-all {
    align-self: flex-end;
  }
}

.collection__view-all a.button {
    border: 1px solid #967123;
}


/* collection end */
.collection__view-all a.button {
    color: #967123;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

    .collection__title.title-wrapper--self-padded-tablet-down {
        padding: 0 0rem !important;
    }

  .collection__title.title-wrapper {
    margin-bottom: 0.5rem;
}

div#cart-notification button.button.button--primary.button--full-width {
    background-color: #fff !important;
}

div#cart-notification .cart-notification-product {
    align-items: center;
    display: flex;
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.custom-social-icons {
    padding: 1rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}


.section-template--21665770045652__image_with_text_4hgEQh-padding.gradient.color-scheme-1 h2.image-with-text__heading.inline-richtext.h1 {
    text-align: left;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    color: #9b7a3a;
    letter-spacing: 0.5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

.section-template--21665770045652__image_with_text_4hgEQh-padding.gradient.color-scheme-1 .image-with-text__text.rte.body {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.section-template--21665770045652__image_with_text_4hgEQh-padding .image-with-text__content {
        padding: 2rem 3rem 0rem;
    }

 .section-template--21665770045652__image_with_text_4hgEQh-padding .page-width {
        padding: 0 0rem;
    }

.section-template--21665770045652__image_with_text_PVjFcn-padding.gradient.color-scheme-1 .image-with-text__text.rte.body {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

 .section-template--21665770045652__image_with_text_PVjFcn-padding.gradient.color-scheme-1 .image-with-text__content {
        padding: 2rem 3rem 0rem !important;
    }


  .section-template--21665770045652__image_with_text_PVjFcn-padding.gradient.color-scheme-1   .section-template--21665770045652__image_with_text_PVjFcn-padding {
        padding-top: 0px;
        padding-bottom: 36px;
    }

.section-template--21665770045652__image_with_text_BXMint-padding.gradient.color-scheme-1 .image-with-text__text.rte.body {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.section-template--21665770045652__image_with_text_BXMint-padding.gradient.color-scheme-1    .image-with-text__content {
      
        padding: 2rem 3rem 0rem;
    }

.section-template--21665770045652__image_with_text_PVjFcn-padding.gradient.color-scheme-1     .page-width {
        padding: 0 0rem;
    }


.section-template--21665770045652__image_with_text_PVjFcn-padding.gradient.color-scheme-1 .global-media-settings img, .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video, .global-media-settings .placeholder-svg {
    border-radius: 0;
}


.section-template--21665770045652__image_with_text_BXMint-padding.gradient.color-scheme-1     .page-width {
        padding: 0 0rem;
    }

.shopify-policy__body ol {
    padding-left: 0;
    padding-top: 0;
    background: #ffffff;
    border-radius: 8px;
       font-family: "Brandon Grotesque";    color: #000000d4;
    line-height: 35px;
}

.shopify-policy__body p {
    padding-left: 0;
    padding-top: 0;
    background: #ffffff;
    border-radius: 8px;
       font-family: "Brandon Grotesque";    color: #000000d4;
    line-height: 35px;
}

.shopify-policy__body ul li {
    padding-left: 0;
    padding-top: 0;
    background: #ffffff;
    border-radius: 8px;
       font-family: "Brandon Grotesque";    color: #000000d4;
    line-height: 35px;
}

h2.agrement {
    margin: 0 !important;
        font-size: 22px !important;
}

.shopify-policy__body ol, .shopify-policy__body p {
    padding-left: 0;
    padding-top: 0;
    background: #fff;
    border-radius: 8px;
        font-family: "Brandon Grotesque";

    color: #000000d4;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 25px;
}

h4.four {
    font-weight: 700;
    margin: 0;
}

h3.fund {
    font-weight: 600;
    margin-bottom: 0;
}

.shipping-block h2 {
    font-size: 22px !important;
    
}

/* Section Background */
.privacy-section {
  padding: 60px 0;
  background-color: #f9f9f9;
    font-family: "Brandon Grotesque";
  line-height: 1.7;
  color: #333;
}

/* Main Container */
.privacy-container {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    color: #000000d4;
}

/* Effective Date */
.privacy-effective-date {
  margin-bottom: 30px;
  font-size: 14px;
}

/* Headings */
.privacy-container h2 {
     margin: 0 !important;
    font-size: 22px !important;
}

.privacy-container h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}

/* Paragraph */
.privacy-container p {
    padding-top: 0;
    background: #fff;
    border-radius: 8px;
        font-family: "Brandon Grotesque";

    color: #000000d4;
    line-height: 35px;
    margin-top: 5px;
    margin-bottom: 25px;
}

/* Lists */
.privacy-container ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-container ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

/* Contact Box */
.privacy-contact-box {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.privacy-contact-box p {
  margin-bottom: 6px;
}

.privacy-contact-box a {
  color: #000;
  text-decoration: none;
}

.privacy-contact-box a:hover {
  text-decoration: underline;
}


@media (max-width: 767px) {
.privacy-container h2 {
    margin: 0 !important;
    font-size: 18px !important;
}
.privacy-contact-box p {
    margin-bottom: 6px;
    font-size: 12px;
}
h2.agrement {
    font-size: 20px !important;
}
.shopify-policy__body ol, .shopify-policy__body p {
    padding-left: 0;
    padding-top: 0;
    background: #fff;
    border-radius: 8px;
        font-family: "Brandon Grotesque";

    color: #000000d4;
    line-height: 31px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 14px !important;
  
}

.shipping-block h2

 {
    font-size: 20px !important;
}
}

section#shopify-section-template--21654119448788__multicolumn_crC6jr .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21654119448788__multicolumn_crC6jr .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21654119448788__multicolumn_crC6jr .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21654119448788__multicolumn_crC6jr .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21654119448788__multicolumn_crC6jr .page-width.section-template--21654119448788__multicolumn_crC6jr-padding.isolate.scroll-trigger.animate--slide-in {
    padding: 3px 20rem;
    text-align:center;
}

section#shopify-section-template--21654119448788__newsletter_ajRJMY h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21654119448788__newsletter_ajRJMY .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21654119448788__newsletter_ajRJMY input#NewsletterForm--template--21654119448788__newsletter_ajRJMY {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21654119448788__newsletter_ajRJMY button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21654119448788__newsletter_ajRJMY span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

div#shopify-section-template--21665770045652__image_with_text_4hgEQh .image-with-text .image-with-text__media-item>* {
    border-radius: 0;
   

}
div#shopify-section-template--21665770045652__image_with_text_4hgEQh .global-media-settings img, .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video, .global-media-settings .placeholder-svg {
    border-radius: 0;
}

div#shopify-section-template--21665770045652__image_with_text_PVjFcn .image-with-text .image-with-text__media-item>* {
    border-radius: 0;
   

}
div#shopify-section-template--21665770045652__image_with_text_PVjFcn .global-media-settings img, .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video, .global-media-settings .placeholder-svg {
    border-radius: 0;
}

div#shopify-section-template--21665770045652__image_with_text_BXMint .image-with-text .image-with-text__media-item>* {
    border-radius: 0;
   

}
div#shopify-section-template--21665770045652__image_with_text_BXMint .global-media-settings img, .global-media-settings iframe, .global-media-settings model-viewer, .global-media-settings video, .global-media-settings .placeholder-svg {
    border-radius: 0;
}

.baDropdownStyle.top_right {
	top: 7px !important ;
	right: 40px !important ;
	left: unset !important ;
	bottom: unset ;
	color: #fff !important ;
}

.metafield-rich_text_field ul {
  display:flex;
}

.metafield-rich_text_field ul li {
  display:grid !important ;
}
.accordion-custom-code   strong {
font-weight: 600 !important ;
}
.accordion-custom-code ul {
display:flex;
}
.accordion-custom-code h4 {
  font-weight: 500;
  
  margin-bottom: 0;
}
.bacurr-checkoutNotice {
	 
	display: none;
}

.baDropdownStyle .bacurr-choiceDesign {
  
  position: absolute !important ;
  right: 48px !important ;
  background:transparent !important ;
}



section#shopify-section-template--21757428564180__multicolumn_GAHLk9 .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21757428564180__multicolumn_GAHLk9 .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21757428564180__multicolumn_GAHLk9 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info
 {
    padding: 0;
}

section#shopify-section-template--21757428564180__multicolumn_GAHLk9 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21757428564180__multicolumn_GAHLk9 .page-width {
    padding: 3px 20rem;
}

section#shopify-section-template--21757428564180__newsletter_U9MLzP h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21757428564180__newsletter_U9MLzP .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21757428564180__newsletter_U9MLzP input#NewsletterForm--template--21757428564180__newsletter_U9MLzP {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21757428564180__newsletter_U9MLzP span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21757428564180__newsletter_U9MLzP button#Subscribe {
    background: var(--Primary, #967123);
}

/* .journal-section-template--21757428564180__journal_tabs_pFh4fm .journal-card h4 {
  display: none;
} */


@media (max-width: 767px) {

  section#shopify-section-template--21757428564180__multicolumn_GAHLk9 .page-width {
    padding: 0 !important;
}
.journal-section-template--21757428564180__journal_tabs_pFh4fm {
    padding: 20px 20px !important;
    max-width: 1300px;
    margin: auto;
}

.journal-section-template--21757428564180__journal_tabs_pFh4fm .journal-header {
    text-align: center;
    margin-bottom: 20px !important;
}
}


div#shopify-section-sections--21595235352788__header input#Search-In-Modal {
    border: solid 1px #c3c3c3;
        color: #000;
}

div#shopify-section-sections--21595235352788__header .modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem;
    color: #000;
}

div#shopify-section-sections--21595235352788__header span.svg-wrapper.header__icon-close {
    display: none;
}

.recent-grid h3 a {
  text-decoration: none;
  color: currentColor;
  display: block;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
      font-family: "Brandon Grotesque";

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

div#shopify-section-template--21595234959572__recently_viewed_7y8ECD h2.title.inline-richtext {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__rich_text_FyFhXa {
    background-color: #967123;
}

section#shopify-section-template--21595234861268__rich_text_FyFhXa h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234861268__rich_text_FyFhXa .rich-text__text.rte.scroll-trigger.animate--slide-in p {
    color: #fff;
    text-align: center;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 5px;
}

section#shopify-section-template--21595234861268__rich_text_FyFhXa .rich-text__blocks>*+* {
    margin-top: 1rem;
}

div#shopify-section-template--21595234959572__recently_viewed_7y8ECD .full-unstyled-link {
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
  
div#shopify-section-template--21595234959572__recently_viewed_7y8ECD span.price-item.price-item--sale.price-item--last {
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}

@media (max-width: 767px) {
div#shopify-section-template--21595234959572__recently_viewed_7y8ECD span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
        font-family: "Brandon Grotesque";

}

div#shopify-section-template--21595234959572__recently_viewed_7y8ECD .full-unstyled-link {
    display: block;
    text-decoration: none;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
        font-family: "Brandon Grotesque";

    font-size: 13px;}

div#shopify-section-template--21595234959572__recently_viewed_7y8ECD span.price-item.price-item--sale.price-item--last {
    color: #000;
    font-size: 14px;}  
  
div#shopify-section-template--21595234959572__recently_viewed_7y8ECD h2.title.inline-richtext {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;        margin: 0;
}
div#shopify-section-template--21595234959572__recently_viewed_7y8ECD .recentlySwiper {
    padding: 10px 10px;
}
  .xb-wishlist-button-collection.xb-wishlist-button-collection--hover button.xb-wishlist-button-collection__remove {
    top: 10px;
    right: 10px;
    border: 1px solid #967123 !important;
    color: #967123 !important;
    border-radius: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
}

.journal-section-template--21757428564180__journal_tabs_pFh4fm .journal-tab {
    background: none;
    border: none;
    padding: 7px 15px !important;
    margin: 0 0px 10px !important;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

button.journal-tab.active {
    color: #fcfcfc;
        font-family: "Brandon Grotesque";

    font-size: 13px !important;
   
}

button.journal-tab {
    color: #967123;
        font-family: "Brandon Grotesque";

    font-size: 13px !important;}
}


/* price */
img.high_p {
    display: none;
}
img.price-icon {
    display: none;
}


div#shopify-section-template--21813528264916__multirow_q3Pqgh h2.image-with-text__heading.h1.rte {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

.multirow.section-template--21813528264916__multirow_q3Pqgh-padding.gradient.color-scheme-1 .image-with-text__text.rte.body {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

 .zp-wrapper .zps-image {
	max-width: 100px !important;
	 
}

.donation_button {
  background: var(--Primary, #967123) !important;
  color: #fff !important;
}


section#shopify-section-template--21813528264916__multicolumn_eKDQd3 .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21813528264916__multicolumn_eKDQd3 .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21813528264916__multicolumn_eKDQd3 .page-width {
    padding: 3px 20rem;
}

section#shopify-section-template--21813528264916__multicolumn_eKDQd3 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21813528264916__multicolumn_eKDQd3 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

.multirow.section-template--21813528264916__multirow_q3Pqgh-padding.gradient.color-scheme-1 .image-with-text__content {
        padding: 5rem 5rem 2rem;
    }

section#shopify-section-template--21813528264916__newsletter_bLCTyH h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}


section#shopify-section-template--21813528264916__newsletter_bLCTyH .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}


section#shopify-section-template--21813528264916__newsletter_bLCTyH span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21813528264916__newsletter_bLCTyH button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21813528264916__newsletter_bLCTyH input#NewsletterForm--template--21813528264916__newsletter_bLCTyH {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}



section#shopify-section-template--21820920922324__rich_text_D3GGTt h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: left;
    font-size: 34px;
    margin-bottom: 0;
    color: #9b7a3a;
    letter-spacing: .5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21820920922324__rich_text_D3GGTt .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

section#shopify-section-template--21820920922324__rich_text_MyXXjw h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: left;
    margin-bottom: 0;
    letter-spacing: .5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

section#shopify-section-template--21820920922324__rich_text_MyXXjw .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

section#shopify-section-template--21820920922324__rich_text_DfPV4F h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    letter-spacing: .5px;
    color: #000000;
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21820920922324__rich_text_xDRHtD h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: left;
    margin-bottom: 0;
    letter-spacing: .5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21820920922324__rich_text_xDRHtD .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}


section#shopify-section-template--21820920922324__multicolumn_8nz6qj .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21820920922324__multicolumn_8nz6qj .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}


section#shopify-section-template--21820920922324__multicolumn_8nz6qj .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}


section#shopify-section-template--21820920922324__multicolumn_8nz6qj .page-width {
    padding: 3px 20rem;
    text-align: center;
}

section#shopify-section-template--21820920922324__multicolumn_8nz6qj .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21820920922324__newsletter_pwzbAz h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21820920922324__newsletter_pwzbAz .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21820920922324__newsletter_pwzbAz button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21820920922324__newsletter_pwzbAz span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21820920922324__newsletter_pwzbAz input#NewsletterForm--template--21820920922324__newsletter_pwzbAz {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}


section#shopify-section-template--21820905423060__rich_text_McUUc4 h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    letter-spacing: .5px;
    color: #000;
        font-family: "Brandon Grotesque";
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}


section#shopify-section-template--21820905423060__rich_text_GaKUFp h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: left;
    font-size: 34px;
    margin-bottom: 0;
    color: #9b7a3a;
    letter-spacing: .5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21820905423060__rich_text_GaKUFp .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}


section#shopify-section-template--21820905423060__rich_text_p7yxCc h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: left;
    font-size: 34px;
    margin-bottom: 0;
    color: #9b7a3a;
    letter-spacing: .5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21820905423060__rich_text_p7yxCc .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

section#shopify-section-template--21820905423060__rich_text_dGUkBc h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: left;
    font-size: 34px;
    margin-bottom: 0;
    color: #9b7a3a;
    letter-spacing: .5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}


section#shopify-section-template--21820905423060__rich_text_dGUkBc .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

section#shopify-section-template--21820905423060__rich_text_qHFYBr h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: left;
    font-size: 34px;
    margin-bottom: 0;
    color: #9b7a3a;
    letter-spacing: .5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

section#shopify-section-template--21820905423060__rich_text_qHFYBr .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}


section#shopify-section-template--21820905423060__rich_text_PTw6gC h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: left;
    font-size: 34px;
    margin-bottom: 0;
    color: #9b7a3a;
    letter-spacing: .5px;
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}


section#shopify-section-template--21820905423060__rich_text_PTw6gC .rich-text__text.rte.scroll-trigger.animate--slide-in {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}


section#shopify-section-template--21820905423060__multicolumn_EN6Wn8 .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21820905423060__multicolumn_EN6Wn8 .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21820905423060__multicolumn_EN6Wn8 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21820905423060__multicolumn_EN6Wn8 .page-width {
    padding: 3px 20rem;
    text-align: center;
}

section#shopify-section-template--21820905423060__multicolumn_EN6Wn8 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21820905423060__newsletter_D44wNf h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}
section#shopify-section-template--21820905423060__newsletter_D44wNf .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21820905423060__newsletter_D44wNf button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21820905423060__newsletter_D44wNf span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


section#shopify-section-template--21820905423060__newsletter_D44wNf input#NewsletterForm--template--21820905423060__newsletter_D44wNf {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21595234730196__main h1.article-template__title {
    color: var(--Primary, #967123);
        font-family: "Brandon Grotesque";
    font-size: 37px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}


section#shopify-section-template--21595234730196__main p.d-regular-16.mt-6 {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

section#shopify-section-template--21595234730196__main ul.list-disc.wp-block-list.mt-4.pl-4 {
    color: #333;
    text-align: justify;
        font-family: "Brandon Grotesque";

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}
section#shopify-section-template--21595234730196__main h2.d-medium-24-l.uppercase.mt-16.d-bold-20 {
    color: #262524;
        font-family: "Brandon Grotesque";
    font-size: 26px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
    margin: 0;
}

section#shopify-section-template--21822628888788__multicolumn_pChfJd .page-width {
    padding: 3px 20rem;
}

section#shopify-section-template--21822628888788__multicolumn_pChfJd .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21822628888788__multicolumn_pChfJd .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21822628888788__multicolumn_pChfJd .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21822628888788__multicolumn_pChfJd .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}

section#shopify-section-template--21822628888788__newsletter_JeQRQb h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21822628888788__newsletter_JeQRQb .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21822628888788__newsletter_JeQRQb button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21822628888788__newsletter_JeQRQb span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21822628888788__newsletter_JeQRQb input#NewsletterForm--template--21822628888788__newsletter_JeQRQb {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}



section#shopify-section-template--21822958960852__multicolumn_kti4B4 .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21822958960852__multicolumn_kti4B4 .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21822958960852__multicolumn_kti4B4 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21822958960852__multicolumn_kti4B4 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21822958960852__multicolumn_kti4B4 .page-width {
    padding: 3px 20rem;
}

section#shopify-section-template--21822958960852__newsletter_imfBLV h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21822958960852__newsletter_imfBLV .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21822958960852__newsletter_imfBLV span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21822958960852__newsletter_imfBLV button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21822958960852__newsletter_imfBLV input#NewsletterForm--template--21822958960852__newsletter_imfBLV {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21823094358228__multicolumn_rHWVYq .page-width
 {
    padding: 3px 20rem;
}

section#shopify-section-template--21823094358228__multicolumn_rHWVYq .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21823094358228__multicolumn_rHWVYq .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21823094358228__multicolumn_rHWVYq .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21823094358228__multicolumn_rHWVYq .page-width {
    padding: 3px 20rem;
}

section#shopify-section-template--21823094358228__multicolumn_rHWVYq .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21823094358228__newsletter_dXiQn6 h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21823094358228__newsletter_dXiQn6 .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21823094358228__newsletter_dXiQn6 span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21823094358228__newsletter_dXiQn6 button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21823094358228__newsletter_dXiQn6 input#NewsletterForm--template--21823094358228__newsletter_dXiQn6 {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}

section#shopify-section-template--21823376883924__multicolumn_nxgKzX .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}


section#shopify-section-template--21823376883924__multicolumn_nxgKzX .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21823376883924__multicolumn_nxgKzX .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21823376883924__multicolumn_nxgKzX .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21823376883924__multicolumn_nxgKzX .page-width {
    padding: 3px 20rem;
}

section#shopify-section-template--21823376883924__newsletter_4L3ayN h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21823376883924__newsletter_4L3ayN .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21823376883924__newsletter_4L3ayN button#Subscribe {
    background: var(--Primary, #967123);
}

section#shopify-section-template--21823376883924__newsletter_4L3ayN span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
section#shopify-section-template--21823376883924__newsletter_4L3ayN input#NewsletterForm--template--21823376883924__newsletter_4L3ayN {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}


section#shopify-section-template--21595234861268__multicolumn_tiwNhL .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}




/* journals 1*/

section#shopify-section-template--21846207037652__multicolumn_BbJjAx .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21846207037652__multicolumn_BbJjAx .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21846207037652__multicolumn_BbJjAx .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21846207037652__multicolumn_BbJjAx .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21846207037652__multicolumn_BbJjAx .page-width {
    padding: 3px 20rem;
}

section#shopify-section-template--21846207037652__newsletter_jVNQVx h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21846207037652__newsletter_jVNQVx .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21846207037652__newsletter_jVNQVx span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21846207037652__newsletter_jVNQVx button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21846207037652__newsletter_jVNQVx input#NewsletterForm--template--21846207037652__newsletter_jVNQVx {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}


/* journal end 1*/




/* journals 2*/

section#shopify-section-template--21846341386452__multicolumn_iMhUF4 .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21846341386452__multicolumn_iMhUF4 .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21846341386452__multicolumn_iMhUF4 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21846341386452__multicolumn_iMhUF4 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21846341386452__multicolumn_iMhUF4 .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21846341386452__newsletter_B7HjmM h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21846341386452__newsletter_B7HjmM .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21846341386452__newsletter_B7HjmM span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21846341386452__newsletter_B7HjmM button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21846341386452__newsletter_B7HjmM input#NewsletterForm--template--21846341386452__newsletter_B7HjmM {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 2 */




/* journals 3*/

section#shopify-section-template--21846454272212__multicolumn_YT9rVa .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21846454272212__multicolumn_YT9rVa .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21846454272212__multicolumn_YT9rVa .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21846454272212__multicolumn_YT9rVa .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21846454272212__multicolumn_YT9rVa .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21846454272212__newsletter_cDBeGJ h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21846454272212__newsletter_cDBeGJ .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21846454272212__newsletter_cDBeGJ span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21846454272212__newsletter_cDBeGJ button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21846454272212__newsletter_cDBeGJ input#NewsletterForm--template--21846454272212__newsletter_cDBeGJ {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 3 */


/* journals 4*/

section#shopify-section-template--21846491431124__multicolumn_BjjbnR .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21846491431124__multicolumn_BjjbnR .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21846491431124__multicolumn_BjjbnR .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21846491431124__multicolumn_BjjbnR .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21846491431124__multicolumn_BjjbnR .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21846491431124__newsletter_rH7WJh h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21846491431124__newsletter_rH7WJh .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21846491431124__newsletter_rH7WJh span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21846491431124__newsletter_rH7WJh button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21846491431124__newsletter_rH7WJh input#NewsletterForm--template--21846491431124__newsletter_rH7WJh {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 4 */



/* journals 5*/

section#shopify-section-template--21846537863380__multicolumn_xRYBF9 .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21846537863380__multicolumn_xRYBF9 .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21846537863380__multicolumn_xRYBF9 .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21846537863380__multicolumn_xRYBF9 .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21846537863380__multicolumn_xRYBF9 .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21846537863380__newsletter_R49pcX h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21846537863380__newsletter_R49pcX .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21846537863380__newsletter_R49pcX span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21846537863380__newsletter_R49pcX button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21846537863380__newsletter_R49pcX input#NewsletterForm--template--21846537863380__newsletter_R49pcX {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 5*/



/* journals 6*/

section#shopify-section-template--21823876235476__multicolumn_ktdA4N .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21823876235476__multicolumn_ktdA4N .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21823876235476__multicolumn_ktdA4N .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21823876235476__multicolumn_ktdA4N .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21823876235476__multicolumn_ktdA4N .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21823876235476__newsletter_hE4MLy h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21823876235476__newsletter_hE4MLy .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21823876235476__newsletter_hE4MLy span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21823876235476__newsletter_hE4MLy button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21823876235476__newsletter_hE4MLy input#NewsletterForm--template--21846537863380__newsletter_R49pcX {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 6*/




/* journals 7*/

section#shopify-section-template--21844956741844__multicolumn_LMYEKE .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21844956741844__multicolumn_LMYEKE .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21844956741844__multicolumn_LMYEKE .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21844956741844__multicolumn_LMYEKE .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21844956741844__multicolumn_LMYEKE .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21844956741844__newsletter_yBVg7B h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21844956741844__newsletter_yBVg7B .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21844956741844__newsletter_yBVg7B span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21844956741844__newsletter_yBVg7B button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21844956741844__newsletter_yBVg7B input#NewsletterForm--template--21844956741844__newsletter_yBVg7B {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 7*/



/* journals 8*/

section#shopify-section-template--21847285104852__multicolumn_4Rg8mV .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21847285104852__multicolumn_4Rg8mV .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21847285104852__multicolumn_4Rg8mV .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21847285104852__multicolumn_4Rg8mV .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21847285104852__multicolumn_4Rg8mV .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21847285104852__newsletter_YzhXfj h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21847285104852__newsletter_YzhXfj .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21847285104852__newsletter_YzhXfj span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21847285104852__newsletter_YzhXfj button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21847285104852__newsletter_YzhXfj input#NewsletterForm--template--21847285104852__newsletter_YzhXfj {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 8*/



/* journals 9*/

section#shopify-section-template--21855515803860__multicolumn_yDz7rw .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21855515803860__multicolumn_yDz7rw .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21855515803860__multicolumn_yDz7rw .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21855515803860__multicolumn_yDz7rw .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21855515803860__multicolumn_yDz7rw .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21855515803860__newsletter_yiWbT9 h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21855515803860__newsletter_yiWbT9 .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21855515803860__newsletter_yiWbT9 span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21855515803860__newsletter_yiWbT9 button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21855515803860__newsletter_yiWbT9 input#NewsletterForm--template--21855515803860__newsletter_yiWbT9 {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 9*/


/* journals 10*/

section#shopify-section-template--21856036487380__multicolumn_xVAbtq .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21856036487380__multicolumn_xVAbtq .multicolumn.color-scheme-1.gradient.background-primary.no-heading h3.inline-richtext {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

section#shopify-section-template--21856036487380__multicolumn_xVAbtq .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21856036487380__multicolumn_xVAbtq .multicolumn.background-primary .multicolumn-card {
    background: #f4f4f400 linear-gradient(#2b2c2d00, #2b2c2d00);
}

section#shopify-section-template--21856036487380__multicolumn_xVAbtq .page-width {
    padding: 3px 20rem;
}


section#shopify-section-template--21856036487380__newsletter_Kqb3Wk h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    color: var(--Primary, #967123);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    text-transform: capitalize;
        font-family: "Brandon Grotesque";
}

section#shopify-section-template--21856036487380__newsletter_Kqb3Wk .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    color: #000;
        font-family: "Brandon Grotesque";

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21856036487380__newsletter_Kqb3Wk span.subscribe-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

section#shopify-section-template--21856036487380__newsletter_Kqb3Wk button#Subscribe {
    background: var(--Primary, #967123);
}


section#shopify-section-template--21856036487380__newsletter_Kqb3Wk input#NewsletterForm--template--21856036487380__newsletter_Kqb3Wk {
    border: 1px solid var(--Primary, #967123);
    background: #fff;
    border-radius: 0;
}
/* journal end 10*/


section#shopify-section-template--21617344512212__collection_list_Ka8far .full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    text-decoration: none;
    color: currentColor;
    display: block;
    color: var(--Primary, #967123);
    text-align: center;
        font-family: "Brandon Grotesque";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

section#shopify-section-template--21617344512212__collection_list_Ka8far .card .card__inner .card__media {
    overflow: hidden;
    z-index: 0;
    border-radius: 0;
}

/* new */
a.link.animate-arrow {
    color: #fff;
        font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
        margin-top: 0;
}

section#shopify-section-template--21595234861268__multicolumn_tiwNhL .page-width {
    padding: 3px 20rem;
    text-align: center !important;
}

span.icon-wrap {
    display: none !important;
}

/* new2 */

/* limit letter */
.card__heading a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em; /* 2 lines × line-height */
}
.disc {
    display: none;
}

.card-information {
    padding-top: 10px;
}

/* Make product buttons row aligned */
section#ProductInfo-template--21595234959572__main .product-form__buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Remove absolute positioning from wishlist */
section#ProductInfo-template--21595234959572__main xb-wishlist-button {
    position: static;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

/* Make Add to Cart flexible */
section#ProductInfo-template--21595234959572__main .product-form__submit {
    flex: 1;
    background: #967123;
    color: #FFF;
 
    font-family: "Brandon Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/* Optional: align share button properly */
section#ProductInfo-template--21595234959572__main .share-button {
    display: flex;
    align-items: center;
}

div#shopify-section-template--21595234959572__recently_viewed_7y8ECD .price__sale {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
      gap: 3px;
  }


  section#shopify-section-template--21595234959572__featured_collection_wqhbnA .price__sale {
    display: flex !important;
    flex-direction: column !important;
    align-content: flex-start !important;
    gap: 3px;
}

/*  */

h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-family: "Brandon Grotesque";
}

span.subscribe-text {
    font-family: "Brandon Grotesque";
}

.fordeer-text-wrap.fordeer-animated.false.fordeer-shape-rectangle {
    width: 100px !important;
}

._label_wrapper_text_1nf00_1 p {
    margin: 0;
    color: var(--font-color) !important;
    font-family: "Brandon Grotesque";
    font-weight: 300;
}

.card__badge {
  
    display: none;
}


.aed-font {
    font-family: "Newaed", sans-serif;
    margin-right: 3px;
    font-size: 84%;
}

@media (max-width: 768px) {

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

/* ul#Slider-template--21595234861268__multicolumn_tiwNhL {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
} */

.designed-by {
    color: #fff;
    font-family: "Brandon Grotesque";
    font-size: 11px !important;}
    

    a.designed-by img {
    width: 60px !important;
    height: 16px !important;
    object-fit: cover !important;
}
}
/* Hide gift wrap item */
.cart-card:has(img[src*="giftwrap"]) {
  display: none !important;
}

.mega-menu__list {
  display: grid !important;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}

.mega-menu__list li {
  list-style: none;
}

.mega-menu__link {
  display: block;
  text-align: left;
}

.location-name{    font-family: "Brandon Grotesque" !important;
}

.mega-menu__list--condensed .mega-menu__link {
    font-weight: 400;
    text-align: left;
    line-height: 10px !important;
}


section#shopify-section-template--21595234959572__multicolumn_d8x6rV .multicolumn.color-scheme-1.gradient.background-primary.no-heading {
    background: #967123;
}

section#shopify-section-template--21595234959572__multicolumn_d8x6rV .multicolumn.color-scheme-1.gradient.background-primary.no-heading .multicolumn-card__info {
    padding: 0;
}

section#shopify-section-template--21595234959572__multicolumn_d8x6rV .page-width {
    padding: 3px 20rem;
    text-align: center !important;
}

section#shopify-section-template--21595234959572__multicolumn_d8x6rV .multicolumn.background-primary .multicolumn-card {
    background: rgb(244 244 244 / 0%) linear-gradient(rgb(43 44 45 / 0%), rgb(43 44 45 / 0%));
}


.donation-box{
  margin-top:15px;
  padding-top:10px;
  border-top:1px solid #eee;
}

.donation-box label{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  cursor:pointer;
  line-height: 15px;
}

.donation-box input{
  margin-left:auto;
}



section#shopify-section-template--21674246865108__multicolumn_RDXgJd .multicolumn-card-spacing {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
}

section#shopify-section-template--21595234795732__multicolumn_6a7njg
 {
    border-bottom: solid 1px #b79346 !important;
}

.whats {
    position: fixed;
    bottom: 80px;
    right: 20px;
    height: 85px;
    z-index: 1049;
}

.whats img {
    height: 50px;
}

section#shopify-section-template--21595234959572__multicolumn_d8x6rV {
    border-bottom: solid 1px #b79346 !important;
}

section#shopify-section-template--21654119448788__multicolumn_crC6jr {
    border-bottom: 1px solid rgb(183, 147, 70) !important;
}

section#shopify-section-template--21665770045652__multicolumn_4nittg {
    border-bottom: solid 1px #b79346 !important;
}

section#shopify-section-template--21672755298516__multicolumn_Ww9iNx {
    border-bottom: solid 1px #b79346 !important;
}

section#shopify-section-template--21757428564180__multicolumn_GAHLk9 {
    border-bottom: solid 1px #b79346 !important;

    section#shopify-section-template--21595234762964__multicolumn_WfMn9H {
    border-bottom: solid 1px #b79346 !important;
}

section#shopify-section-template--21595235057876__multicolumn_a48Xyy {
    border-bottom: solid 1px #b79346 !important;
}

section#shopify-section-template--21674246865108__multicolumn_rAhJa3 {
    border-bottom: solid 1px #b79346 !important;
}


h2.section-title {
    font-family: "Brandon Grotesque" !important;
}


.newsletter-checkbox{
  margin-top:10px;
  display:flex;
  align-items:flex-start;
  gap:8px;
  font-size:13px;
  line-height:1.4;
}

.newsletter-checkbox input{
  margin-top:3px;
}


