
#shopify-section-header {
  position: sticky;
  top: -44px;
  z-index: 20;
  background: black;
}


.shifter-enabled .shifter-page {
  overflow: initial;
}


@media screen and (max-width: 980px) {
  #shopify-section-header {
    top: -33px;
  }
}

.nav_left_custom div#logo {
    position: relative;
}


.mobile-only-big img {
    max-height: 60px;
}


#PageContainer::after {
    content: '';
    background: #000000;
    position: absolute;
    inset: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.shifter-open #PageContainer::after {
    opacity: 0.5;
}


.lgx-contact-card {
    background-color: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 1rem 1rem 4rem 1rem;
}

.lgx-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lgx-icon {
    color: #ca5541;
    min-width: 1rem;
    text-align: center;
}

.lgx-content {
    flex: 1;
}

.lgx-phone-number {
    color: #24272d;
    text-decoration: none;
}

.lgx-hours {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.lgx-day-label {
    color: #ca5541;
    font-weight: 500;
    text-transform: uppercase;
}

.lgx-time {
    color: #24272d;
    margin-bottom: 0.5rem;
}

.lgx-address {
    color: #24272d;
    font-style: normal;
    line-height: 1.6;
}

.lgx-payment-section {
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.lgx-payment-title {
    color: #24272d;
    font-weight: 500;
    margin-bottom: 0.8rem;
    font-size: 14px;
}

.lgx-payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0!important;
}

.lgx-payment-methods > span {
    width: 100%;
    color: #666;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.lgx-payment-methods li {
    display: flex;
    align-items: center;
}

.lgx-payment-methods svg {
    height: 24px;
    width: auto;
}

body.product #content .lgx-payment-methods {
    justify-content: end;
}

@media (max-width: 767px) {
  body.product #content .lgx-payment-methods {
      justify-content: center;
  }
}

.lgx-stock-indicator {
    font-size: .75em;
    margin-bottom: 0.25rem!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!o;!o,;!o;!;
    display: block;
}
.lgx-stock-indicator::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-inline-end: .5em;
    border-radius: 9px;
    background-color: currentColor;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.35);
    }
    100% {
        transform: scale(1);
    }
}

.lgx-stock-indicator.lgx-stock-high {
    color: #2c9645;
}

.lgx-stock-indicator.lgx-stock-low {
    color: #d29800;
}

.lgx-stock-indicator.lgx-stock-out {
    color: #7e7e7e;
}

.lgx-stock-indicator.lgx-stock-out::before {
    animation: none
}