/** Shopify CDN: Minification failed

Line 6998:0 All "@import" rules must come first
Line 6999:0 All "@import" rules must come first
Line 10470:0 Unexpected "/"
Line 12042:27 Expected ")" to end URL token

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

/********************
 Added during Upgrade
********************/
/* Legacy theme globals needed by custom home sections */
:root {
  --primary-btn-bg: #bdc83c;
  --btn-txt: #ffffff;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  height: auto;
}

/* Review slider (if/when you re-add that section) */
.review-sec {
  padding: 70px 0;
  background: #F8F7F3;
}

.review-slider .swiper-slide {
  height: auto;
}

.review-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.review-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.review-box p {
  font-size: 14px;
  line-height: 22px;
  color: #4C4C4C;
}

/* Swiper pagination bullets for review slider */
.review-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DADADA;
  opacity: 1;
}

.review-slider .swiper-pagination-bullet-active {
  background: #000;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .purpose-links-sec {
    padding: 50px 0;
  }

  .purpose-links-sec .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .purpose-link-box {
    padding: 20px 15px;
  }

  .purpose-link-img {
    width: 60px;
    min-width: 60px;
    margin-right: 15px;
  }

  .lm-btn-row {
    margin-top: 30px;
  }
}

/* The Swiper container for the stacks slider */
.purpose-links-row .stacks-slider {
  width: 100%;
  float: none;
}

/* Individual stack card */
.purpose-link-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.purpose-link-box a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px 20px;
    transition: all 0.3s;
}

.purpose-link-img {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
      padding: 25px;
    background: rgba(197, 197, 68, 0.2);
    border-radius: 5px;
    transition: all 0.3s;
    min-width: 120px;
}

.purpose-link-img img {
  width: 100%;
  display: block;
}

.purpose-link-txt h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
}

.purpose-link-txt p {
  font-size: 14px;
  line-height: 22px;
  color: #4C4C4C;
}

/* Learn More button row */
.lm-btn-row {
  text-align: center;
  margin-top: 40px;
}

.lm-btn a {
  display: inline-block;
  padding: 13px 35px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background-image: #BDC83C;
  color: #fff;
}

/* Review slider (if/when you re-add that section) */
.review-sec {
  padding: 70px 0;
  background: #F8F7F3;
}

.review-slider .swiper-slide {
  height: auto;
}

.review-box {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.review-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.review-box p {
  font-size: 14px;
  line-height: 22px;
  color: #4C4C4C;
}

/* Swiper pagination bullets for review slider */
.review-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #DADADA;
  opacity: 1;
}

.review-slider .swiper-pagination-bullet-active {
  background: #000;
}
.purpose-links-sec{
  padding: 15px 0px 25px;
}
/* Responsive tweaks */
@media (max-width: 991px) {
  .purpose-links-sec {
    padding: 50px 0;
  }

  .purpose-links-sec .container {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .purpose-link-box {
    padding: 20px 15px;
  }

  .purpose-link-img {
    width: 60px;
    min-width: 60px;
    margin-right: 15px;
  }

  .lm-btn-row {
    margin-top: 30px;
  }
}


/********************
 Added during Upgrade
********************/

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


/***********************
From base.css dawn 6
************************/
/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

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

.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 */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

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

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

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

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

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

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

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

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 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));
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

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



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

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



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

.hidden {
  display: none !important;
}

@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-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  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,
.no-js .focus-inset:focus {
  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);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  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,
.no-js .focus-offset:focus {
  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);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

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

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  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;
  }
}

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

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

  .grid--peek.slider .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

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

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 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,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

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

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

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

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: 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,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

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

.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 [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem 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),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

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

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

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

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

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  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-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

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

.button.loading > .loading-overlay__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;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

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;
  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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

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

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

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

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

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: 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),.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),.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-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-base-text), 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 .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 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 {
  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 {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

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

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

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

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

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

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

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 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-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  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 {
  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;
}

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

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

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

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

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

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

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

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

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

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

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

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
}

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

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

@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

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

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

  .header:not(.header--middle-left) .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;
  width: 100%;
}

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

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

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

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

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

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

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

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

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

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

.no-js .predictive-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;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

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

  .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.5rem 2.2rem;
  text-decoration: none;
  color: #fff;
}

.header__menu-item:hover {
color: #fff;
}

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

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

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

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

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

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

@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-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;
  }
 
.main_menu_item:nth-last-of-type(-n+2) {
    display: block !important;
}

.mega_menu_image img {
    width: 77% !important;
    display: block;
    margin: auto;
    max-height: 170px;
    object-fit: cover;
}

.predictive-search.predictive-search--header {
    height: 170px !important;
    max-height: 300px !important;
} 
.predictive-search.predictive-search--header ul {
    display: block !important;
}

.search .best_sel_box {
    min-width: auto;
    max-width: initial !important;
    padding: 15px;
}

.thumbnail-slider {
    direction: inherit !important;
}  
  
  
}

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

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

span.price-item.price-item--regular {
    font-size: 30px;
    line-height: 52px;
    font-weight: 700;
    margin: 24px 0;
}

@media (min-width: 1024px) {
	 .product--thumbnail_slider {
		 position: relative;
	}
	 .product--thumbnail_slider media-gallery {
		 display: flex;
		 flex-direction: row-reverse;
	}
	 .product--thumbnail_slider .slider-mobile-gutter:not(.thumbnail-slider) {
		 width: calc(100% - 100px);
	}
	 .product--thumbnail_slider .thumbnail-slider {
		 width: 100px;
		 padding-right: 10px;
	}
	 .product--thumbnail_slider .slider-button {
		 display: none !important;
	}
	 .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up {
		 padding: 0;
		 display: block;
	}
	 .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		 width: 92%;
	}
}


@media screen and (min-width: 750px){
.product--thumbnail_slider .thumbnail-slider {
    display: flex !important;
    align-items: baseline !important;
}

  
}

.product--thumbnail_slider .product__media-gallery{

  display: flex !important; 
}

.product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    margin-bottom: 20px;
}

.thumbnail-list .thumbnail {
    border-radius: 5px;
}



header-drawer {
    justify-self: start;
    margin-left: 0 !important;
}

.header__icon--menu .icon{
  color:#fff !important;
}

.header__icon--menu[aria-expanded=true]:before{
  display:none !important;
}

.spr-form-label+.spr-form-input {
    margin: 0;
    border: solid 1px #eee;
    padding: 10px;
}

.rating-star:before {
    -webkit-text-fill-color: #f98700 !important;
}


section.review-sec.inner_test {
    background: none;
}

.inner_test h3 {
    max-width: 100%;
}
/* DELETE in DAWN 15 */
/*.wholesale .head.header-dark {
    position: absolute;
    background: none !important;
    width: 100%;
}
*/
/* DELETE in DAWN 15 */
/*
.subscription .head.header-dark {
    position: absolute;
    background: none !important;
    width: 100%;
}
*/
/* DELETE in DAWN 15 */
/*header.head.header-wrapper.sticky_header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #40403A !important;
    z-index: 99999999;
    transition: all 0.5s ease-in-out;
}*/

div#MegaMenu-Content-1 {
    z-index: 9999999999;
}

a.mega-menu__link.mega-menu__link--level-2.link {
    font-weight: bold;
}

.mega-menu__list ul li {
    padding-left: 0;
    margin-bottom: 13px;
}

.mega-menu__link {
    font-size: 15px !important;
    font-weight: normal;
}

.list-menu li:last-child {
    border: none;
}

summary.header__icon.header__icon--search.header__icon--summary.link.focus-inset.modal__toggle {
    width: auto;
}

details-modal.header__search svg {
    color: #fff;
}

.modal__close-button svg {
    color: #000 !important;
}

.main_menu_item:nth-last-of-type(-n+2) {
    display: none;
}

.main_menu_item:nth-last-of-type(-n+3) {
    border: none;
}

.mega_menu_image img {
    width: 100%;
    border-radius: 7px;
}

.mega_menu_image a {
    color: #565656;
}

.mega_menu_image {
    text-align: center;
}

.rte li {
    list-style: disc !important;
}

.mega-menu__content {
    top: 78% !important;
}

li.grid__item.Products_7543849910466 {
    display: none !important;
}

li.grid__item.Products_7538328404162 {
    display: none;
}



input#\37 478045376706_option_0:checked~span {
      padding: 9px 10px;
    border-radius: 5px;
  border:solid 1px #000;
}

.aod_blockcover input {
    width: 0;
    margin: 0;
    appearance: none;
    height: 0;
  position: absolute;
}

.aod_blockcover span {
    border: solid 1px #eee;
    padding: 9px 10px;
    border-radius: 5px;
}
.aod_blockcover {
    position: relative;
}

label.aod_main_option_name {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    display: block !important;
    float: none !important;
    margin-bottom: 16px;
}


.thumbnail-slider {
    max-height: 700px;
    overflow-y: scroll;
  direction: rtl;
}

/* width */
.thumbnail-slider::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.thumbnail-slider::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.thumbnail-slider::-webkit-scrollbar-thumb {
  background: #40403A; 
}

/* Handle on hover */
.thumbnail-slider::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/***********************
From styles.css dawn 6
************************/
  /* @import url('http://fonts.cdnfonts.com/css/pt-sans-2?styles=29388,29390'); */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;600;700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
a,
button {
    font-family: 'Oswald', sans-serif !important;
    font-style: normal;
    font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
    outline: 0;
    border: 0;
}

html {
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

body {
    /*     font-family: 'oswald';
    font-weight: 400; */
    overflow-x: clip;
}

:root {
    --primary-btn-bg: var(--gradient-base-accent-2);
    --btn-txt: var(--gradient-base-accent-1);
}


.page-width {
    max-width: 100% !important;
    padding: 27px 40px 18px !important;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    height: auto;
}

.top_bar {
    padding: 5px 0;
    background: #BDC83C;
}

.top_bar_cntnt_hldr img {
    width: 30px;
    max-width: 30px !important;
    height: 30px;
}

.top_bar_cntnt_hldr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.top_bar_cntnt_hldr p {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 34px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: normal;
}

.banner_head_sec {
    position: relative;
    background: url(/cdn/shop/files/Screenshot_1.jpg) no-repeat center;
   background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 1;
}

.banner_head_sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hwb(0 0% 100% / 0.10);
    z-index: -1;
}

.head_logo {
    box-sizing: border-box;
    padding-right: 50px;
}

.head_logo a {
    display: block;
    width: fit-content;
}

.head_logo a img {
    width: 100%;
    max-width: 135px;
}

.head_cntnt_hldr {
    padding: 16px 0 11px;
    border-bottom: 1px solid #ffffff33;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    gap: 0px;
}

.header__secondary-menu .sec_menu:nth-child(2) li a {
    padding: 0 10px;
}

.header-btn-col ul li.cart-btn a img,
.header-btn-col ul li.user-btn a img {
    display: block;
    width: fit-content;
    height: 23px;
}

.header__secondary-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
}

.header__secondary-menu .sec_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;

}

.header__secondary-menu li {
    padding: 0px 10px;
    border-right: 1px solid #fff;
}

.header__secondary-menu .sec_menu li:last-child {
    border-right: 0px;
}

.header__secondary-menu .sec_menu li a .header__active-menu-item,
.header__secondary-menu .sec_menu li a .header__menu-item:hover span {
    text-decoration: none;
}

.sec_menu li a {
    color: #fff;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
}

.header__secondary-menu .sec_menu li a i {
    font-size: 12px;
    padding-left: 5px;
}

.header__secondary-menu ul .drop-down-nv {
    position: relative;
}

.drop-down-nv .s-menu {
    position: absolute;
    background: #fff;
    display: block;
    width: 200px;
    height: 150px;
    top: 25px;
    left: 0;
    overflow-y: auto;
    border-radius: 10px;
    padding: 10px 0px;
    z-index: 99;
    pointer-events: none;
    transform: scale(0);
    transition: all 0.3s;
}

.drop-down-nv:hover .s-menu {
    pointer-events: all;
    transform: scale(1);
}

.s-menu li {
    display: block;
    width: 100%;
    padding: 7px 15px !important;
    background-color: #fff;
    transition: all 0.3s;
}

.s-menu li:hover {
    background-color: #eee;
}

.s-menu li a {
    color: #000 !important;
}


