/** Shopify CDN: Minification failed

Line 4161:2 Unexpected ","

**/
/* Color custom properties */

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

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

.color-inverse {
  --color-foreground: var(--color-base-text);
  --color-background: transparent;
  --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-background-1);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}
.color-accent-3 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-3);
  --gradient-background: var(--color-base-accent-3);
}

.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-accent-2);
  --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-base-accent-1);
  --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));
}

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

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

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

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
  height: 100%;
}

body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  color: var(--color-base-text);
}

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

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

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

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

@media screen and (min-width: 750px) {
  .shopify-policy__container,
  .page-width {
    padding: 0 3rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }

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

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

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

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

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

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

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
.section.image-banner + .section.service-section {
  margin-top: 35px;
}
.section.slideshow_banner + .section.subbanners-section{
  margin-top: 30px;
}
@media screen and (min-width: 750px) {
  .section + .section {
    overflow:hidden;
    margin-top: var(--spacing-sections-desktop);
  }
  .section.image-banner + .section.service-section {
    margin-top: 45px;
  }
}

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

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

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

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: calc(1 + 0.6 / 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.03rem);
  color: var(--color-base-accent-2);
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

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

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

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

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

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3.4rem);
  letter-spacing: 0px;
}

@media only screen and (min-width: 990px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
    line-height: calc(1 + 0.2 / max(1, var(--font-heading-scale)));
  }
}
@media only screen and (max-width: 749px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
}
h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2.4rem);
}

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

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

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

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

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

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

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

blockquote {
  font-style: italic;
  color: var(--color-foreground);
  border-left: 0.2rem solid var(--color-base-border);
  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.6 / var(--font-body-scale));
}

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

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

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

.facets-container-drawer .large-up-hide {
  display: none !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 1;
}

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

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

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

.link--text:hover {
  color: var(--color-base-accent-1);
}

.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: 3rem 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,
.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
  color: initial;
}
/* 
.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: var(--color-link);
  text-decoration: none;
}

.icon-arrow {
  width: 2rem;
}

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

/* loader */
.ttloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.rotating {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* 404 */

.template-404 > h1.title {
  float: none;
  text-align: center;
  margin-top: 0;
}

.template-404 > p {
  font-size: 100px;
  margin-bottom: 0;
  line-height: 110px;
  margin-top: 0;
  font-weight: 500;
  color: var(--color-base-accent-2);
}
/* top-button */
.top_button {
  top: auto;
  bottom: 90px;
  display: none;
  height: 52px;
  width: 52px;
  position: fixed;
  right: 60px;
  text-align: center;
  z-index: 7;
  border-radius: 50%;
  background: var(--color-base-accent-1);
  border: 2px solid var(--color-base-background-1);
}
.top_button .icon {
  height: 16px;
  width: 16px;
  position: relative;
  top: 15px;
  color: #fff;
  transform: rotate(90deg);
  fill: #fff;
}
@media screen and (max-width: 575px) {
  .top_button {
    bottom: 90px;
    right: 20px;
  }
}

/* breadcum */
.title-breadcrumbs-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 130px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 40px 0;
}
#TopColumnContent {
  background-position: center;
  background-size: cover;
  margin-bottom: 3rem;
}
.breadcrumb_title {
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 0px;
  color: var(--color-base-accent-2);
}
.breadcrumb a,
.breadcrumb span {
  color: var(--color-base-text);
  text-decoration: none;
}
.breadcrumb a::after {
  content: "/";
  padding: 0 3px;
}
.breadcrumb a:last-child::after {
  content: "";
}
.collection-hero__description.rte {
  display: none;
}

/* 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.8rem;
  right: 1.5rem;
  top: calc(50% - 0.4rem);
}
footer summary .icon-caret {
 color: var(--color-foreground);
  right: 0rem;
}
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;
}

.template-page h3,
.template-page .aboutus-block h3,
.template-page .rte h3 {
  font-size: calc(var(--font-heading-scale) * 2.8rem);
  margin: 1rem 0;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 5rem 0 3rem;
  position: relative;
  text-align: center;
  line-height: 40px;
}
.template-page .contact .title {
  text-align: left;
  text-transform: capitalize;
  font-size: calc(var(--font-heading-scale) * 2.6rem);
}
.title-wrapper-with-link .title {
  margin: 0;
}

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

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

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

.title--primary {
  margin: 1.5rem 0;
  font-size: 3rem;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 989px) {
  .title-breadcrumbs-container {
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    padding: 35px 0;
  }
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 2rem;
  }
  .title-wrapper {
    margin-bottom: 3rem;
  }
}
@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 3.5rem;
  }

  .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;
  }
}
@media screen and (max-width: 749px) {
  .title-wrapper {
    margin-bottom: 2rem;
  }
  .collection__title .title:not(:only-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .collection__title .title:not(:only-child) {
    margin-bottom: 1.5rem;
  }
  .title,
  .title-wrapper-with-link {
    margin: 4rem 0 2rem;
    line-height: 30px;
  }
}

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

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

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

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

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}
.collection__description.rte {
  text-align: center;
  line-height: 22px;
}
.subtitle {
  font-size: 1.7rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  font-weight: 500;
  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);
}
.grid.product-grid {
  gap: var(--grid-mobile-horizontal-spacing);
}

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

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

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

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

@media screen and (max-width: 989px) and (min-width: 750px) {
  .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-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: 1201px) {
  .grid--7-col-desktop .grid__item {
    width: calc(14.28% - var(--grid-desktop-horizontal-spacing) * 7 / 8);
    max-width: calc(14.28% - var(--grid-desktop-horizontal-spacing) * 7 / 8);
  }
  .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: 1270px) {
  .collection-list.grid--7-col-desktop .grid__item {
    width: calc(14.28% - var(--grid-desktop-horizontal-spacing) * 7 / 8);
    max-width: calc(14.28% - var(--grid-desktop-horizontal-spacing) * 7 / 8);
  }
}
@media screen and (max-width: 1269px) {
  .collection-list.grid--7-col-desktop .grid__item {
    width: calc(16.67% - var(--grid-desktop-horizontal-spacing) * 6 / 7);
    max-width: calc(16.67% - var(--grid-desktop-horizontal-spacing) * 6 / 7);
  }
}
@media screen and (max-width: 1100px) {
  .collection-list.grid--7-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
}
@media screen and (max-width: 989px) {
  .collection-list.grid--7-col-desktop .grid__item {
    width: calc(20% - var(--grid-mobile-horizontal-spacing) * 5 / 6);
    max-width: calc(20% - var(--grid-mobile-horizontal-spacing) * 5 / 6);
  }
}
@media screen and (max-width: 850px) {
  .collection-list.grid--7-col-desktop .grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 4 / 5);
    max-width: calc(25% - var(--grid-mobile-horizontal-spacing) * 4 / 5);
  }
}
@media screen and (max-width: 650px) {
  .collection-list.grid--7-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  }
}
@media screen and (max-width: 480px) {
  .collection-list.grid--7-col-desktop .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .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--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}
/* @media screen and (max-width: 1200px){
  .grid--4-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
} */
@media screen and (max-width: 989px) and (min-width: 768px) {
  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
  .grid--4-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
   .template-list-collections .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  }
}
@media screen and (max-width: 989px) and (min-width: 576px){
  .template-list-collections .grid--4-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  }
}
@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);
  }
}
@media screen and (max-width: 1200px) {
  .template-list-collections
    .grid--6-col-desktop
    .collection-list__item.grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }
  .related-products .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }
}
@media screen and (max-width: 989px) {
  .template-list-collections
    .grid--6-col-desktop
    .collection-list__item.grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 4 / 5);
    max-width: calc(25% - var(--grid-mobile-horizontal-spacing) * 4 / 5);
  }
  .related-products .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
}
@media screen and (max-width: 767px) {
  .product-grid.grid--2-col-tablet-down .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
  }
  .related-products .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  }
}
@media screen and (max-width: 650px) {
  .template-list-collections
    .grid--6-col-desktop
    .collection-list__item.grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 5 / 6);
    max-width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 5 / 6);
  }
}
@media screen and (max-width: 575px) {
  .grid--4-col-desktop .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .template-list-collections .grid--4-col-desktop .grid__item{
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 540px){
  .product-grid.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .related-products .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 479px) {
  .template-list-collections
    .grid--6-col-desktop
    .collection-list__item.grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width: 380px){
  .template-list-collections .grid--4-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}
/* 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 3.1rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: var(--color-base-solid-button-labels);
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-base-accent-1);
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
}
.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  background-color: var(--color-base-accent-2);
}

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

.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.5px;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

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

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

/* Button - other */

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

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

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

@media screen and (forced-colors: active) {
  .button.loading {
    color: 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;
  background-color: var(--color-base-background-1);
  margin: 0 !important;
  padding: 0.5rem 0;
}

.share-button details {
  width: fit-content;
}
.share-button__button {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  color: var(--color-base-accent-2);
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem;
  font-weight: 500;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-transform: capitalize;
}

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

.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), 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;
}
@media screen and (max-width: 749px) {
  .button,
  .button-label,
  .shopify-challenge__button,
  .customer button {
    font-size: 1.4rem;
  }
  .button,
  .shopify-challenge__button,
  .customer button {
    padding: 0rem 2rem;
  }
}
/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-base-background-1);
  color: var(--color-base-accent-2);
  font-size: 1.4rem;
  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-width: var(--inputs-border-width);
  border-color: var(--color-base-border);
  border-style: solid;
}

.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 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.4rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1.5rem + 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: var(--color-base-text);
  letter-spacing: 0.05rem;
  line-height: 1;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 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.5rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.4rem;
}

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

.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: var(--color-foreground);
  position: relative;
  width: calc(
    12.5rem / 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);
  background-color: var(--color-base-background-1);
  border: 1px solid var(--color-base-border);
}
#CartDrawer .quantity {
  width: calc(9rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  min-height: calc((var(--inputs-border-width) * 2) + 2.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(3.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;
}
#CartDrawer .quantity__button {
  width: calc(2.5rem / var(--font-body-scale));
}
.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

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

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

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

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

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

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

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

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

.quantity__rules {
  margin-top: 1.2rem;
  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 .loading-overlay:not(.hidden) ~ *,
.quantity__rules-cart .loading-overlay:not(.hidden) ~ * {
  visibility: hidden;
}
.spr-form-input-email,
.spr-form-input-text,
.spr-form-input-textarea {
  height: 40px;
  border: 1px solid var(--color-base-border);
  border-radius: var(--inputs-radius);
  padding: 10px;
}
.spr-form-actions .spr-button {
  min-height: calc(4.2rem + var(--buttons-border-width) * 2);
}
/* 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.2rem;
  width: 4.2rem;
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 20px;
}

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

.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 ,wishlist count,compare count */
.cart-count-bubble:empty {
  display: none;
}
.cm-compare-button,
.cm-wishlist-button {
  position: relative;
}
.cart-count-bubble, 
.cm-compare-button .count-bubble,
.cm-wishlist-button .count-bubble {
  position: absolute;
  background-color: var(--color-base-accent-1);
  color: var(--color-base-solid-button-labels);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  top: 0.8rem;
  right: auto;
  left: 1.4rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
  padding: 0 5px;
  font-weight: 500;
  line-height: 1.5rem;
}

.cart-count-bubble {
  left: 1.3rem;
}

/* section-announcement-bar */
.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 0;
  text-decoration: none;
}
.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 {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
  color: var(--color-foreground);
}

/* section-header-top */
/* .header-top-section {
  border-bottom: 1px solid var(--color-base-border);
} */
.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top__link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 5px;
  position: relative;
  line-height: 15px;
}

.header-top-left .header-top_link {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 8px;
  position: relative;
}
/* .header-top__link::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #d55d71;
  top: 0px;
  position: absolute;
  right: 0;
}
.header-top_link:last-child::after {
  display: none;
} */
.header-top__message,
.header-top-center p {
  margin: 0;
  color: var(--color-foreground);
  font-size: 1.5rem;
  text-align: center;
  text-transform: none;
}
.header-top-center a,
.menu-drawer__navigation span p a {
  color: inherit;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.header-top-center a:hover {
  text-decoration: none;
}
/* .header-top__message:hover {
  color: var(--color-base-accent-1);
} */
.header-top-left .header-top-icon {
  display: flex;
  align-items: center;
}
.header-top-left {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header-top-right {
  display: flex;
  gap: 10px;
  margin-left: 75px;
}
.header__localization {
  position: relative;
  line-height: initial;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 989px) {
  #menu-drawer .header-top__link {
    padding: 1rem 2rem;
  }
  .header-top-right {
    float: none;
    text-align: center;
    margin-left: 0px;
  }
  .header-top__message {
    font-size: 1.6rem;
    color: var(--color-base-accent-2);
    text-transform: capitalize;
  }
  .header-top .header-top-left {
    display: none;
  }
    .header-top .header-top-right {
    display: none;
  }
  .header-top__link::after {
    display: none;
  }
  .header-top-inner {
    justify-content: center;
  }
  .menu-drawer__navigation span p {
    padding: 0.3rem 2.2rem;
    margin: 0;
    color: var(--color-base-accent-2);
  }
}
@media screen and (max-width: 989px) {
  .header__localization {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 2rem;
    gap: 12px;
  }
}
/* section-header-bottom */
.menu_service {
  float: right;
  padding: 0.7rem 0;
  font-weight: 500;
  position: relative;
  font-size: 1.4rem;
  color: var(--color-base-background-2);
}
.menu_service img {
  vertical-align: middle;
  margin-right: 5px;
}
.shopify-section-header-sticky.scrolled-past-header .header-bottom {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 575px) {
  .menu_service {
    display: none;
  }
  .header-top-inner {
    justify-content: center;
  }
  .header-top__message {
    color: var(--color-base-accent-2);
  }
}
#menu-drawer .icon.icon-close {
  width: 18px;
  height: 18px;
  position: absolute;
  left: auto;
  right: 20px;
  top: 15px;
  cursor: pointer;
  color: var(--color-base-accent-2);
}
/* section-header */
/* .section-header.shopify-section-group-header-group {
  z-index: 8;
} */

