/** Shopify CDN: Minification failed

Line 4235:0 Unexpected "="
Line 7398:0 Comments in CSS use "/* ... */" instead of "//"

**/
: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: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visibility-hidden {
  visibility: hidden;
}

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

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

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

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

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

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

.icon-arrow {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Focus ring - inset
*/

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

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

/*
  Focus ring - none
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

deferred-media {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Shopify Accelerated Checkout */

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


/* Button - other */

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

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

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

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

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

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

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

/* Button - social share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Select */

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

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

/* Field */

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

.customer .field {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* Text area */

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

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

/* Form global */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quantity__rules-cart {
  position: relative;
}

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

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

.modal__toggle-close {
  display: none;
}

.modal__toggle-open {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__icon span {
  height: 100%;
}

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

.header__icon::after {
  content: none;
}

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

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

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

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

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

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

details .header__icon-close {
  display: none;
}

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

account-icon {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-modal__form {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__menu {
  padding: 0 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rte table {
  table-layout: fixed;
}

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

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

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

.rte li {
  list-style: inherit;
}

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

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

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

.rte blockquote {
  display: inline-flex;
}

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

/* Image mask global styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Animations */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }
  40% {
    transform: translateX(30%) scaleX(0.7);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
/****My custom css*********/
h1, h2, h3, h4, h5, h6{
  font-family: "georgia", sans-serif!important;
}
body, p{
font-family: "segoe-ui", sans-serif!important;
}
h2{
font-size: 38px;
    letter-spacing: -0.76px;
  line-height: 42px;
}
@media (max-width:989px)
{
  h2{
    font-size:30px;
    line-height: 35px;
  }
}
@media screen and (min-width: 990px) {
    .header:not(.drawer-menu).page-width {
      max-width: 100%;
    }
}
@media screen and (min-width: 990px) {
    .header--middle-left {
       grid-template-columns: auto;
    }
        .header__inline-menu {
        display: flex;
        justify-content: center;
    }
}
.list-menu__item {
    color: #454858;
    letter-spacing: -0.16px;
    font-weight: 600;
}
.header__menu-item:hover span
{
text-decoration:none!important;
color:#D0716F;
}
.color-scheme-1 .rich-text__heading {
    color: #D0716F;
    font-size: 60px;
    letter-spacing: -1.2px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 10px;
}
.color-scheme-1 .rich-text__text {
    letter-spacing: -0.22px;
    color: #454858;
    font-size: 22px;
    margin-top: 0px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card-spacing {
  padding: 0px;
  margin: 0px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn.background-primary .multicolumn-card {
  background: transparent;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card__info {
  position: absolute;
  bottom: 0px;
  padding: 50px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt{
  --grid-desktop-horizontal-spacing: 30px!important;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card__info {
  border-radius: 12px !important;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-list__item .media--adapt .multicolumn-card__image {
  border-radius: 12px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-list__item .inline-richtext {
  letter-spacing: -0.76px;
  color: #fff5ec;
  font-size: 38px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card .rte p {
    letter-spacing: 0px;
    color: #FFF5EC;
    max-width: 375px;
    font-size: 16px;
    line-height: 25px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card__info .link {
    letter-spacing: 0px;
    color: #FFF5EC;
    font-size: 15px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card-spacing:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
   background: #00000059;
    height: 455px;
        border-radius: 12px;
}
details-modal.header__search {
    order: 3;
}
.header__icon--cart {
    margin-right: 0px;
}
.page-width.section-template--20344480759919__multicolumn_RkCBGt-padding .media.media--adapt img {
    height: 455px;
    width: 100%;
}
.header__icon--cart span.svg-wrapper:before {
    content: url(/cdn/shop/files/cart-ico.svg?v=1771997793);
    position: absolute;
        top: 12px;
}
.header__icon--cart span.svg-wrapper svg {
    opacity: 0;
}
a.header__icon.header__icon--account
 {
    display: none;
}
.btn-login {
    background: #D0716F;
    border-radius: 4px;
    width: 104px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.09px;
    color: #FFF5EC;
    font-size: 17px;
    text-decoration: none;
    font-family: "georgia", sans-serif !important;
    margin-right: 20px;
}
.btn-login:hover {
  background:#c46260;
}

.newsletter-container{
    background-image: url(/cdn/shop/files/news-letter-bg.jpg?v=1771999090);
    position: relative;
background-size:cover;
background-repeat:no-repeat;
background-position:center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    /* flex-wrap: wrap; */
        padding: 50px;
    border-radius: 8px;
}

.newsletter-left h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 0px;
    letter-spacing: -0.64px;
    color: #FFF5EC;
}
.newsletter-left p{
 font-size: 16px;
    margin: 0;
    color: #FFF5EC;
    letter-spacing: 0px;
}
.newsletter-left {
 font-size: 16px;
    margin: 0;
    color: #FFF5EC;
    letter-spacing: 0px;
}
.newsletter-form2 p {
    color: #FFF5EC;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.newsletter-form2 {
    display: flex;
    gap: 20px;
    /* flex-wrap: wrap;
    width: 100%; */
    justify-content: flex-end;
        position: relative;
}
.newsletter-form2 p {
    position: absolute;
    bottom: -43px;
}
.newsletter-form2 input {
    padding: 28px 18px;
    border: none;
    border-radius: 4px;
    background: #fff5ec;
    /* min-width: 320px; */
    font-size: 14px;
    color: #454858;
        min-width: 250px;
}

.newsletter-form2 input:focus{
    outline: none;
}
.newsletter-form2 button{
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    background: #F0AC73;
   letter-spacing: -0.09px;
color: #FFF5EC;
font-size:17px;
    cursor: pointer;
    transition: 0.3s;
        font-family: georgia, sans-serif !important;
            min-width: 200px;
}

.newsletter-form2 button:hover{
    background:#e39e64;
}
.newsletter-form2 input:focus-visible
{
  outline:none;
      outline-offset: 0px;
      box-shadow:none;
}
/* Responsive */
@media(max-width: 992px){
    .newsletter-container{
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-form2{
        width: 100%;
    }

    .newsletter-form2 input{
        width: 100%;
    }
}

/* MAIN GRID */
.podcast-box .grid-wrapper{
    margin:auto;
    display:grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    grid-template-rows: 290px 340px;
    gap:30px;
}
.podcast-box .podcast-card {
    background: #d0716f;
}
.podcast-box .card.podcast-card div {
    z-index: 1;
}
/* COMMON CARD */
.podcast-box .card{
    border-radius:8px;
    overflow:hidden;
    position:relative;
}

/* LEFT PODCAST CARD */
.podcast-box .podcast-card{
    grid-row:1 / span 2;
    padding:40px 30px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.podcast-box h3 {
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: 0.28px;
    color: #FFF5EC;
    margin-top: 0px;
    z-index:1;
        position: relative;
}

.podcast-box .podcast-card p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #fff5ec;
    max-width: 270px;
    margin-top: 0px;
}
.podcast-box .podcast-image {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card.bottom-card a:after {
    content: "";
    background: #0000003b;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
/* TOP PROMO CARD */
.podcast-box .promo-card{
    grid-column:2 / span 2;
    background:#f3e3d4;
    padding:30px;
    display:flex;
    align-items:center;
    gap:30px;
}

.podcast-box .promo-image {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    border: 1px solid #D9BEAA;
}
.podcast-box .card.promo-card {
    padding: 0px;
}

.podcast-box .promo-text p{
    font-size:16px;
    line-height:20px;
    margin:10px 0;
color: #FFF5EC;
    z-index:1;
        position: relative;
}

.podcast-box .promo-text .highlight{
    color:#c38a5b;
    font-weight:bold;
    letter-spacing:2px;
}

/* BOTTOM CARDS */
.podcast-box .bottom-card{
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    color:#fff;
    background-size:cover;
    background-position:center;
}

.podcast-box .b2b{
    background-image:url("/cdn/shop/files/01-home-22.jpg?v=1772002139");
}

.podcast-box .retail{
    background-image:url("/cdn/shop/files/01-home-23.jpg?v=1772002161");
}

.podcast-box .bottom-card p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0;
    color: #fff5ec;
    z-index: 1;
    letter-spacing: 0px;
    margin-top: 0px;
        position: relative;
}
.podcast-box a {
    text-decoration: none;
}
/* RESPONSIVE */
@media(max-width:992px){
  .podcast-box  .grid-wrapper{
        grid-template-columns:max-content;
        grid-template-rows:auto;
    }

   .podcast-box .promo-card{
        flex-direction:column;
    }

   .podcast-box .promo-image{
        width:100%;
    }
}

 .podcast-box .card{
    overflow: hidden;
}

/* Background zoom effect */
 .podcast-box .bottom-card{
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

/* Create inner wrapper effect */
 .podcast-box .bottom-card::before{
    content:"";
    position:absolute;
    inset:0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index:0;
}

 .podcast-box .bottom-card:hover::before{
    transform: scale(1.08);
}
.vertical-text {
    position: absolute;
    right: -20px;
    transform: rotate(270deg);
    top: 135px;
    font-size: 16px;
}
section.podcast-box.page-width {
    position: relative;
}


/* SECTION HEADER */
.section-header-hub{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;
}

.section-header-hub h2{
    color:#d47d76;
    font-size:32px;
    font-weight:500;
}

.view-btn{
    background:#d47d76;
    color:#fff;
    padding:10px 22px;
    border-radius:6px;
    text-decoration:none;
    font-size:14px;
}

/* GRID */
.content-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns: 1.4fr 1fr;
    gap:30px;
}

/* LEFT FEATURED CARD */
.feature-card{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    height:520px;
}

.feature-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.feature-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:40px;
    background:linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color:#fff;
}

.meta{
    font-size:13px;
    opacity:0.85;
    margin-bottom:12px;
}

.feature-overlay h3{
    font-size:28px;
    font-weight:500;
}

/* MEMBER BADGE */
.badge{
    position:absolute;
    top:20px;
    right:20px;
    background:#e58b85;
    color:#fff;
    font-size:12px;
    padding:6px 12px;
    border-radius:6px;
}

/* RIGHT LIST */
.right-list{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.list-card{
    display:flex;
    background:#f0e2d6;
    border-radius:14px;
    overflow:hidden;
    height:150px;
}

.list-card img{
    width:35%;
    object-fit:cover;
}

.list-content{
    padding:18px 20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.list-meta{
    font-size:12px;
    color:#777;
    margin-bottom:8px;
}

.list-content h4{
    font-size:18px;
    color:#c96e67;
    font-weight:500;
}

/* SMALL MEMBER BADGE */
.small-badge{
    position:absolute;
    background:#e58b85;
    color:#fff;
    font-size:11px;
    padding:4px 10px;
    border-radius:6px;
    top:12px;
    left:12px;
}

/* IMAGE WRAP */
.img-wrap{
    position:relative;
    width:35%;
}

/* RESPONSIVE */
@media(max-width:992px){
    .content-grid{
        grid-template-columns:1fr;
    }

    .feature-card{
        height:400px;
    }

    .list-card{
        height:auto;
    }
}


/*******Footer css****/
.footer-new-sec .newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.footer-new-sec .newsletter-text h2 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.56px;
    color: #FFF5EC;
}

.footer-new-sec .newsletter-form {
    display: flex;
    gap: 15px;
}

.footer-new-sec .newsletter-form input {
    width: 320px;
    padding: 14px 18px;
    border: none;
    outline: none;
    background: #e8ddd7;
    font-size: 14px;
}

.footer-new-sec .newsletter-form button {
    padding: 14px 26px;
    background: #e2a865;
    border: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}
=

.footer-new-sec .divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin-bottom: 60px;
}

.footer-new-sec .footer-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 60px;
}

.footer-new-sec .socials img {
    margin-right: 12px;
    width: auto!important;
    height: auto!important;
}
.socials a {
    text-decoration: none;
}
.footer-col.logo-col img {
    width: 100px;
    height: 100px;
}
.footer-new-sec .footer-col h3 {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
    color: #FFF5EC;
}

.footer-new-sec .footer-col ul {
    list-style: none;
    padding-left: 0px;
}

.footer-new-sec .footer-col ul li {
    margin-bottom: 12px;
        letter-spacing: 0px;
    color: #FFF5EC;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.footer-new-sec .footer-col ul li a{
        letter-spacing: 0px;
    color: #FFF5EC;
    font-size: 15px;
    text-decoration:none;
}
.footer-new-sec .footer-col a:hover
{
color: #F0AC73;
}
    
.footer-new-sec .footer-col  p{
        letter-spacing: 0px;
    color: #FFF5EC;
    font-size: 15px;
}
.footer-new-sec .contact li {
    margin-bottom: 10px;
}
.footer-col .contact span {
    overflow: hidden;
    display: block;
}
.footer-col .contact img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 8px;
}
.footer-new-sec .support-title {
    margin-top: 25px;
}
section.footer-new-sec {
     background-image: url(/cdn/shop/files/news-letter-bg.jpg?v=1771999090); 
    background-color:#8e6d74;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 80px;
}
.footer-new-sec input[type="email"] {
    min-width: 459px;
}
.footer-new-sec .divider hr {
    background: #fff5ec59;
    margin-top: 30px;
}
ul.policies.list-unstyled .copyright__content {
    display: flex;
}
.policies li:before {
    content: none!important;
}
ul.policies.list-unstyled .copyright__content span {
    margin-left: 10px;
    margin-right: 10px;
}
.footer__content-bottom {
    padding-top: 0px!important;
}
footer.footer.color-scheme-1 {
    background: #907075;
}
.footer__copyright.caption {
    color: #FFF5EC;
    font-size: 14px;
}
.footer__copyright.caption a{
    color: #FFF5EC;
    font-size: 14px;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none !important;
    transform: none !important;
    opacity: 1;
}
.footer__copyright.caption a:hover{
  text-decoration:none!important;
      color: #F0AC73;
}

/* Slideshow Dots */
.slideshow__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.slideshow__dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  opacity: 0.13;
   background: #D0716F;
}

.slideshow__dot.is-active {
  background: #D0716F;
  opacity:1;
}

.slideshow__dot:hover {
  background: #D0716F;
   opacity:1;
}
section#shopify-section-template--20344480759919__slideshow_NKKBGK .slideshow__controls {
    display: none;
}
section#shopify-section-template--20344480759919__slideshow_NKKBGK .slideshow__media.banner__media.media {
    border-radius: 12px;
}
section#shopify-section-template--20344480759919__slideshow_NKKBGK {
  padding-top:50px;
    padding-bottom: 50px;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e img {
    border-radius: 12px;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__media {
    border-radius: 12px;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e  .banner__content.banner__content--middle-center.page-width{
    align-items: flex-end;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__buttons {
    position: absolute;
    right: 0px;
    top: 65px;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__box {
    min-width: 100% !important;
    background: transparent;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__heading {
    font-size: 38px;
    text-align: left;
    letter-spacing: -0.76px;
    color: #FFF5EC;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__box>*+.banner__text {
    text-align: left;
    color: #FFF5EC;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__box>*+.banner__text p{
    text-align: left;
    color: #FFF5EC;
    max-width: 360px;
}
a.button.button--primary {
    border-radius: 4px !important;
    letter-spacing: -0.09px;
    color: #FFF5EC;
    font-size: 17px;
    text-decoration: none;
    font-family: "georgia", sans-serif !important;
    padding: 22px 32px;
        background: #d0716f;
}
.button:after{
   content:none!important;
}
.button:before{
   content:none!important;
}
a.button.button--primary:hover {
      background: #c46260;
}
h2.image-with-text__heading.inline-richtext.h1 {
    letter-spacing: -0.76px;
    color: #D0716F;
    font-size: 38px;
}
.image-with-text__text.rte.body {
    letter-spacing: 0px;
    color: #454858;
}
.image-with-text__media.image-with-text__media--adapt img {
    border-radius: 12px;
}
.section-template--20344480759919__image_with_text_m69mh3-padding.gradient.color-scheme-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 40%;
    height: 70px;
    background: #8e6a6a;
    box-shadow: 0 100px 0 #8e6a6a, 0 200px 0 #8e6a6a;
    z-index: 1;
}
.section-template--20344480759919__image_with_text_m69mh3-padding.gradient.color-scheme-1 {
    position: relative;
}
.section-template--20344480759919__image_with_text_m69mh3-padding.gradient.color-scheme-1 .page-width {
    z-index: 2;
    position: relative;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be .multicolumn-card.content-container {
    background: transparent;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be .multicolumn.background-primary .multicolumn-card {
    background: transparent;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be .media.media--transparent.media--adapt {
    padding: 0px !important;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be .media.media--transparent.media--adapt img.multicolumn-card__image {
    position: unset;
    width: 47px;
    height: 47px;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be .multicolumn-card-spacing {
    float: left;
    padding: 0px;
    margin: 0px;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be .multicolumn-card__info {
    padding: 0px;
    overflow: hidden;
    padding-left: 30px;
}
.multicolumn-list h3 {
    letter-spacing: -0.26px;
    color: #D0716F;
    font-size: 26px;
}
.multicolumn-card__info .rte {
    letter-spacing: 0px;
    color: #454858;
    font-weight: 400;
    line-height: 25px;
}
a.link.animate-arrow {
    color: #D0716F;
    font-size: 15px;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be {
    --grid-desktop-horizontal-spacing: 70px;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be li:after {
    content: '';
    position: absolute;
    background: #d0716f17;
    width: 2px;
    height: 100%;
    top: 0px;
    right: -30px;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be li:last-child:after {
    content:none;
}
.page-width.section-template--20344480759919__multicolumn_RkCBGt-padding .media.media--adapt img {
    position: unset;
}
.page-width.section-template--20344480759919__multicolumn_RkCBGt-padding .media--transparent {
    padding: 0px !important;
}

.page-width.section-template--20344480759919__multicolumn_RkCBGt-padding {
    max-width: 1760px;
}
section.newsletter-section.page-width {
    max-width: 1760px;
}
section.podcast-box.page-width {
    max-width: 1540px;
}
section#shopify-section-template--20344480759919__slideshow_NKKBGK slideshow-component.slider-mobile-gutter.page-width.mobile-text-below {
    max-width: 1540px;
}
section#shopify-section-template--20344480759919__image_banner_Q6NH9e, section#shopify-section-template--20344480825455__image_banner_E39prT {
    max-width: 1540px;
    padding: 0 3rem;
        margin: 0 auto;
}
.multicolumn.background-primary .multicolumn-card {
    background: transparent!important;
}
section#shopify-section-template--20344480759919__image_banner_Q6NH9e {
    padding-bottom: 50px;
}
section#shopify-section-template--25248463388783__image_banner_9wW77Y {
         padding: 3rem 3rem;
}
section#shopify-section-template--25248463388783__image_banner_9wW77Y h2.banner__heading.inline-richtext.h1 {
    font-size: 48px;
    letter-spacing: -0.96px;
}
p {
    font-family: "segoe-ui", sans-serif !important;
    letter-spacing: 0px;
    /* color: #454858; */
}
.deferred-media__poster img {
    border-radius: 12px;
}
span.deferred-media__poster-button.motion-reduce {
    background: #907075;
}
span.deferred-media__poster-button.motion-reduce path {
    fill: #fff;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .media.media--transparent.media--adapt img.multicolumn-card__image {
    position: unset;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .media.media--transparent.media--adapt {
  width: 47px;
    height: 47px;
    background: #D0716F;
    padding: 10px!important;
    border-radius: 50px;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .multicolumn-card {
    background: #FFEEE0 !important;
    border: 1px solid #FFE4CF;
    border-radius: 8px;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .multicolumn-card:hover {
    background: #D0716F !important;
border: 1px solid #FFE4CF;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .multicolumn-card:hover .media.media--transparent.media--adapt
{
background:#FFF5EC;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .multicolumn-card:hover .media.media--transparent.media--adapt img {
  filter: brightness(0) saturate(100%) 
          invert(63%) sepia(24%) saturate(575%) 
          hue-rotate(314deg) brightness(92%) contrast(88%);
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A {
    --grid-desktop-horizontal-spacing: 30px;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .multicolumn-card:hover .multicolumn-card__info h3{
  color:#fff;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .multicolumn-card:hover .multicolumn-card__info p{
  color:#fff;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .multicolumn-card .multicolumn-card__info {
    margin-top: 50px;
    padding: 0px 40px 40px 40px;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A .multicolumn-card-spacing
 {
    display: flex;
    justify-content: flex-end;
}
section#shopify-section-template--25248463388783__multicolumn_tEwK9A .page-width {
    max-width: 100% !important;
        padding: 0 3rem;
}
div#ImageWithText--template--25248463388783__image_with_text_EX8KH8 {
    padding-left: 0px;
}
.image-with-text__content h4 {
    letter-spacing: -0.26px;
    color: #D0716F;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 5px;
}
div#Banner-template--25248463388783__image_banner_Uhar8T {
    max-width: 1400px;
    margin: 0 auto;
}
section#shopify-section-template--25248463388783__image_banner_Uhar8T {
    margin-top: 70px;
    margin-bottom: 70px;
}
section#shopify-section-template--25248463388783__image_banner_baEmmr {
    max-width: 1540px;
    margin: 0 auto;
    margin-top:70px;
}
div#Banner-template--25484668665967__image_banner_FzEaDB
{
   max-width: 1540px;
    margin: 0 auto;
 margin-top:70px;
}
div#Banner-template--25248463388783__image_banner_baEmmr img {
    border-radius: 12px;
}
#Banner-template--25248463388783__image_banner_baEmmr::after
{
 border-radius: 12px;
}
div#Banner-template--25484668665967__image_banner_FzEaDB img {
    border-radius: 12px;
}
div#Banner-template--25484668665967__image_banner_FzEaDB::after
{
 border-radius: 12px;
}

div#Banner-template--25507934404719__image_banner_FzEaDB
{
   max-width: 1540px;
    margin: 0 auto;
 margin-top:70px;
}
div#Banner-template--25507934404719__image_banner_FzEaDB img {
    border-radius: 12px;
}
div#Banner-template--25507934404719__image_banner_FzEaDB::after
{
 border-radius: 12px;
}

.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    background: transparent;
}
.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient h2.banner__heading.inline-richtext.h1 {
    color: #fff;
}
.banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient h2 {
    max-width: 750px;
    margin-bottom: 20px;
}
section#shopify-section-template--25248463388783__image_banner_baEmmr {
    padding-bottom: 80px;
}
.section-template--25248463388783__image_with_text_EX8KH8-padding.gradient.color-scheme-1
{
    position: relative;
}
.section-template--25248463388783__image_with_text_EX8KH8-padding.gradient.color-scheme-1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 40%;
    height: 70px;
    background: #8e6a6a;
    box-shadow: 0 100px 0 #8e6a6a, 0 200px 0 #8e6a6a;
    z-index: 1;
}
.section-template--25248463388783__image_with_text_EX8KH8-padding.gradient.color-scheme-1 .page-width {
    z-index: 2;
    position: relative;
}
.video-section.isolate.page-width.section-template--25248463388783__video_KFp4bD-padding
 {
    max-width: 1540px;
}
.page-width.about-skin-self {
    max-width: 1540px;
    padding: 0 0rem;
}
section#shopify-section-template--25248463388783__image_banner_Uhar8T {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 70px;
    }
@media (min-width:1025px) and (max-width:1599px)
{
  .page-width.about-skin-self {
    padding: 0 7rem;
}
section.podcast-box.page-width {
    padding-left: 6rem;
    padding-right: 6rem;
}
section#shopify-section-template--20344480759919__slideshow_NKKBGK slideshow-component.slider-mobile-gutter.page-width.mobile-text-below
{
    padding-left: 6rem;
    padding-right: 6rem;
}
section#shopify-section-template--20344480759919__image_banner_Q6NH9e, section#shopify-section-template--20344480825455__image_banner_E39prT
{
   padding-left: 6rem;
    padding-right: 6rem;
}
.page-width {
        padding: 0 7rem;
    }
    section.newsletter-section.page-width, .page-width.section-template--20344480759919__multicolumn_RkCBGt-padding {
    padding-left: 3rem;
    padding-right: 3rem;
}
section#shopify-section-template--25248463388783__image_banner_Uhar8T {
    padding-left: 7rem;
    padding-right: 7rem;
}
section#shopify-section-template--25248463388783__image_banner_baEmmr {
 padding-left: 7rem;
    padding-right: 7rem;
}
section#shopify-section-template--25484668665967__image_banner_FzEaDB {
    padding-left: 7rem;
    padding-right: 7rem;
}
section#shopify-section-template--25507934404719__image_banner_FzEaDB {
    padding-left: 7rem;
    padding-right: 7rem;
}
div#Banner-template--25248463388783__image_banner_Uhar8T
{
    padding: 0 7rem;
}
section#shopify-section-template--25248463388783__image_banner_Uhar8T .banner__box.content-container.content-container--full-width-mobile.color-scheme-2.gradient .banner__text.rte.body {
    right: -190px!important;
}
.vertical-text {
    right: -10px;
}
}
div#Banner-template--25248463388783__image_banner_Uhar8T {
    border: 1px solid #D9BEAA;
    border-radius: 8px;
}
section#shopify-section-template--25248463388783__image_banner_Uhar8T .banner__box.content-container.content-container--full-width-mobile.color-scheme-2.gradient {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
section#shopify-section-template--25248463388783__image_banner_Uhar8T .banner__box.content-container.content-container--full-width-mobile.color-scheme-2.gradient .banner__text.rte.body {
    position: absolute;
    right: -120px;
    transform: rotate(270deg);
    top: 0px;
    font-size: 16px;
}
.page-width.about-skin-self {
    display: flex;
    gap: 60px;
    align-items: center;
}
 .about-skin-self .image-card {
    position: relative;
  flex: 2.2;
    border-radius: 14px;
    overflow: hidden;
}

.about-skin-self .image-card img {
    width: 100%;
    height: 694px;
    object-fit: cover;
    display: block;
}

/* Overlay Text */
.about-skin-self .overlay-text {
    position: absolute;
      bottom: 40px;
    left: 50px;
    color: #ffffff;
    font-size: 50px;
    line-height: 1.2;
    font-family: "georgia", sans-serif !important;
    letter-spacing: -1px;
    color: #FFF5EC;
        z-index: 1;
}
 .about-skin-self .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.about-skin-self .image-card:after {
    content: '';
    background: #0000002e;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.about-skin-self .block h3 {
    font-size: 26px;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: -0.26px;
    color: #D0716F;
}

 .about-skin-self .block p {
    font-size: 16px;
letter-spacing: 0px;
color: #454858;
    max-width: 320px;
}

 .about-skin-self .divider {
    height: 1px;
    width: 100%;
    background-color: #d0716f33;
    margin: 40px 0 0 0;
    display: block;
}
/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {

   .about-skin-self .overlay-text {
        font-size: 36px;
        bottom: 30px;
        left: 30px;
    }

   .about-skin-self .content {
        align-items: center;
        text-align: center;
    }

about-skin-self .divider {
        width: 100%;
    }
}
section#shopify-section-template--25248463388783__custom_liquid_zEY4VX .color-scheme-1.gradient {
    background-color: #FFEEE0 !important;
    margin-top: 70px;
}
.serve-about {
    display: flex;
    gap: 40px;
    align-items: center;
}
.serve-about .two-cols-rights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
}
/* ===== Left Text ===== */
.serve-about .intro h2 {
    font-size: 38px;
    letter-spacing: -0.76px;
    color: #D0716F;
    margin-bottom: 20px;
}

.serve-about .intro p {
    line-height: 1.6;
    letter-spacing: 0px;
    color: #454858;
}

/* ===== Cards ===== */
.serve-about .card {
    padding: 40px;
    border-radius: 14px;
    transition: 0.3s ease;
    background: #FFEEE0 !important;
    border: 1px solid #FFE4CF;
    border-radius: 8px;
}
.serve-about .card:hover {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 228, 207);
    border-image: initial;
    background: rgb(208, 113, 111) !important;
}
.serve-about .card:hover h3, .serve-about .card:hover p{
  color:#fff;
}
.serve-about .card h3 {
    letter-spacing: -0.26px;
    color: #D0716F;
    font-size: 26px;
    margin-bottom: 0px;
}

.serve-about .card p {
  font-size: 16px;
letter-spacing: 0px;
color: #454858;
}

/* ===== Icon Circle ===== */
.serve-about .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    width: 47px;
    height: 47px;
    background: rgb(208, 113, 111);
    border-radius: 50px;
    padding: 10px !important;
}
.serve-about .card:hover .icon {
    background: rgb(255, 245, 236);
}
.serve-about .card:hover .icon img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(24%) saturate(575%) hue-rotate(314deg) brightness(92%) contrast(88%);
}

/* ===== Responsive ===== */
@media (max-width: 1000px) {
  .serve-about {
    grid-template-columns: 1fr;
  }

  .serve-about.highlight {
    padding: 40px;
  }
}
.serve-about .two-cols-rights div .card:first-child {
    margin-bottom: 40px;
}
.serve-about .intro {
    width: 60%;
    margin-top: -120px;
}
.product--stacked .product__media-item {
    max-width: 100% !important;
    width: 100%!important;
}
@media screen and (min-width: 990px) {
    .product--large:not(.product--no-media) .product__media-wrapper {
        max-width: 50%!important;
    }
}
.product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 100%!important;
}
.product-media-container.constrain-height.media-fit-contain {
    width: 100%!important;
}