.header-btn-col ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.header-btn-col .nav-toggle-btn {
    display: none;
}

.banner_cntnt_hldr {
    padding:290px 0px 200px 0px;
    text-align: center;
}

.banner_cntnt_hldr p {
    font-size: 18px;
    line-height: 23px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #fff;
}

.banner_cntnt_hldr h1 {
    font-size: 58px;
    line-height: 58px;
    color: #fff;
    margin: 20px 0 0px 0;
    padding-bottom: 80px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

.banner_cntnt_hldr h1::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 25px;
    background: url(/cdn/shop/files/banner-head-dsgn.png) no-repeat center;
}

.banner_cntnt_hldr h1 span {
    color: #BDC83C;
    display: block;
}

.banner_cntnt_hldr a {
    background: #BDC83C;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 20px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.head-shop-btn a {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    padding: 10px 16px;
    color: #fff;
    display: block;
    width: fit-content;
    transition: all 0.3s;
}

.head-shop-btn:hover a {
    border: 1px solid #BDC83C;
    background: #BDC83C;
    color: var(--btn-txt);
}

.banner_info {
    padding: 30px 0 0 0;
}

.banner_info_top_row {
    position: relative;
    background: url(../images/banner-info-1.jpg) no-repeat center;
    background-size: cover !important;
    background-position: bottom !important;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 290px;
}

.banner_info_top_row::before,
.bnr_info_btm_left::before,
.bnr_info_btm_right::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: -1;
    /*     background-color: #BDC83C66; */
    background-color: #00000066;
    opacity: 0;
    transition: all 0.3s;
}

.banner_info_top_row:hover::before,
.bnr_info_btm_left:hover:before,
.bnr_info_btm_right:hover:before {
    opacity: 1;
}

.banner_info_top_row h5 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400 !important;
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    transition: height 0.3s;
}

.banner_info_top_row h3 {
    font-size: 38px;
    line-height: 50px;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: #fff;
    margin-top: 6px;
    overflow: hidden;
    transition: height 0.3s;
}

.banner_info_top_row p,
.bnr_info_btm_left p,
.bnr_info_btm_right p {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    /*     text-transform: capitalize; */
    color: #FFFFFF;
    max-width: 820px;
    margin: 0px auto 0;
    overflow: hidden;
    transition: height 0.1s ease-in-out;
    max-height: 0px;
    opacity: 0;
}

.banner_info_top_row p {
    max-height: fit-content;
    opacity: 1;
    margin-top: 30px;
}

.bnr_info_btm_left p,
.bnr_info_btm_right p {
    max-width: 535px;
}

.banner_info_top_row:hover p,
.bnr_info_btm_left:hover p,
.bnr_info_btm_right:hover p {
    opacity: 1;
    max-height: 600px;
    transition: all 1s;
}


.bnr_info_btm_left:hover h5,
.bnr_info_btm_right:hover h5,
.bnr_info_btm_left:hover h3,
.bnr_info_btm_right:hover h3 {
    height: 0;
    margin: 0;
}

.bnr_info_btm_right:hover a,
.bnr_info_btm_left:hover a {
    height: 0;
    margin: 0;
    display: none;
}

.banner_info_btm_row {
    margin-top: 30px;
    display: grid;
    grid-template-columns: calc(50% - 15px) repeat(1, 1fr);
    gap: 30px;
}

.bnr_info_btm_left {
    position: relative;
    z-index: 1;
    background: url(../images/banner_info_2.png) no-repeat center;
    background-size: cover !important;
    background-position: bottom !important;
    padding: 15px 15px;
    border-radius: 10px;
    text-align: center;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bnr_info_btm_right {
    position: relative;
    z-index: 1;
    background: url(../images/banner_info_3.png) no-repeat center;
    background-size: cover !important;
    background-position: bottom !important;
    padding: 15px 15px;
    border-radius: 10px;
    text-align: center;
    min-height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bnr_info_btm_left h5,
.bnr_info_btm_right h5 {
    font-size: 18px;
    line-height: 23px;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    transition: height 0.3s;
}

.bnr_info_btm_left h3,
.bnr_info_btm_right h3 {
    font-size: 38px;
    line-height: 47px;
    font-weight: 500 !important;
    color: #fff;
    overflow: hidden;
    transition: height 0.3s;
}

.bnr_info_btm_left a,
.bnr_info_btm_right a {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 23px;
    color: var(--btn-txt);
    background: #BDC83C;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 25px;
    overflow: hidden;
    transition: height 0.3s;
}

.best_sel {
    padding: 100px 0 94px 0;
}

.best_sel_title_hldr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.best_sel_title_hldr h2 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}

.best_sel_title_hldr a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: fit-content;
    background: #BDC83C;
    color: var(--btn-txt);
    padding: 15px 22px;
    border-radius: 5px;
}

/* .best_sel_slider_hldr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
} */

.best_sel_slider_hldr {
    position: relative;
}

.best_sel_box {
    padding: 15px 15px 50px 15px;
    transition: all 0.3s;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 1%);
    border-radius: 10px;
}

.best_sel_box:hover {
    border: 1px solid transparent;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.best_sel_box_img {
    border-radius: 10px;
    background: rgba(197, 197, 68, 0.04);
    text-align: center;
    padding: 0px 0;
    max-height: 230px;
}

.best_sel_box_img img {
    width: 100%;
    /*     max-width: 296px; */
    margin: 0 auto;
    max-height: 200px;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s;
}

.best_sel_box_img img:nth-child(2) {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fefff9;
    z-index: 2;
    min-height: 100%;
    bottom: 0px;
}

.best_sel_box:hover .best_sel_box_img img:nth-child(2) {

    opacity: 1;
}

.best_sel_box_cntnt {
    padding: 20px 0 0 20px;
}

.best_sel_box_cntnt h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700 !important;
    font-family: 'PT Sans', sans-serif !important;
    color: #40403A;
    margin-bottom: 0;
    text-transform: uppercase;
}

.best_sel_box_cntnt h4 {
    font-size: 18px;
    line-height: 33px;
    color: #000;
    font-family: PT Sans, sans-serif !important;
    font-weight: 400 !important;
    margin: 12px 0 22px;
    overflow: hidden;
    /*     min-height: 66px; */
    text-transform: capitalize;
}

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

.best_sel_box_rev ul {
    display: flex;
    align-items: center;
    gap: 6px;
}

.best_sel_box_rev ul li i {
    color: #FFA132;
}

.best_sel_box_rev span {
    font-size: 16px;
    line-height: 20px;
    color: #40403A;
}

.best_sel_box_cntnt h3 {
    font-size: 38px;
    line-height: 52px;
    font-weight: 700;
    margin: 24px 0;
}

.best_sel_box_cntnt button {
    background-color: #c5c54433;
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    color: var(--btn-txt);
    text-transform: capitalize;
    padding: 16px 46px;
    transition: all 0.3s;
    cursor: pointer;
}

.best_sel_box:hover .best_sel_box_cntnt button {
    background: #BDC83C;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: left;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.passion-sec {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-image: url(../images/passion-bg.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 238px 0px;
    z-index: 1;
}

.passion-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: -1;
}

.passion-cntnt-holder {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.passion-cntnt-holder h2 {
    font-family: 'oswald';
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 60px;
}

.passion-cntnt-holder h2 span {
    position: relative;
}

.passion-cntnt-holder h2 span::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -7px;
    background: url(/cdn/shop/files/banner-head-dsgn.png) no-repeat center;
    background-size: contain;
}

.passion-cntnt-holder p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    /*     text-transform: lowercase; */
}

.passion-cntnt-holder a {
    background: #BDC83C;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 20px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin: 56px auto 0;
}

.inspire-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 95px 0px 47px;
}

.inspire-sec h2 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 42px;
    text-align: center;
}

.inspire-sec h2 span {
    position: relative;
}

.inspire-sec h2 span::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: url(/cdn/shop/files/insp-after.png) no-repeat center;
    background-size: contain;
}

.inspire-sec p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #40403A;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 24px;
    text-align: center;
}

.inspire-cntnt-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 46px;
}

.inspire-cntnt-holder li {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.inspire-cntnt-holder li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000080;
    opacity: 0;
    transition: all 0.3s;
}

.inspire-cntnt-holder li:hover:before {
    opacity: 1;
}

.inspire-cntnt-holder li img {
    width: 100%;
    display: block;
    object-fit: cover;
    min-height: 280px;
    max-height: 280px;
}

.inspire-cntnt-holder li .insp-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.insp-content h4 {
    font-family: 'oswald';
    font-weight: 500 !important;
    /*   text-transform: capitalize; */
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.insp-content .shop-n-holder {
    max-height: 0px;
    overflow: hidden;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.inspire-cntnt-holder li:hover .shop-n-holder {
    max-height: 200px;
    transform: scale(1);
}

.insp-content a {
    background: #BDC83C;
    border-radius: 10px;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 30px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin-top: 20px;
}


.testimonials-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 47px 0px 94px;
}

.tst-cntnt-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 99px;
    margin-bottom: 0px;
}

.tst-cntnt-holder .tst-image img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.tst-cntnt-holder .tst-content h6 {
    color: #BDC83C;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin-bottom: 42px;
}

.tst-cntnt-holder .tst-content h2 {
    color: #000;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    max-width: 320px;
    margin-bottom: 90px;
}

.tst-content h2 span {
    position: relative;
}

.tst-content h2 span::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -32px;
    background: url(/cdn/shop/files/tst-after.png) no-repeat center;
    background-size: contain;
}

.tst-content p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #040404;
    /*   text-transform: capitalize; */
}

.tst-personal-info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-top: 44px;
}

.tst-personal-info .tst-quote img {
    max-width: 64px;
    display: block;
}

.tst-quote {
    margin-right: 5px;
}

.tst-personal-info .tst-info {
    border-top: 3px solid #F3F3F3;
    width: 100%;
}

.tst-info h5 {
    color: #000;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px 4px;
}

.tst-info span {
    color: #636363;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.53px;
    display: block;
}


.tst-title-sec {
    width: 100%;
    box-sizing: border-box;
}

.tst-title-sec h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #BDC83C;
    text-align: center;
    margin-bottom: 20px;
}

.tst-title-sec h3 {
    position: relative;
    text-align: center;
    color: #FAF7DD;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 46px;
    line-height: 58px;
    max-width: 640px;
    margin: 0 auto;
    text-transform: capitalize;
    padding: 0px 0px 80px;
}

.tst-title-sec h3::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: url(/cdn/shop/files/banner-head-dsgn.png) no-repeat center;
}

.review-sec {
    width: 100%;
    box-sizing: border-box;
    background-image: url(/cdn/shop/files/review-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px 0px;
}

.review-sec .reviews-holder {
    width: 100%;
    position: relative;

}

.reviews-holder .review {
    background: #F7FAFA;
    padding: 70px;
    border-radius: 10px;
}

.reviews-holder .review .rev-icon {
    margin-bottom: 40px;
}

.rev-icon img {
    max-width: 56px;
    display: block;
}

.review .rev-contnt p {
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    min-height: 120px;
}

.review .rev-contnt h5 {
    margin-top: 30px;
    color: #000000;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
}

.jewelry-sec {
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 90px 0px 45px;
}

.jewelry-sec .jewelry-title h2 {
    text-align: center;
    color: #000;
    font-family: 'oswald';
    font-weight: 600;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 58px;
    max-width: 700px;
    margin: 0 auto 40px;
}

.jewelry-sec .jewelry-title p {
    color: #40403A;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    /*   text-transform: capitalize; */
    text-align: center;
    max-width: 1010px;
    margin: 0 auto;
}

.jewelry-content .tab-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    padding: 23px 20px;
    max-width: 900px;
    margin: 64px auto;
    border: 1px solid #BDC83C;
    border-radius: 10px;
}

ul.tab-btns li {
    padding: 0 5px;
}

.tab-btns li button {
    position: relative;
    background-color: transparent;
    color: #000;
    font-family: 'oswald';
    font-weight: 500;
    font-size: 22px;
    line-height: 32.6px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.2s;
}

.tab-btns li button::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    bottom: -2px;
    left: 25%;
    background-color: #BDC83C;
    opacity: 0;
    transition: all 0.2s;
}