.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;
}
.scrolled-past-header.shopify-section-header-sticky .header-wrapper {
  transition: all 0.3s linear;
  box-shadow: 0 0px 28px -10px rgba(0, 0, 0, 0.53);
}
.shopify-section-group-header-group {
  z-index: initial;
}
.section-header ~ .shopify-section-group-header-group {
  position: relative;
}
.header-bottom-inner {
  display: inline-flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
}
.shopify-section-header-sticky.scrolled-past-header
  .header-wrapper--border-bottom {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.header {
  display: grid;
  grid-template-areas: "heading left-icons icons";
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 989px) {
  .header-bottom-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 749px) {
  .header--has-app {
    grid-template-columns: auto 1fr auto;
  }
}

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

  .header--top-left {
    grid-template-areas:
      "heading icons"
      "navigation navigation";
    grid-template-columns: 1fr auto;
  }

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

  .header--middle-left {
    /*
    grid-template-areas: "heading navigation icons";
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    text-align: left;*/

    display: flex !important;
    align-items: center;
  }

  .header--middle-center {
    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: left;
}

.header__heading-link {
  display: inline-block;
  padding: 0rem;
  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: 300px;
  margin-right: 40px;
}

.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: 1366px) {
  .header__heading-logo {
    margin-right: 0px;
  }
}
@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: flex-start;
  }
  .header--mobile-left .header__heading-link {
  	margin-left: 35px;
  }
  .header--mobile-center .header__heading,
  .header--mobile-center .header__heading-link {
    text-align: left;
    justify-self: center;
  }
  .header--mobile-left {
    grid-template-columns: auto 1fr auto;
    padding-block: 15px;
  }
  .header--mobile-center {
    grid-template-columns: 1fr 1fr 1fr;
    padding-block: 15px;
  }
  header-drawer {
    display: flex;
    align-items: center;
  }
  .header__icons{
    gap: 18px;
  }
  /* .header__heading-logo {
    margin-left: 35px;
  } */
}

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

  .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;
  }
}
@media screen and (max-width: 749px) {
  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: left;
    justify-self: start;
  }
  .header--mobile-left .header__heading-link {
  	margin-left: 30px;
  }
  .header--mobile-left {
    grid-template-columns: auto 1fr auto;
    padding-block: 15px;
  }
  .header--mobile-center {
    grid-template-columns: auto 1fr 1fr;
    padding-block: 15px;
  }
  .header--mobile-center .header__heading,
  .header--mobile-center .header__heading-link {
    text-align: left;
    justify-self: flex-start;
  }
  .header__heading-logo {
    /* margin-left: 30px; */
    max-width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .header-bottom-inner {
    display: flex;
    justify-content: space-between;
  }
}
/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.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 span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

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

.header__icon .icon {
  height: 2.2rem;
  width: 2.2rem;
  vertical-align: middle;
  fill: var(--color-base-accent-2);
}
.header__icon .icon:hover{
  fill: var(--color-base-accent-1);
}
.header__icon--cart #Layer_1 {
  width: 21px;
  height: 21px;
}
.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: auto;
  padding: 0;
}
.header__icon .icon.icon-search {
  width: 20px;
  height: 20px;
}
.icon.icon-account {
  width: 21px;
  height: 21px;
  stroke-width: 0;
  /* stroke: #000; */
}
.site-header__icon .account {
  padding: 0;
}
.header__icon--cart {
  position: relative;
}
#cart-icon-bubble {
  width: auto;
  text-decoration: none;
  gap: 10px;
}
.cart_count_with_text {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  justify-content: flex-start;
}
.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);
}
@media screen and (max-width: 749px) {
  .header__icon,
  .header__icon--cart .icon {
    height: 3.4rem;
  }
  .header__icons {
    gap: 15px;
  }
}
@media screen and (max-width: 479px) {
  .header__heading-logo {
    max-width: 110px;
  }
}
@media screen and (max-width: 380px) {
  .header__icons {
    gap: 12px;
  }
}
/* account */
.header__icon.header__icon--account {
  width: auto;
  height: 35px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  display: none;
}
.header__icon.header__icon--account a {
  color: currentColor;
  text-decoration: none;
}
.header__icon.header__icon--account a:hover {
  color: var(--color-base-accent-1);
}
.tm_header-dropdown.site-header__icon {
  position: relative;
  cursor: pointer;
}
/* .header__icon .icon.icon-account path {
  fill: #000;
} */
.my-account .counter {
  color: var(--color-assent1);
}
.header .my-account li::marker {
  font-size: 0;
}
.tm_header-dropdown.site-header__icon .my-account {
  position: absolute;
  top: 67px;
  right: 0;
  padding: 0;
  margin: 0;
  background-color: var(--color-base-background-1);
  left: auto;
  min-width: 150px;
  display: none;
  padding: 10px 15px;
  border: 1px solid var(--color-base-border);
  z-index: 4;
}
.tm_header-dropdown.site-header__icon .my-account li a {
  text-decoration: none;
  color: var(--color-base-text);
  display: flex;
  padding: 2px 0;
  font-size: 1.5rem;
}
.tm_header-dropdown.site-header__icon .my-account li a:hover {
  color: var(--color-base-accent-1);
}
@media screen and (max-width: 1269px) {
  .header__icon.header__icon--account .account_text {
    display: none;
  }
  .icon.icon-account {
    display: block;
  }
  .header__icon.header__icon--account {
    font-size: 0;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
  }
  .cart_count_with_text span {
    display: none;
  }
}
@media screen and (max-width: 989px) {
  .tm_header-dropdown.site-header__icon .my-account {
    top: 61px;
  }
}
@media screen and (max-width: 749px) {
  .cart-count-bubble,
  .cm-compare-button .count-bubble,
  .cm-wishlist-button .count-bubble {
    font-size: 1.1rem;
    top: 0.2rem;
    left: 1.4rem;
    padding: 0 5px;
  }
  .cart-count-bubble {
    right: auto;
    left: 12px;
  }
  .tm_header-dropdown.site-header__icon .my-account {
    top: 52px;
  }
}
@media screen and (max-width: 989px) {
  .header__icon.header__icon--account {
    font-size: 0;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0;
  }
  .header__icon.header__icon--account .account_text {
    display: none;
  }
  #cart-icon-bubble {
    gap: 0;
  }
  .cart_count_with_text .header__icon_title {
    display: none;
  }
  .icon.icon-account {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .tm_header-dropdown.site-header__icon {
    display: flex;
  }
  .header__icon.header__icon--account {
    display: none;
  }
}
/* 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__search .search-modal__content {
	max-width: 50%;
	padding: 0px 20px;
}
.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}
  .header.header--middle-left .search-modal__content,
  .header.header--middle-center .search-modal__content {
    display: none;
  }
    .header.header--middle-left
    .header__icons
    .header__search
    .search-modal__content,
  .header.header--middle-center
    .header__icons
    .header__search
    .search-modal__content {
    display: inline-flex;
  }
@media screen and (max-width: 1366px){
    .header.header--middle-left:not(.header--has-menu) .header__search,
  .header.header--middle-center:not(.header--has-menu) .header__search {
    display: block;
  }
}
/* @media screen and (max-width: 989px) {

} */
@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,
  .header.header--middle-center:not(.header--has-menu) .header__search {
    display: none;
  }
}
/* @media screen and (min-width: 1367px){
    .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;
  visibility: visible;
  transform: translateY(0);
}

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

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

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

.search-modal {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  padding: 0 !important;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  max-height: calc(22vh - 0px);
  min-height: 200px;
}
.search-modal .search-popup-wrap {
  padding: 30px 0;
  position: relative;
  z-index: 1043;
  height: 100%;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  align-self: center;
  top: 0;
  max-height: 220px;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  max-width: 300px;
}
.search-modal__form .field__label{
  line-height: 10px;
}
.search-modal__form .field__button{
  font-size: 0;
}
.search-popup-inner {
  width: 100%;
  text-align: center;
}
.search-popup-inner .search-label {
  font-size: 3.4rem;
  margin-top: 0;
  margin-bottom: 27px;
}
.predictive-search__item-heading.h5 {
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}
.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%;
  position: relative;
}
.search-modal__form .search__input.field__input {
  background-color: transparent;
}
.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }
}
@media screen and (max-width: 1269px) {
  .search-modal__content {
    padding: 0 1rem 0 1rem;
    width: 70%;
  }
  .search-popup-inner .search-label {
    font-size: 3.2rem;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .header__search .search-modal__content{
    max-width: 70%;
  }
}
@media screen and (max-width: 989px){
  .header__search .search-modal__content{
    max-width: 100%;
  }
}
@media screen and (min-width: 990px) {
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 989px) {
  .search-modal__content {
    padding: 0 1rem 0 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .search-modal {
    min-height: 120px;
    height: 120px;
  }
  .search-modal .search-popup-wrap {
    padding: 0;
  }
  .search-modal__content {
    padding: 0 1rem 0 1rem;
    width: 100%;
  }
  .search-popup-inner {
    display: flex;
  }
  .search-popup-inner .search-label {
    display: none;
  }
  .modal__close-button.link {
    position: relative;
    top: 0;
    right: 0;
    border: 0;
  }
}
/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
  height: 2.2rem;
  width: 2.2rem;
  color: var(--color-base-accent-2);
}
.verticle-menu-drawer
  header-drawer
  #Details-menu-drawer-container
  .header__icon
  .icon.icon-hamburger {
  color: var(--color-base-accent-2);
  width: 2rem;
}
details:not([open]) > .header__icon--menu .icon-close {
  visibility: hidden;
  opacity: 0;
}

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

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

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

/* Header menu */
.header__inline-menu {
  margin-left: 0rem;
  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__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 3.83rem 2.8rem 3.3rem;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--gradient-base-accent-2);
}
/* .header__active-menu-item {
  color: var(--color-base-accent-1);
} */
/* ul.list-menu > li:first-child .header__menu-item {
  padding-left: 0;
} */
.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}
details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}
li::marker {
  line-height: 0;
  font-size: 0;
}
.template-policy li::marker {
  line-height: 30px;
  font-size: 18px;
}
.template-page li::marker {
  line-height: 28px;
  font-size: inherit;
}
.my-account li::marker {
  font-size: 0 !important;
}
.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: var(--color-base-border);
  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: 1.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.8rem 2.4rem;
}

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

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

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