/*****Single pro cs*****/
.product__column-sticky .product__text.inline-richtext span {
    background: #454858 0% 0% no-repeat padding-box;
    border-radius: 4px;
    letter-spacing: 0px;
    color: #FFF5EC;
    font-size: 14px;
    padding: 0px 11px;
    margin-right: 10px;
}
.product__info-container .product__title h1 {
    letter-spacing: 0px;
    color: #D0716F;
    font-size:32px;
}
.product__info-container .share-button {
    float: right;
    margin-top: -50px;
}
.product__info-container button.share-button__button {
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border: 1px solid #FFE4CF;
    width: 48px;
    height: 48px;
    justify-content: center;
    border-radius: 50px;
    padding-right: 0px;
}
.product__info-container .share-button__button .icon-share {
    height: auto;
    margin-right: 0px;
    min-width: auto;
    color: #907075;
}
.product-media-container.constrain-height.media-fit-contain .media > img {
    object-fit: cover;
    object-position: center center;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 12px !important;
}
.product-media-container.constrain-height.media-fit-contain {
    border-radius: 12px !important;
}
.product--stacked .product__media-item {
    margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
    .product__column-sticky {
        top: 10rem!important;
    }
}
div#Banner-template--20344480923759__image_banner_EbEMQQ {
    border: 1px solid #D9BEAA;
    border-radius: 8px;
}
div#Banner-template--20344480923759__image_banner_EbEMQQ .banner__box.content-container.content-container--full-width-mobile.color-scheme-2.gradient {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
div#Banner-template--20344480923759__image_banner_EbEMQQ .banner__text.rte.body {
    position: absolute;
    right: -120px;
    transform: rotate(270deg);
    top: 0px;
    font-size: 16px;
}
section#shopify-section-template--20344480923759__image_banner_EbEMQQ {
    margin-bottom: 0px !important;
    background-color: #FFF2E8 !important;
    padding-top: 40px;
    padding-bottom: 70px;
}
div#Banner-template--20344480923759__image_banner_EbEMQQ {
    max-width: 1280px;
    margin: 0 auto;
}
/* ============================= */
/* BREADCRUMB STYLING */
/* ============================= */