.tab-btns li.j-tab-active button,
.tab-btns li.j-tab-active button::before {
    color: #BDC83C;
    opacity: 1;
}

.jewelry-prod-holder {
    width: 100%;
    position: relative;
}

.jewelry-prod {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
}

.j-prod-slider .best_sel_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 15px 15px;
    min-height: 555px;
}

.jewelry-prod .j-prod-image {
    background-color: #fdfdf8;
    border-radius: 10px;
    padding: 23px;
    text-align: center;
}

.jewelry-prod .j-prod-image img {
    max-width: 160px;
    display: inline-block;
}

.jewelry-prod .j-prod-info {
    padding: 34px 10px 0px;
}

.j-prod-info span {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.7px;
    color: #40403A;
}

.j-prod-info h4 a {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #40403A;
    background-color: transparent;
    display: inline-block;
    margin: 10px 0 20px;
}

.j-prod-info p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #5A5A5A;
}

.j-prod-info h5 {
    color: #000;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 34px;
    line-height: 58px;
    margin-top: 20px;
}

.j-prod-info h5 span {
    font-family: 'oswald';
    font-weight: 300;
    font-size: 16px;
    line-height: 29.64px;
    color: #C7C7C7;
    text-decoration: line-through;
    margin-left: 9px;
    display: inline-block;
}

.j-prod-info .cart-btn {
    background-color: #c5c54433;
    color: var(--btn-txt);
    font-family: 'oswald';
    font-weight: 600;
    font-size: 16px;
    line-height: 23.71px;
    display: block;
    width: fit-content;
    border-radius: 5px;
    padding: 16px 40px;
    margin-top: 20px;
    transition: all 0.3s;
}

.j-prod-info:hover .cart-btn {
    background-color: #BDC83C;
}

.shop-jewelry {
    width: 100%;
    border-bottom: 1px solid #C0C0C0;
    margin-top: 60px;
}

.jewelry-btn-holder {
    width: fit-content;
    background-color: #fff;
    padding: 0px 40px;
    margin: 0 auto;
    transform: translateY(26px);
}

.jewelry-btn-holder a {
    background: #BDC83C;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 20px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
}

.jewelry-slider-arrows,
.best-sel-slider-arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}

.jewelry-slider-arrows .swiper-button-next:after,
.jewelry-slider-arrows .swiper-button-prev:after,
.best-sel-slider-arrows .swiper-button-next:after,
.best-sel-slider-arrows .swiper-button-prev:after {
    display: none;
}

.jewelry-slider-arrows .swiper-button-next,
.best-sel-slider-arrows .swiper-button-next {
    right: -15px;
}

.jewelry-slider-arrows .swiper-button-prev,
.best-sel-slider-arrows .swiper-button-prev {
    left: -15px;
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2 !important;
}

.tab-cntnt-holder .tab-content {
    display: none;
}

.tab-cntnt-holder .tab-content.j-tab-content-active {
    display: block;
}

.national-park-sec {
    width: 100%;
    box-sizing: border-box;
    padding: 74px 0px 47px;
}

.n-park-title h2 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 46px;
    line-height: 52px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.n-park-title p {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    color: #000;
    text-align: center;
    /*   text-transform: capitalize; */
}

.park-cards-holder {
    margin: 46px 0 56px;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.park-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.park-card .p-card-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
    height: 310px;
    max-height: 310px;
    object-fit: cover;
}

.park-card .p-card-cntnt {
    padding: 0px 30px 60px;
    text-align: center;
}

.p-card-cntnt h4 {
    background-color: #C5C544;
    width: fit-content;
    margin: 0 auto;
    font-family: 'oswald';
    color: #000;
    font-weight: 600;
    font-size: 26px;
    line-height: 70px;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    transform: translateY(-36px);
}

.p-card-cntnt h5 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 20px;
    line-height: 29.64px;
    color: #000;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.p-card-cntnt p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    color: #40403A;
}

.national-park-sec .join-btn {
    background: #BDC83C;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 48px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.visit-park-sec {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 47px 0 94px;
}

.visit-park-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 99px;
}

.visit-park-holder .visit-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.visit-park-sec .visit-content h2 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 46px;
    line-height: 58px;
    color: #000;
    /*   text-transform: capitalize; */
    max-width: 560px;
}

.visit-park-sec .visit-content h2 span {
    font-weight: 300;
}

.visit-park-sec .visit-content a {
    background: #BDC83C;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 48px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin-top: 56px;
}

.download-candy-sec {
    width: 100%;
    box-sizing: border-box;
    background: #F5F5F5;
    padding: 100px 0px;
}

.candy-sec-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 100px;
}

.candy-sec-holder .candy-cntnt h2 {
    font-family: 'oswald';
    font-weight: 600;
    color: #000;
    font-size: 46px;
    line-height: 50px;
    max-width: 340px;
    margin-bottom: 56px;
    /*     text-transform: capitalize; */
}

.candy-cntnt h2 span {
    position: relative;
}

.candy-cntnt h2 span::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -16px;
    background: url(/cdn/shop/files/download-c-after.png) no-repeat center;
    background-size: contain;
}

.candy-cntnt p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    color: #40403A;
    margin-bottom: 15px;
}

.candy-cntnt p:last-child {
    margin-bottom: 0;
}

.candy-cntnt .name-fields {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 13px 0 25px;
}

.name-fields input {
    border: 1px solid #E6E6E6;
    outline: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 16px 20px;
}

.name-fields input::placeholder,
.candy-cntnt form input[type="email"]::placeholder {
    color: #A5A5A5;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /*   text-transform: capitalize; */
}

.candy-cntnt form input[type="email"] {
    border: 1px solid #E6E6E6;
    outline: none;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    padding: 17px 20px;
}

.candy-cntnt form button {
    cursor: pointer;
    background: #BDC83C;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23.71px;
    padding: 15px 48px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin-top: 40px;
    text-transform: capitalize;
}

.candy-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.insta-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 80px 0px 40px;
}

.insta-sec-title h2 {
    text-align: center;
    font-family: 'oswald';
    font-weight: 600;
    color: #40403A;
    font-size: 38px;
    line-height: 56.32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.insta-sec-title p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.29px;
    color: #40403A;
    text-align: center;
}

.insta-sec .insta-sec-holder {
    width: 100%;
    box-sizing: border-box;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    display:none;
}

.insta-sec-holder li a {
    display: block;
}

.insta-sec-holder li a img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.tarma-footer {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 40px 0px 0px;
}

.tarma-footer .footer-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 65px;
}

.foot-col-1 {
    padding-right: 40px;
    box-sizing: border-box;
}

.foot-col-1 .foot-logo {
    margin-bottom: 30px;
}


.foot-col-1 .foot-logo img {
    max-width: 136px;
    display: block;
}

.foot-col-1 .foot-cntnt p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #40403A;
}


.foot-col-2 {
    padding: 0px;
    box-sizing: border-box;
}

.foot-col-2 h4 {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
    margin-top: 55px;
    text-transform: uppercase;
}


.foot-col-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    column-gap: 50px;
    margin-top: 32px;
}

.foot-col-2 ul li a {
    font-family: "PT Sans", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.7px;
    /*     text-transform: capitalize; */
    color: #40403A;
    display: inline-block;
}

.foot-col-3 {
    padding-left: 40px;
    box-sizing: border-box;
}

.foot-col-3 ul {
    margin-top: 35px;
}

.foot-col-3 ul li {
    margin-bottom: 15px;
}

.foot-col-3 ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-family: "PT Sans", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    /*     text-transform: capitalize; */
    color: #40403A;
}

.foot-col-3 h4 {
    font-family: 'PT Sans', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
    margin-top: 55px;
}

.foot-copyright-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #40403A;
    padding: 20px 0px;

}

.foot-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cr-icons ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.cr-icons ul li {
    display: block;
    height: 36px;
    width: 36px;
    background-color: #ffffff26;
    border-radius: 50%;
}

.cr-icons ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.cr-icons ul li a img {
    transform: scale(1.2);
}


.cr-text p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    text-transform: capitalize;
}





/* ABOUT US PAGE STYLING */

.banner_head_sec.abt_banner_head_sec {
    background-attachment: fixed;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr {
    padding: 110px 0px;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr h1 {
    margin: 0 0 20px 0;
    padding-bottom: 50px;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr h1 span {
    color: #fff;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr p {
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.06px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr p:last-child {
    margin-bottom: 0;
}

.cus-trma-para {
    height: 400px;
    overflow-y: scroll;

}

.cus-trma-para::-webkit-scrollbar {
    width: 0px;
}

.cus-trma-para p {
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.06px;
    text-align: center;
    color: #fff;
    max-width: 900px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.our-story-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 110px 0px 0px;
}

.our-story-title h2 {
    text-align: center;
}

.our-story-title h2 span {
    position: relative;
    font-family: 'oswald';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000;
    text-align: center;
    display: block;
}

.our-story-title h2 span::after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: url(/cdn/shop/files/abt-s-after.png) no-repeat center;
    background-size: contain;
}

.our-story-holder {
    width: 100%;
    box-sizing: border-box;
    margin-top: 110px;
}

.our-story-holder .story-row {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-bottom: 110px;
    gap: 30px;
}

.our-story-holder .story-row:nth-child(odd) .story-cntnt {
    padding-left: 70px;
}

.our-story-holder .story-row:nth-child(even) .story-cntnt {
    padding-right: 70px;
}

.our-story-holder .story-row:last-child {
    margin-bottom: 0;
}

.story-row .story-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.story-row .story-cntnt h3 {
    font-family: 'oswald';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 60px;
}

.foot-cntnt {
    text-align: left;
}

.story-row .story-cntnt h3 span {
    position: relative;
}

.story-cntnt h3 span::after {
    content: "";
    width: 104px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: url(/cdn/shop/files/abt-s-after.png) no-repeat center;
    background-size: contain;
}

.story-cntnt p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #040404;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
}

.story-cntnt ul {
    padding-left: 20px;
}

.story-cntnt ul li {
    margin-bottom: 30px;
    list-style: initial;
}

.story-cntnt ul li:last-child {
    margin-bottom: 0px;
}

.story-cntnt p:last-child {
    margin-bottom: 0;
}

.insta-sec.insta-abt-sec {
    padding-top: 0;
}

/*.head.header-dark {
    background-color: #40403A;
}*/


/* PRODUCTS PAGE STYLING */

.products-n-info-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 110px 0px 55px;
}

.products-n-info-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(1, 1fr) 26%;
    gap: 50px;
    background-color: #fff;
}

.top-prod-cards-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.top-prod-cards-holder .top-prod-card {
    background-color: #FCFCFC;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.top-prod-card a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 138px 20px;
}

.top-prod-card a img {
    max-width: 158px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.top-prod-card:hover {
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.bottom-display-prods {
    margin-bottom: 20px;
}

.bottom-display-prods .prod-vid {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.bottom-display-prods .prod-vid span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-display-prods .prod-vid img {
    width: 100%;
    display: block;
}

.bottom-display-prods .prod-vid span img {
    max-width: 120px;
    cursor: pointer;
}

.prod-vid .vid-popup-box {
    position: fixed;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 40px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.507);
    backdrop-filter: blur(20px);
    overflow: hidden;
    display: none;
}

.prod-vid .vid-popup-box-active {
    display: flex;
}

.prod-vid .vid-popup-box i {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 17px 20px;
    font-size: 25px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.prod-vid .vid-popup-box video {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
}

.bottom-display-prods .bottom-prods-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.bottom-prods-holder .bottom-prod img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    min-height: 376px;
    max-height: 376px;
}

.products-detailed-info {
    width: 100%;
    box-sizing: border-box;

}

.products-detailed-info .about-product h3 {
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #40403A;
    margin-bottom: 10px;
}

.products-detailed-info .about-product h4 {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #000;
    margin-bottom: 20px;
}

.products-detailed-info .about-product h5 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #000;
    /*     text-transform: capitalize; */
}

.products-detailed-info .about-product h5 sup {
    font-family: 'pt-sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #40403A;
}

.about-product .prod-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 20px 0px;
}

.about-product .prod-rating li i {
    color: #FFA132;
    font-size: 16px;
}

.about-product .prod-rating li span {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #40403A;
    padding-left: 5px;
}

.about-product p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.products-detailed-info .all-selectors-holder {
    margin-top: 30px;
}

