/** Shopify CDN: Minification failed

Line 54:18 Unexpected "{"
Line 54:26 Expected ":"
Line 70:20 Unexpected "{"
Line 70:28 Expected ":"

**/


/* CSS from section stylesheet tags */
svg#us-map path {
    stroke: #faf9f5 !important;
    fill: #F2E9E0 !important;
    transition: fill .4s ease;
    transform-origin: center center;
}

svg#us-map path.active {
  fill: #E9D1B9 !important;
}

svg#us-map path:hover {
    fill: #E0D4C7 !important;
    cursor: initial !important;
}

svg#us-map path.active:hover {
    fill: #B1826D !important;
    cursor: pointer !important;
}

svg#us-map {
    display: block;
    width: 100%;
  max-width:1200px;
    height: auto;
  margin:0 auto; 
}

#details-box {
    opacity: 0%;
    padding: 1rem;
    border-radius: 0.6rem;
    font-size: 1.8rem;
    position: fixed;
    color: white;
    background-color: #38414A;
    width: fit-content;
    transform: translateX(-50%);
    transition: opacity .3s ease;
    z-index: 1;
}
#shopify-section-{{section.id}} .popup__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(var(--color-foreground),.2);
    transition: opacity 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
  }

  #shopify-section-{{section.id}} .popup__content {
    background: var(--gradient-background);
    padding: 40px;
}