.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumb a {
  text-decoration: none;
  color: #D0716F;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 6px;
  color: #D0716F;
}

.breadcrumb span {
  color: #D0716F;
}
/* ============================= */
/* CUSTOM PRODUCT ACCORDION CSS */
/* ============================= */

/* Main accordion container */
.custom-accordion {
    border-top: 1px solid #e5e5e5;
    margin-top: 50px !important;
}

/* Each accordion item */
.accordion-item {
    border-bottom: 1px solid #d0716f30;
}

/* Accordion header button */
.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    text-align: left;
    font-size: 18px;
    /* font-weight: 500; */
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    letter-spacing: 0px;
    color: #7A5F64;
    font-family: "georgia", sans-serif !important;
        line-height: 22px;
            align-items: center;
}

/* Plus icon styling */
.accordion-header .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border: 1px solid #FFE4CF;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50px;
}

/* Hidden content by default */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0;
}

/* Add spacing inside content */
.accordion-content p {
  margin-bottom: 12px;
}

/* When accordion is active (open) */
.accordion-item.active .accordion-content {
    max-height: max-content;
    padding-bottom: 10px;
    color: #454858;
    font-size: 16px;
}
.accordion-item.active .accordion-content p{
margin-top:0px;
 color: #454858;
    font-size: 16px;
}
.accordion-item img.minus-ico {
    display: none;
}
.accordion-item.active .icon img.minus-ico{
display: block;
}
.accordion-item.active .icon img.plus-ico{
display: none;
}
.button-inline .btn {
    background: #D0716F;
    border:1px solid  #D0716F;
    border-radius: 4px;
    width: max-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.09px;
    color: #FFF5EC;
    font-size: 17px;
    text-decoration: none;
    font-family: "georgia", sans-serif !important;
    margin-right: 20px;
    padding: 17px 32px;
}
.button-inline {
    display: flex;
    margin-top: 20px;
}
.button-inline .btn:hover {
    background: #c46260;
       border:1px solid  #c46260;
       color:#fff;
}
.btn.btn-outline {
    background: transparent;
    color: #D0716F;
}

#shopify-section-template--20344480825455__main {
    background: url(https://someplacegood.myshopify.com/cdn/shop/files/internal-banner.jpg);
    background-size: cover;
    text-align: center;
    margin: 3rem 3rem;
    min-height: 42rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#shopify-section-template--25248463388783__main, section#shopify-section-template--25277406314607__main {
    background: url(https://someplacegood.myshopify.com/cdn/shop/files/internal-banner.jpg);
    background-size: cover;
    text-align: center;
    margin: 3rem 3rem;
    min-height: 42rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
h1.main-page-title.page-title {
    font-size: 48px;
    letter-spacing: -0.96px;
    color: #D0716F;
}
.contact-grids-two {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.footer-col.contact-pages li {
    display: block;
}
.footer-col.contact-pages ul.contact {
    padding-left: 0px;
}
.footer-col.contact-pages ul.contact div {
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border: 1px solid #FFE4CF;
    width: 43px;
    height: 43px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius:50%;
        float: left;
}
.footer-col.contact-pages ul.contact div img {
    float: unset;
    position: unset;
    margin: 0px;
}
.footer-col.contact-pages ul.contact a {
    display: inline-block !important;
    margin-bottom: 15px !important;
    letter-spacing: 0px;
    color: #454858;
    text-decoration: none;
}
.page-width2.contacts-left-block span {
    padding-left: 15px!important;
     color: #454858;
    text-decoration: none;
}
.footer-col.contact-pages ul.contact a:hover span {
    color: #D0716F !important;
}
.page-width2.contacts-left-block h2 {
    color: #D0716F;
}
.page-width2.contacts-left-block .para-contact {
    margin-bottom: 30px;
}
.contact.page-width2.page-width--narrow2 {
    border: 2px solid #F8EADD;
    border-radius: 12px;
    opacity: 1;
    padding: 50px;
}
h2.title {
    color: #D0716F;
}
.contact.page-width2.page-width--narrow2 .title {
    text-align: center;
}
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after
{
  border:none!important;
  box-shadow:none!important;
}
.field__input, .customer .field input {
    background: #FAEDE4 0% 0% no-repeat padding-box;
    border: 1px solid #F0E2D8;
    border-radius: 4px;
    color: #454858;
    font-size: 14px;
    height: 60px;
}
.field__label, .customer .field label {
    color: #454858;
    font-size: 14px;
    top: 20px;
}
.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 {
    box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) #F0E2D8;
        border-radius: 4px;
}
.contact__button button.button {
    background: #D0716F 0% 0% no-repeat padding-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.09px;
    color: #FFF5EC;
    font-size: 17px;
    text-decoration: none;
    font-family: "georgia", sans-serif !important;
    margin-right: 20px;
    width: 101px;
    height: 64px;
}
.contact__button button.button:hover {
    background: #c46260;
}
.socials.contacts-social {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-top: 40px;
}
.socials.contacts-social h4 {
    letter-spacing: -0.44px;
    color: #D0716F;
    font-size: 22px;
    margin: 0px;
}
.social-links-area {
    display: flex;
    grid-gap: 10px;
}
.socials.contacts-social a {
    background: #D0716F;
    width: 45px;
    height: 46px;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}
.socials.contacts-social a img {
    width: 16px;
    height: 18px;
    filter: brightness(0) invert(1);
}
.contact-grids-two {
    margin-top: 70px;
    margin-bottom: 70px;
}
.contact.page-width2.page-width--narrow2 {
    position: relative;
}
.page-width--narrow2 p.required-text {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #D0716F;
    font-size: 14px;
    font-style: italic;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__media.media.scroll-trigger {
    border-radius: 12px;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__media.media.scroll-trigger img{
    border-radius: 12px;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__content.banner__content--middle-center {
    align-items: flex-end;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__box.content-container.content-container--full-width-mobile {
    min-width: 100% !important;
    background: transparent;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__heading.inline-richtext {
    text-align: left;
    color: #FFF5EC;
    margin-bottom: 0px;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__text.rte.body {
    text-align: left;
    color: #FFF5EC;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__text.rte.body p{
    text-align: left;
    color: #FFF5EC;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__buttons {
    position: absolute;
    right: 0px;
    top: 65px;
    margin-top: 0px;
}
section#shopify-section-template--20344480825455__image_banner_E39prT {
    margin-bottom: 70px;
}
span.header__active-menu-item {
    text-decoration: none;
    color: #D0716F;
}
section#shopify-section-template--20344480923759__related-products {
    margin-top: 70px;
}
h2.related-products__heading {
    letter-spacing: -0.76px;
    color: #D0716F;
    font-size: 38px;
    text-align: center;
    margin-bottom:40px;
}
.related-products .card--standard>.card__content .card__information a {
    letter-spacing: -0.24px;
    color: #D0716F;
    font-size: 24px;
    text-decoration: none;
}
.related-products .price__regular {
    letter-spacing: 0px;
    color: #454858;
}
.related-products ul.grid.product-grid.grid--3-col-desktop.grid--2-col-tablet-down {
    --grid-desktop-horizontal-spacing: 30px;
}

.collection-hero {
    background-image: url(/cdn/shop/files/news-bg.jpg?v=1773048062);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 30px;
    border-radius: 12px;
        padding: 30px !important;
}
.collection-hero__image-container {
    border: none!important;
    border-radius: 12px!important;
    height: 548px!important;
}
.collection-hero__inner.page-width {
    padding: 0px 0px 0px 40px;
    max-width: 100% !important;
}
.collection-hero--with-image .collection-hero__inner {
    display: flex;
    align-items: flex-end;
}
.collection-hero__title {
    color: #fff;
    letter-spacing: -0.96px;
    font-size: 48px;
}
.collection-hero__description.rte p {
    letter-spacing: 0px;
    color: #FFF5EC;
    font-size: 16px;
    max-width: 512px;
}
.button--yellow {
    background: #F0AC73;
    border-radius: 4px;
    padding: 22.2px 31.40px;
    border: 1px solid #F0AC73;
    letter-spacing: -0.09px;
color: #FFF5EC;
    font-family: "georgia", sans-serif !important;
    font-size:17px;
}
.button--yellow:hover {
    background: #e39e64;
    border: 1px solid #e39e64;
}
.button--outline
{
 background: transparent;
    border-radius: 4px;
    padding: 22.2px 31.40px;
  border: 1px solid #FFF5EC;
    letter-spacing: -0.09px;
color:#FFF5EC;
    font-family: "georgia", sans-serif !important;
    font-size:17px;
}
.button--outline:hover
{
 background: #F0AC73;
    border-radius: 4px;
    border: 1px solid #F0AC73;
}
.btn-dual {
    display: flex;
    grid-gap: 20px;
    margin-top: 40px;
}
.collection.page-width {
    max-width: 100%;
    padding: 0px !important;
    margin: 30px;
}
aside#main-collection-filters {
    display: none;
}


/*****Collection filter ******/
.top-bar-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}

/* left button */
.filter-btn{
    background:#c96962;
    color:white;
    border:none;
    padding:12px 22px;
    border-radius:4px;
    font-size:14px;
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
}

.filter-btn span{
    font-size:18px;
}

/* center text */
.results {
    font-size: 14px;
    letter-spacing: 0px;
    color: #907075;
}

/* right section */
.right-controls{
    display:flex;
    align-items:center;
    gap:10px;
}

.sort-select {
    background: #D0716F;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0px;
    color: #FFF5EC;
    width: 189px;
    height: 60px;
    appearance: none;
    background-image: url(/cdn/shop/files/arrow-bottom-down.svg?v=1773061778);
    background-repeat: no-repeat;
    background-position: 92% 48%;
}
.search-btn {
    background: #907075;
    border: none;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}
.filter-btn {
    background: #D0716F;
    color: white;
    border: none;
    padding: 22px 30px;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0px;
    color: #FFF5EC;
    font-size: 14px;
    width: 141px;
    height: 60px;
}
.filter-btn img {
    left: -10px;
    position: relative;
}
/* Overlay */

.filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #907075e3;
    display: none;
    z-index: 999;
}

/* Sidebar */

.filter-sidebar{
width:360px;
height:100%;
background:#f3e5da;
    padding: 30px 20px 100px;
overflow-y:auto;
transform:translateX(-100%);
transition:0.4s;
}

/* Show sidebar */

.filter-overlay.active .filter-sidebar{
transform:translateX(0);
}

/* Close */
.close-btn{
position:absolute;
top:30px;
right:40px;
background:none;
border:none;
font-size:28px;
color:white;
cursor:pointer;
}

/* Title */

.filter-title {
    margin-bottom: 15px;
    letter-spacing: -0.56px;
    color: #D0716F;
    font-size: 28px;
}

/* Category list */

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

.category-list li{
margin-bottom:10px;
}

.category-list label{
display:flex;
align-items:center;
gap:10px;
    font-size: 17px;
    color: #454858;
}

/* Accordion */

.filter-overlay .accordion-item{
padding:10px 0;
}

.filter-overlay .accordion-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    letter-spacing: -0.56px;
    color: #D0716F;
    font-size: 28px;
}

.filter-overlay .accordion-body{
display:none;
margin-top:10px;
}

.filter-overlay .accordion-body label{
display:block;
margin-bottom:8px;
}
/* Hide default checkbox */
.filter-overlay .accordion-body input[type="checkbox"] {
  display: none;
}

/* Label styling */
.filter-overlay .accordion-body label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
 padding: 0px 0;
  color: #333;
  position: relative;
}

/* Custom circle */
.filter-overlay .accordion-body .custom-checkbox {
  width: 18px;
  height: 18px;
    border: 1px solid #EDDFD5;
    background: #F8EBE2;
  border-radius: 50%; /* circular like radio */
  position: relative;
  transition: all 0.2s;
}

/* Inner circle when checked */
.filter-overlay .accordion-body input[type="checkbox"]:checked + .custom-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #D0716F; /* fill color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.filter-overlay .accordion-body input[type="checkbox"]:checked + .custom-checkbox
{
   border: 1px solid #D0716F; 
}
/* Hover effect */
.filter-overlay .accordion-body label:hover .custom-checkbox {
  border-color: #D0716F;
}
.filter-overlay .accordion-item {
    border: none;
}
/* Buttons */
.filter-buttons {
  position: absolute;
  /* bottom: -100px; */
  bottom:0px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
/* .filter-buttons{
margin-top:30px;
display:flex;
gap:10px;
} */
.filter-buttons.button-inline a.btn {
    margin-right: 0px;
    width: 199px;
    height: 64px;
}
.card--standard>.card__content .card__information .card__heading .full-unstyled-link {
 font-size: 24px;
    letter-spacing: -0.24px;
    color: #D0716F;
        text-decoration: none;
}
.grid__item .card--card.gradient, .grid__item .card__inner.gradient {
    height: 365px;
}
.page-width.section-template--25346912813167__multicolumn_PcUrma-padding.isolate.scroll-trigger.animate--slide-in {
       padding: 0px 30px 80px;
    max-width: 100%;
      overflow: hidden;
}
section#shopify-section-template--25484668665967__main, section#shopify-section-template--25507934404719__main {
    background: url(https://someplacegood.myshopify.com/cdn/shop/files/internal-banner.jpg);
    background-size: cover;
    text-align: center;
    margin: 3rem 3rem;
    min-height: 42rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rte li {
    display: block;
}
.rte li:before {
    content: url(/cdn/shop/files/check-ico.svg?v=1774352728);
    left: -30px;
    position: absolute;
    top: 2px;
}
.rte ul {
    padding-left: 30px !important;
}
section#shopify-section-template--25484668665967__custom_liquid_F8YUQ7 .color-scheme-1.gradient{
    background-image: url(/cdn/shop/files/news-letter-bg_1d24f4f7-6a18-4ae3-a303-08e0835ae08f.jpg?v=1774353325);
    background-size: cover;
    background-position:center;
}
.page-width.forms-area {
    background: #FFF5EC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 50px #00000008;
    border-radius: 8px;
    max-width: 948px;
    margin: 0 auto;
    padding: 40px;
}
li#Slide-template--25485035536495__multicolumn_PcUrma-1 .multicolumn-card__info {
    /* position: unset; */
    transform: none;
    right: unset;
    width: 60%;
    left: 50px;
    top: 90px;
}
li#Slide-template--25485035536495__multicolumn_PcUrma-1 .multicolumn-card__info h3.inline-richtext {
    color: #FFF5EC;
}
li#Slide-template--25485035536495__multicolumn_PcUrma-1 a.link.animate-arrow {
    color: #FFF5EC;
}
.page-width.forms-area h2 {
    letter-spacing: -0.76px;
    color: #D0716F;
    text-align: center;
    font-size: 38px;
    margin-top: 0px;
}
.cf-button.btn.button:hover {
    background: #c46260;
}
.cf-button.btn.button {
    background: #c46260;
    border-radius: 4px;
}
.cf-button.btn.button {
    background: #c46260;
    border-radius: 4px;
    letter-spacing: -0.09px;
    color: #FFF5EC;
    font-size: 17px;
    font-family: "georgia", sans-serif !important;
    padding: 20px 30px;
}
.cf-field input[type=text], .cf-field input[type=email], .cf-field input[type=number], .cf-field input[type=tel], .cf-field input[type=password], .cf-field textarea {
    background: #FAEDE4 0% 0% no-repeat padding-box;
    border-radius: 4px !important;
    border: none !important;
    padding: 14px 20px !important;
    height: 60px !important;
    color: #454858 !important;
}
[data-theme-name=Dawn] .cf-field input:not([type=checkbox]):not([type=radio])[type=file] {
    background: #FAEDE4 0% 0% no-repeat padding-box;
    border-radius: 4px !important;
    border: none !important;
    padding: 14px 20px !important;
    color: #454858 !important;
}
[data-theme-name=Dawn] .cf-field>label {
    color: #454858;
    letter-spacing: 0px;
}