.all-selectors-holder .selector-title p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /*     text-transform: capitalize; */
    color: #000;
}

.all-selectors-holder .selector-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Color input */

.color-selector {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    margin-top: 20px;
}

.color-selector input {
    appearance: none;
    position: absolute;
}

.color-selector label {
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    border: 0.5px solid transparent;
    transition: all 0.3s;
}

.color-selector label .c1 {
    height: 34px;
    width: 34px;
    background-color: #000;
    border-radius: 5px;
}

.color-selector label .c2 {
    height: 34px;
    width: 34px;
    background-color: #768692;
    border-radius: 5px;
}

.color-selector label .c3 {
    height: 34px;
    width: 34px;
    background-color: #9CAF88;
    border-radius: 5px;
}

.color-selector input:checked+label {
    border: 0.5px solid #000;
    transition: all 0.3s;
}


/* Length input */


.length-selector-holder {
    margin-top: 30px;
}

.length-selector {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.length-selector input {
    appearance: none;
    position: absolute;
}

.length-selector label {
    cursor: pointer;
    background-color: #fff;
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.00);
    border-radius: 5px;
    transition: all 0.3s;
}

.length-selector input:checked+label {
    border: 0.5px solid transparent;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.length-selector label .length-box {
    text-align: center;
    padding: 10px 0px;
}


/* Diameter input */

.diameter-selector-holder {
    margin-top: 30px;
}

.diameter-selector {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.diameter-selector input {
    appearance: none;
    position: absolute;
}

.diameter-selector label {
    cursor: pointer;
    background-color: #fff;
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.00);
    border-radius: 5px;
    transition: all 0.3s;
}

.diameter-selector input:checked+label {
    border: 0.5px solid transparent;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.diameter-selector label .diameter-box {
    text-align: center;
    padding: 10px 0px;
}


/* Metal input */

.metal-selector-holder {
    margin-top: 30px;
}

.metal-selector {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.metal-selector input {
    appearance: none;
    position: absolute;
}

.metal-selector label {
    cursor: pointer;
    background-color: #fff;
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.00);
    border-radius: 5px;
    transition: all 0.3s;
}

.metal-selector input:checked+label {
    border: 0.5px solid transparent;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

.metal-selector label .metal-box {
    text-align: center;
    padding: 10px 0px;
}

.length-box p,
.diameter-box p,
.metal-box p {
    font-family: 'pt-sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.all-selectors-holder .cart-btn {
    outline: none;
    border: none;
    background: #BDC83C;
    color: var(--btn-txt);
    border-radius: 5px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 48px;
    display: inline-block;
    margin-top: 40px;
    cursor: pointer;
}

.description-box {
    margin-top: 60px;
}

.description-box h2 {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    color: #000;
    /*     text-transform: capitalize; */
    margin-bottom: 20px;
}

.description-box p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    /*     text-transform: capitalize; */
    color: #000;
}

.customer-review-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 55px 0px 0px;
}

.c-reviews-holder h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000;
}

.c-reviews-holder ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5.33px;
    margin: 20px 0px 10px;
}

.c-reviews-holder ul li i {
    color: #FFA132;
}

.customer-review-sec .c-reviews-txt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #C0C0C0;
    padding-bottom: 50px;
}

.customer-review-sec .c-reviews-txt p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #40403A;
}

.customer-review-sec .c-reviews-txt p:last-child {
    font-family: "PT Sans", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #40403A;

}


/* PRODUCT OVERLAY*/


#product-grid .grid__item {
    position: relative;
}

#product-grid .grid__item .quick-add-sec,
.best_sel .test_slider .swiper-slide .quick-add-sec,
.suggestion_cart .quick-add-sec {
    position: absolute;
    top: 225px;
    left: 0;
    width: 100%;
    padding: 0px 15px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.1s;
    z-index: 2;
}

#product-grid .grid__item:hover .quick-add-sec,
.best_sel .test_slider .swiper-slide:hover .quick-add-sec,
.suggestion_cart:hover .quick-add-sec {
    opacity: 1;
    transform: scale(1);
}

#product-grid .grid__item:hover .best_sel_box_img img:nth-child(2) {
    opacity: 1;
}

#product-grid .grid__item:hover .best_sel_box {
    border: 1px solid transparent;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 5%);
}




/* Collection Page Css */

.banner_head_sec.collect_page .banner_cntnt_hldr h1 {
    color: #fff;
}

.banner_head_sec.collect_page {
    background: url(../images/collection-bg.jpg) no-repeat center;
    background-size: cover;
}

.banner_head_sec.collect_page .banner_cntnt_hldr {
    padding: 100px 0;
}

.collect_sort_sec {
    padding: 50px 0;
}

.collect_sort_filter {
    display: grid;
    grid-template-columns: 21% repeat(1, 1fr);
    gap: 30px;
}

.collect_sort_contnt_hldr {
    display: grid;
    grid-template-columns: 21% repeat(1, 1fr);
    gap: 30px;
    align-items: flex-start;
    margin-top: 30px;
}

.collect_sort_cntnt_hldr {
    display: grid;
    grid-template-columns: 21% repeat(1, 1fr);
    gap: 30px;
    align-items: flex-start;
}

.collect_sort_filter_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collect_fltr_prod p {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #BDBDBD;
}

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

.collect_filter_sort h6 {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
}

.collect_filter_sort select {
    cursor: pointer;
    background: #FBFBFB;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    width: 170px;
    height: 40px;
    text-indent: 14px;
}

.collect_filter_sort select {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
}

.collect_categ_accord button.category_accord {
    background: #F2F2F2;
    font-family: "PT Sans", sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 0 15px 20px;
    cursor: pointer;
    position: relative;
}

.collect_categ_accord button.category_accord::after {
    content: '\f067';
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    color: #000;
    float: right;
    margin-right: 20px;

}

.collect_categ_accord.categ_accord_active button.category_accord::after {
    content: '\f068';
}

.category_accord_cntnt {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-out;
}

.collect_categ_accord.categ_accord_active .category_accord_cntnt {
    max-height: 500px;
    transition: all 0.4s ease-out;
}

.category_accord_cntnt ul li {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #EFEFEF;
}

.category_accord_cntnt ul li.categ_prod_list_active a {
    color: #BDC83C;
    font-weight: 700;
}

.category_accord_cntnt ul li.categ_prod_list_active a::after {
    content: '\f054';
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    color: #BDC83C;
    float: right;
    margin-right: 20px;
}

.category_accord_cntnt ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.category_accord_cntnt ul li a {
    font-family: "PT Sans", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
}

#shopify-section-template--15685928255682__product-grid .section-template--15685928255682__product-grid-padding .facets-vertical {
    padding: 0 40px;
}

#shopify-section-template--15685928255682__product-grid .section-template--15685928255682__product-grid-padding .facets-vertical .best_sel_box {
    min-width: inherit;
    max-width: 100%;
}

#shopify-section-template--15685928255682__product-grid .section-template--15685928255682__product-grid-padding .facets-vertical ul#product-grid {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#shopify-section-template--15685928255682__product-grid .section-template--15685928255682__product-grid-padding .facets-vertical ul#product-grid li.grid__item.globo-swatch-product-item {
    width: calc(33% - 30px);
}

.collect_sort_page_count ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.collect_sort_page_count ul li a {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #A3A3A3;
}

.collect_sort_page_count ul li a i {
    color: #40403A;
}

.collect_sort_page_count ul li.collect_active_page a {
    color: #CCCC5A;
    font-weight: 700;
}

.collect_sort_page_count {
    margin-top: 80px;
}

.collect_sort_page_count {
    display: grid;
    grid-template-columns: 21% repeat(1, 1fr);
    gap: 30px;

}


/* BLOG PAGE STYLING */

.abt_banner_head_sec.blog_banner_head_sec {
    background-image: url(../images/blog-banner-bg.jpg);
    background-attachment: scroll;
}

.blog-banner_cntnt_hldr h1 span {
    color: #fff;
}

.blogs-sec {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0px 110px;
}

.all-blogs-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.all-blogs-holder .blog-card {
    box-sizing: border-box;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.blog-card .blog-card-top-img a img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.blog-card-bottom-cntnt {
    padding: 40px 40px 25px 40px;
}

.blog-card-bottom-cntnt .blog-txt-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.blog-txt-bar h6 {
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #40403A;
}

.blog-txt-bar span {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #8D8D8D;
}

.blog-card-bottom-cntnt .blog-title h4 {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 12px;
}

.blog-card-bottom-cntnt .blog-title p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
}

.blog-card-bottom-cntnt .blog-title a {
    background: #C5C54433;
    border-radius: 5px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 48px;
    color: var(--btn-txt);
    /*     text-transform: capitalize; */
    display: block;
    width: fit-content;
    margin: 42px 0 0 0;
    transition: all 0.3s;
}

.blog-card:hover .blog-title a {
    background-color: #BDC83C;
}


/* SINGLE BLOG PAGE STYLING */

.single-blog-banner-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 40px 0px 55px;
}

.single-blog-bnr-top-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.single-blog-bnr-bottom-cntnt {
    padding-top: 60px;
}

.single-blog-info-bar {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.single-blog-info-bar .bar-left p {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #40403A;
}

.single-blog-info-bar .bar-left p span {
    color: #CCCC5A;
    padding-left: 8px;
    display: inline-block;
}

.single-blog-info-bar .bar-right p {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #40403A;
}

.single-blog-info-bar .bar-right p span {
    display: inline-block;
    padding-left: 8px;
}

.single-blog-info h2 {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000;
    margin-bottom: 35px;
}

.single-blog-info h2 br {
    display: none;
}

.single-blog-info p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /*     text-transform: capitalize; */
    color: #040404;
}

.single-blog-sec {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 55px 0px 0px;
}

.single-blog-holder {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    row-gap: 100px;
}

.single-blog {
    overflow: hidden;
}

.single-blog .s-blog-top {
    margin-bottom: 40px;
}

.single-blog .s-blog-top h3 {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #000;
}

.single-blog .s-blog-bottom img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.single-blog-sec .single-blog-text-bar {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 0px;
    border-bottom: 1px solid #C8C8C8;
}

.single-blog-sec .single-blog-text-bar p {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.best_sel_slider_hldr .test_slider,
.jewelry-prod-holder .j-prod-slider,
.testi_slider {
    overflow: hidden;
}

.header__secondary-menu li {
    color: #fff;
}

.header__submenu li a {
    color: #000 !important;
}

p.product__text.caption-with-letter-spacing {
    font-family: 'PT Sans Caption', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #40403A;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.product__title h1 {
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    margin-bottom: 20px;
}


span.price-item.price-item--regular {
    font-size: 26px !important;
    letter-spacing: 0px;
}

.product__tax {
    font-family: "PT Sans", sans-serif;
}

fieldset.product-form__input .form__label {
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
}

.product__description {
    font-family: PT Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    /*     text-transform: capitalize; */
    color: #000;
}

.product-form__submit {
    background: #BDC83C !important;
    display: block !important;
    width: fit-content !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    color: var(--btn-txt) !important;
    padding: 16px 46px !important;
}

.product-form__submit:after {
    display: none !important;
}


span.attr-title-hover {
    display: none;
}



label.name-option {
    font-family: "PT Sans", sans-serif;
    color: #000;
}

.globo-swatch-product-detail .swatch--gl li .globo-style--button {
    border-color: #000000;
    color: #000000;
    background-color: #FFFFFF;
    font-family: "PT Sans", sans-serif;
    padding: 19px 9px !important;
    border-radius: 8px;
}

.globo-swatch-product-detail ul.value li.select-option input:checked+.globo-style--button {
    border-color: #000000;
    color: #fff !important;
    background-color: #40403a !important;
}

.top-prod-and-vid-row {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.top-prod-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    min-height: 306px;
    max-height: 306px;

}

.bottom-display-prods .prod-vid {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}

.bottom-display-prods .prod-vid video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 376px;
    max-height: 376px;
}

.story-row:nth-child(even) .story-img {
    order: 1;
}


/* h2.facet-filters__label.caption-large.text-body {
    display: none;
} */

select#SortBy {
    font-family: "PT Sans", sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    border: solid 1px #e7e7e7;
    padding: 10px 25px;
    background: #FBFBFB;
    color: #40403A;
    border-radius: 2px;
}

