/** Shopify CDN: Minification failed

Line 312:0 Unexpected "@media"

**/
body {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}

.lp-container {
    width: 100% !important;
    max-width: 576px !important;
    margin: 0 auto !important;
    position: relative;
    background-color: #fff !important;
    line-height: 0;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.lp-section-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.lp-img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0;
}

.cta-overlay, .button-only-overlay {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.cta-overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.pos-lp01, .pos-lp06, .pos-lp08, .pos-lp10 { top: 94%; }
.pos-cta01 { top: 56%; }
.pos-cta02 { top: 64%; }

.pulse-btn, .static-btn {
    display: block;
    width: 100%;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    outline: none;
}

.pulse-btn {
    animation: lp-pulse-animation 2s infinite;
}

@keyframes lp-pulse-animation {
    0%, 50%, 70%, 100% { transform: scale(1); }
    60%, 80% { transform: scale(1.05); }
}

.button-only-overlay {
    bottom: 21%;
    width: 81%;
}

.lp-modal-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 15px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    line-height: 1.2;
}

.lp-faq-container {
    padding: 10px 20px 40px;
    background: #fff;
    line-height: 1.6;
}

.lp-faq-item {
    margin-bottom: 10px;
}

.lp-faq-q, .lp-faq-a {
    background: #f9f8f6;
}

.lp-faq-q {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.lp-faq-icon-q {
    color: #4a668c;
    font-weight: bold;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.lp-faq-q p {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.lp-faq-toggle {
    color: #999;
    font-size: 22px;
    flex-shrink: 0;
    margin-left: 10px;
    user-select: none;
}

.lp-faq-toggle .icon-open, .lp-faq-item.is-open .lp-faq-toggle .icon-close {
    display: none;
}

.lp-faq-item.is-open .lp-faq-toggle .icon-open {
    display: block;
}

.lp-faq-a {
    display: none;
    padding: 0 15px 20px;
    font-size: 13px;
    color: #444;
}

.lp-faq-item.is-open .lp-faq-a {
    display: block;
}

.lp-faq-a-inner {
    display: flex;
}

.lp-faq-icon-a {
    font-weight: bold;
    margin-right: 18px;
    color: #333;
    font-size: 16px;
    padding-left: 2px;
    flex-shrink: 0;
}

.lp-faq-a p {
    margin: 0;
    flex: 1;
}

.lp-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.lp-modal-window {
    background: #fff;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lp-modal-header {
    padding: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.lp-modal-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.lp-modal-body {
    padding: 20px;
    overflow-y: auto;
    font-size: 12px;
    line-height: 1.8;
    color: #444;
    text-align: left;
}

.lp-modal-body h5 {
    margin: 15px 0 5px;
    font-weight: bold;
    border-left: 3px solid #333;
    padding-left: 10px;
    color: #222;
}

.lp-footer {
    position: relative;
    padding: 50px 20px;
    background: #fff;
    text-align: center;
    line-height: 1.6 !important; 
}

.lp-footer::before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0 auto 40px;
}

.footer-label {
    display: block;
    font-size: 13px;
    color: #999;
    margin: 0 0 12px;
    letter-spacing: 0.05em;
}

.footer-email {
    display: block;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    margin-bottom: 25px;
    letter-spacing: 0.02em;
}

.footer-hours {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    margin-top: 10px;
}

.footer-icon {
    font-size: 10px !important;
    margin: 0 6px;
    color: #ccc;
    line-height: 1;
}

.hours-text {
    font-size: 12px;
    line-height: 1;
}

.footer-policy-nav {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer-policy-nav a {
  font-size: 12px;
  color: #333; 
  text-decoration: none;
}

.footer-policy-nav a:hover {
  text-decoration: underline;
}

.footer-copyright {
  margin-top: 20px;
  font-size: 10px;
  color: #999;
  text-align: center;
}v

@media (min-width: 576px) {
    .lp-container {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .lp-modal-trigger {
        padding: 12px 15px !important;
    }
    .lp-footer {
        padding: 60px 20px;
    }
}