ul#Slider-template--25484668665967__multicolumn_XNxBz8.multicolumn-list {
  counter-reset: item; 
}
ul#Slider-template--25484668665967__multicolumn_XNxBz8 .multicolumn-list__item h3::before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero) " "; 
 letter-spacing: -0.21px;
color: #907075;
font-size:21px;
font-family: "georgia", sans-serif !important;
  margin-right: 5px; 
      position: absolute;
          top: 0px;
}
ul#Slider-template--25484668665967__multicolumn_XNxBz8.multicolumn-list h3 {
    letter-spacing: -0.26px;
    color: #D0716F;
    font-size: 26px;
    padding-top: 50px;
    position: relative;
}
ul#Slider-template--25484668665967__multicolumn_XNxBz8.multicolumn-list .multicolumn-card__info {
    padding-top: 50px;
}
ul#Slider-template--25484668665967__multicolumn_XNxBz8.multicolumn-list .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width:992px)
{
  ul#Slider-template--25484668665967__multicolumn_XNxBz8 {
    column-gap: var(--grid-desktop-horizontal-spacing);
}
ul#Slider-template--25507934404719__multicolumn_GwX766 {
    --grid-desktop-horizontal-spacing: 30px;
}
}
.section-template--25484668665967__image_with_text_JQNVQ9-padding.gradient.color-scheme-1 {
    z-index: 2;
    position: relative;
}
.section-template--25484668665967__image_with_text_JQNVQ9-padding.gradient.color-scheme-1:after{
  content: "";
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 40%;
    height: 70px;
    background: #8e6a6a;
    box-shadow: 0 100px 0 #8e6a6a, 0 200px 0 #8e6a6a;
    z-index: 1;
}
.section-template--25484668665967__image_with_text_JQNVQ9-padding.gradient.color-scheme-1 .page-width {
    z-index: 2;
    position: relative;
}
.color-scheme-5
{
   z-index: 2;
    position: relative;
}
.color-scheme-5:after{
  content: "";
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 40%;
    height: 70px;
    background: #8e6a6a;
    box-shadow: 0 100px 0 #8e6a6a, 0 200px 0 #8e6a6a;
    z-index: 1;
}
.color-scheme-5 .page-width {
    z-index: 2;
    position: relative;
}
.rte li {
    position: relative;
}
 .collapsible-content-wrapper-narrow {
    max-width: 100%;
    display: flex !important;
    max-width: var(--page-width)!important;
    padding: 0 7rem!important;
    grid-gap: 50px;
}
 .collapsible-content__header {
    width: 30%;
}
.collapsible-content__wrapper .grid.grid--1-col.grid--2-col-tablet.collapsible-content__grid {
    width: 70%;
}
h2.collapsible-content__heading.inline-richtext {
    letter-spacing: -0.76px;
    color: #D0716F;
    font-size: 38px;
}
.collapsible-content__grid .accordion {
    background: #FFF5EC 0% 0% no-repeat padding-box;
    border: 1px solid #D0716F !important;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 21px;
}
.accordion summary {
    background: transparent !important;
}
.accordion summary .accordion__title.inline-richtext.h4 {
    text-decoration: none !important;
    letter-spacing: 0px;
    color: #7A5F64;
    font-size: 18px;
}
.arrow-colapse.icon.icon-caret {
    height: auto;
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border: 1px solid #FFE4CF;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: 10px;
    right: 0px;
}
summary svg.icon-caret {
    opacity: 0;
}
.accordion__content {
    margin-bottom: 1.5rem;
    word-break: break-word;
    overflow-x: auto;
    padding: 0px;
    letter-spacing: 0px;
    color: #454858;
}
section#shopify-section-template--25484668665967__image_banner_FzEaDB, section#shopify-section-template--25507934404719__image_banner_FzEaDB {
    padding-bottom: 80px;
}
div#Banner-template--25507934404719__image_banner_FzEaDB .banner__box.content-container.content-container--full-width-mobile.color-scheme-4.gradient h2{
    max-width: 590px;
    margin-bottom: 20px;
}
section#shopify-section-template--25507934404719__rich_text_dgw9tE h2.rich-text__heading.rte {
    letter-spacing: -0.96px;
    color: #D0716F;
    font-size: 48px;
}
section#shopify-section-template--25507934404719__rich_text_dgw9tE .rich-text__blocks.center {
    display: flex;
    max-width: 100%;
}
section#shopify-section-template--25507934404719__rich_text_dgw9tE h2.rich-text__heading.rte.inline-richtext {
    width: 80%;
    text-align: left;
}
#shopify-section-template--25507934404719__rich_text_dgw9tE .rich-text__text.rte {
    letter-spacing: 0px;
    color: #454858;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li {
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 10px 15px !important;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li h3.inline-richtext {
    letter-spacing: -0.26px;
    color: #D0716F;
    font-size: 26px !important;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 .rte {
    margin-top: 0px !important;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 .rte p {
    letter-spacing: 0px;
    color: #907075;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 .rte h3 {
    letter-spacing: -1.26px;
    color: #D0716F;
    font-size: 63px;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 .rte h3 em {
    letter-spacing: 0px;
    color: #907075;
    font-size: 14px;
    margin-left: -10px;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li
 {
    padding: 0px;
    margin-bottom: 10px;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 ul {
    padding-top: 20px;
    padding-bottom: 10px;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 a.link.animate-arrow {
    border-radius: 4px !important;
    letter-spacing: -0.09px;
    color: #fff !important;
    font-size: 17px;
    text-decoration: none;
    font-family: "georgia", sans-serif !important;
    padding: 22px 32px;
    background: #D0716F;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 .link.animate-arrow .svg-wrapper {
    display: none!important;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover a.link.animate-arrow{
  background: #F0AC73;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover {
    background: #D0716F;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover h3.inline-richtext{
   color: #FFF5EC;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover .rte p
 {
color: #FFF5EC;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover .rte h3
 {
    color: #FFF5EC;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover .rte h3 em
{
color: #FFF5EC;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover  ul li
{
 color: #FFF5EC; 
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover ul li {
    background: transparent;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 li:hover ul li:before {
    content: url(/cdn/shop/files/orange-tick.svg?v=1774530003);
}
section#shopify-section-template--25507934404719__custom_liquid_F8YUQ7 .color-scheme-1.gradient {
    background-image: url(/cdn/shop/files/news-letter-bg_1d24f4f7-6a18-4ae3-a303-08e0835ae08f.jpg?v=1774353325);
    background-size: cover;
    background-position: center;
}
.collapsible-none-layout .accordion+.accordion:last-child
 {
    margin-bottom: 0px;
}
.faq-tab-links {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    flex-wrap: wrap;
}
.faq-tab-links a {
    border: 1px solid #907075;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: -0.09px;
    color: #907075;
    font-size: 17px;
    font-family: "georgia", sans-serif !important;
    padding:
     14px 25px;
}
.faq-tab-links a:hover {
    background: #d0716f;
    color: #fff;
    border: 1px solid #d0716f;
}
#content-hub, #spg-education, #membership, #b2b, #membership, #payments {
    scroll-margin-top: 100px;
}
.page-width.section-template--25485035536495__multicolumn_PcUrma-padding {
    padding: 0px 30px 80px;
    max-width: 100%;
    overflow: hidden;
}


li#Slide-template--25277406314607__multicolumn_6HzLhP-1 .multicolumn-card__info {
    /* position: unset; */
    transform: none;
    right: unset;
    width: 60%;
    left: 50px;
    bottom: 45px;
    top: unset;
}
li#Slide-template--25277406314607__multicolumn_6HzLhP-1 .multicolumn-card__info h3.inline-richtext {
    color: #FFF5EC;
    max-width: 300px;
}
li#Slide-template--25277406314607__multicolumn_6HzLhP-1 a.link.animate-arrow {
    color: #FFF5EC;
}
.page-width.section-template--25277406314607__multicolumn_6HzLhP-padding.isolate.scroll-trigger.animate--slide-in {
    padding: 60px 30px 40px;
    max-width: 100%;
    overflow: hidden;
}
/*******Homepage html Pro content Hub*******/
/* Header */
.pro-content-hub-sec .header-pro h2 {
    letter-spacing: -0.76px;
    color: #D0716F;
    font-size: 38px;
    /* margin-bottom: 0px; */
}
.pro-content-hub-sec .header-pro { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }

/* Layout */
.pro-content-hub-sec .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* ---------------- LARGE CARD ---------------- */
.pro-content-hub-sec .large-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.pro-content-hub-sec .small-content p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 20px;
}
.pro-content-hub-sec .large-card img {
  width: 100%;
  height: 100%;
      /* height: 555px; */
  object-fit: cover;
  display: block;
}

/* Gradient overlay (IMPORTANT) */
.pro-content-hub-sec .large-card a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.05));
}

/* Top icons row */
.pro-content-hub-sec .pro-icos-grids {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    z-index: 2;
    grid-gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.pro-content-hub-sec .calender-ico img {
    width: 33px;
    height: 33px;
}

/* Badge */
.pro-content-hub-sec .badge {
    background: #D0716F 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 33px;
    display: flex;
    align-items: center;
    color: #FFF5EC;
    letter-spacing: 0px;
    font-size: 14px;
    position:unset;
}

/* Overlay text */
.pro-content-hub-sec .large-overlay {
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    color: #fff;
    z-index: 2;
}

.pro-content-hub-sec .large-overlay h3 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.28px;
    color: #FFF5EC;
}

/* Meta */
.pro-content-hub-sec .meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  opacity: 1;
      flex-wrap: wrap;
}

.pro-content-hub-sec .meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FFF5EC;
    font-size: 15px;
}

.pro-content-hub-sec .meta img {
    width: auto;
    height: auto;
}

/* ---------------- RIGHT COLUMN ---------------- */
.pro-content-hub-sec .right-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pro-content-hub-sec .small-card .meta img {
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0px;
}
/* Small card */
.pro-content-hub-sec .small-card a {
    position: relative;
    display: flex;
    gap: 12px;
    background: #FFEEE0;
    border-radius: 12px;
    padding: 0px;
    align-items: center;
    text-decoration: none;
    border: 1px solid #FFE4CF;
    border-radius: 6px;
}
.pro-content-hub-sec .small-card .meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    letter-spacing: 0px;
    color: #454858;
    text-decoration: none;
}
.pro-content-hub-sec .small-card img {
    width: 211px;
    /* height: 172px; */
        height: 200px;
    border-radius: 6px;
    object-fit: cover;
}
/* Badge on small */
.pro-content-hub-sec .small-card .badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 11px;
  padding: 4px 8px;
      width: max-content;
}
.card-small-img {
    position: relative;
    display: flex;
}
/* Calendar icon */
.pro-content-hub-sec .small-content .calender-ico {
  position: absolute;
  top: 8px;
  right: 8px;
}