.facet-filters__sort+.icon-caret {
    right: 10px !important;
}


.product-count__text {
    margin-top: 12px !important;
}



.collection-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    z-index: 1;
    position: relative;
}

.collection-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hwb(0 0% 100% / .5);
    z-index: -1;
}

.collection .head.header-dark {
    position: absolute;
    background: none !important;
    width: 100%;
}

.collection .banner_cntnt_hldr h1 {
    margin: 100px 0 0px 0;
    font-size: 48px;
    line-height: 54px;
}

.collection-banner .banner_cntnt_hldr h1::after {
    bottom: 45px;
}

.collection-banner .banner_cntnt_hldr {
    padding: 80px 0 50px;
}

.about-banner {
    background-position: center top !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    z-index: 1;
    position: relative;
    margin-top: -100px;
}

.about-banner.wholesale-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    padding: 230px 0px;
}

.about-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: hwb(0 0% 100% / 0.10);
    z-index: -1;
}

.about-us .head.header-dark {
    position: absolute;
    background: none !important;
    width: 100%;
}

.about-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    padding-top: 80px;
}

#shopify-section-template--15685928648898__16624711319487c5a1 .about-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    margin-top: -90vh;

}

.card.article-card.card--standard.article-card__image--medium.card--media {
    box-shadow: 10px 10px 44px rgb(0 0 0 / 5%);
}


.blog .card__content {
    padding: 20px !important;
}

.article_more {
    background: #C5C54433;
    border-radius: 5px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 48px;
    color: #000;
    /*     text-transform: capitalize; */
    display: block;
    width: fit-content;
    margin: 42px 0 0 0;
    transition: all 0.3s;
}

.article-card .card__heading {
    font-family: 'oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 12px;
}

.article-card__excerpt {
    margin-top: 1.2rem;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
}

.blog-articles {
    grid-gap: 30px !important;
}

.blog .header-wrapper {
    position: absolute;
    background: no-repeat;
    width: 100%;
}

article.article-template {
    margin-top: 50px;
}

.article-template header {
    padding-left: 0px;
}

.article-template__social-sharing {
    margin-top: 3rem;
    padding-left: 0;
}

.article-template__content {
    padding-left: 0;
}

.article-template__content {
    font-family: "PT Sans", sans-serif;
    color: #000;
    font-size: 17px;
}


.caption-with-letter-spacing {
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: bold;
}

.article-card__image-wrapper.card__media {
    border-radius: 20px !important;
}





.test_slider .swiper-slide-active .sizes-selector input:checked+label {
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.00);
}

.sizes-selector label .size-box {
    text-align: center;
    padding: 13px 0px;
}

.sizes-selector label .size-box p {
    color: #000;
    font-family: 'pt-sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.product-count-vertical.light h2.product-count__text.text-body span#ProductCountDesktop {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: 'PT Sans', sans-serif;
}

#shopify-section-template--15685928255682__product-grid form#FacetSortForm {
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: calc(79% - 30px);
    margin-left: auto;
}

#shopify-section-template--15685928255682__product-grid form#FacetSortForm .product-count-vertical.light {
    margin-left: 0;
}

#shopify-section-template--15685928255682__product-grid form#FacetSortForm h2.facet-filters__label.caption-large.text-body {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #40403A;
    font-family: 'PT Sans', sans-serif !important;
    transform: translateX(20px);
}

#shopify-section-template--15685928255682__product-grid form#FacetSortForm .select {
    transform: translateX(20px);
}

.pagination__list li a.pagination__item.link {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    /*     text-transform: capitalize; */
    color: #A3A3A3;
    font-weight: 400;
}

.pagination__list li a.pagination__item.pagination__item--current.light {
    color: #CCCC5A;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 30px;
}

/ QUICK ADD STYLING / .best_sel_box {
    width: 100%;
    border-radius: 10px;
}

.best_sel_box_img {
    position: relative;
}

.best_sel_box_img .quick-add-sec {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    pointer-events: none;
    transition: all 0.1s;
}

.best_sel_box:hover .quick-add-sec {
    opacity: 1;
    transform: translateY(0px) scale(1);
    pointer-events: all;
}

.quick-add-sec .quick-add-holder {
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff99;
    backdrop-filter: blur(24px);
    padding: 15px;
    border-radius: 4px;
    box-shadow: 4px 4px 44px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f1f1;
    z-index: 999;
}

.quict-add-i-title .quick-add-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    max-width: 120px;
    margin: 0 auto;
}

.quick-add-title img {
    max-width: 24px;
    margin: 0;
}

.quick-add-title p {
    font-family: 'pt-sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.quick-add-row {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    flex-wrap: wrap;
}

.quick-add-row button {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 13px 0px;
    width: calc(49% - 5px);
    box-shadow: 4px 4px 44px rgb(0 0 0 / 5%);
    cursor: pointer;
    border: 0.5px solid transparent;
    border-radius: 5px;
    transition: all 0.2s;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.quick-add-row button:hover {
    border: 0.5px solid #000;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 0%);
}


/* ABSOLUTE */

.grid__item.globo-swatch-product-item {
    position: relative;
}

.grid__item.globo-swatch-product-item .quick-add-sec {
    position: absolute;
    padding: 17px;
    top: 30px;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    pointer-events: none;
    transition: all 0.1s;
}

.grid__item.globo-swatch-product-item:hover .quick-add-sec {
    opacity: 1;
    transform: translateY(0px) scale(1);
    pointer-events: all;

}

.cart-count-bubble {
    background: #BDC83C !important;
}

/* Changes 12th september */

.cart-item__name {
    color: #000;
}

.cart-drawer .cart__checkout-button {
    background: #BDC83C;
    border: 1px solid #BDC83C;
    border-radius: 4px;
    color: var(--btn-txt);
    font-weight: 700;
}

.cart-drawer .cart__checkout-button:hover {
    border: 1px solid #BDC83C;
    box-shadow: none;
}

.cart-drawer .cart__checkout-button::before,
.cart-drawer .cart__checkout-button::after {
    display: none;
}

.product--no-media {
    max-width: 100% !important;
}


.is-empty .cart__warnings a,
.center.collection__view-all a {
    background: #BDC83C;
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: var(--btn-txt);
    padding: 16px 46px;
    margin: 0 auto;
}

.is-empty .cart__warnings a::before,
.is-empty .cart__warnings a::after,
.center.collection__view-all a::before,
.center.collection__view-all a::after,
.contact .contact__button button::before,
.contact .contact__button button::after {
    display: none;
}

.contact .main-page-title {
    margin-bottom: 0 !important;
}

.contact .contact__button button {
    background: #BDC83C;
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: var(--btn-txt);
    padding: 16px 46px;
}

.stories.blog .card__heading a:after {
    display: none;
}

.card__inner {
    background: #fff !important;
}

.card.article-card.card--standard.article-card__image--medium.card--media {
    border-radius: 20px;
    overflow: hidden;
}

.article_more {
    text-decoration: none !important;
}

.blog-articles__article:hover .article_more {
    background: #BDC83C !important;
}

.banner_head_sec video.banner-bg-vid {
    position: absolute;
    height: 100%;
}

video.banner-bg-vid {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    display: block;
    object-fit: cover;
}


.about-banner.parallax-active video.banner-bg-vid {
    position: sticky;
    height: 100vh;
}


.banner_cntnt_hldr.abt-banner_cntnt_hldr p {
    padding-bottom: 100vh;
}

.banner_cntnt_hldr.abt-banner_cntnt_hldr p:last-child {
    padding-bottom: 50vh;
}

.about-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    margin-top: -90vh;
}

.banner_info_top_row::before {
    opacity: 1;
}

.g-variant-color-detail .select-option label,
.g-variant-color-detail .select-option label::before {
    border-radius: 4px;
}

.spr-header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px !important;
    line-height: 54px;
    color: #000000;
    /*   text-transform: capitalize; */
}

.spr-summary-caption {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #40403A;
}

.spr-summary-actions-newreview {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #40403A;
    font-style: italic;
}

.rating-star.color-icon-text {
    font-size: 25px;
    letter-spacing: 5px;
}

.spr-form .spr-button.spr-button-primary {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    display: block;
    width: fit-content;
    background: #BDC83C;
    color: var(--btn-txt);
    padding: 15px 22px;
    border-radius: 5px;
}

[class^="spr-icon-"]:before,
[class*=" spr-icon-"]:before {
    color: #ffac00;
}

@media(min-width: 2000px) {
    .container {
        max-width: 1600px;
    }


    #shopify-section-template--15685928648898__16624711319487c5a1 .about-banner .banner_cntnt_hldr.abt-banner_cntnt_hldr {
        margin-top: -90vh;
    }

}

.article-card__excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #40403A;
}

.cart__footer .cart__blocks .cart__ctas .cart__checkout-button {
    background: #BDC83C;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 60px;
    color: var(--btn-txt);
    display: block;
    margin-left: auto;
}

.cart__footer .cart__blocks .cart__ctas .cart__checkout-button::before,
.cart__footer .cart__blocks .cart__ctas .cart__checkout-button::after {
    display: none;
}

/* FADE IN EFFECT */

.reveal {
    opacity: 0.2;
    transition: all 0.5s;
}

.reveal.fade-active {
    opacity: 1;
}


/* FADE IN EFFECT */


/* WHOLESALE PAGE STYLING */

.banner_head_sec.wholesale_banner_head_sec {
    background-image: url(../images/wholesale-banner-bg.jpg);
    background-attachment: fixed;
}

.wholesale_banner_head_sec .abt-banner_cntnt_hldr h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 58px;
    text-transform: capitalize;
    color: #FFFFFF;
    max-width: 786px;
    margin: 0 auto 40px;
}

.wholesale_banner_head_sec .abt-banner_cntnt_hldr h1 span {
    display: inline-block;
}

.wholesale_banner_head_sec .banner_cntnt_hldr h1::after {
    bottom: 0;
}

.wholesale_banner_head_sec .banner_cntnt_hldr.abt-banner_cntnt_hldr {
    padding: 200px 0px;
}

.exclusive-pricing-sec {
    width: 100%;
    background-color: #fff;
    padding: 30px 0px 60px;
}

.exclusive-pricing-top-row {
    width: 100%;
    margin-bottom: 30px;
}

