body {
  font-family: var(--body-font-family), var(--body-font-family-fallback);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  color: var(--body-text-color);
}
.btn,
button,
.heading,
h1,
h2,
h3,
h4,
h5,
h6,
h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-style: var(--header-font-style);
  font-family: var(--header-font-family);
  font-weight: var(--header-font-weight);
  letter-spacing: var(--header-letter-spacing);
  text-transform: var(--header-transform);
}
h1,
.h1 {
  font-size: var(--heading_one_fs);
}
h2,
.h2 {
  font-size: var(--heading_two_fs);
}
h3,
.h3 {
  font-size: var(--heading_three_fs);
}
h4,
.h4 {
  font-size: var(--heading_four_fs);
}
h5,
.h5 {
  font-size: var(--heading_five_fs);
}
h6,
.h6 {
  font-size: var(--heading_six_fs);
}
p,
span,
li,
a,
input,
textarea,
select,
.p {
  font-size: var(--body-font-size);
}
drawer-trigger,
search-trigger {
  display: block;
  height: auto;
  line-height: 1;
  font-size: 0;
}
details > summary {
  list-style: none;
}
details > summary::marker,
details > summary::-webkit-details-marker {
  display: none;
}
details summary {
  list-style: none;
}
button span {
  line-height: inherit;
}
.border-color,
[class^="divide-"] > *,
[class*=" divide-"] > * {
  border-color: var(--border-color);
}
.accordion--product {
  margin-top: 0.75rem;
}
.accordion + .accordion {
  border-top: none;
  margin-top: 0;
}
.search-results {
  background-color: var(--search-results-background);
}
.scroll-bar {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.scroll-bar > * {
  scroll-snap-align: start;
}
.scroll-bar::-webkit-scrollbar:not(.scroll-bar--hidden) {
  height: 5px;
}
.scroll-bar::-webkit-scrollbar-track:not(.scroll-bar--hidden) {
  background: #eee;
}
.scroll-bar::-webkit-scrollbar-thumb:not(.scroll-bar--hidden) {
  background-color: var(--scrollbar-color);
}
.scroll-bar.scroll-bar--hidden::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: var(--primary-color);
  animation: dash 1.4s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
#recover {
  display: none;
}
#recover:target {
  display: block;
}
#recover:target ~ div {
  display: none;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  table,
  thead,
  tbody,
  tfoot,
  th,
  td,
  tr {
    display: block;
  }
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table td {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .responsive-table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-label);
    text-align: left;
  }
}
.is--hidden {
  display: none !important;
}
slider-component {
  display: block;
}
.product-grid-item-sticker--sale {
  background-color: var(--pgi-sale-badge-bg);
  color: var(--pgi-sale-badge-font);
}
.product-grid-item-sticker--sale > * {
  color: var(--pgi-sale-badge-font);
}
.rte p:empty,
.rte a:empty,
.rte h6:empty,
.rte h5:empty,
.rte h4:empty,
.rte h3:empty,
.rte h2:empty,
.rte h1:empty,
.rte span:empty {
  display: none;
}
.rte p {
  margin-bottom: 1em;
  line-height: 1.5;
}
.rte h6,
.rte h5,
.rte h4,
.rte h3,
.rte h2,
.rte h1 {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.rte ul,
.rte ol {
  margin-left: 1.5rem;
}
.rte li {
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.rte ul li {
  list-style-type: disc;
}
.rte ol li {
  list-style-type: decimal;
}
.rte a {
  color: var(--primary-color);
  text-decoration: underline;
}
[aria-hidden="true"].-translate-x-full {
  transform: translateX(-100%);
}
[aria-hidden="true"].translate-x-full {
  transform: translateX(100%);
}
[aria-hidden="false"].translate-x-0 {
  transform: translateX(0);
}

form#product_form_8657126129981 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-form-cta {
  width: 100%;
}
.btn.klaviyo-bis-trigger {
  display: none;
  background-color: var(--atc-btn-bg);
  color: var(--atc-btn-text);
  opacity: 0.5;
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
  max-width: 415px;
  margin: auto !important;
  margin-top: 10px !important;
  width: 100% !important;
  max-width: 94%;
}
.btn.klaviyo-bis-trigger:hover {
  background-color: var(--atc-btn-bg-hover);
  color: var(--atc-btn-text-hover);
}
.shopify-product-form:has([disabled]) .klaviyo-bis-trigger {
  display: block !important;
}

.product-form-cta .add-to-cart-button[disabled] {
  display: none;
}

.control-group .btn-success {
  border-color: var(--atc-btn-bg) !important;
  background-color: var(--atc-btn-bg) !important;
  color: var(--atc-btn-text) !important;
}

.klarna-widget svg,
.klarna-widget img {
  width: 50px;
  height: 25px;
  border-radius: 5px;
}

li.px-1.swatch-list-item:first-child {
    padding-left: 0;
}

.swatch-list-item {
    cursor: pointer;
}