.pro-content-hub-sec .small-content .calender-ico img {
    width: 33px;
    height: 33px;
}

/* Content */
.pro-content-hub-sec .small-content {
    flex: 1;
    padding-left: 10px;
}

.pro-content-hub-sec .small-content h4 {
    margin: 6px 0 0;
    font-size: 24px;
    letter-spacing: -0.24px;
    color: #D0716F;
}
.trending-content-grids h3 {
    letter-spacing: -0.76px;
    color: #D0716F;
    font-size: 32px;
}
.trending-item .meta {
    margin-top: 11px;
}
.grid-three-grids {
    display: grid;
    grid-template-columns: rep;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.trending-image img {
    width: 100%;
    border-radius: 6px;
    height: 375px;
    object-fit: cover;
}
.trending-image .calender-ico img {
    width: auto !important;
    height: auto;
    object-fit: contain;
    border-radius: 0px;
}
.trending-image .calender-ico {
    height: 33px;
}
.trending-item .meta {
    font-size: 15px;
    opacity: 1;
    margin-bottom: 12px;
    letter-spacing: 0px;
    color: #454858;
    display: flex;
    grid-gap: 15px;
        flex-wrap: wrap;
}
.trending-item .meta span img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.trending-item h4 {
    letter-spacing: -0.24px;
    color: #D0716F;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 32px;
}
.trending-item a {
    text-decoration: none;
}
.pro-icos-grids .badge {
    background: #D0716F 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 33px;
    display: flex;
    align-items: center;
    color: #FFF5EC;
    letter-spacing: 0px;
    font-size: 14px;
    position: unset;
}
.trending-image {
    position: relative;
}
.pro-icos-grids {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    z-index: 2;
    grid-gap: 10px;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width:1025px) and (max-width:1399px)
{
  .trending-item .meta {
    font-size: 13px;
    grid-gap: 12px;
   line-height: 13px;
}
.pro-content-hub-sec .small-card .meta span {
    gap: 4px;
    font-size: 13px;
       line-height: 13px;
}
}
.page-width.btn-s-view {
    position: relative;
}
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    display: flex;
    justify-content: space-between;
}
.center.collection__view-all {
    display: none;
}
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width .center.collection__view-all {
    display: flex;
}
.collection__title .collection__view-all a:not(.link) {
    margin-top: 0px;
    margin-bottom: 20px;
}
.section-template--20344480759919__custom_liquid_NFHiwn-padding {
    background-color: #D0716F;
    margin: 30px 30px;
    border-radius: 12px;
    padding: 30px !important;
}
.podcast-sec h2 {
    color: #fff !important;
}
.podcast-sec .button.button--primary {
    background: #F0AC73;
}
.right-column.right-podcast-grids .pro-icos-grids img {
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0px;
}
.podcast-sec .play-podcats-ico img {
     width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0px;
}
.right-podcast-grids .small-card .badge {
    background: transparent;
    padding: 0px;
    right: 0px;
    top: 0px;
}
.right-column.right-podcast-grids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.pro-content-hub-sec.podcast-sec .small-card a {
    background: #D27876 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF38;
    border-radius: 6px;
}
.pro-content-hub-sec.podcast-sec .meta span {
    color: #FFF5EC;
}
.pro-content-hub-sec.podcast-sec .small-content h4 {
    color: #fff;
}
.pro-content-hub-sec.podcast-sec .meta span img {
    filter: brightness(0) invert(1);
}
.play-podcats-ico {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.pro-content-hub-sec .small-content h4 {
    padding-right: 20px;
}
.podcast-sec {
    padding-top: 30px !important;
    padding-bottom: 60px;
}
.collectin-tranding-content.trending-content-grids {
    padding: 15px 30px 50px;
}
/*******Css Bottom banner*******/
.section-page-pro-header {
    background: url(https://someplacegood.myshopify.com/cdn/shop/files/internal-banner.jpg);
    background-size: cover;
    text-align: center;
    margin: 3rem 3rem;
    min-height: 42rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-width.section-template--25528324358255__multicolumn_GjJzc4-padding {
    padding: 60px 30px 40px;
    max-width: 100%;
    overflow: hidden;
}
li#Slide-template--25528324358255__multicolumn_GjJzc4-1 .multicolumn-card__info {
    transform: none;
    right: unset;
    width: 60%;
    left: 50px;
    bottom: 45px;
    top: unset;
}
li#Slide-template--25528324358255__multicolumn_GjJzc4-1 .multicolumn-card__info h3.inline-richtext {
    color: #FFF5EC;
    max-width: 400px;
}
li#Slide-template--25528324358255__multicolumn_GjJzc4-1 a.link.animate-arrow {
    color: #FFF5EC;
}
/*******End********/
.filter-buttons-data button {
    border: 1px solid #907075;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: -0.09px;
    color: #907075;
    font-size: 17px;
    font-family: "georgia", sans-serif !important;
    padding: 14px 25px;
    background: transparent;
    cursor:pointer;
}
.filter-buttons-data button.active {
    background: #907075 0% 0% no-repeat padding-box;
    border: 1px solid #907075;
    border-radius: 4px;
    color: #fff;
}
.filter-buttons-data {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    flex-wrap: wrap;
}

.top-bar-filter.top-filter-imgs {
    background: url(https://someplacegood.myshopify.com/cdn/shop/files/internal-banner.jpg);
    background-size: cover;
    text-align: center;
    margin: 3rem 3rem;
    border-radius: 12px;
    padding: 15px;
}
.top-bar-filter.top-filter-imgs button.filter-btn {
    min-width: 189px;
}


.blurry-pro-content-sec .header-pro-single {
    text-align: center;
    padding: 40px 0px 0px;
}

.blurry-pro-content-sec .badge {
    background: #D0716F;
    color: #FFF5EC;
    padding: 9px 10px;
    border-radius: 4px;
    font-size: 14px;
    position: unset;
    letter-spacing: 0px;
}

.blurry-pro-content-sec .header-pro-single h1 {
    margin: 20px 0 20px;
    letter-spacing: -0.72px;
    color: #D0716F;
    font-size:36px;
}
.large-card-pro img {
    border-radius: 12px 12px 0px 0px;
    height: 297px;
    object-fit: cover;
    width: 100%;
}
.blurry-pro-content-sec .meta {
    font-size: 15px;
    opacity: 1;
    margin-bottom: 12px;
    letter-spacing: 0px;
    color: #454858;
    display: flex;
    grid-gap: 15px;
    justify-content: center;
}
.blurry-pro-content-sec  .meta span img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.blurry-pro-content-sec .download-ico {
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border: 1px solid #FFE4CF;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    float: right;
    margin-bottom: 20px;
    margin-top: -40px;
}
/* Content */
.blurry-pro-content-sec .blurry-pro-content-sec .content-wrapper {
  position: relative;
  width: 80%;
  margin: auto;
  max-width: 900px;
}

/* Blurred content */
.blurry-pro-content-sec .blurry-pro-content-sec .blurred-content {
  filter: blur(6px);
  opacity: 0.6;
}

.blurry-pro-content-sec .blurred-content img {
  width: 100%;
  border-radius: 10px;
}

.blurry-pro-content-sec .blurred-content p {
  margin-top: 20px;
  line-height: 1.6;
}

/* Soft overlay tint */

/* Overlay Card */
.blurry-pro-content-sec .overlay-card {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 30%);
    background: #f7efe9;
    padding: 40px;
    max-width: 555px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-radius: 8px;
}
.large-card-pro {
    position: relative;
}
.blurry-pro-content-sec .overlay-card h2 {
    letter-spacing: -0.6px;
    color: #D0716F;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.blurry-pro-content-sec .overlay-card p {
    font-size: 16px;
    letter-spacing: 0px;
    color: #454858;
    line-height: 25px;
    margin-bottom: 30px;
}

.blurry-pro-content-sec .overlay-card button {
  background: #d98b7a;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.blurry-pro-content-sec .overlay-card button:hover {
  background: #c57666;
}

.blurry-pro-content-sec .login {
    display: block;
    margin-top: 15px;
    letter-spacing: 0px;
    color: #454858;
    font-size: 16px;
}

.blurry-pro-content-sec .login a {
     color: #D0716F;
  text-decoration: none;
}
.content-wrapper {
    position: relative;
}
.blurred-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 30px;
    filter: blur(6px);
}
.large-card-pro .calender-ico img {
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0px;
}
.large-card-pro .calender-ico {
    position: absolute;
    right: 0px;
    top: 25px;
}
.blurred-content h2 {
    color: #D0716F;
    font-size: 30px;
}
.blurred-content h3, .blurred-conten h4, .blurred-conten h5, .blurred-conten h6 {
    color: #D0716F;
}


 .page-width.next-prev-sec .nav-btn {
        background: #f4a259;
        border: none;
        color: white;
        width: 42px;
        height: 42px;
        border-radius: 6px;
        font-size: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

 .page-width.next-prev-sec .text {
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 0.5px;
    grid-template-columns: repeat(2, 1fr);
}
    .page-width.next-prev-sec {
    background: #907075 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 80px 20px;
        margin-top: 50px;
}
.page-width.next-prev-sec a {
    letter-spacing: 0.24px;
    color: #FFF5EC;
    text-decoration: none;
    font-family: "georgia", sans-serif !important;
    font-size: 24px;
}
.page-width.next-prev-sec .left-text .nav-btn {
    margin-right: 10px;
    float: left;
}
.page-width.next-prev-sec .right-text .nav-btn {
    margin-left: 10px;
    float: right;
}
.page-width.next-prev-sec .right-text
{
    text-align: right;
}
.related-pro-content .title.inline-richtext {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0px;
}
.related-pro-content .meta {
    justify-content: flex-start;
}
.grid-three-grids .trending-item p {
    letter-spacing: 0px;
    color: #454858;
    font-size: 16px;
}
.related-pro-content {
    padding: 80px 0px;
}
.card-area-sec-tow {
    display: grid;
    grid-template-columns: rep;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding: 60px 30px 40px;
    max-width: 100%;
    overflow: hidden;
}
.multicolumn-card__image-pro {
    width: 100%;
    border-radius: 12px;
}
.card-area-sec-tow .card.left {
    position: relative;
}
.card-area-sec-tow .overlay {
    position: absolute;
    transform: none;
    right: unset;
    width: 60%;
    left: 50px;
    bottom: 45px;
    top: unset;
}
.card-area-sec-tow .overlay h2 {
    color: #FFF5EC;
    max-width: 400px;
    font-size: 26px;
}
.card-area-sec-tow .link.animate-arrow {
    color: #FFF5EC;
    font-size: 15px;
    text-decoration: none;
}
.card-area-sec-tow  .card.right-bg {
    position: relative;
}
.card-area-sec-tow  .vertical-taglines {
    letter-spacing: 0px;
    color: #454858;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    right: -65px;
    transform: rotate(270deg);
    top: 200px;
    font-size: 16px;
    padding: 0px;
}
.blurry-pro-content-sec.blurry-visible .blurred-content {
    filter: unset;
}
.blurry-pro-content-sec.blurry-visible .overlay-card {
    display: none;
}





 

.header__icons.header__icons--localization.header-localization a.btn {
    text-decoration: none;
    margin-top: 9px;
    margin-left: 11px;
    margin-right: 13px;
    color: #454858;
    font-weight: 600;
    font-size: 14px;
}
.access_txt {color: #454858;margin: 0;}

.access_txt a {
    color: #D0716F;
    text-decoration: none !important;
}

.bold-membership-widge .widget-header {
    text-align: center !important;
}
 
div#bold-membership-widget-auto .widget-header {
    text-align: center;
}

div#bold-membership-widget-auto .widget-header h2.widget-title {
    font-size: 36px;
    color: #d0716f;
}