.exclusive-pricing-top-box {
    position: relative;
    z-index: 1;
    width: 100%;
    background-image: url(../images/toprow-box.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.exclusive-pricing-botom-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.exclusive-pricing-bottom-box1 {
    position: relative;
    z-index: 1;
    background-image: url(../images/bottom-row-box-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.exclusive-pricing-bottom-box2 {
    position: relative;
    z-index: 1;
    background-image: url(../images/bottom-row-box-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 40px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}

.exclusive-pricing-top-box::before,
.exclusive-pricing-bottom-box1::before,
.exclusive-pricing-bottom-box2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.exclusive-pricing-top-box span,
.exclusive-pricing-bottom-box1 span,
.exclusive-pricing-bottom-box2 span {
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.exclusive-pricing-top-box h2,
.exclusive-pricing-bottom-box1 h2,
.exclusive-pricing-bottom-box2 h2 {

    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 47px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 8px auto 0px;
}

.exclusive-pricing-top-box h2 {
    max-width: 100%;
}

.exclusive-pricing-bottom-box1 h2 {
    max-width: 520px;
}

.exclusive-pricing-bottom-box2 h2 {
    max-width: 560px;
}

.good-jewellery-sec {
    width: 100%;
    padding: 50px 0px;
    background-color: #fff;
}

.good-jewellery-holder {
    width: 100%;
}

.good-jewellery-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
    margin-bottom: 110px;
}

.good-jewellery-row:last-child {
    margin-bottom: 0;
}

.good-jewellery-row .good-jewellery-col-1 img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.good-jewellery-holder .good-jewellery-row:nth-child(odd) .good-jewellery-col-1 {
    order: 1;
}

.good-jewellery-holder .good-jewellery-row:nth-child(odd) .good-jewellery-col-2 {
    order: 2;
    padding: 0px 70px;
}

.good-jewellery-holder .good-jewellery-row:nth-child(even) .good-jewellery-col-1 {
    order: 2;
}

.good-jewellery-holder .good-jewellery-row:nth-child(even) .good-jewellery-col-2 {
    order: 1;
    padding: 0px 70px;
}

.good-jewellery-col-2 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    max-width: 505px;
    margin-bottom: 60px;
}

.good-jewellery-col-2 h2 span {
    position: relative;
    display: inline-block;
}

.good-jewellery-col-2 h2 span::before {
    content: '';
    background-image: url(../images/wholesale-bef.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 104px;
    height: 10px;
    left: 0;
    bottom: -20px;

}


.good-jewellery-col-2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #040404;
    max-width: 510px;
    margin-bottom: 20px;
}

.good-jewellery-col-2 p:last-child {
    margin-bottom: 0;
}

.good-jewellery-col-2 ul {
    margin-top: 40px;
    padding-left: 20px;
}


.good-jewellery-col-2 ul li {
    list-style: initial;
    margin-bottom: 30px;
}

.good-jewellery-col-2 ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #040404;
}

.good-jewellery-col-2 ul li p span {
    font-weight: 700;
}

.partner-testimonial-sec {
    width: 100%;
    background-color: #fff;
    padding: 50px 0px;
}

.partner-testimonial-title {
    width: 100%;

}

.partner-testimonial-title h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.partner-testimonial-sec .reviews-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-top: 60px;
}

.rev-contnt-b-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.reviews-holder .rev-contnt-b-row h5 {
    margin-top: 0px;
}

.reviews-holder .rev-contnt-b-row img {
    display: block;
    max-width: 110px;
}

.wholesale-partner-sec {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 50px 0px 100px;
    padding: 175px 0px;
    background-image: url(../images/wholesale-prtnr-bg.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    z-index: 1;
}

.wholesale-partner-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
    z-index: -1;
}

.wholesale-partner-cntnt-box {
    max-width: 725px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.wholesale-partner-cntnt-box h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.wholesale-partner-cntnt-box h2 span {
    position: relative;
}

.wholesale-partner-cntnt-box h2 span::before {
    content: '';
    background-image: url(/cdn/shop/files/banner-head-dsgn.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 189px;
    height: 17px;
    left: -20px;
    bottom: -10px;
}

.wholesale-partner-cntnt-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.wholesale-partner-cntnt-box a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    display: block;
    width: fit-content;
    background: #BDC83C;
    color: var(--btn-txt);
    padding: 15px 52px;
    border-radius: 5px;
    margin: 60px auto 0;
}





/* SUBSCRIPTION PAGE STYLING */

.banner_head_sec.subscription_banner_head_sec {
    background-image: url(../images/subscription-banner-bg.jpg);
    background-attachment: fixed;
}

.banner_cntnt_hldr.subscription-banner_cntnt_hldr {
    padding: 184px 0 295px;
    text-align: center;
}

.subscription-banner_cntnt_hldr h1 {
    font-size: 58px;
    line-height: 58px;
    color: #fff;
    margin: 20px 0 0px 0;
    padding-bottom: 80px;
    text-transform: capitalize;
    font-weight: 600;
}

.banner_cntnt_hldr.subscription-banner_cntnt_hldr h1 span {
    color: #fff;
    position: relative;
}

.subscription-banner_cntnt_hldr h1::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -25px;
    background: url(../images/banner-head-dsgn.png) no-repeat center;
}


.wholesale-partner-sec.pricing-partner-sec {
    background-image: none;
    padding: 00px 0px;
    background-color: #fff;
}

.wholesale-partner-sec.pricing-partner-sec::before {
    display: none;
}

.wholesale-partner-sec.pricing-partner-sec .pricing-partner-holder {
    position: relative;
    background-image: url(../images/pricing-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 110px 0px;
    z-index: 1;
}

.wholesale-partner-sec.pricing-partner-sec .pricing-partner-holder::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
    z-index: -1;
    border-radius: 10px;
}

.wholesale-partner-sec.pricing-partner-sec .wholesale-partner-cntnt-box h2 span::before {
    background-image: url(../images/wholesale-bef.png);
    width: 89px;
    height: 7px;
    left: 0px;
}

.wholesale-partner-sec.pricing-partner-sec .wholesale-partner-cntnt-box a {
    color: #fff;
    padding: 15px 62px;
}


.whats-inside-sec {
    width: 100%;
    padding: 60px 0px;
}

.whats-inside-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
}


.whats-inside-box {
    background-color: #fff;
    box-shadow: 0px 4px 45px rgba(165, 165, 165, 0.2);
    border-radius: 10px;
    padding: 110px 50px;
}

.whats-inside-box h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    margin-bottom: 60px;
}

.whats-inside-box h2 span {
    position: relative;
}

.whats-inside-box h2 span::before {
    content: '';
    background-image: url(/cdn/shop/files/wholesale-bef.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 104px;
    height: 10px;
    left: 0;
    bottom: -20px;
}

.whats-inside-box h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
}

.whats-inside-box ul {
    padding-left: 20px;
}

.whats-inside-box ul li {
    list-style: initial;
    margin-bottom: 20px;
}

.whats-inside-box ul li:last-child {
    margin-bottom: 0px;
}

.whats-inside-box ul li p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #040404;
    padding-left: 0px;
    margin-top: 0px;
}

.whats-inside-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-left: 20px;
    margin-top: 30px;
}

.whats-inside-box p a {
    color: #BDC83C;
}

.good-jewellery-sub-sec .good-jewellery-row {
    gap: 55px;
}

.good-jewellery-holder .good-jewellery-row:nth-child(odd) .good-jewellery-col-2 {
    padding-left: 0px;
}


.good-jewellery-holder .good-jewellery-row:nth-child(even) .good-jewellery-col-2 {
    padding-right: 0;
}

.good-jewellery-holder .good-jewellery-row .good-jewellery-col-2 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin-bottom: 20px;
}

.good-jewellery-holder .good-jewellery-row .good-jewellery-col-2 h3 span {
    color: #BDC83C;
}


/* wholesale and subscription styling shopify */

#shopify-section-template--15839728959682__16642028221b9748a2 .banner_cntnt_hldr h1::after {
    bottom: -5px;
}

#shopify-section-template--15839728959682__1664202876e5024f10 .banner_info_top_row::before,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left::before,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right::before {
    background-color: #00000080;
    opacity: 1;
}

#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left h3,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right h3 {
    margin-top: 8px !important;
}

#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left:hover h5,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right:hover h5,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left:hover h3,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right:hover h3 {
    height: initial;
    margin: initial;
}

#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_left,
#shopify-section-template--15839728959682__1664202876e5024f10 .bnr_info_btm_right {
    min-height: 360px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 {
    padding: 0px 40px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-sec {
    padding: 110px 0px;
    margin: 50px 0px 0px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-sec,
#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-sec::before {
    border-radius: 10px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-cntnt-box h2 span::before {
    width: 104px;
    height: 10px;
    left: 0px;
}

#shopify-section-template--15840137380034__1664213012334f75a1 .wholesale-partner-cntnt-box a {
    /*   color: #fff; */
    padding: 15px 72px;
    margin: 50px auto 0;
}

.header__submenu {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px !important;
}

.header__menu-item span {
    color: #fff;
    font-family: 'Oswald', sans-serif !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}

.article-template__title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #000000;
    text-transform: uppercase;
}

.foot-copyright a {
    color: #fff;
}

.top_bar_cntnt_hldr a {
    display: flex;
    grid-gap: 5px;
}

.product__media-wrapper #GalleryViewer-template--15685928321218__main {
    max-height: 700px;
    overflow: hidden;
}


.product__media-wrapper #GalleryViewer-template--15685928321218__main * {
    height: 100%;
    object-fit: cover;
}

.product__media-wrapper #GalleryViewer-template--15685928321218__main .product__media-icon .icon {
    height: 1.4rem !important;
}

.product__media-icon {
    height: 3rem !important;
}

.product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    height: 159px;
}

.product--thumbnail_slider .thumbnail-slider {
    width: 170px !important;
}

.product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide * {
    object-fit: contain;
}

.product--thumbnail_slider media-gallery {
    margin-bottom: 30px;
}

.shopify-installments {
    display: none;
}

.product__description h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
}


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

    .product--thumbnail_slider .thumbnail-slider {
        width: 100%;
    }

    .thumbnail-list__item.slider__slide {
        width: calc(26% - 0.6rem) !important;
    }

    .product--thumbnail_slider .thumbnail-slider {
        width: 100% !important;
    }

    .product__media-wrapper #GalleryViewer-template--15685928321218__main * {
        height: inherit;
    }

    .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        height: auto;
    }

}

@media screen and (max-width: 1024px) {
    .product--thumbnail_slider .thumbnail-slider {
        width: auto !important;
    }

    .product--thumbnail_slider .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        height: inherit;
    }

}


@media only screen and (max-width: 1235px) {

    .head_logo {
        padding-right: 10px;
    }

    .header__secondary-menu {
        padding-right: 0px;
    }

    .header__secondary-menu li {
        padding: 0;
    }

    .header__menu-item {
        padding: 0.6rem 10px !important;
    }

    .sec_menu li a,
    .header__menu-item span {
        font-size: 15px;
    }


}

.header__secondary-menu .sec_menu:nth-child(2) li a:hover {
    text-decoration: underline;
}


.best_sel .swiper-slide {
    display: block;
}

.quick-add-sec h3 {
    color: #000;
}

p.rating-count.caption {
    color: #787878;
}

.jewelry-sec .swiper-slide {
    display: block;
    position: relative;
}

.jewelry-sec .swiper-slide .quick-add-sec {
    position: absolute;
    top: 225px;
    left: 0;
    width: 100%;
    padding: 0px 15px;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.1s;
    z-index: 2;
}

.jewelry-sec .swiper-slide:hover .quick-add-sec {
    opacity: 1;
}

.quick-add-row product-form {
    width: calc(50% - 5px);
}

.quick-add-row product-form form {
    display: block;
}

.quick-add-row product-form form button {
    width: 100%;
    max-width: 100%;
}


.suggestion-area {
    height: 100%;
    width: 100%;
    background: #00000080;
    overflow: auto;
}

.suggestion-box {
    padding: 30px 65px;
}

.suggestion-title h2 {
    font-size: 36px;
    color: #fff;
    line-height: normal;
    margin-bottom: 30px;
}

.suggestion-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.suggestion_cart:last-child {
    display: none;
}

.drawer.active .best_sel_box {
    display: block;
}

.drawer .best_sel_box {
    display: none;
}

.drawer .best_sel_box .best_sel_box_cntnt {
    padding: 5px 0 0;
}


.suggestion_cart {
    position: relative;
    z-index: 2;
}

.suggestion_cart .best_sel_box {
    padding-bottom: 15px;
}

.suggestion_cart .best_sel_box_cntnt h3 {
    margin: 5px 0;
}

.suggestion_cart .best_sel_box_cntnt h4 {
    margin: 12px 0 5px;
}

/* New Sections Css */

.categ-boxes-sec {
    width: 100%;
    padding: 26px 0px;
    background: #fff;
}

.cb-row-primary {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
    height: 240px;
}

.cb-row-secondary {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    height: 300px;
}

.cb-row-primary .cb-primary-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.cb-primary-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cb-row-primary .cb-primary-box a {
    display: block;
    height: 100%;
}

.cb-primary-box:hover .cb-p-ovrlay {
    background: rgb(0 0 0 / 40%);
}

