/*
Generated time: February 25, 2026 18:37
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}input,select,textarea{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}dialog{background-color:var(--color-background);color:var(--color-foreground)}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p:empty{display:none}:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6),:is(p,h1,h2,h3,h4,h5,h6):first-child{margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+ :empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);background-color:var(--color-background);color:var(--color-foreground)}.shopify-section{--content-width:min(
    calc(var(--page-width) - var(--page-margin) * 2),
    calc(100% - var(--page-margin) * 2)
  );--content-margin:minmax(var(--page-margin), 1fr);--content-grid:var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1/-1}

.pl--product-card .pl--product-information + .pl-container,
.product-card .pl-container {
  display: none !important;
}
.pl--collection-badge-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--pl-space-1);
  align-items: flex-start;
}
.pl--collection-badge-container--top-left {
  position: absolute;
  top: var(--pl-space-2);
  left: var(--pl-space-2);
  z-index: 10;
}
.pl--collection-badge {
  display: inline-block;
  background-color: #b0acac !important;
  color: #fff;
  font-family: var(--pl-font-sans);
  font-size: var(--pl-text-xs);
  line-height: 1;
  padding: 6px 10px;
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .pl--collection-badge {
    font-size: 10px;
    padding: 4px 8px;
  }
}