div#bold-membership-widget-auto  p.widget-description {
    font-size: 16px !important;
}

body .bm-auto-widget .plan-button {
    font-size: 17px;
    font-weight: normal;
    font-family: "georgia", sans-serif !important;
}

.billing-options-text {
    font-size: 18px !important;
}

body .bm-auto-widget .trial-notice {
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
    font-size: 16px;
}

 

body .bm-auto-widget[data-plan-layout="horizontal"] .plan-left-column .plan-title {
    font-size: 20px;
}

body .bm-auto-widget[data-plan-layout="horizontal"] .plan-left-column .plan-description {
    font-size: 16px;
}
.fresh-on-the-podcast{
    background-color: #D0716F;
    margin: 30px 30px;
    border-radius: 12px;
    padding: 30px !important;
}
.text-center{text-align: center;}
.textcolor1{color: #D0716F !important;}
.custom-audio-player {
  background: #f3e3d7;
  padding: 20px;
  border-radius: 16px;
  max-width: 900px;
  margin: 0 auto;
}

.player-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.play-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #D0716F;
    color: #D0716F;
  font-size: 18px;
  cursor: pointer;
}

.progress {
  flex: 1;
}

.time {
  font-size: 14px;
  color: #555;
}

.player-bottom {
    margin-top: 30px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
        justify-content: center;
}
.play-links {
    display: flex;
    grid-gap: 10px;
}
.btn {
  padding: 10px 16px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
}

.apple {
    background: transparent;
    border: 1px solid #4B4846;
    border-radius: 200px;
    color: #454858;
    font-weight: 600;
    font-family: "segoe-ui", sans-serif !important;
    letter-spacing: 0px;
}

.soundcloud {
     background: transparent;
    border: 1px solid #4B4846;
    border-radius: 200px;
    color: #454858;
    font-weight: 600;
    font-family: "segoe-ui", sans-serif !important;
    letter-spacing: 0px;
}

.share-btn {
  margin-left: auto;
  background: transparent;
  border: none;
  cursor: pointer;
}
.testimonial-box {
  padding: 40px 0px;
}

.testimonial-content {
  border-left: 4px solid #e07b73;
  padding-left: 25px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.8;
  color: #5f6368;
  margin: 0 0 20px;
}

.testimonial-author {
  font-size: 18px;
  color: #e07b73;
  margin: 0;
  font-weight: 500;
}

.guests {
  padding: 25px 0px;
}

.textcolor1 {
  color: #e07b73;
  font-size: 28px;
  margin-bottom: 40px;
}

/* Each row */
.guest-row {
  display: flex;
  align-items: center;
  gap: 40px;
    margin-bottom: 15px;
}

/* Image */
.guest-image img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

/* Content */
.guest-content {
  max-width: 600px;
}

.guest-name {
  color: #e07b73;
  font-size: 22px;
  margin-bottom:0px;
}

.guest-designation {
    font-style: italic;
    margin-bottom: 12px;
    margin-top: 0px;
    letter-spacing: 0px;
    color: #907075;
}
.guest-description {
  color: #5f6368;
  line-height: 1.7;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .guest-row {
    flex-direction: column;
    text-align: center;
  }

  .guest-image img {
    width: 180px;
    height: 180px;
  }
}
.image_card{padding:25px 0px;}
.image_card img {
    width: 100%; border-radius: 10px;
}
.page-width.podcast-detail .meta {
    opacity: 1;
    text-align: center;
}
.page-width.podcast-detail .meta img {
    position: relative;
    top: 3px;
}
.page-width.podcast-detail h1.text-center.textcolor1 {
    margin-bottom: 0px;
    letter-spacing: -0.72px;
    color: #D0716F;
    margin-top: 50px;
}
.custom-audio-player {
    margin-top: 40px;
}
.custom-audio-player button.skip-back {
    padding: 10px;
    border: 1px solid #D0716F;
    background: transparent;
}
button.volume {
    background: transparent;
    border: none;
    color: #D0716F;
    font-size: 20px;
}
select.speed {
    padding: 10px;
    border: 1px solid #D0716F;
    background: transparent;
}
button.skip-forward {
    padding: 10px;
    border: 1px solid #D0716F;
    background: transparent;
}
.progress {
    -webkit-appearance: none;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    outline: none;
    background: #d0716f;
}

/* Track (dynamic fill look) */
.progress::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 5px;
}

/* Thumb */
.progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  background: #D0716F;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px;
}

/* Firefox */
.progress::-moz-range-track {
  background: #ddd;
  height: 8px;
  border-radius: 5px;
}

.progress::-moz-range-progress {
  background: #D0716F;
  height: 8px;
  border-radius: 5px;
}