.cb-primary-box .cb-p-ovrlay {
    position: absolute;
    background: rgb(0 0 0 / 0%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 10px;
    transition: all 0.3s;
}

.cb-p-ovrlay button {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: 100%;
    max-width: 180px;
    background: #CCCC5A;
    color: #000000;
    padding: 15px 22px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

/* hehehe */

.cb-row-secondary .cb-secondary-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.cb-secondary-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cb-row-secondary .cb-secondary-box a {
    display: block;
    height: 100%;
}

.cb-secondary-box:hover .cb-s-ovrlay {
    background: rgb(0 0 0 / 40%);
}

.cb-secondary-box .cb-s-ovrlay {
    position: absolute;
    background: rgb(0 0 0 / 0%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px 10px;
    transition: all 0.3s;
}

.cb-secondary-box .cb-s-ovrlay button {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: 100%;
    max-width: 180px;
    background: #CCCC5A;;
    color: #000000;
    padding: 15px 22px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.swiper-container.stacks-slider {
    overflow: hidden;
}


.visit-park-sec .visit-content h2 span {
    font-weight: 300;
}

#shopify-section-template--15933898129602__dc407351-b383-40b5-9780-ba8f010fb252 {
    padding-top: 80px;
}


/* ============================
   Legacy-style two-row header
   ============================ */

/* Wrapper so these styles are scoped only to this section */
.announcement-wrapper .top_bar {
  background-color: #BDC83C; /* lime bar */
  color: #40403A;
  font-family: 'Oswald', var(--font-body-family);
}

.top_bar_cntnt_hldr,
.grey_bar_cntnt_hldr {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.top_bar_icon,
.top_bar_cntnt_hldr img {
  width: 30px;
  max-width: 30px !important;
  height: 30px;
}

.top_bar_txt {
  margin: 0;
  padding: 6px 0;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
}

/* Bottom dark bar */
.announcement-wrapper .grey_bar {
  background-color: #40403A;
  color: #ffffff;
}

.grey_bar_txt {
  margin: 0;
  padding: 11px 0;
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-align: center;
}

.announcement-wrapper .grey_bar a {
  color: inherit;
}

/* Desktop alignment: top bar content left-aligned, bottom centered */
@media screen and (min-width: 990px) {
  .top_bar_cntnt_hldr {
    justify-content: flex-start;
  }

  .top_bar_txt {
    font-size: 1.3rem;
  }
}

/* ============================
   Transparent navigation on home
   ============================ */

/* On the home page, let the header sit over the hero with no solid bg. */
.template-index .header-wrapper {
  background: transparent;
  border-bottom: none;
}

/* Remove Dawn’s thin border under the header on home */
.template-index .header-wrapper--border-bottom {
  border-bottom: none;
}

.template-index .header {
  background: transparent;
}

/* Make nav links + icons white, matching the live design */
.template-index .header__menu-item,
.template-index .header__active-menu-item,
.template-index .header__menu-item span,
.template-index .header__icon,
.template-index .header__icon .icon,
.template-index .header__heading-link .h2 {
  color: #ffffff;
}

/* Nav typography: Oswald-ish, spaced, uppercase */
.template-index .header__menu-item span {
  font-family: 'Oswald', var(--font-body-family);
  font-size: 1.6rem;
  letter-spacing: 0.16em;
}

/* Vertical separators between primary menu items on desktop */
@media screen and (min-width: 990px) {
  .template-index .header__menu-item {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .template-index .header__menu-item:last-child {
    border-right: none;
  }
}

/* Keep hover / active states clean and white */
.template-index .header__menu-item:hover span,
.template-index .header__active-menu-item {
  color: #ffffff;
  text-decoration: none;
}

/* ===========================
   TARMA – Announcement + Header overrides for Dawn 15
   =========================== */

/* Keep announcement glued to the header */
#shopify-section-announcement-bar {
  z-index: 4;
  margin-bottom: 0;
}

/* Remove Dawn’s thin border on the announcement section */
#shopify-section-announcement-bar .announcement-bar {
  border-bottom: none;
}

/* --- Top green bar (heart / conservation text) --- */
/* Use these if your announcement section has two wrappers, e.g. .announcement-bar--top and --bottom.
   If not, they’ll just be ignored and do no harm. */

#shopify-section-announcement-bar .announcement-bar--top {
  background-color: #BDC83C;
  color: #ffffff;
}

#shopify-section-announcement-bar .announcement-bar--top .announcement-bar__message {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: none;
  justify-content: flex-start;
  text-align: left;
  padding: 0.8rem 1.5rem 0.8rem 4.0rem;
  position: relative;
}

/* Optional: heart icon on the left.
   Replace `heart-icon.svg` with whatever filename you use for that glyph. */
#shopify-section-announcement-bar .announcement-bar--top .announcement-bar__message::before {
  content: '';
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url({{ 'heartbeat.png' | asset_url }});
  background-repeat: no-repeat;
  background-size: contain;
}

/* --- Dark shipping bar --- */

#shopify-section-announcement-bar .announcement-bar--bottom {
  background-color: #40403A;
  color: #ffffff;
}

#shopify-section-announcement-bar .announcement-bar--bottom .announcement-bar__message {
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  justify-content: center;
  text-align: center;
  padding: 0.9rem 1.5rem;
}

/* ===== Header background & spacing ===== */

/* Remove Dawn's border line under the header wrapper */
#shopify-section-header .header-wrapper--border-bottom {
  border-bottom: none;
}

/* HOME PAGE (template-index) – transparent nav over hero */
.template-index #shopify-section-header .header-wrapper {
  background: transparent;
  box-shadow: none;
}

/* Add the thin white divider line like the old theme */
.template-index #shopify-section-header .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

/* INNER PAGES – solid dark header background from the start */
body:not(.template-index) #shopify-section-header .header-wrapper {
  background-color: #40403A;
  box-shadow: none;
}

/* Sticky header (when you scroll) – always dark */
.shopify-section-header-sticky .header-wrapper {
  background-color: #40403A;
}

/* ===== Header typography & colors (logo, menu, icons) ===== */

#shopify-section-header .header__heading-link,
#shopify-section-header .header__heading-link .h2 {
  color: #ffffff;
}

/* Main navigation links */
#shopify-section-header .header__menu-item,
#shopify-section-header .header__menu-item span {
  color: #ffffff;
}

/* Active menu item */
#shopify-section-header .header__active-menu-item {
  color: #ffffff;
}

/* Hover underline remains, but color stays white */
#shopify-section-header .header__menu-item:hover span {
  text-decoration: underline;
}

/* Icons: search, account, cart, etc. */
#shopify-section-header .header__icon,
#shopify-section-header .header__icon svg {
  color: #ffffff;
  fill: #ffffff;
}

/* Currency / country selector text */
#shopify-section-header .localization-form,
#shopify-section-header .localization-form__select,
#shopify-section-header .localization-form__select .select__select {
  color: #ffffff;
}

/* Keep the logo from getting too tall */
.header__heading-logo {
  width: 135px;
  height: auto;
}

/* Make sure the header sits directly under the announcement bar */
#shopify-section-header {
  margin-top: 0;
}

/* --- Tarma header overrides for Dawn 15 --- */

/* Make header background transparent so hero shows through */
.header-wrapper,
.header {
  background: transparent !important;
}

/* Keep sticky header transparent when scrolling */
.shopify-section-header-sticky .header-wrapper {
  background: transparent !important;
}

/* Product + cart + collection list + login + search pages — dark header (overrides transparent rule above) */
body:has([id^="MainProduct-"]) .header-wrapper,
body:has([id^="MainProduct-"]) .header,
body:has(#main-cart-items) .header-wrapper,
body:has(#main-cart-items) .header,
body:has(#main-list-collections) .header-wrapper,
body:has(#main-list-collections) .header,
body:has(.customer.login) .header-wrapper,
body:has(.customer.login) .header,
body:has(.customer.register) .header-wrapper,
body:has(.customer.register) .header,
body:has(.customer.account) .header-wrapper,
body:has(.customer.account) .header,
body:has(.customer.addresses) .header-wrapper,
body:has(.customer.addresses) .header,
body:has(#Search-In-Template) .header-wrapper,
body:has(#Search-In-Template) .header,
body:has(#ContactForm) .header-wrapper,
body:has(#ContactForm) .header,
body:has(.template-404) .header-wrapper,
body:has(.template-404) .header {
  background: #40403A !important;
}

body:has(#ContactForm) #MainContent,
body:has(.template-404) #MainContent {
  padding-top: 100px;
}

/* White nav text & active item */
.header__menu-item,
.header__menu-item span,
.header__active-menu-item {
  color: #ffffff !important;
}

/* White header icons (search, cart, account, etc.) */
.header__icon,
.header__icon .icon,
.header__icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Country / currency selector text white in header */
.header .localization-form__select .select__select {
  color: #ffffff !important;
}

/* Add vertical separators between main nav items (desktop) */
@media screen and (min-width: 990px) {
  .header__inline-menu > .list-menu--inline > li {
    position: relative;
  }

  .header__inline-menu > .list-menu--inline > li + li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: translateY(-50%);
  }

}

/* Thin line under the header to match live site */
.header-wrapper.header-wrapper--border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}


/************************************
Fresh Start on Header
************************************/
/* ================================
   Tarma header + announcement bar
   for Dawn 15
   ================================ */

/* --- Top green bar (heartbeat bar) --- */

.top_bar {
  background-color: #BDC83C;
  padding: 10px 0;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #ffffff;
}

.top_bar_cntnt_hldr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.top_bar_txt {
  color: #ffffff;
}

/* --- Dark shipping announcement bar --- */

.grey_bar {
  background-color: #40403A;
  color: #ffffff;
}

.live-announcement .grey_bar_inner {
  max-width: var(--page-width);
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  padding: 5px 10px !important;
}

.grey_bar_inner a,
.grey_bar .announcement-bar__link {
  color: #ffffff;
  text-decoration: none;
}

.grey_bar_inner a:hover,
.grey_bar .announcement-bar__link:hover {
  text-decoration: underline;
}

/* --- Transparent header over hero on HOME only --- */

/* The whole header group (announcement + nav) should float over the hero */
.template-index .shopify-section-group-header-group {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  z-index: 3;
}

/* Remove Dawn's default background on the header on home */
.template-index #shopify-section-header,
.template-index .header-wrapper,
.template-index .header {
  background: transparent;
}

/* Remove Dawn's default border on header,
   then add the subtle white line like the live theme on home */
.header-wrapper--border-bottom {
  border-bottom: none;
}

.template-index .header-wrapper--border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

/* --- Navigation links: match live header --- */

.header__menu {
  font-family: "Oswald", sans-serif;
}

.header__menu-item,
.header__menu-item span,
.header__active-menu-item {
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.18em;
}

/* Vertical separators between menu items on desktop, like the live site */
.header__menu-item span {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .header__menu .list-menu__item + .list-menu__item .header__menu-item span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-50%);
  }
}

/* --- Header icons + country selector: white --- */

.header__icons,
.header__icon,
.header__icon span,
.header__icon svg,
.header__icons .icon {
  color: #ffffff;
  fill: #ffffff;
}

/* --- Sticky header background when it sticks --- */
/* This uses the class name already present in your CSS (sticky_header) */

.header-wrapper.sticky_header {
  background-color: #40403A !important;
}

/* ============================
   LIVE ANNOUNCEMENT BAR (top + shipping bars)
   ============================ */

.live-announcement {
  font-family: var(--font-body-family);
}

/* Top lime bar with heart icon */
.live-announcement .top_bar {
  background-color: #BDC83C;
  color: #ffffff;
}

.live-announcement .top_bar_cntnt_hldr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.live-announcement .top_bar_txt {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

/* Bottom dark shipping message bar */
.live-announcement .bottom_bar {
  background-color: #40403A;
  color: #ffffff;
}

.live-announcement .bottom_bar_cntnt_hldr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 20px;
  box-sizing: border-box;
  text-align: center;
}

.live-announcement .bottom_bar_txt {
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

.live-announcement .bottom_bar_link a {
  color: #ffffff;
  text-decoration: underline;
}

/* ============================
   HOME PAGE HEADER OVERLAY (match old theme)
   ============================ */

/* Make header transparent on the home page */
.template-index #shopify-section-header .header-wrapper {
  background: transparent;
  border-bottom: none;
}

/* Ensure the header content itself has no background */
.template-index #shopify-section-header .header {
  background: transparent;
}

/* White nav/logo/icons over the hero */
.template-index #shopify-section-header .header__heading-link,
.template-index #shopify-section-header .header__heading-link .h2,
.template-index #shopify-section-header .header__menu-item,
.template-index #shopify-section-header .header__menu-item span,
.template-index #shopify-section-header .header__inline-menu a,
.template-index #shopify-section-header .header__icons,
.template-index #shopify-section-header .header__icon,
.template-index #shopify-section-header .header__icon svg {
  color: #ffffff;
  fill: #ffffff;
}

/* Keep hover state white as well */
.template-index #shopify-section-header .header__menu-item:hover span,
.template-index #shopify-section-header .header__icon:hover svg {
  color: #ffffff;
  fill: #ffffff;
}

.live-announcement .top_bar_cntnt_hldr {
  display: flex;
  align-items: center;          /* vertical centering */
  justify-content: end;
  padding: 0px 40px 0px 40px!important;
}

.live-announcement .top_bar_img_hldr {
  display: flex;
  align-items: center;
}

.live-announcement .top_bar_txt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

header {
  position: absolute;
  top: auto; /* below announcement bars */
  width: 100%;
  z-index: 20;
  background: transparent;
  border-bottom: 1px solid #ffffff33;
  padding-bottom: 15px;
}

.banner_head_sec {
  position: relative;
  background-size: cover !important;
  z-index: 1;
}

.shopify-section-header-sticky .header {
  backdrop-filter: blur(6px);
      background: #40403A !important;
    z-index: 99999999;
    transition: all 0.5s ease-in-out;
}
.header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header__inline-menu {
  display: flex !important;
  flex: 1;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mega-menu__content {
  width: 75vw;
  max-width: 100vw;
  left: 0;
  right: 0;
}

.mega-menu__list {
  max-width: var(--page-width);
  margin: 0 auto;
}

.header__secondary-menu .sec_menu:nth-child(2) li a {
    padding: 0 10px;
}
.header__secondary-menu .sec_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
}
.header__secondary-menu .sec_menu li:last-child {
    border-right: 0px;
}
.header__secondary-menu .sec_menu li a .header__active-menu-item,
.header__secondary-menu .sec_menu li a .header__menu-item:hover span {
    text-decoration: none;
}

.sec_menu li a {
    color: #fff;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
}

.header__secondary-menu .sec_menu li a i {
    font-size: 12px;
    padding-left: 5px;
}
@media only screen and (max-width: 1235px) {

    .head_logo {
        padding-right: 10px;
    }

    .header__secondary-menu {
        padding-right: 0px;
    }

    .header__secondary-menu li {
        padding: 0;
    }

    .header__menu-item {
        padding: 0.6rem 10px !important;
    }

    .sec_menu li a,
    .header__menu-item span {
        font-size: 15px;
    }


}

.header__secondary-menu .sec_menu:nth-child(2) li a:hover {
    text-decoration: underline;
}

/* Hide close icon by default */
.header__icon--search .icon-close {
  display: none!important;
}

/* Show close icon only when search is open */
details[open] .header__icon--search .icon-close {
  display: block;
}

details[open] .header__icon--search .icon-search {
  display: none!important;
}

.header__inline-menu > ul.list-menu--inline > li:nth-last-of-type(-n+2) {
    display: none;
}

@media screen and (max-width: 989px) {
  .header__inline-menu {
    display: none !important;
  }
}
/* Value Stack*/
/* Remove column-gap so Dawn's slidesPerPage calculation works correctly */
.stacks-slider.slider--everywhere {
  column-gap: 0;
  gap: 0;
}
.purpose-links-sec {
    width: 100%;
    padding: 15px 0px 25px;
    background: #fff;
}
.purpose-links-row {
    width: 100%;
    display: block;
    position: relative;
}

.swiper-container.stacks-slider {
    overflow: hidden;
}
.purpose-link-box {
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 1%);
    border-radius: 10px;
    transition: all 0.3s;
    width: 100%;
}