header-menu > details,
details-disclosure > details {
  position: relative;
}
.header__menu-item a {
  text-decoration: none;
  color: currentColor;
}
/* megamenu */
.mega-menu .mega-menu__content,
#Details-HeaderMenu-moremenu ul.mega-menu__list li .mega-menu__content {
  position: absolute;
  z-index: 3;
  transform-origin: 20% 20% 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 70px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  display: none;
  border: 0;
  opacity: 0;
  background-color: var(--color-base-background-1);
}
.header__inline-menu ul.list-menu--inline > li:hover .mega-menu__content,
#Details-HeaderMenu-moremenu ul.mega-menu__list li:hover .mega-menu__content {
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 100%;
  display: block;
  opacity: 1;
}
#Details-HeaderMenu-moremenu .mega-menu__content {
  position: absolute;
  right: 0;
  left: auto;
}
.list-menu--inline li {
  position: relative;
}
header-menu {
  display: block;
  width: 100%;
}
.mega-menu .header__menu-item {
  position: relative;
}
.mega-menu__link:hover,
#Details-HeaderMenu-moremenu .mega-menu__list .header__menu-item:hover {
  color: var(--color-base-accent-1);
}
.mega-menu__list {
  display: flex;
  padding: 2rem 2rem 2rem 3rem;
  flex-direction: row;
  gap: 20px;
}
.mega-menu__list.mega-menu__list--condensed {
  flex-direction: column;
}
.mega-menu__list li {
  min-width: 150px;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  text-align: left;
  width: max-content;
}
#Details-HeaderMenu-1 .mega-menu__list,
#Details-HeaderMenu-moremenu .mega-menu__list {
  flex-direction: column;
  gap: 0;
  padding: 1rem 2rem;
}
ul.mega-menu__list > li > a.mega-menu__link {
  font-weight: 500;
  color: var(--color-base-accent-2);
  margin-bottom: 8px;
  font-size: 1.7rem;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 0px;
}
#MegaMenu-Content-2 ul.mega-menu__list > li > a.mega-menu__link::after {
  content: none;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #444;
}
.mega-menu__link,
#Details-HeaderMenu-moremenu .mega-menu__list .header__menu-item,
.mega-menu__list.mega-menu__list--condensed > li > a.mega-menu__link {
  text-decoration: none;
  color: var(--color-base-text);
  padding: 0px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.mega-menu__link:hover,
#Details-HeaderMenu-moremenu .mega-menu__list .header__menu-item:hover,
.mega-menu__list.mega-menu__list--condensed > li > a.mega-menu__link:hover {
  color: var(--color-base-accent-1);
}
@media screen and (max-width: 1269px) {
  .mega-menu__list li {
    min-width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .header__menu-item {
    padding: 3.5rem 2rem;
  }
}
@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.soldout {
  border: 0px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.3rem 0.7rem 0.3rem;
  text-align: center;
  background-color: var(--badge-soldout-background);
  color: red;
  word-break: break-word;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5rem;
  width: auto;
  height: auto;
  text-decoration: underline;
}
.badge {
  border: 0px solid transparent;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding: 0;
  text-align: center;
  background-color: var(--badge-sale-background);
  color: var(--color-base-solid-button-labels);
  word-break: break-word;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.product .product__info-container .badge {
  position: relative;
  top: 0;
  left: 5px;
}
.card-wrapper:hover .badge {
  opacity: 0;
}
.gradient {
  background: var(--color-background);
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .badge {
    font-size: 1.1rem;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}

@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 {
  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 {
  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,
  ,
  .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 > p:first-child {
  margin-top: 0;
}

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

/* Ambient animation */

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

  @keyframes animateAmbient {
    0% {
      transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
    }
    100% {
      transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
    }
  }
}
/* tabel */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--color-base-background-1);
}
.rte table {
  table-layout: fixed;
  text-align: center;
  width: 100%;
  min-width: 500px;
}
.template-policy .rte table {
  text-align: left;
}
.rte table > :not(caption) > * > * {
  padding: 0.5rem;
  border-bottom-width: 1px;
}
.rte table > thead > tr > th {
  background-color: #f2f2f2;
  color: #000;
  font-weight: 500;
}
.rte table > tbody > tr:nth-of-type(even) > * {
  background-color: #f7f7f7;
}
/* wishlist-compare */
.compare__grid.grid {
  column-gap: 0;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: thin;
  flex-wrap: nowrap;
  display: flex;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.compare__grid .product-card-compare {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--color-base-border);
  margin-inline-end: -1px;
  background-color: var(--color-base-background-1);
  color: var(--color-base-accent-2);
}
.compare__grid .product-card-compare li {
  display: flex;
  border-bottom: 1px solid var(--color-base-border);
  padding: 15px 15px 8px;
  position: relative;
  min-width: 321px;
  max-width: 321px;
}
.compare__grid .product-card-compare li:last-child {
  border-bottom: none;
  min-height: 110px;
}
.compare__grid .product-card-compare li span.visually-hidden {
  display: none;
}
.compare__grid .product-card-compare li .price .price-item,
.compare__grid .product-card-compare li .price__container {
  text-align: left;
}
.compare__grid .product-card-compare li .price__container {
  width: 100%;
}
.compare__grid .product-card-compare li span {
  width: 50%;
  text-align: right;
}
.compare__grid .product-card-compare li span.card-information__text {
  text-align: left;
}
.compare__grid .product-card-compare li .form__label {
  text-align: left;
  color: var(--color-base-accent-2);
  margin-bottom: 0;
  font-weight: 500;
}
.compare__grid {
  column-gap: 0;
  row-gap: 20px;
  margin: 0 -10px;
}
.wishlist__grid.grid.flex.container.loaded {
  column-gap: 30px;
  row-gap: 30px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.wishlist__grid .product {
  background-color: var(--color-base-background-1);
  /* border: 1px solid var(--color-base-border);
  padding: 20px; */
}
.wishlist__grid .products {
  float: left;
  width: 100%;
  border-radius: var(--product-card-corner-radius);
  -webkit-border-radius: var(--product-card-corner-radius);
  -moz-border-radius: var(--product-card-corner-radius);
  -khtml-border-radius: var(--product-card-corner-radius);
  padding: var(--product-card-corner-radius);
  overflow: hidden;
  background-color: var(--color-base-button-text-hover);
  border: 1px solid var(--color-base-border);
}

.wishlist__grid .card__information,
.compare__grid .card-information {
  min-height: auto;
}
.compare__grid .card-information {
  padding-top: 8px;
  min-height: 81px;
}
.wishlist__grid .card__information {
  padding: 0;
  text-align: left;
}
.wishlist__grid .card__content {
  grid-template-rows: auto;
  padding: 0 10px 0 0;
}
/* .wishlist .card-information__wrapper {
  padding: 10px 0 0 0;
} */
.wishlist__grid .card-information__text.h5 {
  padding: 5px 0;
  display: block;
}
.wishlist img {
  border-radius: var(--product-card-corner-radius);
  -webkit-border-radius: var(--product-card-corner-radius);
  -moz-border-radius: var(--product-card-corner-radius);
  -khtml-border-radius: var(--product-card-corner-radius);
  max-width: 100%;
}
.wishlist__grid .product-hover {
  right: 15px;
  opacity: 1;
  top: 15px;
}
.compare__grid .product-hover {
  right: 15px;
  top: 15px;
  opacity: 1;
}
.wishlist__grid .caption-with-letter-spacing.light {
  opacity: 1;
}
.wishlist__grid .product-form {
  display: block;
  padding-top: 10px;
}
.wishlist__grid .product-form .button {
  width: max-content;
  min-width: auto;
  /* background-color: var(--color-base-background-2);
  color: var(--color-base-accent-2); */
}
/* .wishlist__grid .product:hover .product-form .button {
  background-color: var(--color-base-accent-1);
  color: var(--color-base-background-1);
} */
.wishlist__grid .card-information__text.card__heading {
  padding-block: 10px 8px;
  margin: 0;
}
.wishlist__grid .product-hover > button:hover .icon,
.compare__grid .product-hover > button:hover .icon {
  color: var(--color-background);
}
.wish-info,
.comp-info {
  text-align: center;
  padding: 15rem 0 20rem;
  margin: 0;
}
.no_products_data {
  font-size: 20px;
  font-weight: 500;
}
.wish-info a.link,
.comp-info a.link {
  text-decoration: underline !important;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--color-base-accent-2);
  font-weight: 500;
}
.wish-info a.link:hover,
.comp-info a.link:hover {
  text-decoration: none !important;
}
/* .wishlist__grid .product-form__submit.button {
  background-color: transparent;
  color: var(--color-base-accent-2);
  padding: 0;
  min-width: 0;
  min-height: 0;
  font-size: 1.3rem;
  text-decoration: underline;
}
.wishlist__grid .product-form__submit.button:hover {
  text-decoration: none;
} */
.wishlist__grid img,
.compare__grid img {
  max-width: 100%;
}
.compare__grid.grid,
.wishlist__grid.grid,
.wishlist__grid.grid.flex.container.loaded {
  margin-top: 3rem;
}
.compare__grid .card--card.card--text .card__inner,
.wishlist__grid .card--card.card--text .card__inner {
  display: block;
}
@media (max-width: 1200px) {
  .compare__grid .product-card-compare li {
    min-width: 290px;
    max-width: 290px;
  }
}
@media (max-width: 989px) {
  .wishlist__grid.grid.flex.container.loaded {
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(3, 1fr)
  }
}
@media (max-width: 767px) {
  .wishlist__grid.grid.flex.container.loaded {
    grid-template-columns: repeat(3, 1fr);
  }
  .wishlist__grid .product-form .button{
    width: auto;
    padding: 0 2rem;
  }
  .compare__grid .product-card-compare li {
    min-width: 240px;
    max-width: 240px;
  }
  .wishlist__grid .card-information__text.card__heading {
	padding-block: 4px 6px;
  }
}
@media (max-width: 575px) {
  .compare__grid .product-card-compare {
    width: 50%;
  }
}
@media (max-width: 540px){
  .wishlist__grid.grid.flex.container.loaded {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 15px;
  }
}
@media (max-width: 479px) {
  .compare__grid .product-card-compare {
    width: 100%;
    max-width: 280px;
  }
  .wishlist__grid .product-form .button {
	padding: 0 1.2rem;
  }
}

/********* end wishlist & compare **********/

body.password.gradient .newsletter-form__button {
  background-color: #000 !important;
  color: #fff;
}

/* sticky scroll */
.services.stickyscroll > .scroll-item, .three-banner .stickyscroll > .scroll-item {
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding-bottom: 6px;
}
.services.stickyscroll, .three-banner .stickyscroll {
  overflow-x: auto;
  scrollbar-width: thin;
  flex-wrap: nowrap;
  display: flex;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.stickyscroll::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  background-color: #ced8ce;
}
.stickyscroll::-webkit-scrollbar-thumb {
  background: #a8a8a8;
}
@media only screen and (max-width: 989px) {
  .splide .splide__arrow {
    width: 30px;
    height: 30px;
  }
}

/* New Color Swatch */

.swatch {
  --swatch--size: var(--swatch-input--size, 4.4rem);
  --swatch--border-radius: var(--swatch-input--border-radius, 50%);

  display: block;
  width: var(--swatch--size);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--swatch--background);
  background-position: var(--swatch-focal-point, initial);
  background-size: cover;
  background-origin: border-box;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: var(--swatch--border-radius);
}

.swatch--square {
  --swatch--border-radius: 0;
}

.swatch--unavailable {
  border-style: dashed;
  border-color: rgba(var(--color-foreground), 0.5);
}
variant-selects {
  display: block;
}

.product--no-media .product-form__input--pill,
.product--no-media .product-form__input--swatch,
.product--no-media .product-form__input--dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__input.product-form__input--pill,
.product--no-media .product-form__input.product-form__input--swatch {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

:is(.product-form__input--pill, .product-form__input--swatch) .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input
  input[type="radio"]:not(.disabled):not(.visually-disabled)
  + label
  > .label-unavailable {
  display: none;
}

.product-form__input--dropdown {
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

.product-form__input--dropdown .dropdown-swatch + select {
  padding-left: calc(2.4rem + var(--swatch-input--size));
}

.product-form__input--dropdown .dropdown-swatch {
  position: absolute;
  left: 1.6rem;
  top: calc(50% - var(--swatch-input--size) / 2);
  width: var(--swatch-input--size);
  height: var(--swatch-input--size);
  z-index: 1;
}

/* Custom styles for Pill display type */
.product-form__input--pill input[type="radio"] + label {
  border: var(--variant-pills-border-width) solid
    rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.product-form__input--pill input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset)
    var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius)
    rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

.product-form__input--pill input[type="radio"] + label:hover {
  border-color: rgb(var(--color-foreground));
}

.product-form__input--pill input[type="radio"]:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .product-form__input--pill input[type="radio"]:checked + label {
    text-decoration: underline;
  }

  .product-form__input--pill input[type="radio"]:focus-visible + label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.product-form__input--pill input[type="radio"]:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input--pill input[type="radio"]:disabled + label,
.product-form__input--pill input[type="radio"].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.product-form__input--pill input[type="radio"].disabled:checked + label,
.product-form__input--pill input[type="radio"]:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input--pill input[type="radio"]:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input--pill input[type="radio"].focused + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Custom styles for Swatch display type */
.product-form__input--swatch {
  display: flex;
  flex-wrap: wrap;
}

.product-form__input--swatch .swatch-input__input + .swatch-input__label {
  --swatch-input--size: 3.6rem;
  margin: 0.7rem 0.8rem 0.2rem 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .product-form__input--swatch .swatch-input__input + .swatch-input__label {
    --swatch-input--size: 2.8rem;
  }
}
/* End custom styles for Swatch display type */

/* swatch-input lives in its own file for reusability of the swatch in other areas than the product form context */
.product-form__input.Color .swatch-input__input + .swatch-input__label {
  --swatch-input--border-radius: 50%;
  display: inline-block;
  max-width: 100%;
  border-radius: var(--swatch-input--border-radius);
  cursor: pointer;
  transition-property: outline-color, outline-width, box-shadow;
  transition-duration: var(--duration-short);
  transition-timing-function: ease;
  forced-color-adjust: none;
  padding: 3px;
  border: 2px rgb(214, 214, 214) solid;
  box-shadow: none;
}

.product-form__input.Color
  .swatch-input__input
  + .swatch-input__label.swatch-input__label--square {
  --swatch-input--border-radius: 0.5rem;
}

/* Active state */
.product-form__input.Color .swatch-input__input:active + .swatch-input__label,
.product-form__input.Color .swatch-input__input:checked + .swatch-input__label {
  border: 0.2rem solid #000000;
}

/* Hover state */
.product-form__input.Color .swatch-input__input + .swatch-input__label:hover,
.product-form__input.Color .swatch-input__input:hover + .swatch-input__label {
  border: 0.2rem solid #000000;
}

/* Focus visible */
.product-form__input.Color
  .swatch-input__input:focus-visible
  + .swatch-input__label {
  border: 0.2rem solid #000000;
  box-shadow: 0 0 0 0.2rem rgb(var(--color-background)),
    0 0 0.1rem 0.5rem rgba(var(--color-foreground), 0.25);
}

/* Active and focused */
.product-form__input.Color
  .swatch-input__input:active:focus-visible
  + .swatch-input__label,
.product-form__input.Color
  .swatch-input__input:checked:focus-visible
  + .swatch-input__label {
  border: 0.2rem solid #000000;
  box-shadow: 0 0 0 0.2rem rgb(var(--color-background)),
    0 0 0.1rem 0.4rem rgba(var(--color-foreground), 0.25);
}

/* Visually disabled */
.product-form__input.Color
  .swatch-input__input.visually-disabled:not(:active):not(:checked)
  + .swatch-input__label {
  transition: none;
}
.product-form__input.Color
  .swatch-input__input.visually-disabled:not(:active):not(:checked)
  + .swatch-input__label:hover {
  outline: none;
}

/* Actually disabled */
.product-form__input.Color
  .swatch-input__input:disabled
  + .swatch-input__label {
  pointer-events: none;
}

/* Overrides for swatch snippet when used inside disabled swatch-input */
.product-form__input.Color
  .swatch-input__input:disabled
  + .swatch-input__label
  > .swatch,
.product-form__input.Color
  .swatch-input__input.visually-disabled
  + .swatch-input__label
  > .swatch {
  position: relative;
  overflow: hidden;
}

/* Disabled styles */
.product-form__input.Color
  .swatch-input__input:disabled
  + .swatch-input__label
  > .swatch,
.product-form__input.Color
  .swatch-input__input.visually-disabled
  + .swatch-input__label
  > .swatch {
  /* opacity: 0.4; */
}

/* Display crossed out line over swatch when input is disabled */
.product-form__input.Color
  .swatch-input__input:disabled
  + .swatch-input__label
  > .swatch::after,
.product-form__input.Color
  .swatch-input__input.visually-disabled
  + .swatch-input__label
  > .swatch::after {
  /* Diagonal of a square = length of the side * sqrt(2)  */
  --diagonal--size: calc(var(--swatch-input--size) * 1.414);
  --crossed-line--size: 0.1rem;
  content: "";
  position: absolute;
  bottom: calc(var(--crossed-line--size) * -0.5);
  left: 0;
  width: var(--diagonal--size);
  height: var(--crossed-line--size);
  background-color: rgb(var(--color-foreground));
  transform: rotate(-45deg);
  transform-origin: left;
}
.facets__form.facets__form-horizontal .facets__summary span {
  color: currentColor;
}
/* Custom color swatches */
/* label[style*="Burgundy"] {
  background-color: #800020 !important;
} */

/* label[style*="Charcoal Heather"] {
  background-color: #3A3A3A !important;
} */
/* 
label[style*="Heather Grey"] {
  background-color: #B3B3B3 !important;
}
label[style*="Camo"] {
  background-color: #788453 !important;
} */

/* label[style*="Dust"] {
  background-color: #D2CCBE !important;
} */

/* label[style*="Hot Pink"] {
  background-color: #FF1D8E !important;
}

label[style*="Kelly Green"] {
  background-color: #008040 !important;
} */

/* label[style*="Military Green"] {
  background-color: #4E5F45 !important;
} */

/* label[style*="Mint"] {
  background-color: #98FF98 !important;
} */

/* label[style*="Moss"] {
  background-color: #8A9A5B !important;
} */

/* label[style*="Mustard"] {
  background-color: #FFDB58 !important;
} */

/* label[style*="Oatmeal Heather"] {
  background-color: #D5CEC4 !important;
} */

/* label[style*="Pacific Blue"] {
  background-color: #1CA9C9 !important;
} */

/* label[style*="Sports Grey"] {
  background-color: #C4C4C4 !important;
} */

/* label[style*="Texas Orange"] {
  background-color: #BF5700 !important;
} */
/*
label[style*="Pure Navy"] {
  background-color: #0A1A2F !important;
}*/
/* label[style*="Sawana Brown"] {
  background-color: #7A5C3E !important;
}

label[style*="Baby Pink"] {
  background-color: #F4C2C2 !important;
}

label[style*="Light Pink"] {
  background-color: #FFB6C1 !important;
}
label[style*="Rust"] {
  background-color: #B7410E !important;
}

label[style*="Sand"] {
  background-color: #C2B280 !important;
}

label[style*="Peach"] {
  background-color: #FFCBA4 !important;
}
label[style*="Decadent Chocolate"] {
  background-color: #3A2A1A !important;
} */




.product-card-color-dots {
  display: flex;
  align-items: center; /* KEY FIX */
  gap: 6px;
  margin-top: 6px;
}

.color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #eee;
  display: inline-block;
}
.color-dot {
  position: relative;
  cursor: pointer;
}
/* .color-dot:hover {
  outline: 2px solid #999;
  outline-offset: 2px;
} */

.color-more {
  display: inline-flex;          /* KEY FIX */
  align-items: center;           /* KEY FIX */
  font-size: 12px;
  color: #666;
  line-height: 1;
  margin-left: 4px;
}
.color-dot {
  position: relative;
  cursor: pointer;
  z-index: 5;
}

/* Tooltip bubble */
.color-dot::after {
  content: attr(data-color);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

/* Tooltip arrow */
.color-dot::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
}

/* Show on hover */
.color-dot:hover::after,
.color-dot:hover::before {
  opacity: 1;
}
/* map your custom colors */
/* DUPLICATE: "ASH" (same as "ASH" below) */
.color-dot[data-color="ASH"] { background-color: #D7D7D7; }

.color-dot[data-color="ANTIQUE CHERRY RED"] { background-color: #7A131F; }

.color-dot[data-color="ANTIQUE IRISH GREEN"] { background-color: #168546; }

.color-dot[data-color="ANTIQUE JADE DOME"] { background-color: #086D6A; }

.color-dot[data-color="ANTIQUE ORANGE"] { background-color: #B14626; }

.color-dot[data-color="ANTIQUE SAPPHIRE"] { background-color: #046989; }

.color-dot[data-color="Aquatic"] { background-color: #6DA29E; }

.color-dot[data-color="AZALEA"] { background-color: #F687B5; }

.color-dot[data-color="BERRY"] { background-color: #87214C; }
.color-dot[data-color="Black"] { background-color: Black; }
.color-dot[data-color="BLACKBERRY"] { background-color: #282132; }
.color-dot[data-color="Blue Dusk"] { background-color: #253746; }
.color-dot[data-color="Blue Jean"] { background-color: #45586B; }
.color-dot[data-color="BROWN SAVANA"] { background-color: #7A6F64; }
.color-dot[data-color="Brown"] { background-color: #6B4F3F; }
.color-dot[data-color="Burgandy"] { background-color: #800020; }
.color-dot[data-color="Camo"] { background: linear-gradient(45deg, #4B5320, #78866B); }

.color-dot[data-color="CARDINAL RED"] { background-color: #750E25; }

.color-dot[data-color="CAROLINA BLUE"] { background-color: #72A3D3; }

.color-dot[data-color="CHARCOAL"] { background-color: #454544; }

.color-dot[data-color="Charcoal Heather"] { background-color: #4A4A4A; }

.color-dot[data-color="CHERRY RED"] { background-color: #9E1331; }

.color-dot[data-color="COBALT"] { background-color: #252B55; }

.color-dot[data-color="COOL BLUE"] { background-color: #335994; }

.color-dot[data-color="Coral"] { background-color: #FF7F50; }

.color-dot[data-color="CORAL SILK"] { background-color: #FB777D; }

.color-dot[data-color="CORNSILK"] { background-color: #FDF1A2; }

.color-dot[data-color="DAISY"] { background-color: #F7E37B; }

.color-dot[data-color="DARK CHOCOLATE"] { background-color: #281D14; }

.color-dot[data-color="DARK HEATHER"] { background-color: #393F47; }

.color-dot[data-color="Denim"] { background-color: #617087; }
.color-dot[data-color="DENIM"] { background-color: #5A7F8D; }

.color-dot[data-color="Dust"] { background-color: #D6CFC7; }

.color-dot[data-color="Dusty Rose"] { background-color: #E1BBB4; }

.color-dot[data-color="ELECTRIC GREEN"] { background-color: #76CA51; }

.color-dot[data-color="FOREST GREEN"] { background-color: #1F2E2B; }
.color-dot[data-color="GARNET"] { background-color: #5E131E; }

.color-dot[data-color="Gold"] { background-color: #ECB82E; }
.color-dot[data-color="GOLD"] { background-color: #F6B000; }

.color-dot[data-color="GRAVEL"] { background-color: #959595; }

.color-dot[data-color="GRAPHITE HEATHER"] { background-color: #747474; }
.color-dot[data-color="Graphite Black"] { background-color: #373A36; }

.color-dot[data-color="Heather Navy"] { background-color: #333F48; }
.color-dot[data-color="Heather Gray"] { background-color: #B1B3B6; }

.color-dot[data-color="HEATHER MILITARY GREEN"] { background-color: #54584C; }
.color-dot[data-color="HEATHER RADIANT ORCHID"] { background-color: #E68DC7; }
.color-dot[data-color="HEATHER RED"] { background-color: #C24452; }

.color-dot[data-color="HEATHER SAPPHIRE"] { background-color: #389FDE; }

.color-dot[data-color="HEATHER SPORT DARK GREEN"] { background-color: #43695B; }

.color-dot[data-color="Heather Sport Dark Maroon"] { background-color: #651D32; }
.color-dot[data-color="Heather Sport Dark Navy"] { background-color: #444F6E; }
.color-dot[data-color="Heather Sport Royal"] { background-color: #3C62BA; }
.color-dot[data-color="Heather Sport Scarlet Red"] { background-color: #BE5965; }


.color-dot[data-color="HELICONIA"] { background-color: #E95188; }
.color-dot[data-color="Hot Pink"] { background-color: #FF1493; }
.color-dot[data-color="ICE GREY"] { background-color: #E1DEDB; }


.color-dot[data-color="INDIGO BLUE"] { background-color: #45586B; }
.color-dot[data-color="Blue Jean"] { background-color: #45586B; }
.color-dot[data-color="IRISH GREEN"] { background-color: #009B5C; }


.color-dot[data-color="KELLY GREEN"] { background-color: #2AAE3F; }

.color-dot[data-color="KIWI"] { background-color: #A3B25A; }

.color-dot[data-color="Lavender"] { background-color: #E6E6FA; }

.color-dot[data-color="Legion Blue"] { background-color: #004976; }

.color-dot[data-color="LIGHT BLUE"] { background-color: #BCD8F7; }
.color-dot[data-color="Light Blue"] { background-color: #D8ECF2; }

.color-dot[data-color="LIGHT PINK"] { background-color: #FFD6E8; }

.color-dot[data-color="LILAC"] { background-color: #4D386E; }

.color-dot[data-color="LIME"] { background-color: #93CA60; }
.color-dot[data-color="MAROON"] { background-color: #470520; }

.color-dot[data-color="MIDNIGHT"] { background-color: #1B2C37; }
.color-dot[data-color="Military Green"] { background-color: #414728; }

.color-dot[data-color="MINT GREEN"] { background-color: #D3F7C6; }
.color-dot[data-color="Mint"] { background-color: #98FF98; }
.color-dot[data-color="MINT"] { background-color: #D8F0ED; }
.color-dot[data-color="Moss"] { background-color: #8A9A5B; }
.color-dot[data-color="Mustard"] { background-color: #FFDB58; }
.color-dot[data-color="NATURAL"] { background-color: #EDEAD9; }
.color-dot[data-color="NAVY"] { background-color: #1E2437; }
.color-dot[data-color="NEON BLUE"] { background-color: #0A4E98; }
.color-dot[data-color="NEON GREEN"] { background-color: #BDFA7F; }
.color-dot[data-color="Oatmeal Heather"] { background-color: #D9D2C3; }
.color-dot[data-color="Off White"] { background-color: #F5ECD2; }
.color-dot[data-color="OLD GOLD"] { background-color: #DEAF7D; }
.color-dot[data-color="Orange"] { background-color: #FF8C00; }
.color-dot[data-color="ORANGE"] { background-color: #D55729; }
.color-dot[data-color="Pacific Blue"] { background-color: #1CA9C9; }
.color-dot[data-color="Peach"] { background-color: #FFDAB9; }
.color-dot[data-color="PEACH"] { background-color: #FFDAB9; }
.color-dot[data-color="Peri Blue"] { background-color: #99B6F0; }
.color-dot[data-color="Pink"] { background-color: #FFC0CB; }
.color-dot[data-color="Pure Navy"] { background-color: #193047; }
.color-dot[data-color="Purple"] { background-color: #372057; }
.color-dot[data-color="PURPLE"] { background-color: #4D2379; }
.color-dot[data-color="PURPLE RUSH"] { background-color: #433676; }
.color-dot[data-color="Red"] { background-color: #B61B2C; }
.color-dot[data-color="ROYAL"] { background-color: #20419A; }
.color-dot[data-color="Royal Blue"] { background-color: #005BD3; }
.color-dot[data-color="SAFETY GREEN"] { background-color: #ECF844; }
.color-dot[data-color="SAFETY ORANGE"] { background-color: #FF7C00; }
.color-dot[data-color="SAFETY PINK"] { background-color: #F86193; }
.color-dot[data-color="SAND"] { background-color: #D9CCBD; }
.color-dot[data-color="SAPPHIRE"] { background-color: #0283C0; }
.color-dot[data-color="SKY"] { background-color: #7BCCE8; }
.color-dot[data-color="Sports Gray"] { background-color: #A6A6A6; }
.color-dot[data-color="SUNSET"] { background-color: #E46F51; }
.color-dot[data-color="Tahiti Blue"] { background-color: #70D5F2; }
.color-dot[data-color="TANGERINE"] { background-color: #FF9E2C; }
.color-dot[data-color="Teal"] { background-color: #008080; }
.color-dot[data-color="TENNESSEE ORANGE"] { background-color: #FFBA64; }
.color-dot[data-color="TEXAS ORANGE"] { background-color: #B85631; }
.color-dot[data-color="TROPICAL BLUE"] { background-color: #0292B2; }
.color-dot[data-color="TURF GREEN"] { background-color: #01804C; }
.color-dot[data-color="TURQUOISE"] { background-color: #40E0D0; }
.color-dot[data-color="TWEED"] { background-color: #353535; }
.color-dot[data-color="VIOLET"] { background-color: #A198CE; }
.color-dot[data-color="White"] { background-color: #FFFFFF; border: 1px solid #AAA; }
.color-dot[data-color="Yellow"] { background-color: Yellow; }
.color-dot[data-color="YELLOW HAZE"] { background-color: #FFEBBB; }
.color-dot[data-color="BAY"] { background-color: #BEC8BF; }
.color-dot[data-color="BLOSSOM"] { background-color: #FFE0ED; }
.color-dot[data-color="BLUE SPRUCE"] { background-color: #475A56; }
.color-dot[data-color="BRICK"] { background-color: #A95155; }
.color-dot[data-color="BRIGHT ORANGE"] { background-color: #FFAA43; }
.color-dot[data-color="BRIGHT SALMON"] { background-color: #F48375; }
.color-dot[data-color="BURNT ORANGE"] { background-color: #FF925B; }
.color-dot[data-color="BUTTER"] { background-color: #FFE7B3; }
.color-dot[data-color="CHALKY MINT"] { background-color: #7FC4BF; }
.color-dot[data-color="CHAMBRAY"] { background-color: #CEEDF5; }
.color-dot[data-color="CHILI"] { background-color: #913A4D; }
.color-dot[data-color="CHINA BLUE"] { background-color: #354058; }
.color-dot[data-color="CITRUS"] { background-color: #FFC756; }
.color-dot[data-color="CRIMSON"] { background-color: #9F3F4A; }
.color-dot[data-color="CRUNCHBERRY"] { background-color: #D86A8A; }
.color-dot[data-color="EMERALD"] { background-color: #456969; }
.color-dot[data-color="Espresso"] { background-color: #745D4D; }
.color-dot[data-color="FLO BLUE"] { background-color: #7992DF; }
.color-dot[data-color="GRAPHITE"] { background-color: #3B3B3B; }
.color-dot[data-color="GRAPE"] { background-color: #685881; }
.color-dot[data-color="GRANITE"] { background-color: #B8B8BD; }
.color-dot[data-color="HEMP"] { background-color: #424430; }
.color-dot[data-color="Hydrangea"] { background-color: #BBDAF1; }
.color-dot[data-color="ICE BLUE"] { background-color: #5F7F94; }
.color-dot[data-color="ISLAND REEF"] { background-color: #93E5CA; }
.color-dot[data-color="Island Green"] { background-color: #01BEA1; }
.color-dot[data-color="IVORY"] { background-color: #FCF4E5; }
.color-dot[data-color="KHAKI"] { background-color: #D0C6B1; }
.color-dot[data-color="LAGOON BLUE"] { background-color: #6BD5EF; }
.color-dot[data-color="LIGHT GREEN"] { background-color: #65877B; }
.color-dot[data-color="MELON"] { background-color: #FF8A47; }
.color-dot[data-color="MOSS"] { background-color: #51543F; }
.color-dot[data-color="MYSTIC BLUE"] { background-color: #617AC7; }
.color-dot[data-color="NEON LEMON"] { background-color: #F0FF72; }
.color-dot[data-color="NEON PINK"] { background-color: #FF7ABF; }
.color-dot[data-color="NEON RED ORANGE"] { background-color: #FF785A; }
.color-dot[data-color="Neon Cantaloupe"] { background-color: #FFBBA0; }
.color-dot[data-color="Orchid"] { background-color: #C7B0D4; }
.color-dot[data-color="PAPRIKA"] { background-color: #FF785A; }
.color-dot[data-color="Peachy"] { background-color: #FAB4A9; }
.color-dot[data-color="PEPPER"] { background-color: #46413F; }
.color-dot[data-color="PERIWINKLE"] { background-color: #6064AF; }
.color-dot[data-color="ROYAL CARIBE"] { background-color: #0079DB; }
.color-dot[data-color="SAGE"] { background-color: #65665A; }
.color-dot[data-color="SANDSTONE"] { background-color: #ABA48F; }
.color-dot[data-color="SEAFOAM"] { background-color: #88B9B9; }
.color-dot[data-color="TERRACOTA"] { background-color: #E8927C; }
.color-dot[data-color="TRUE NAVY"] { background-color: #202A3C; }
.color-dot[data-color="WASHED DENIM"] { background-color: #95ACCF; }
.color-dot[data-color="WINE"] { background-color: #755C6E; }
.color-dot[data-color="YAM"] { background-color: #A36A33; }
.color-dot[data-color="AQUA"] { background-color: #56AEC4; }
.color-dot[data-color="ATH GREY"] { background-color: #999999; }
.color-dot[data-color="BLK HTHRD"] { background-color: #000000; }
.color-dot[data-color="BLUE"] { background-color: #6997C1; }
.color-dot[data-color="Brick Triblend"] { background-color: #822D21; } /* Changed name slightly to avoid duplicate */
.color-dot[data-color="BROWN"] { background-color: #47322C; }
.color-dot[data-color="CEMENT TRIBLEND"] { background-color: #D5D4CE; }
.color-dot[data-color="CHAR-BLACK TRIB"] { background-color: #494949; }
.color-dot[data-color="CHARITY PINK TRIBLEND"] { background-color: #F04E98; }
.color-dot[data-color="CLAY"] { background-color: #BE4137; }
.color-dot[data-color="DARK LAVENDER TRIBLEND"] { background-color: #E6E6FA; }
.color-dot[data-color="DUSTY BLUE TRIBLEND"] { background-color: #A4BAB3; }
.color-dot[data-color="ESPRESSO TRIBLEND"] { background-color: #251F1D; }
.color-dot[data-color="GRASS GRN"] { background-color: #5AA78B; }
.color-dot[data-color="GREEN"] { background-color: #779C6B; }
.color-dot[data-color="ICE BLUED"] { background-color: #E0F1F5; }
.color-dot[data-color="KELLY TRIBLEND"] { background-color: #007C55; }
.color-dot[data-color="LILAC TRIBLEND"] { background-color: #E5B4D0; }
.color-dot[data-color="MAUVE"] { background-color: #CE7D7D; }
.color-dot[data-color="MILITARY GREEN TRIBLEND"] { background-color: #353B23; }
.color-dot[data-color="MUSTARD TRIBLEND"] { background-color: #F0CD64; }
.color-dot[data-color="OLIVE"] { background-color: #61714C; }
.color-dot[data-color="ORCHID TRIBLEND"] { background-color: #A5929D; }
.color-dot[data-color="PALE YELLOW TRIBLEND"] { background-color: #FFDC72; }
.color-dot[data-color="PINK TRIBLEND"] { background-color: #F4D2D9; }
.color-dot[data-color="SD DARK GRY"] { background-color: #5A555B; }
.color-dot[data-color="SEA GREEN"] { background-color: #A5ECEE; }
.color-dot[data-color="SLD BLK"] { background-color: #000000; }
.color-dot[data-color="SOLID ASHPHALT TRIBLEND"] { background-color: #54585A; }
.color-dot[data-color="SOLID BLUE TRIBLEND"] { background-color: #6787B7; }
.color-dot[data-color="SOLID CAROLINA BLUE TRIBLEND"] { background-color: #BFCCD9; }
.color-dot[data-color="SOLID FOREST TRIBLEND"] { background-color: #095D39; }
.color-dot[data-color="SOLID KELLY TRIBLEND"] { background-color: #007C55; }
.color-dot[data-color="SOLID MAROON TRIBLEND"] { background-color: #48252C; }
.color-dot[data-color="SOLID NATURAL TRIBLEND"] { background-color: #F6E9D6; }
.color-dot[data-color="SOLID NVY"] { background-color: #303245; }
.color-dot[data-color="SOLID ORANGE TRIBLEND"] { background-color: #ED6232; }
.color-dot[data-color="SOLID RED"] { background-color: #D43134; }
.color-dot[data-color="SOLID SLATE TRIBLEND"] { background-color: #5F676F; }
.color-dot[data-color="SOLID SILVER TRIBLEND"] { background-color: #B8BCBF; }
.color-dot[data-color="SOLID TEAM PURPLE TRIBLEND"] { background-color: #372353; }
.color-dot[data-color="SOLID TRUE ROYAL TRIBLEND"] { background-color: #154A88; }
.color-dot[data-color="SOLID WHT"] { background-color: #FFFFFF; }
.color-dot[data-color="SPRING GREEN TRIBLEND"] { background-color: #CBD5B1; }
.color-dot[data-color="STEEL BLU"] { background-color: #5E94B3; }
.color-dot[data-color="STORM TRIBLEND"] { background-color: #645E5E; }
.color-dot[data-color="SUNSET TRIBLEND"] { background-color: #EE7C6F; }
.color-dot[data-color="TAN TRIBLEND"] { background-color: #CAB9A5; }
.color-dot[data-color="TRUE ROYALN"] { background-color: #2C4474; }
.color-dot[data-color="WHITE FLECK TRIBLD"] { background-color: #F0F0F0; }
.color-dot[data-color="YLLW GLD"] { background-color: #FDEAB4; }
.color-dot[data-color="Carbon Heather"] { background-color: #444140; }
.color-dot[data-color="New Navy"] { background-color: #353C44; }
.color-dot[data-color="Brite Orange"] { background-color: #F55727; }
.color-dot[data-color="Brite Lime"] { background-color: #CAD934; }
.color-dot[data-color="ASPHALT"] { background-color: #484648; }
.color-dot[data-color="ATHLETIC HEATHER"] { background-color: #999999; }
.color-dot[data-color="ATLANTIC"] { background-color: #113B40; }
.color-dot[data-color="AUTUMN"] { background-color: #A7492D; }
.color-dot[data-color="BLACK HEATHER"] { background-color: #3D3935; }
.color-dot[data-color="BLUE STORM"] { background-color: #708187; }
.color-dot[data-color="DARK GREY"] { background-color: #333333; }
.color-dot[data-color="DARK LAVENDER"] { background-color: #97659D; }
.color-dot[data-color="DEEP HEATHER"] { background-color: #979797; }
.color-dot[data-color="DK GRAY HEATHER"] { background-color: #383838; }
.color-dot[data-color="DTG BLACK"] { background-color: #0A0A0A; }
.color-dot[data-color="DTG DARK GREY"] { background-color: #262626; }
.color-dot[data-color="DTG WHITE"] { background-color: #FFFFFF; }
.color-dot[data-color="DUSTY BLUE"] { background-color: #A3B2A4; }
.color-dot[data-color="FOREST"] { background-color: #305746; }
.color-dot[data-color="FRENCH VANILLA"] { background-color: #F1E19B; }
.color-dot[data-color="GOLD"] { background-color: #EB9501; }
.color-dot[data-color="HEATHER BLUE LAGOON"] { background-color: #86A1A9; }
.color-dot[data-color="HEATHER CHARITY PINK"] { background-color: #F6648D; }
.color-dot[data-color="HEATHER COLUMBIA BLUE"] { background-color: #638ACC; }
.color-dot[data-color="HEATHER DEEP TEAL"] { background-color: #619DBE; }
.color-dot[data-color="HEATHER DUST"] { background-color: #C5B9AC; }
.color-dot[data-color="HEATHER FOREST"] { background-color: #2B392B; }
.color-dot[data-color="HEATHER MAUVE"] { background-color: #B17C7B; }
.color-dot[data-color="HEATHER MUSTARD"] { background-color: #E39B2D; }
.color-dot[data-color="HEATHER NAVY"] { background-color: #586385; }
.color-dot[data-color="HEATHER OLIVE"] { background-color: #7A7256; }
.color-dot[data-color="HEATHER SAND DUNE"] { background-color: #E7C5A0; }
.color-dot[data-color="HEATHER SLATE"] { background-color: #94A3AD; }
.color-dot[data-color="HEATHER TEAM PURPLE"] { background-color: #4B2E5C; }
.color-dot[data-color="HEATHER TRU ROYL"] { background-color: #5C6E9A; }
.color-dot[data-color="KELLY"] { background-color: #00845E; }
.color-dot[data-color="LAVENDER BLUE"] { background-color: #E3E4FA; }
.color-dot[data-color="LILAC"] { background-color: #E5B9D2; }
.color-dot[data-color="PINK"] { background-color: #F4D2D9; }
.color-dot[data-color="POPPY"] { background-color: #CA3606; }
.color-dot[data-color="STEEL BLUE"] { background-color: #66819D; }
.color-dot[data-color="STORM"] { background-color: #8E8387; }
.color-dot[data-color="STROBE"] { background-color: #E7E36D; }
.color-dot[data-color="TEAL"] { background-color: #03BDBC; }
.color-dot[data-color="TEAM PURPLE"] { background-color: #411993; }
.color-dot[data-color="TRUE ROYAL"] { background-color: #365198; }
.color-dot[data-color="VINTAGE BLACK"] { background-color: #000102; }
.color-dot[data-color="VINTAGE BROWN"] { background-color: #765843; }
.color-dot[data-color="VINTAGE WHITE"] { background-color: #ECE5DE; }
.color-dot[data-color="Boysenberry"] { background-color: #741F56; }
.color-dot[data-color="ANTIQUE HELICONIA"] { background-color: #CE4C8C; }
.color-dot[data-color="Heather Berry"] { background-color: #C96B9A; }
.color-dot[data-color="HEATHER CARDINAL"] { background-color: #A73D4C; }
.color-dot[data-color="Heather Dark Grey"] { background-color: #323232; }
.color-dot[data-color="Heather Galapagos Blue"] { background-color: #2F8EAC; }
.color-dot[data-color="Heather Heliconia"] { background-color: #EE6897; }
.color-dot[data-color="HEATHER INDIGO"] { background-color: #586980; }
.color-dot[data-color="HEATHER IRISH GREEN"] { background-color: #54D09A; }
.color-dot[data-color="HEATHER MAROON"] { background-color: #71505B; }
.color-dot[data-color="HEATHER ORANGE"] { background-color: #F8885C; }
.color-dot[data-color="HEATHER PURPLE"] { background-color: #755B96; }
.color-dot[data-color="HEATHER ROYAL"] { background-color: #5B8ED0; }
.color-dot[data-color="Ice Grey"] { background-color: #E1DEDB; }
.color-dot[data-color="IRIS"] { background-color: #4594E2; }
.color-dot[data-color="JADE DOME"] { background-color: #097E7B; }
.color-dot[data-color="METRO BLUE"] { background-color: #192343; }
.color-dot[data-color="Paragon"] { background-color: #AE8A9C; }
.color-dot[data-color="PISTACHIO"] { background-color: #D4D699; }
.color-dot[data-color="Sage"] { background-color: #96AA9D; }
.color-dot[data-color="SPORT GREY"] { background-color: #AFAFB1; }
.color-dot[data-color="Stone Blue"] { background-color: #8095A4; }
.color-dot[data-color="Topaz Blue"] { background-color: #096888; }
.color-dot[data-color="Athletic Heather"] { background-color: #C1C6C8; }
.color-dot[data-color="Carolina Blue"] { background-color: #BFCCD9; }
.color-dot[data-color="DARK GREY HEATHER"] { background-color: #484647; }
.color-dot[data-color="GREY ACID FLEECE"] { background-color: #8F8F8F; }
.color-dot[data-color="GREY HEATHER"] { background-color: #858785; }
.color-dot[data-color="Heather Deep Teal"] { background-color: #34657F; }
.color-dot[data-color="Heather True Royal"] { background-color: #2D60A6; }
.color-dot[data-color="Team Purple"] { background-color: #4B2E5C; }
.color-dot[data-color="Heather Tan"] { background-color: #D6D2C4; }
.color-dot[data-color="Silk"] { background-color: #CFC4BE; }
.color-dot[data-color="Bay"] { background-color: #BEC8BF; }
.color-dot[data-color="Vintage White"] { background-color: #ECE5DE; }
.color-dot[data-color="Ash"] { background-color: #D7D7D7; }
.color-dot[data-color="ASH"] { background-color: #D7D7D7; }
.color-dot[data-color="Solid Athletic Grey"] { background-color: #BABCC0; }
.color-dot[data-color="Dusty Blue"] { background-color: #A3B2A4; }
.color-dot[data-color="Cement Triblend"] { background-color: #D5D4CE; }
.color-dot[data-color="WHITE FLECK TRIBLD"] { background-color: #F0F0F0; }
.color-dot[data-color="Solid Silver Triblend"] { background-color: #B8BCBF; }
.color-dot[data-color="Dusty Blue Triblend"] { background-color: #A4BAB3; }
.color-dot[data-color="Orchid Triblend"] { background-color: #A5929D; }
.color-dot[data-color="ICE GRAY"] { background-color: #E1DEDB; }
.color-dot[data-color="Sports Gray"] { background-color: #A6A6A6; }
.color-dot[data-color="GRAVEL"] { background-color: #959595; }
.color-dot[data-color="PFD White"] { background-color: #EEEDEC; }
.color-dot[data-color="Anthracite"] { background-color: #4D4B4B; }
.color-dot[data-color="Brilliant Orange"] { background-color: #F84C15; }
.color-dot[data-color="University Red"] { background-color: #E6202C; }
.color-dot[data-color="Gym Red"] { background-color: #C0222E; }
.color-dot[data-color="Heather White"] { background-color: #FFFFFF; }
.color-dot[data-color="Premium Heather"] { background-color: #8D8D95; }
.color-dot[data-color="Macchiato"] { background-color: #735D56; }
.color-dot[data-color="Venetian Gray"] { background-color: #735D56; }
.color-dot[data-color="Vintage Heavy Metal"] { background-color: #505759; }
.color-dot[data-color="Oatmeal"] { background-color: #DEDBCE; }
.color-dot[data-color="SAND"] { background-color: #D9CCBD; }
.color-dot[data-color="LIGHT GRAY"] { background-color: #B2B3AD; }
.color-dot[data-color="WARM GRAY"] { background-color: #929B96; }
.color-dot[data-color="DESERT ROSE"] { background-color: #E9E7E8; }
.color-dot[data-color="ACADIA"] { background-color: #A58DB1; }
.color-dot[data-color="SLUSHY"] { background-color: #999CA1; }
.color-dot[data-color="SUNFLOWER"] { background-color: #89789C; }
.color-dot[data-color="ZEN RAINBOW"] { background-color: #95729C; }
.color-dot[data-color="CHERRY COLA"] { background-color: #372937; }
.color-dot[data-color="Black Galaxy Sp"] { background-color: #4F4336; }
.color-dot[data-color="USA Rainbow"] { background-color: #F36F71; }
.color-dot[data-color="Black/Red"] { background-color: #CB3041; }
.color-dot[data-color="Black/Teal"] { background-color: #004955; }
.color-dot[data-color="Sky Blue"] { background-color: #2D89DA; }
.color-dot[data-color="Grey Concrete"] { background-color: #92918D; }
.color-dot[data-color="Jet Black"] { background-color: #1E1E1E; }
.color-dot[data-color="Heather Dusty Sag"] { background-color: #9EBDB3; }
.color-dot[data-color="Grey Frost"] { background-color: #929292; }
.color-dot[data-color="StormCloud"] { background-color: #858388; }
.color-dot[data-color="Natural"] { background-color: #FFFEDE; }
.color-dot[data-color="Asphalt"] { background-color: #484648; }
.color-dot[data-color="Heather Dusty Sag"] { background-color: #9EBDB3; }
.color-dot[data-color="Grey Frost"] { background-color: #929292; }
.color-dot[data-color="StormCloud"] { background-color: #858388; }
.color-dot[data-color="SCARLET"] { background-color: #ED9999; }
.color-dot[data-color="ACID GREEN"] { background-color: #7A9A01; }
.color-dot[data-color="DESERT KHAKI"] { background-color: #A09074; }
.color-dot[data-color="ATH GREY TRIBLND"] { background-color: #B5B3B4; }
.color-dot[data-color="SOLID WHITE TRIBELND"] { background-color: #FFFFFF; }
.color-dot[data-color="Storm Triblend"] { background-color: #645E5E; }
.color-dot[data-color="CHAR-BLACK TRIBLEND"] { background-color: #827F77; }
.color-dot[data-color="GREY TRIBLEND"] { background-color: #6A6A6B; }
.color-dot[data-color="SOLID BLACK TRIBLEND"] { background-color: #000000; }
.color-dot[data-color="SPORT GRAPHITE"] { background-color: #75787B; }
.color-dot[data-color="SPORT ORANGE"] { background-color: #FA4616; }
.color-dot[data-color="SPORT RED"] { background-color: #BA0C2F; }
.color-dot[data-color="SPORT MAROON"] { background-color: #6F263D; }
.color-dot[data-color="Heather Gray (90/10)"] { background-color: #B1B3B6; }
.color-dot[data-color="INDIGO"] { background-color: #465866; }
.color-dot[data-color="Heavy Metal"] { background-color: #474C53; }
.color-dot[data-color="CARDINAL"] { background-color: #911115; }
.color-dot[data-color="COOL BLUE"] { background-color: #335994; }
.color-dot[data-color="MIDNIGHT NAVY"] { background-color: #092263; }
.color-dot[data-color="Citron"] { background-color: #DDE3D5; }
.color-dot[data-color="SPIDER BLACK"] { background-color: #414046; }
.color-dot[data-color="SPIDER RED"] { background-color: #F3657E; }
.color-dot[data-color="Eternity"] { background-color: #DE99B5; }
.color-dot[data-color="SATURN"] { background-color: #E4EA00; }
.color-dot[data-color="Neon Rainbow."] { background-color: #F2F29A; }
.color-dot[data-color="SPIDER BABY BLUE"] { background-color: #BDCCE6; }
.color-dot[data-color="Lagoon."] { background-color: #8BB8E8; }
.color-dot[data-color="BLUE JERRY"] { background-color: #3275BA; }
.color-dot[data-color="SPIDER ROYAL"] { background-color: #3E71BE; }
.color-dot[data-color="Cotton Candy"] { background-color: #C5B4E3; }
.color-dot[data-color="Lagoon."] { background-color: #8BB8E8; }
.color-dot[data-color="SOLID WHITE TRIBLEND"] { background-color: #FFFFFF; }
.color-dot[data-color="OATMEAL TRIBLEND"] { background-color: #FFFADE; }
.color-dot[data-color="Athletic Grey Triblend"] { background-color: #898D8D; }
.color-dot[data-color="GREY TRIBLEND"] { background-color: #6A6A6B; }
.color-dot[data-color="Solid Dark Grey Triblend"] { background-color: #484648; }
.color-dot[data-color="charcoal Black Triblend"] { background-color: #3D3935; }
.color-dot[data-color="Olive Drab Grn"] { background-color: #7D7D57; }
.color-dot[data-color="TRUE NAVY"] { background-color: #202A3C; }
.color-dot[data-color="Iron Grey"] { background-color: #494542; }
.color-dot[data-color="Anthracite"] { background-color: #4D4B4B; }
.color-dot[data-color="Rush Blue"] { background-color: #29539B; }
.color-dot[data-color="College Navy"] { background-color: #253449; }
.color-dot[data-color="Black/ White"] { background-color: #242424; }
.color-dot[data-color="ROYAL/WHITE"] { background-color: #0079DB; }
.color-dot[data-color="NAVY/WHITE"] { background-color: #222953; }
.color-dot[data-color="Iron Grey/ White"] { background-color: #616161; }
.color-dot[data-color="Black/ White"] { background-color: #242424; }
.color-dot[data-color="Deep Red/ White"] { background-color: #B52328; }
.color-dot[data-color="Black/ Deep Red"] { background-color: #AF0D0D; }
.color-dot[data-color="Maroon/ White"] { background-color: #4D212C; }
.color-dot[data-color="Gold/ Black"] { background-color: #EDAC16; }
.color-dot[data-color="Deep Orange/ White"] { background-color: #F27602; }
.color-dot[data-color="SOLID WHITE BLEND"] { background-color: #FFFFFF; }
.color-dot[data-color="ATHLETIC HEATHER"] { background-color: #999999; }
.color-dot[data-color="Heather Olive"] { background-color: #7A7256; }
.color-dot[data-color="Heather Navy"] { background-color: #333F48; }
.color-dot[data-color="DARK GREY HEATHER"] { background-color: #484647; }
.color-dot[data-color="SOLID BLACK BLEND"] { background-color: #000000; }
.color-dot[data-color="Heather Mauve"] { background-color: #B17C7B; }
.color-dot[data-color="Heather True Royal"] { background-color: #2D60A6; }
.color-dot[data-color="Heather Deep Teal"] { background-color: #34657F; }
.color-dot[data-color="TRUE RED"] { background-color: #A7192D; }
.color-dot[data-color="Lime Shock"] { background-color: #ADE26E; }
.color-dot[data-color="Tahiti Blue"] { background-color: #0D0D0D; }
.color-dot[data-color="Black/ Heather Grey"] { background-color: #0D0D0D; }
.color-dot[data-color="dust"] { background-color: #E5D4BA; }
.color-dot[data-color="Navy"] { background-color: #1E2437; }
.color-dot[data-color="Heather Dust"] { background-color: #C5B9AC; }
.color-dot[data-color="Grey"] { background-color: #808080; }
.color-dot[data-color="LIGHT GREEN"] { background-color: #65877B; }
.color-dot[data-color="BLUE SPRUCE"] { background-color: #475A56; }
.color-dot[data-color="PEPPER"] { background-color: #46413F; }
.color-dot[data-color="Terracotta"] { background-color: #E8927C; }
.color-dot[data-color="Dark Heather Grey"] { background-color: #505050; }
.color-dot[data-color="Bright Red"] { background-color: #AF2330; }
.color-dot[data-color="OXFORD"] { background-color: #939495; }
.color-dot[data-color="CHARCOAL GREY"] { background-color: #54565B; }
.color-dot[data-color="Black Heather"] { background-color: #3D3935; }
.color-dot[data-color="FOREST GREEN"] { background-color: #2F433A; }
.color-dot[data-color="Team Maroon"] { background-color: #83263A; }
.color-dot[data-color="Apple Green"] { background-color: #038C46; }
.color-dot[data-color="Gorge Green"] { background-color: #1E4F33; }
.color-dot[data-color="BABY BLUE"] { background-color: #A2C7DB; }
.color-dot[data-color="Stone"] { background-color: #E5DECE; }
.color-dot[data-color="Olive/ Stone Stitch"] { background-color: #69675C; }
.color-dot[data-color="Athletic Green"] { background-color:#2F4F38; }
.color-dot[data-color="Athletic Oxfrd"] { background-color: #6D717E; }
.color-dot[data-color="CoyoteBrn"] { background-color: #7A6D52; }
.color-dot[data-color="Ath Oxford/Blk"] { background-color: #2C2E2F; }
.color-dot[data-color="Black/Ath Oxfd"] { background-color: #1D201F; }
.color-dot[data-color="TNF Yellow"] { background-color: #DDA100; }
.color-dot[data-color="TNF Med Grey"] { background-color: #57585C; }
.color-dot[data-color="Asphalt Grey"] { background-color:#42433F; }
.color-dot[data-color="Urban Navy"] { background-color: #313039; }
.color-dot[data-color="TNF Black"] { background-color: #08080A; }
.color-dot[data-color="GREY HEATHER"] { background-color: #9C9D99; }
.color-dot[data-color="Black/White"] { background-color: #97999A; }
.color-dot[data-color="Coal Heather"] { background-color: #484A4C; }
.color-dot[data-color="Dark Heather Grey/ Red"] { background-color: #4C514C; }
.color-dot[data-color="Dark Heather Grey/ Navy"] { background-color: #0C0F23; }
.color-dot[data-color="Dark Heather Grey/ Black"] { background-color: #424340; }
.color-dot[data-color="True Navy/Wht"] { background-color: #393D54; }
.color-dot[data-color="Iron Grey/Wht"] { background-color: #464549; }
.color-dot[data-color="Black/Iron Gry"] { background-color: #1C1C1C; }
.color-dot[data-color="White/Pink Ras"] { background-color: #CB2667; }
.color-dot[data-color="Black/Tr Red"] { background-color: #B00C23; }
.color-dot[data-color="Black/Gold"] { background-color: #E6A903; }
.color-dot[data-color="Athletic Ox/Bk"] { background-color: #3A3E3F; }
.color-dot[data-color="Black/Natural"] { background-color: #242424; }
.color-dot[data-color="Neon Orange"] { background-color: #E45800; }
.color-dot[data-color="Athletic Red"] { background-color: #95021C; }
.color-dot[data-color="OlvDrabGn"] { background-color: #44482F; }
.color-dot[data-color="Stone/ Dark Green"] { background-color: #3B5641; }
.color-dot[data-color="Stone/ Black"] { background-color: #000000; }
.color-dot[data-color="Stone/ Brown"] { background-color: #6B4A35; }
.color-dot[data-color="Stone/ Navy"] { background-color: #333E59; }
.color-dot[data-color="Stone/ Maroon"] { background-color: #592025; }
.color-dot[data-color="Forest Green."] { background-color: #0D3A15; }
.color-dot[data-color="Hunter Green"] { background-color: #0D3A15; }
.color-dot[data-color="White/ White/ Columbia Blue"] { background-color: #92BCD4; }
.color-dot[data-color="White/ White/ Navy"] { background-color: #FFFFFF; }
.color-dot[data-color="White/ Aluminum/ Navy"] { background-color: #3C4351; }
.color-dot[data-color="White/ White/ Charcoal"] { background-color: #707070; }
.color-dot[data-color="White/ White/ Red"] { background-color: #C13E38; }
.color-dot[data-color="White/ White/ Black"] { background-color: #2A2A2A; }
.color-dot[data-color="Anth/Anth"] { background-color: #272D2C; }
.color-dot[data-color="Wht/Wht"] { background-color: #FFFFFF; }
.color-dot[data-color="CoolG/Wht"] { background-color: #707070; }
.color-dot[data-color="Anth/White"] { background-color: #272E2C; }
.color-dot[data-color="Navy/Navy"] { background-color: #282F3F; }
.color-dot[data-color="Dark Khaki"] { background-color: #A59C75; }
.color-dot[data-color="ShadowGrey"] { background-color: #808080; }
.color-dot[data-color="Heather White"] { background-color: #7E8491; }
.color-dot[data-color="Charcoal/ White"] { background-color: #59574C; }
.color-dot[data-color="Army Camo/ Black"] { background-color: #3C4B3A; }
.color-dot[data-color="Kryptek Highlander - Buck"] { background-color: #47392B; }
.color-dot[data-color="Military Digital Camo/ Light Green"] { background-color: #929993; }
.color-dot[data-color="Army Camo/ White"] { background-color: #394833; }
.color-dot[data-color="Realtree Max 7/ Buck"] { background-color: #40423B; }
.color-dot[data-color="Kryptek Typhon/ Black"] { background-color: #393634; }
.color-dot[data-color="Black/White"] { background-color: #ccc; }
.color-dot[data-color="White/ Black/ Gusty Grey"] { background-color: #939393; }
.color-dot[data-color="Heather Grey/ Black"] { background-color: #9E9E9E; }
.color-dot[data-color="Black/Tan"] { background-color: #5D583C; }
.color-dot[data-color="Heather Grey/ Patriot Blue"] { background-color: #37487E; }
.color-dot[data-color="Gusty Grey"] { background-color: #7C7E80; }
.color-dot[data-color="Graphite Grey"] { background-color: #3B3B40; }
.color-dot[data-color="Carhartt Brown"] { background-color: #925427; }
.color-dot[data-color="Dark Navy"] { background-color: #2C3E4B; }
.color-dot[data-color="Battleship Gry"] { background-color: #363D48; }
.color-dot[data-color="Deep Smoke"] { background-color: #737275; }
.color-dot[data-color="Pearl Grey Hth"] { background-color: #656768; }
.color-dot[data-color="Navy Heather"] { background-color: #3C4B5F; }
.color-dot[data-color="Black Char Hth"] { background-color: #434443; }
.color-dot[data-color="Rock"] { background-color: #92938D; }
.color-dot[data-color="Ash Grey"] { background-color: #737673; }
.color-dot[data-color="BLUE DENIM"] { background-color: #7083B0; }
.color-dot[data-color="SILVER"] { background-color: #D6D6D6; }
.color-dot[data-color="GREY DENIM"] { background-color: #696B6C; }
.color-dot[data-color="STEEL"] { background-color: #56555C; }
.color-dot[data-color="Faded Blue"] { background-color: #596FAA; }
.color-dot[data-color="INDIGO DENIM"] { background-color: #2E2F3C; }

.color-dot[data-color="FlintGrey"] { background-color: #7C8585; }
.color-dot[data-color="UniRed"] { background-color: #B93C3C; }
.color-dot[data-color="Game Royal"] { background-color: #255AAF; }
.color-dot[data-color="MdntNavy"] { background-color: #666C78; }

/* CSS BY JOUN */

/* .collection .card__media .media img{
      height: 350px;
} */

.custom-product-main__image{
  height:640px !important;
}


.orichi-watermark {
    display: none !important;
}

.orichi-brand-mark {
    display: none !important;
}


.preview-widget .pw-container [role="radiogroup"][aria-label="Shipping methods"] {
display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important; /* 3 items per row */
  gap: 20px !important;
}


.header-top-inner {
   flex-wrap: nowrap; /* ADD THIS */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top-left,
.header-top-center,
.header-top-right {
   white-space: nowrap; /* ADD THIS */
  flex: 1;
}

.header-top-center {
  text-align: center;
}

.header-top-right {
  justify-content: end;
    display: flex;
  text-align: right;
}

.header-top-left {
    justify-content: left;
  }
.header-top_link {
    align-items: center;
    align-content: center;
    align-self: center;
    display: flex;
    gap: 10px;
}
.header-top-icon {
    display: flex;
    justify-content: end;
}

.header-top-icon img{
width:15%;
}

.AirReviews-Blocks__ReviewDetails--Wrapper {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15) !important;
}

#AirReviews-BlockAllWrapper .AirReviews-Blocks__ListReview {
    column-count: unset !important;
    columns: unset !important;

    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap:20px !important;
}

@media (max-width: 1024px) {
    #AirReviews-BlockAllWrapper .AirReviews-Blocks__ListReview {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    #AirReviews-BlockAllWrapper .AirReviews-Blocks__ListReview {
        grid-template-columns: 1fr !important;
    }
}

.predictive-search--header {
    overflow: hidden;
  }



.AirReviews-Blocks__ReviewDetails.AirReviews-AllBlocks__ReviewDetails {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 620px; /* instead of height */
    height: auto; /* allow expansion */
}


  .collection slider-component {
    overflow: visible !important; 

} 


.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
} 


li.cm-compare-button {
    display: none;
}




.show-more-options .wcpa_checkbox{

    padding-top: 0px;
    justify-content: center;
    display: flex;
  }

 .show-more-options label span {
    font-size: 14px;
    font-weight: 600;
    color: white;
 }

.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox label, .wcpa_wrap .wcpa_check_ui_button .wcpa_radio label{
    padding: 12px 13px !important;
    border: 0px !important;
    padding: 5px 10px !important;
    background: #CB354E !important;
    border-radius: 0px !important;
  }


/* Force sticky sidebar in Modista */
 .facets-wrapper,
#FacetsWrapperDesktop {
  position: sticky !important;
  top: 120px; 
  height: fit-content;
  align-self: flex-start;
} 
/* Show more / collapse for product info column */
.product__info-container {
  position: relative;
}

.product__info-inner-wrap {
  position: relative;
}

.product__info-inner-wrap.is-collapsed {
  max-height: 520px;
  overflow: hidden;
}

.product__info-fade {
  display: none;
  position: absolute;
  bottom: 44px;
  left: 0; right: 0;
  height: 80px;
  background: linear-gradient(transparent, rgb(var(--color-background)));
  pointer-events: none;
  z-index: 2;
}

.product__info-inner-wrap.is-collapsed + .product__show-more-bar .product__info-fade {
  display: block;
}

.product__show-more-bar {
  position: relative;
  padding: 8px 0 4px;
  text-align: center;
}

.product__show-more-btn {
  font-size: 13px;
  font-weight: 500;
  color: rgb(var(--color-foreground));
  background: transparent;
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: 4px;
  padding: 7px 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s;
}

.product__show-more-btn:hover {
  background: rgba(var(--color-foreground), 0.05);
}

.product__show-more-chevron {
  font-size: 10px;
  transition: transform 0.2s;
  display: inline-block;
}

.product__info-inner-wrap:not(.is-collapsed) ~ .product__show-more-bar .product__show-more-chevron {
  transform: rotate(180deg);
}


/* Aco Labels Hide */
label.wcpa_field_label[for="field_number-3685121750"],
label.wcpa_field_label[for="field_number-3432331709"],
label.wcpa_field_label[for="field_number-2280661947"],
label.wcpa_field_label[for="field_number-3989751221"],
label.wcpa_field_label[for="field_number-5814832474"],
label.wcpa_field_label[for="field_number-5814832476"],
label.wcpa_field_label[for="field_number-5385243304"],
label.wcpa_field_label[for="field_number-5461339540"],
label.wcpa_field_label[for="field_number-1680977851"],
label.wcpa_field_label[for="field_number-1980578103"],
label.wcpa_field_label[for="field_number-5440132514"],
label.wcpa_field_label[for="field_number-4508644247"],
label.wcpa_field_label[for="field_number-0582396792"],
label.wcpa_field_label[for="field_number-0582396794"]

{
  visibility: hidden;
}


media-gallery slider-component[id^="GalleryThumbnails"] {
  display: none !important;
}

.custom-media-stack {
  width: 100%;
}

.custom-media-stack .product__media-list,
.custom-media-stack .product__media-item,
.custom-media-stack .product-media-container {
  width: 100%;
  max-width: 100%;
}

.custom-product-thumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 18px;
  position: relative;
  z-index: 2 !important;
  background: #fff;
}

.custom-product-thumbs__arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #111;
  cursor: pointer;
  flex: 0 0 36px;
  line-height: 1;
  font-size: 22px;
}

.custom-product-thumbs__viewport {
  overflow: hidden;
  width: 100%;
}

.custom-product-thumbs__track {
  display: flex;
  gap: 10px;
  transition: transform 0.3s ease;
  will-change: transform;
  padding-right: 10px;
  box-sizing: border-box;
}

.custom-product-thumb {
  flex: 0 0 84px;
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  padding: 0;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
}

.custom-product-thumb.is-active {
  border-color: #111;
}

.custom-product-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 749px) {
  .custom-product-thumbs {
    gap: 8px;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {

  #offerclock{
    justify-content:center;
  }

   .header-top-inner {
    flex-wrap: wrap;
  }

  .header-top-left,
  .header-top-center,
  .header-top-right {
    white-space: normal;
    flex: unset;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .header-top-right {
    justify-content: center;
  }

  .header-top-icon img {
    width: auto;
  }

  .custom-product-main__image{
  height:auto !important;
}

   


   


.collection .card__media .media img{
      height: 200px;
}


  .rte table {
    table-layout: fixed;
    text-align: center;
    width: 100%;
    min-width: 100%;
  }



  .custom-product-thumbs__arrow {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 18px;
  }

  .custom-product-thumb {
    flex-basis: 64px;
    width: 64px;
    min-width: 64px;
    max-width: 64px;
  }

/* Aco Labels Hide */
label.wcpa_field_label[for="field_number-3685121750"],
label.wcpa_field_label[for="field_number-3432331709"],
label.wcpa_field_label[for="field_number-2280661947"],
label.wcpa_field_label[for="field_number-3989751221"],
label.wcpa_field_label[for="field_number-5814832474"],
label.wcpa_field_label[for="field_number-5814832476"],
label.wcpa_field_label[for="field_number-5385243304"],
label.wcpa_field_label[for="field_number-5461339540"],
label.wcpa_field_label[for="field_number-1680977851"],
label.wcpa_field_label[for="field_number-1980578103"],
label.wcpa_field_label[for="field_number-5440132514"],
label.wcpa_field_label[for="field_number-4508644247"],
label.wcpa_field_label[for="field_number-0582396792"],
label.wcpa_field_label[for="field_number-0582396794"]
{
 display:none;
}

 .facets-wrapper,
  #FacetsWrapperDesktop {
    position: static !important;
    top: auto !important;
  }

.card__content

 {
    /* overflow: scroll; */
    display: contents !important;

}

.card__inner {
    height: 210px !important;
  }

  .product-card-color-dots{
    gap: 1px !important;
  }

  .product-card-color-dots .color-dot {
    width: 18px !important;
    height: 18px !important;
  }

}


.product-description .rte ul,
  .product-description .tab-rte ul,
  .product-description .rte ol,
  .product-description .tab-rte ol {
    padding-left: 24px !important;
    margin: 0 0 16px !important;
  }

  .product-description .rte ul,
  .product-description .tab-rte ul {
    list-style: disc !important;
  }

  .product-description .rte ol,
  .product-description .tab-rte ol {
    list-style: decimal !important;
  }

  .product-description .rte li,
  .product-description .tab-rte li {
    display: list-item !important;
    list-style: inherit !important;
    margin-bottom: 6px !important;
  }

  .product-description .rte li::marker,
  .product-description .tab-rte li::marker {
   
    opacity: 1 !important;
    font-size: 1em !important;
  }

.wcpa_wrap .wcpa_check_ui_button .wcpa_checkbox label, .wcpa_wrap .wcpa_check_ui_button .wcpa_radio label{
  padding:10px !important;
}


.wcpa_wrap .wcpa_radio label
 {
    padding: 10px;
    flex-direction: row;
 }

span.matrix-title {
    font-weight: 500;
    font-size: 16px;
    /* color: #111 !important; */
}

.wcpa_section_body select{
  border-radius:0px !important;
    padding: 10px !important;
    font-weight: 500;
    font-family: 'Jost' !important;
    color: black;
    width: 100% !important;
    border: 1px solid #cb354e !important ;
}


.wcpa_section_body input{
 border-radius:0px !important;
    padding: 10px !important;
    font-weight: 500;
    font-family: 'Jost' !important;
    color: black;
   
    border: 1px solid #cb354e !important ;
}


.wcpa_wrap .wcpa_field_label {
    font-size: 16px !important;
    width: 100%;
        color: #111 !important;
    font-weight: 500 !important;}


/* .wcpa_wrap .wcpa_price_summary {
    display: none;} */

    .wcpa_wrap .wcpa_field_price {
    display: none !important;
  
  }
.wcpa_form_outer {
    margin: 0 !important;
  }


.spb-label-tooltip label {
    margin-bottom: .2rem ;
    font-weight: 500 ;
    color: var(--color-base-accent-2) ;
    text-transform: capitalize ;
  }

  .matrix-add-to-cart{
    margin-top:40px !important;
  }

select.spb-productoptiontextcolor:focus{
  border-color:#cb354e !important;
}

select.spb-productoptiontextcolor:hover{
   border-color:#cb354e !important;
}


.upload-button{
  align-self:center;
}

.upload-form{
  display: flex;
    flex-direction: column;
}

.upload-lift {
    display: flex;
    justify-content: center;
}

  .cart-item__bundle-qty-wrapper {
  display: flex;
  align-items: center;

}

.cart-item__quantity-wrapper {
    align-items: center;
    display: flex;
}

#hotdeal-wrapper label {
  display: block;
    font-weight: 500;
    color: #111;
}

#hotdeal-wrapper select {
  padding:10px;
    font-weight: 500;
    font-family: 'Jost';
    color: black;
    width: 50% !important;
    border: 1px solid #cb354e;
}

.hotdeal-field {
  margin-bottom: 12px;
}


#businesscard-wrapper label {
  display: block;
    font-weight: 500;
    color: #111;
}

#businesscard-wrapper select {
  padding:10px;
    font-weight: 500;
    font-family: 'Jost';
    color: black;
    width: 50% !important;
    border: 1px solid #cb354e;
}

.businesscard-field {
  margin-bottom: 12px;
}

.product-com-wish {
    display: none;
}

.cart-item[data-bundle="bundle-10"] .quantity-selector{
  display:none;
}


.card__inner .card__content .quick-add{
display:none !important;
}



.upload-container{
  display: flex;
    justify-content: center;
}
.cl-upload--wrapper {
    width: 100%;
}


/* Lightbox */
#lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.95);
  text-align: center;
  padding-top: 60px;
}

#lightbox-img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}

#lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@media(max-width:600px){
  .cart-upload-preview img {
    max-width: 90px;
  }
}

.list-group-item .product-card-color-dots{
  justify-content: left !important;
}


.card__information>.quick-add{
display:none !important;
}

.print-location-wrapper select {
    font-weight: 500;
    font-family: 'Jost';
    color: black;
    width: 100% !important;
    border: 1px solid #cb354e;
}

label {
    font-weight: 500;
    color: #111;
}

  

select.spb-productoptiontextcolor{

  
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 84% !important;
    padding: 8px 16px;
    /* line-height: 1.5rem; */
    font-size: 1.5rem;
    font-family: "jost" !important;
    font-weight: 500;
    color: black;
    background-color: #ffffff;
    border: 2px solid #cb354e;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


.spb-select::after{
  display:none;
}


.size-matrix {
  margin-top: 20px;
}

.size-matrix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 12px;
}

.size-cell label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.size-cell input {
  width: 100%;
  padding: 6px;
}

/* Size Matrix Add to Cart button */
.matrix-add-to-cart,
.matrix-add-to-cart *,
button.matrix-add-to-cart,
button.matrix-add-to-cart span {
  color: var(--color-base-solid-button-labels);
}

.matrix-add-to-cart {
  background-color: var(--color-base-accent-1); /* match theme primary */
  border-color: var(--color-base-accent-1)
  margin-block: 10px;
}

/* Container for the options */
[role="group"] span {
  display: grid;
  /* Creates 3 columns on desktop, adjusts to 1 or 2 on mobile */
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  width: 100%;
}

/* The Card Label */
label:has(input[type="radio"]) {
  position: relative;
  display: flex;
  flex-direction: column; /* Stack circle and text vertically */
  align-items: center;
  justify-content: center;
  text-align: center;
  /*padding: 20px 10px;*/
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  min-height: 80px;
}

/* Hide the actual radio circle */
input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Hover State */
label:has(input[type="radio"]):hover {
  border-color: var(--color-base-accent-1);
  background-color: #f8f9ff;
  transform: translateY(-2px); /* Lift effect */
}

/* Selected State */
label:has(input[type="radio"]:checked) {
  border-color: var(--color-base-accent-1);
  background-color: #eff6ff;
  box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.2);
}

/* Text Styling inside the card */
label span {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  line-height: 1.2;
}

/* Small indicator dot at the top right (Optional UX Touch) */
label:has(input[type="radio"]:checked)::after {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--color-base-accent-1);
  color: white;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----Select Menu---*/
/* Container Layout */
.spb-select {
  position: relative;
  width: 100%;
  max-width: 300px; /* Prevents the dropdown from being awkwardly wide */
  margin-top: 8px;
}

/* The actual Select Box */
/* select.spb-productoptiontextcolor { */
  /* appearance: none; Removes default browser arrow */
  /* -webkit-appearance: none;
  -moz-appearance: none; */
  
  /* width: 100%;
  padding: 12px 16px; */
  /* font-size: 16px; Prevents iOS zoom on focus */
  /* font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #1f2937;
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); */
/* } */

/* Hover State */
select.spb-productoptiontextcolor:hover {
  border-color: #6366f1;
  background-color: #f9fafb;
}

/* Focus State (When clicked) */
select.spb-productoptiontextcolor:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
  background-color: #ffffff;
}

/* Creating a Custom Modern Arrow */
.spb-select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-color: #6b7280;
  clip-path: polygon(100% 0%, 0% 0%, 50% 100%); /* Creates a clean triangle */
  pointer-events: none; /* Allows clicks to pass through to the select */
  transition: transform 0.3s ease;
}

/* Arrow animation when focused */
.spb-select:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
  background-color: #6366f1;
}

/* Label Styling for Consistency */
/* .spb-label-tooltip label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
} */


/* === Decoration Method Layout === */
.decoration-method .decoration-options {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}

.decoration-method .decoration-option {
  flex: 1 1 0;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: 14px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
  background: #fff;
}
/* 


.decoration-method .decoration-option span {
  line-height: 1.3;
}

.decoration-method .decoration-option input {
  display: none;
} */

/* Selected state */
/* .decoration-method .decoration-option input:checked + span {
  font-weight: 600;
}

.decoration-method .decoration-option input:checked + span::before {
  content: "";
} */

/* .decoration-method .decoration-option input:checked ~ span,
.decoration-method .decoration-option:has(input:checked) {
  border-color: #1a73e8;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.15);
} */

/* Hover */
/* .decoration-method .decoration-option:hover {
  border-color: #999;
} */

/* === Mobile Safety === */
@media (max-width: 480px) {
  .decoration-method .decoration-option {
    padding: 12px 10px;
    font-size: 14px;
  }

  .decoration-method small {
    font-size: 12px;
  }
}
.pw-steps {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 10px 0;
}

.pw-step {
flex: 1;
text-align: center;
position: relative;
}

.pw-step-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: #bb3148 !important;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
position: relative;
}

/* Left connector */
.pw-step:not(:first-child) .pw-step-icon::before {
content: "";
position: absolute;
top: 50%;
right: calc(100% + 12px);
width: calc(50vw - 80px);
max-width: 145px;
height: 2px;
background: #d9d9d9;
transform: translateY(-50%);
z-index:-1
}

.pw-step-title {
margin-top: 8px;
font-size: 14px;
color: #555;
}

.pw-step-date {
margin-top: 4px;
font-size: 12px;
color: #888;
line-height: 1.4;
}