.progress::-moz-range-thumb {
  height: 18px;
  width: 18px;
  background: #D0716F;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.page-width.podcast-detail .image_card {
    margin-bottom: 40px;
}
.trending-item h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}
.pro-content-hub-sec .large-card {
    height: 641px;
}
.metafield-rich_text_field li {
    letter-spacing: 0px;
    font-family: "segoe-ui", sans-serif !important;
    letter-spacing: 0px;
    color: #454858;
}
.blog-articles__article {
    grid-column: unset !important;
    display: unset !important;
}
.blog-articles.blog-articles--collage .trending-item h4 {
    text-align: left;
}
@media screen and (min-width: 750px) {
    .blog-articles {
        grid-template-columns: 1fr 1fr 1fr!important;
    }
}
article.article-template {
    padding-top: 60px;
    padding-bottom: 60px;
}
article.article-template .article-template__hero-adapt.media {
    border-radius: 10px;
}
article.article-template .page-width--narrow {
    max-width: 130rem;
}
.article-template__hero-container {
    padding: 0 7rem;
}
.article-template__social-sharing.page-width.page-width--narrow {
    margin-top: 0px !important;
}
article.article-template header.page-width.page-width--narrow {
    margin-bottom: 0px;
}
button.share-button__button span.svg-wrapper {
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border: 1px solid #FFE4CF;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
button.share-button__button span.svg-wrapper svg.icon.icon-share {
    /* margin-right: 0px; */
    background-image: url(/cdn/shop/files/icon-download.svg?v=1774849213);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0px;
    color: transparent;
}
button.share-button__button {
    /* color: transparent; */
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
.main-blog {
    padding-bottom: 60px!important;
}
.episode_transcript {
  padding: 10px 0px;
}

.transcript-wrapper {
  position: relative;
  max-height: 180px; /* controls collapsed height */
  overflow: hidden;
}

.transcript-content {
  color: #666;
  line-height: 1.6;
}

/* Fade effect */
.transcript-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(245,239,231,0), #f5efe7);
}

/* Button overlay */
.transcript-overlay {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.read-more-btn {
    background: #c96b63;
    color: #fff;
    border: none;
    padding: 15px 25px;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: -0.09px;
    color: #FFF5EC;
    font-size: 17px;
    font-family: "georgia", sans-serif !important;
}
.transcript-wrapper.expanded::after {
  display: none;
}
//Episode Timeline Popup
.audio-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.audio-popup-content {
  background: #fff;
  padding: 20px;
  max-width: 400px;
  margin: 10% auto;
  border-radius: 8px;
  text-align: center;
}

.close-audio {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.audio-popup audio {
  width: 100%;
  margin-top: 20px;
}

.spg-share { position: relative; display: inline-block; }

.spg-share__toggle {
  border: 0px solid #111;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s ease;
}
.spg-share__toggle:hover { background: #f4f4f4; }
.spg-share__toggle img,
.spg-share__toggle svg { width: 16px; height: 16px; display: block; }

.spg-share__menu {
    position: absolute;
    top: calc(100% + 8px);
    min-width: 280px;
    background: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 30px;
    display: none;
    z-index: 2;
    background: #FFF5EC 0% 0% no-repeat padding-box;
    border-radius: 12px;
    right:0px;
}
.spg-share.is-open .spg-share__menu { display: block; }

.spg-share__item {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  text-align: left;
  color:  #454858;
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
/* .spg-share__item:hover { background: #f7f7f7; } */

.spg-share__copied {
  position: absolute;
  top: -30px;
  right: 0;
  background: #111;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.spg-share.is-copied .spg-share__copied { opacity: 1; }
.page-width.podcast-listing .page-width.container.pro-content-hub-sec.podcast-sec {
    padding: 0px 0px 80px;
}
.large-card-pro {
    z-index: 1;
}
.pro-content-hub-sec .small-card .badge {
    border: none;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: rgb(208 113 111)!important;
    border: none!important;
}
.slider-counter__link--dots .dot {
    border: none!important;
    background: #f9e4db!important;
}
section#shopify-section-template--25669142741103__slideshow_tfM86J .slider-button {
    opacity: 0!important;
}
section#shopify-section-template--25669142741103__slideshow_tfM86J .slideshow__dots {
    display: none;
}
section#shopify-section-template--25669142741103__slideshow_tfM86J {
    padding-bottom: 50px;
}
.slideshow__controls {
    border: none!important;
}
.related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec {
    padding: 0 4rem 8rem;
}
.episode_timeline {
    padding: 40px;
    background: #FFEEE0 0% 0% no-repeat padding-box!important;
    border: 1px solid #FFE4CF;
    border-radius: 8px;
    max-width: 900px;
    margin: 0 auto;
}
.episode_timeline .textcolor1 {
    margin-top: 0px;
    letter-spacing: 0.28px;
    color: #D0716F;
}
.timeline-content .title {
    margin-top: 0px;
    letter-spacing: 0.2px;
    color: #D0716F;
    font-size: 20px;
    font-family: "georgia", sans-serif !important;
    margin-bottom: 0px;
}
.timeline-content .time {
    letter-spacing: 0px;
    color: #454858;
    line-height: 12px !important;
    display: block;
}
.play-icon span {
    left: 2px;
    position: relative;
}
.episode_transcript {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
}
.guests {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
}
.testimonial-box {
    max-width: 900px;
    margin: 0px auto;
}
.episode_transcript h2.textcolor1 {
    margin-bottom: 10px;
}
.transcript-wrapper.expanded .transcript-overlay {
    position: unset;
}
.page-width.podcast-detail .image_card {
    max-width: 1149px;
    margin: 0 auto;
}
.player-bottom {
    max-width: 1149px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}
.related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec .small-card a {
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border: 1px solid #FFE4CF;
    border-radius: 6px;
}
.related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec .meta span img {
    filter: unset;
}
.related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec  .meta span img {
    filter: unset;
}
.related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec .meta span {
    letter-spacing: 0px!important;
    color: #454858!important;
        font-size: 13px;
            line-height: 13px;
}
.related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec .small-content h4 {
    color: #D0716F!important;
}
.related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec .small-content p {
    color: #454858!important;
}
.related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec  .meta img {
    position: relative;
    top: 0px;
}
.pro-content-hub-sec .small-content {
    padding-right: 25px;
}
button.spg-share__toggle {
    display: flex;
    gap: 10px;
    color: #454858;
    align-items: center;
}
button.spg-share__toggle span {
    width: 48px;
    height: 48px;
    background: #FFEEE0 0% 0% no-repeat padding-box;
    border: 1px solid #FFE4CF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
button.spg-share__toggle:hover {
    background: transparent;
}
.list-menu--inline {
    flex-wrap: unset!important;
}
/*****Responsive css********/
@media (min-width:1200px) and (max-width:1399px)
{
.header__menu-item {
    padding: 10px;
    font-size: 13px;
}
.btn-login {
    font-size: 15px;
    width: auto;
    padding: 10px 20px;
}
}
@media (max-width:767px)
{
  .mobile-foo {
    display: flex!important;
    justify-content: space-between;
}
.mobile-foo .footer-col {
    display: block !important;
}
.footer-content .footer-col:nth-child(2) {
    display: none;
}
.footer-content .footer-col:nth-child(3) {
    display: none;
}
  .footer-col.logo-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  .podcast-box .bottom-card {
    min-height: 282px;
}
.podcast-box .bottom-card {
    padding: 25px;
}
  ul#Slider-template--20344480759919__multicolumn_Fzq6Be {
    gap: 20px;
}
      .fresh-on-the-podcast {
        padding: 40px 20px !important;
    }
  .pro-content-hub-sec .small-card a {
    display: block;
}
.newsletter-form2 button {
          min-width: 110px !important;
}
.newsletter-container {
    padding: 25px;
}
.newsletter-form2 p {
    position: unset;
}
.newsletter-form2 input {
    margin-bottom: 10px;
}
.podcast-box .grid-wrapper .card {
    margin-bottom: 20px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-list__item .inline-richtext {
    letter-spacing: -0.76px;
    color: #fff5ec;
    font-size: 22px;
    line-height: 30px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card__info {
        padding: 25px!important;
    }
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card__info .link {
    font-size: 14px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card .rte p {
    letter-spacing: 0px;
    color: #FFF5EC;
    max-width: 375px;
    font-size: 14px;
    line-height: 24px;
}
li#Slide-template--20344480759919__multicolumn_RkCBGt-1 {
    margin-bottom: 10px;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card__info {
    padding: 35px;
}
.newsletter-left h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}
.newsletter-left {
    line-height: 23px;
}
.newsletter-container {
    gap: 20px;
}
.pro-content-hub-sec .header-pro {
    display: block;
}
.pro-content-hub-sec .header-pro h2 {
    font-size: 30px;
    margin-bottom: 20px !important;
    line-height: 35px;
}
.pro-content-hub-sec .grid {
    grid-template-columns: 1fr;
}
.pro-content-hub-sec .small-card img {
    width: 100%;
}
.pro-content-hub-sec .small-content {
    padding: 25px;
}
.pro-content-hub-sec .small-content .calender-ico {
    position: absolute;
    top: 8px;
}
.pro-content-hub-sec .small-card .badge {
    right: 50px;
}
.trending-item .meta {
    font-size: 14px;
}
.banner--mobile-bottom .banner__box {
    padding: 0px;
}
.pro-content-hub-sec .large-card {
    height: 400px;
}
.right-column.right-podcast-grids {
    grid-template-columns: repeat(1, 1fr);
}
.footer-new-sec .newsletter {
    display: block;
}
.footer-new-sec .footer-content {
    grid-template-columns: 1fr;
    gap: 0px;
}
    .footer-new-sec input[type="email"] {
        min-width: auto;
        margin-bottom: 0px;
    }
.grid-three-grids {
    grid-template-columns: repeat(1, 1fr);
}
.pro-content-hub-sec .large-overlay h3 {
    font-size: 20px;
    line-height: 29px;
}
/* .pro-content-hub-sec .meta {
    display: block;
}
.trending-item .meta {
    display: block;
} */
.trending-item .meta span {
    display: block;
}
.page-width.trending-content-grids {
    padding-bottom: 40px !important;
}
section#shopify-section-template--20344480825455__image_banner_E39prT {
    padding: 0 1.5rem;
}
section#shopify-section-template--20344480759919__image_banner_Q6NH9e {
    padding: 0px;
}
    div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__content.banner__content--middle-center.page-width {
        position: absolute;
        min-height: 487px;
        /* justify-content: center; */
        align-items: center;
    }
    div#Banner-template--20344480759919__image_banner_Q6NH9e img {
    object-position: 23%;
}
section#shopify-section-template--20344480759919__image_banner_Q6NH9e .banner__media.media {
    min-height: 487px;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    padding: 25px;
    text-align: left;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__media {
    border-radius: 0px;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e img {
    border-radius: 0px !important;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__buttons {
    position: unset;
}
div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    div#Banner-template--20344480759919__image_banner_Q6NH9e .banner__box>*+.banner__text p {
    max-width: 220px;
}
section#shopify-section-template--20344480759919__featured_podcast_V4DUtG {
    margin: 0px !important;
}
section#shopify-section-template--20344480759919__featured_podcast_V4DUtG {
    margin-top: -15px !important;;
    position: relative;
}
.fresh-on-the-podcast .color-scheme-1.fresh-on-the-podcast {
    padding: 0px!important;
    margin: 0px!important;
}
.fresh-on-the-podcast {
    margin: 30px 20px!important;
}
.page-width.container.pro-content-hub-sec.podcast-sec {
    padding: 0px !important;
}
.page-width.container.pro-content-hub-sec.podcast-sec h2 {
    margin-top: 0px;
}
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width {
    display: block;
}
h2.title {
    letter-spacing: -0.76px;
    color: #D0716F;
    font-size: 30px;
    line-height: 35px;
}
.collection__title .collection__view-all a:not(.link) {
    margin-bottom: 10px;
    margin-top: 10px;
}
div#ImageWithText--template--20344480759919__image_with_text_m69mh3 {
    padding: 20px 0px;
}
.section-template--20344480759919__image_with_text_m69mh3-padding.gradient.color-scheme-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 16%;
    transform: translateY(-50%);
    width: 40%;
    height: 35px;
    background: #8e6a6a;
    box-shadow: 0 50px 0 #8e6a6a, 0 100px 0 #8e6a6a;
    z-index: 1;
}
section.footer-new-sec {
    padding-bottom: 30px;
}
h4.logo {
    text-align: center;
}
.footer-col .contact img {
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
}
.footer-col {
    text-align: left;
}
main#MainContent {
    overflow: hidden;
}
.pro-content-hub-sec .small-card img {
    height: 277px;
}
.trending-image img {
    height: 250px;
}
.card-area-sec-tow .overlay {
    width: 100%;
    left: 20px;
    bottom: 20px;
    top: unset;
}
.card-area-sec-tow .overlay h2 {
    font-size: 22px;
}
button.close-btn {
    z-index: 9;
    color: #333;
}
.blurry-pro-content-sec .download-ico {
    float: unset;
    margin-top: 0px;
}
 .top-bar-filter {
    display: block;
}
.filter-buttons-data {
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}
.results {
    margin-top: 10px;
    margin-bottom: 10px;
}
ul#product-grid {
    display: block;
}
ul#product-grid li.grid__item {
    width: 100% !important;
    max-width: 100%;
}
    .slider-mobile-gutter {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.related-products ul.grid.product-grid.grid--3-col-desktop.grid--2-col-tablet-down {
    display: block;
}
.related-products li.grid__item {
    width: 100% !important;
    max-width: 100%;
}
.top-bar-filter.top-filter-imgs {
    margin: 2rem 1rem;
}
.top-bar-filter.top-filter-imgs {
    display: flex;
}
.color-scheme-5:after
{
  content:none;
}
.collapsible-content-wrapper-narrow {
    padding: 0 2rem !important;
}
.banner--mobile-bottom .banner__box {
    background: #F0AC73;
}
div#Banner-template--25507934404719__image_banner_FzEaDB img {
    border-radius: 10px 10px 0px 0px;
}
section#shopify-section-template--25484668665967__main, section#shopify-section-template--25507934404719__main {
    margin: 2rem 2rem;
}
.section-template--25507934404719__rich_text_dgw9tE-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-width-desktop.isolate.section-template--20344480759919__featured_blog_ArBWta-padding slider-component.slider-mobile-gutter.scroll-trigger.animate--slide-in {
    margin-left: 1.5rem !important;
}
.section-page-pro-header {
    margin: 3rem 1.5rem;
}
.top-bar-filter {
    padding: 15px 20px;
}
.collectin-tranding-content.trending-content-grids {
    padding: 15px 20px 50px;
}
.card-area-sec-tow {
    padding: 60px 20px 40px;
}
.collection-hero {
    margin: 30px 20px;
}
.collection.page-width {
    margin: 20px;
}
.player-top {
    flex-wrap: wrap;
}
.play-links {
    flex-wrap: wrap;
}
.page-width.next-prev-sec .text {
    display: block;
}
.page-width.next-prev-sec .right-text {
    margin-top: 10px;
}
section#shopify-section-template--20344480759919__slideshow_NKKBGK .banner--mobile-bottom .banner__box {
    padding: 1rem 0rem!important;
}
.btn-dual {
    display: grid;
}
.collection-hero--with-image .collection-hero__text-wrapper {
    padding-top: 0px;
}
ul#product-grid li {
    margin-bottom: 15px;
}
.collection-hero__image-container {
    height: 308px !important;
}
.page-width.section-template--25346912813167__multicolumn_PcUrma-padding.isolate.scroll-trigger.animate--slide-in {
    padding: 0px 20px 40px;
}
.page-width.section-template--25485035536495__multicolumn_PcUrma-padding.isolate.scroll-trigger.animate--slide-in
{
  padding-bottom:40px;
}
li#Slide-template--25485035536495__multicolumn_PcUrma-1 .multicolumn-card__info {
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 10px;
}
.multicolumn-list h3 {
    font-size: 22px;
}
#shopify-section-template--25485035536495__multicolumn_PcUrma .multicolumn-card__info p {
    opacity: 0;
}
#shopify-section-template--25346912813167__multicolumn_PcUrma .multicolumn-card__info p {
    opacity: 0;
}
#shopify-section-template--20344480825455__main {
    margin: 2rem 1.5rem;
}
.contact-grids-two {
    grid-template-columns: 1fr;
}
.footer-col.contact-pages li {
    text-align: left;
}
.color-scheme-1.gradient.page-width.contact-grids-two {
    margin-top: 0px;
    margin-bottom: 40px;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__content.banner__content--middle-center, div#Banner-template--25248463388783__image_banner_baEmmr .banner__content.banner__content--middle-center.page-width {
    background: #F0AC73;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__buttons {
    position: unset;
    margin-top: 30px;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__media.media.scroll-trigger {
    border-radius: 12px 12px 0px 0px;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__media.media.scroll-trigger img {
    border-radius: 0px;
}
.contact.page-width2.page-width--narrow2 {
    padding: 50px 20px;
}
section#shopify-section-template--25248463388783__main, section#shopify-section-template--25277406314607__main {
    margin: 2rem 1.5rem;
}
.section-template--25248463388783__image_with_text_EX8KH8-padding.gradient.color-scheme-1:after
{
  content:none;
}
div#ImageWithText--template--25248463388783__image_with_text_EX8KH8 {
    padding-top: 25px;
}
div#ImageWithText--template--25248463388783__image_with_text_EX8KH8 {
    padding-bottom: 0px;
}
ul#Slider-template--25248463388783__multicolumn_tEwK9A {
    padding: 0px;
}
section#shopify-section-template--25248463388783__multicolumn_tEwK9A .page-width {
    padding: 0 1.5rem;
}
.section-template--25248463388783__image_with_text_EX8KH8-padding {
    padding-bottom: 30px;
}
section#shopify-section-template--25248463388783__image_banner_Uhar8T {
    margin-top: 40px;
    padding: 0px 1.5rem;
}
.page-width.about-skin-self {
    display: grid;
    padding: 0px 1.5rem;
}
.about-skin-self .image-card img {
    height: 400px;
}
.page-width.serve-about {
    display: grid;
}
.serve-about .two-cols-rights {
    grid-template-columns: 1fr;
}
div#Banner-template--25248463388783__image_banner_baEmmr img {
    border-radius: 12px 12px 0px 0px;
}
section#shopify-section-template--25248463388783__image_banner_baEmmr {
    padding: 0 1.5rem;
}
section#shopify-section-template--25248463388783__image_banner_baEmmr {
    margin-bottom: 40px;
    margin-top: 40px;
}
    .header__icons {
        padding-right: 0px;
        margin-left: 10px;
    }
summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    width: 2rem;
}
div#shopify-section-template--20344480759919__podcast_grid_mDKbJq .podcast-box .podcast-card {
    padding: 10% 7%;
    min-height: 450px;
}
div#shopify-section-template--20344480759919__podcast_grid_mDKbJq .podcast-box .podcast-image {
    bottom: unset;
}
ul#Slider-template--20344480759919__multicolumn_RkCBGt .multicolumn-card-spacing:after {
    height: 351px;
}
.page-width.section-template--20344480759919__multicolumn_RkCBGt-padding .media.media--adapt img {
    height: 351px;
}
.vertical-text {
    transform: none;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 455px;
}
section.podcast-box.page-width .card.promo-card {
    margin-top: 45px;
}
div#shopify-section-template--20344480759919__podcast_grid_mDKbJq .podcast-box .podcast-card p {
    margin-bottom: 0px !important;
}
section#shopify-section-template--20344480759919__latest_pro_content_hub {
    padding-top: 40px!important;
}
section#shopify-section-template--20344480759919__latest_pro_content_hub p {
    margin-top: 20px!important;
}
section#shopify-section-template--20344480759919__latest_pro_content_hub .pro-content-hub-sec .header-pro h2 {
    text-align: center;
}
section#shopify-section-template--20344480759919__latest_pro_content_hub .pro-content-hub-sec .header-pro {
    text-align: center;
}
.pro-content-hub-sec .large-overlay {
    left: 25px;
    right: 25px;
}
section#shopify-section-template--20344480759919__slideshow_NKKBGK .slideshow__media.banner__media.media {
    height: 278px;
}
.pro-content-hub-sec .header-pro {
    text-align: center;
}
.trending-content-grids h3 {
    text-align: center;
}
.pro-content-hub-sec .header-pro {
    margin-bottom: 30px;
}
.btn-desk {
    display: none;
}
.btn-mobile {
    display: inline-block!important;
}
.center {
    margin-top: 35px;
}
div#collection-template--20344480759919__featured_collection_UWfk7T {
    padding-top: 50px;
}
.collection__title .title:not(:only-child)
 {
    text-align: center;
}
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width .center.collection__view-all {
    justify-content: center;
}
.card--standard>.card__content .card__information .card__heading .full-unstyled-link {
    font-size: 20px;
}
ul#Slider-template--20344480759919__featured_blog_ArBWta li {
    margin-left: 0px;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
ul#Slider-template--20344480759919__multicolumn_Fzq6Be li:last-child
{
  margin-bottom:0px!important;
  border-bottom:none!important;
  padding-bottom:0px;
}
.footer-new-sec .newsletter-text h2 {
    font-size: 22px;
}
.footer-new-sec .newsletter-text h2 {
    font-size: 22px;
}
.top-bar-filter {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}
}
.btn-mobile {
    display: none;
}
.pro-icos-grids .badge {
    border: none;
}
a.btn.login-btn {
    display: inline-block;
    background: #D0716F;
    border-radius: 4px;
    margin-top: 14px;
    color: #fff;
    text-decoration: none!important;
    font-family: "georgia", sans-serif !important;
}
a.btn.login-btn:hover {
    background:#c46260;
}
.filter-actions {
    margin-top: 30px;
}
.card__information .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.card__information .meta img {
    position: relative;
    top: 2px;
}
@media (max-width:989px)
{
  .related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec {
    margin-bottom: 50px;
    margin-top: 50px;
}
  section#shopify-section-template--20344480759919__custom_liquid_kapVdB form.newsletter-form2 {
    display: block;
}
  .pro-content-hub-sec .small-content h4 {
    font-size: 20px;
}
  .right-column.right-podcast-grids .badge {
    right: 0px;
}
    .pro-icos-grids .badge {
        height: 33px !important;
        padding: 0px 10px;
        border: none;
    }
  .podcast-box h3 {
    font-size: 22px;
}
.podcast-box .bottom-card p {
    font-size: 14px;
    line-height: 24px;
}
  h2.collapsible-content__heading.inline-richtext {
    font-size: 30px;
}
  .section-template--25248463388783__image_with_text_fUj9Bp-padding.gradient.color-scheme-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page-width.serve-about {
    margin-bottom: 40px;
}
  .serve-about .intro {
    width: 80%;
    margin-top: 00px;
}
.serve-about .intro h2 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}
  .about-skin-self .overlay-text {
    font-size: 30px;
}
  .section-template--25248463388783__image_with_text_fUj9Bp-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