.purpose-link-box:hover {
    border: 1px solid transparent;
    box-shadow: 10px 10px 44px rgb(0 0 0 / 0%);
}
.purpose-links-sec .purpose-link-box > a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 30px 15px;
    transition: all 0.3s;
}
.purpose-link-box .purpose-link-img {
    padding: 25px;
    background: rgba(197, 197, 68, 0.2);
    border-radius: 5px;
    transition: all 0.3s;
    min-width: 120px;
}

.purpose-link-box .purpose-link-img img {
    width: 100%;
    display: block;
    max-width: 70px;
    height: 70px;
    object-fit: contain;
    transition: all 0.3s;
}
.purpose-link-box:hover .purpose-link-img {
    background: #BDC83C;
}

.purpose-link-box:hover .purpose-link-img img {
    filter: invert(1);
}
.purpose-link-txt h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 42px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif !important;
}

.purpose-link-txt p {
    font-family: 'PT Sans', sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #626262;
    margin-bottom: 8px;
    padding-right: 30px;
}
.lm-btn-row {
    width: 100%;
    border-bottom: 1px solid #C0C0C0;
}

.lm-btn {
    width: fit-content;
    background: #ffffff;
    margin: 0 auto;
    padding: 0px 40px;
    transform: translateY(26px);
}

.lm-btn a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    width: 100%;
    background: #BDC83C;
    color: #000;
    padding: 15px 54px;
    border-radius: 5px;
}

/* Passion Section */
.passion-sec {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-image: var(--passion-bg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
    padding: 238px 0px;
    z-index: 1;
}

.passion-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    mix-blend-mode: multiply;
    opacity: 0.3;
    z-index: -1;
}

.passion-cntnt-holder {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.passion-cntnt-holder h2 {
    font-family: 'oswald';
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 60px;
}

.passion-cntnt-holder h2{
    position: relative;
}

.passion-cntnt-holder h2::after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    bottom: -35px;
    background: url(/cdn/shop/files/banner-head-dsgn.png) no-repeat center;
    background-size: contain;
}

.passion-cntnt-holder p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.passion-cntnt-holder a {
    background: #BDC83C;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    padding: 15px 20px;
    color: var(--btn-txt);
    display: block;
    width: fit-content;
    margin: 56px auto 0;
}

/* Best Sellers*/
/* ===============================
   BEST SELLERS SECTION
   =============================== */

.best_sel {
  width: 100%;
  padding: 40px 0 60px;
  background: #ffffff;
}

.best_sel .container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Header */
.best_sel_title_hldr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.best_sel_title_hldr h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.best_sel_title_hldr a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  background: #BDC83C;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.best_sel_title_hldr a:hover {
  background: #aab62f;
}

/* Slider wrapper — overflow hidden contains Swiper loop clones */
.best-sel-slider-outer {
  overflow: hidden;
}

.best_sel_slider_hldr {
  position: relative;
}

.best_sel .swiper-container {
  overflow: hidden;
  padding-bottom: 20px;
}

/* Slide */
.best_sel .swiper-slide {
  height: auto;
}

/* Product card alignment fixes */
.best_sel .card-wrapper,
.best_sel .card {
  height: 100%;
}

/* Quick Add */
.quick-add-sec {
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.quick-add-holder {
  width: 100%;
}

.quick-add-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.quick-add-title h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.quick-add-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Quick add buttons */
.picon.ad_to_cart {
  font-size: 13px;
  padding: 8px 10px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.picon.ad_to_cart:hover {
  background: #BDC83C;
  border-color: #BDC83C;
}

.picon.ad_to_cart[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Swiper arrows */
.best-sel-slider-arrows {
  position: absolute;
  top: -65px;
  right: 0;
  display: flex;
  gap: 10px;
}

.best-sel-slider-arrows .swiper-button-next,
.best-sel-slider-arrows .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.best-sel-slider-arrows img {
  width: 14px;
  height: 14px;
}

/* Responsive */
@media (max-width: 989px) {
  .best_sel_title_hldr {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .best-sel-slider-arrows {
    display: none;
  }
}
/* =========================
   Best Sellers - Dawn 15
   ========================= */

.best_sel .swiper-slide {
  display: block;
  height: auto;
}

/* Card shell is the visual card boundary and flex column container */
.best_sel .best-seller-card-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #F0F0F0;
  box-shadow: 10px 10px 44px rgb(0 0 0 / 1%);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}

.best_sel .best-seller-card-shell:hover {
  border-color: transparent;
  box-shadow: 10px 10px 44px rgba(0, 0, 0, 0.05);
}

/* Card-wrapper fills available space; card itself is transparent */
.best_sel .card-wrapper {
  flex: 1;
  min-height: 0;
}

.best_sel .card {
  height: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  transition: none;
}

.best_sel .card:hover {
  border-color: transparent;
  box-shadow: none;
}

.best_sel .card__media {
  background: rgba(197, 197, 68, 0.04);
}

.best_sel .media img {
  object-fit: contain;
  padding: 14px;
}

/* Card info: left-aligned, vendor below title, price pinned to bottom */
.best_sel .card,
.best_sel .card-information {
  --text-alignment: left;
  text-align: left;
}

.best_sel .card__information {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.best_sel .card-information {
  flex: 1;
}

.best_sel .card-information .price {
  margin-top: 12px;
}

.best_sel .card__content {
  padding: 20px 20px 16px !important;
}

.best_sel .card__information {
  padding: 0;
}

.best_sel .caption-with-letter-spacing,
.best_sel .caption {
  font-family: "PT Sans", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700 !important;
  color: #40403A;
  text-transform: uppercase;
}

.best_sel .card__heading {
  margin: 12px 0 16px;
}

.best_sel .card__heading a {
  font-size: 18px;
  line-height: 33px;
  color: #000;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 400 !important;
  text-decoration: none;
}

.best_sel .rating-count.caption {
  color: #787878;
}

.best_sel .price {
  margin-top: 12px;
}

.best_sel span.price-item.price-item--regular,
.best_sel span.price-item.price-item--sale {
  font-size: 22px !important;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
  margin: 0;
}

/* Shop Now button in normal flow at bottom of card shell */
.best_sel .best-seller-shop-link {
  padding: 0 20px 20px;
}

.best_sel .best-seller-shop-link a {
  background-color: #c5c54433;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding: 16px 46px;
  transition: all 0.3s;
  text-decoration: none;
  box-sizing: border-box;
}

.best_sel .best-seller-card-shell:hover .best-seller-shop-link a {
  background: #BDC83C;
}

/* quick add panel - smaller and lower */
.best_sel .quick-add-sec {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 235px;
  opacity: 0;
  transform: translateY(-10px) scale(0.95);
  pointer-events: none;
  transition: all 0.15s ease;
  z-index: 20;
}

.best_sel .swiper-slide:hover .quick-add-sec {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}

.best_sel .quick-add-holder {
  background-color: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  padding: 18px;
  border-radius: 4px;
  box-shadow: 4px 4px 44px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f1f1;
}

.best_sel .quick-add-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
}

.best_sel .quick-add-title h3 {
  font-family: "PT Sans", sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  margin: 0;
}

.best_sel .quick-add-row {
  margin-top: 18px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.best_sel .quick-add-row product-form {
  width: 100%;
}

.best_sel .quick-add-row product-form form button,
.best_sel .quick-add-row > button {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 13px 16px;
  width: 100%;
  box-shadow: 4px 4px 44px rgb(0 0 0 / 5%);
  cursor: pointer;
  border: 0.5px solid transparent;
  border-radius: 5px;
  transition: all 0.2s;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.best_sel .quick-add-row product-form form button:hover {
  border: 0.5px solid #000;
  box-shadow: 10px 10px 44px rgb(0 0 0 / 0%);
}

/* restore edge arrows instead of floating white circles */
.best-sel-slider-container {
  position: relative;
}

.best-sel-slider-arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 30;
}

.best-sel-slider-arrows .swiper-button-next,
.best-sel-slider-arrows .swiper-button-prev {
  position: static;
  pointer-events: all;
  width: 40px;
  height: 40px;
  background: #BDC83C;
  border: none;
  border-radius: 50%;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-sel-slider-arrows .swiper-button-prev {
  margin-left: -20px;
}

.best-sel-slider-arrows .swiper-button-next {
  margin-right: -20px;
}

.best-sel-slider-arrows .swiper-button-next::after,
.best-sel-slider-arrows .swiper-button-prev::after {
  display: none;
}

.best-sel-slider-arrows img {
  width: 16px;
  height: 16px;
  opacity: 1;
}

@media screen and (max-width: 989px) {
  .best_sel .quick-add-sec {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: all;
    margin-top: 14px;
  }

  .best-sel-slider-arrows {
    display: none;
  }
}

/* Pagination dots — mobile/tablet only */
.best_sel .test_slider_pagination {
  display: none;
}

@media screen and (max-width: 1023px) {
  .best_sel .test_slider_pagination {
    display: block;
    text-align: center;
    margin-top: 20px;
  }

  .best_sel .test_slider_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    margin: 0 4px;
  }

  .best_sel .test_slider_pagination .swiper-pagination-bullet-active {
    background: #BDC83C;
  }
}