div#ImageWithText--template--25248463388783__image_with_text_fUj9Bp {
    padding-bottom: 0px;
}
  section#shopify-section-template--25248463388783__main, section#shopify-section-template--25277406314607__main {
    min-height: 20rem;
}
h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 26px;
}
.section-template--25248463388783__video_KFp4bD-padding {
    padding-bottom: 20px;
}

  #shopify-section-template--20344480825455__main {
    min-height: 20rem;
}
.page-width2.contacts-left-block h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
  div#Banner-template--20344480825455__image_banner_E39prT .banner__heading.inline-richtext {
    font-size: 30px;
    line-height: 35px;
}
  ul#Slider-template--25346912813167__multicolumn_PcUrma {
    padding: 0px;
}
  .collection-hero--with-image .collection-hero__title {
    text-align: left;
}
.collection-hero--with-image .collection-hero__inner {
    display: block;
}
.collection-hero__image-container.media.gradient {
    margin-left: 0px;
}
  .guest-row {
    gap: 0px;
}
  .page-width.podcast-listing .page-width.container.pro-content-hub-sec.podcast-sec {
    padding: 0px 0px 80px !important;
}
  .card-area-sec-tow .vertical-taglines {
    display: none;
}
  .rich-text.content-container.color-scheme-1.gradient.rich-text--full-width.content-container--full-width.section-template--25507934404719__rich_text_dgw9tE-padding {
    padding-bottom: 0px;
    padding-top: 0px;
}
  .image-with-text .image-with-text__text-item>* {
    padding-left: 0px;
    padding-right: 0px;
}
.collapsible-content-wrapper-narrow {
    display: block !important;
}
.collapsible-content__header {
    width: 100%;
    margin-bottom: 30px;
}
.collapsible-content__wrapper .grid.grid--1-col.grid--2-col-tablet.collapsible-content__grid {
    width: 100%;
}
div#Banner-template--20344480923759__image_banner_EbEMQQ .banner__text.rte.body
{
display:none;
}
  section#shopify-section-template--20344480923759__image_banner_EbEMQQ {
    padding: 20px 20px;
}
  h2.related-products__heading {
    font-size: 30px;
}
  .collection.page-width {
    margin-top: 0px;
}
  .page-width.next-prev-sec a {
        font-size: 18px;
        line-height: 25px;
        display: inline-block;
    }
    .grid-three-grids .trending-item p {
    margin-top: 10px;
    margin-bottom: 10px;
}
  .blurry-pro-content-sec .overlay-card {
    width: 100%;
}
.collection-hero__inner.page-width {
    padding: 0px 0px 0px 0px;
    max-width: 100% !important;
}
.collection-hero__title {
    font-size: 35px;
    text-align: center;
}
.product__info-container .product__title h1 {
    font-size: 30px;
    line-height: 35px;
}
  .blurry-pro-content-sec .header-pro-single h1 {
    font-size: 30px;
}
.card-area-sec-tow {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
    grid-gap: 20px;
}
.collectin-tranding-content.trending-content-grids {
    padding-bottom: 20px;
}
  h1.main-page-title.page-title {
    font-size: 35px;
    letter-spacing: -0.96px;
    color: #D0716F;
}
.section-page-pro-header {
    min-height: 20rem;
}
section#shopify-section-template--25484668665967__main, section#shopify-section-template--25507934404719__main
{
  min-height: 20rem; 
}  
section#shopify-section-template--25507934404719__rich_text_dgw9tE .rich-text__blocks.center {
    display: block;
}
section#shopify-section-template--25507934404719__rich_text_dgw9tE h2.rich-text__heading.rte.inline-richtext {
    width: 100%;
    font-size: 30px;
}
ul#Slider-template--25507934404719__multicolumn_GwX766 .rte h3 {
    font-size: 45px;
}
.rte li:before {
    top: unset;
}
.page-width.forms-area {
    margin: 0px 20px;
    padding: 20px;
}
.podcast-box .grid-wrapper {
    display: block;
}
.btn-login {
    width: auto;
    padding: 10px;
    font-size: 14px !important;
    height: auto;
    margin-right: 0px;
}
    .header {
        padding: 10px 2rem 10px 2rem !important;
        grid-template-columns: max-content;
    }
.color-scheme-1 .rich-text__heading {
            font-size: 34px;
        line-height: 45px;
}
.color-scheme-1 .rich-text__text {
    letter-spacing: 0px;
    color: #454858;
    font-size: 18px;
    margin-top: 10px;
    line-height: 28px;
}
.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
    width: 100%;
}
}
section#shopify-section-template--20344480759919__latest_pro_content_hub
 {
    padding-top: 70px;
}
section#shopify-section-template--20344480759919__latest_pro_content_hub .pro-content-hub-sec .header-pro h2 {
    margin-top: 0px;
}
section#shopify-section-template--20344480759919__latest_pro_content_hub .pro-content-hub-sec .header-pro {
    margin-bottom: 0px !important;
}
section#shopify-section-template--20344480759919__latest_pro_content_hub p {
    margin-top: 0px;
    margin-bottom: 30px;
}
section#shopify-section-template--20344480759919__trending_courses_JHD9n6 {
    padding-top: 35px;
}
@media (min-width:767px) and (max-width:1159px)
{
  .pro-content-hub-sec .small-card a {
    display: block;
}
.pro-content-hub-sec .small-card img {
    width: 100%;
}
.pro-content-hub-sec .small-content {
    padding: 20px;
}
.pro-content-hub-sec .header-pro h2 {
    margin-top: 0px;
}
section#shopify-section-template--20344480759919__featured_podcast_V4DUtG .page-width.container.pro-content-hub-sec.podcast-sec {
    padding: 0px;
}
.pro-content-hub-sec .small-card img {
    height: 400px;
}
.footer-new-sec input[type="email"] {
    margin-left: 0px;
}
}
@media (min-width:768px) and (max-width:989px)
{
  .section-template--20344480759919__custom_liquid_kapVdB-padding {
    margin-top: 40px;
}
  .pro-content-hub-sec .small-card .badge {
    font-size: 14px;
}
  .pro-content-hub-sec .right-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.pro-content-hub-sec .small-card .badge {
    right: 60px!important;
}
  ul#Slider-template--25248463388783__multicolumn_tEwK9A {
    padding: 0px !important;
}
.section-template--25248463388783__image_with_text_EX8KH8-padding.gradient.color-scheme-1 {
    padding-bottom: 20px;
}
div#Banner-template--25248463388783__image_banner_Uhar8T {
    margin: 0 3rem;
}
section#shopify-section-template--25248463388783__image_banner_baEmmr {
    margin: 0 3rem;
}
  .contact-grids-two {
    grid-template-columns: 1fr;
}
  ul#Slider-template--25346912813167__multicolumn_PcUrma, ul#Slider-template--25485035536495__multicolumn_PcUrma {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
div#Banner-template--20344480825455__image_banner_E39prT .banner__buttons {
    position: unset;
    text-align: left;
    display: block;
    margin-top: 30px;
}
.page-width.section-template--25346912813167__multicolumn_PcUrma-padding.isolate.scroll-trigger.animate--slide-in, .page-width.section-template--25485035536495__multicolumn_PcUrma-padding.isolate.scroll-trigger.animate--slide-in {
    padding-bottom: 50px !important;
}
  .related-podcast-section.page-width.container.pro-content-hub-sec.podcast-sec {
    padding: 30px 0px !important;
}
  .section-template--25507934404719__custom_liquid_F8YUQ7-padding {
    padding-left: 2rem;
    padding-right: 2rem;
}
.collapsible-content-wrapper-narrow {
    padding: 0 3rem !important;
}
  ul#Slider-template--25507934404719__multicolumn_GwX766 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding-top: 30px;
}
      .multicolumn-list:not(.slider) {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
  .title-wrapper-with-link.title-wrapper--self-padded-tablet-down.title-wrapper--no-top-margin {
    padding: 0 3rem!important;
}
.page-width {
        padding: 0 3rem!important;
    }
        slider-component.page-width {
        padding: 0 3rem!important;
    }
    .page-width.section-template--20344480759919__multicolumn_Fzq6Be-padding.isolate.scroll-trigger.animate--slide-in {
    padding: 20px 0px 80px !important;
}
  .footer-new-sec input[type="email"] {
    margin-left: 0px;
}
.page-width.container.pro-content-hub-sec.podcast-sec {
    padding: 0px;
}
section#shopify-section-template--20344480759919__featured_podcast_V4DUtG .color-scheme-1.fresh-on-the-podcast {
    margin: 0px;
    padding: 0px !important;
}
.footer-new-sec .newsletter {
    display: block;
}
.pro-content-hub-sec .grid {
    grid-template-columns: 1fr;
}
    .pro-content-hub-sec .small-card img {
        height: 300px;
    }
.grid-three-grids {
    grid-template-columns: repeat(1, 1fr);
}
section#shopify-section-template--20344480759919__latest_pro_content_hub p {
    margin-top: 25px;
}
.podcast-box .card {
    margin-bottom: 20px;
}
.podcast-box .bottom-card {
    height: 300px!important;
}
.card.podcast-card {
    height: 300px!important;
}
.card.podcast-card img.podcast-image {
    bottom: -396px!important;
}
.newsletter-form2 input {
    margin-bottom: 15px;
}
.newsletter-form2 p {
    position: relative;
    bottom: -7px;
    text-align: right;
}
.image-with-text__grid.grid {
    display: block;
}
.image-with-text__media-item {
    width: 100% !important;
}
.image-with-text__text-item.grid__item {
    width: 100%!important;
}
.footer-new-sec input[type="email"] {
    min-width: auto;
    margin-bottom: 0px;
}
.newsletter-form2 button {
    min-width: 110px;
    font-size: 16px;
}
}
.play-podcats-ico img {
    height: auto !important;
}
.meta {
    row-gap: 5px !important;
}

@media (min-width:900px) and (max-width:1320px)
{
    section#shopify-section-template--20344480923759__image_banner_EbEMQQ {
    padding: 20px 50px 50px;
}
}
@media (min-width:989px) and (max-width:1230px)
{
  .footer-new-sec input[type="email"] {
    min-width: 250px;
}
  .list-menu__item {
        color: #454858;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 10px !important;
        padding: 6px;
    }
       .btn-login {
    font-size: 15px;
    width: auto;
    padding: 15px;
        margin-right: 5px;
}
.header:not(.drawer-menu).page-width {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .newsletter-container {
    display: block;
}
.newsletter-form2 {
    justify-content: flex-start;
    margin-top: 20px;
}
.newsletter-container {
    padding-bottom: 95px !important;
}
.newsletter-form2 input {
    width: 100%;
}
section#shopify-section-template--20344480759919__trending_courses_JHD9n6 .page-width.trending-content-grids {
    padding-bottom: 50px !important;
}
section#shopify-section-template--20344480759919__featured_podcast_V4DUtG .color-scheme-1.fresh-on-the-podcast {
    margin: 0px !important;
    padding: 0px !important;
}
section#shopify-section-template--20344480759919__featured_podcast_V4DUtG .color-scheme-1.fresh-on-the-podcast .page-width.container.pro-content-hub-sec.podcast-sec h2 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
}
@media (max-width:1320px)
{
  .footer-new-sec .newsletter-text h2 br {
    display: none;
}
}
@media (min-width:989px) and (max-width:1300px)
{
.newsletter-text {
    width: 50%;
}
}
.cart__warnings a.button {
    color: #d0716f;
}
.mobile-foo {
    display: none;
}
select#mobileFilter {
    background: #D0716F;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0px;
    color: #FFF5EC;
    width: 189px;
    height: 60px;
    appearance: none;
    background-image: url(/cdn/shop/files/arrow-bottom-down.svg?v=1773061778);
    background-repeat: no-repeat;
    background-position: 92% 48%;
}

@media (max-width:989px)
{
  footer.footer.color-scheme-1.gradient.section-sections--20344481218671__footer-padding {
    border-top: 1px solid #ffffff63;
}
  .list-menu__item {
    color: #D0716F;
    font-weight: 400;
    border-bottom: 1px solid #707070;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.menu-drawer__inner-container {
    padding-left: 10px;
    padding-right: 10px;
}
.menu-drawer__menu-item {
          padding: 1.8rem 1rem !important
}
a.btn-login {
    display: none;
}
a.menu-drawer__account.link {
    background: #D0716F;
    color: #fff;
    padding: 15px 20px;
    display: block;
    text-align: center;
    font-family: "georgia", sans-serif !important;
    border-radius: 4px;
    font-size: 15px;
}
a.menu-drawer__account.link account-icon {
    display: none;
}
.menu-drawer .list-social {
    justify-content: center;
    margin-top: 14px;
}
.menu-drawer .list-social {
    justify-content: center!important;
}
.list-social__link {
    color: #907075;
}
.header__icon--cart span.svg-wrapper:before {
    content: url(/cdn/shop/files/cart-mobile-ico.svg?v=1777025813);
}
svg.icon.icon-search path {
    fill: #D0716F;
}
.header__icon--menu svg path {
    color: #D0716F;
}
}

@media (min-width:989px) and (max-width:1159px)
{
 .pro-content-hub-sec .grid {
    grid-template-columns: 1fr!important;
}
.pro-content-hub-sec .right-column {
    display: grid !important;
    grid-template-columns: 1fr 1fr!important;
}
}
div#shopify-section-template--20344480759919__17784710923e29466e {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 7rem;
}