/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.9.1786751300
Updated: 2026-08-11 17:29:06

*/

/* Self-contained Single Product purchase shortcode */

.live-product-purchase {
    --lpp-ink: #25231f;
    --lpp-muted: #6b6258;
    --lpp-border: #d7d0c7;
    --lpp-soft: #f5f1ea;
    --lpp-line: #eee7de;
    color: var(--lpp-ink);
    font-family: "Instrument Sans", Sans-serif;
}

.live-product-purchase * {
    box-sizing: border-box;
}

.live-product-purchase__field {
    margin-bottom: 18px;
}

.live-product-purchase__label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
}

.live-product-purchase__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.live-product-purchase__chip {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid var(--lpp-border);
    border-radius: 999px;
    background: #fff;
    color: var(--lpp-ink);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.live-product-purchase__chip:hover,
.live-product-purchase__chip:focus,
.live-product-purchase__chip:focus-visible,
.live-product-purchase__chip:active {
    border-color: var(--lpp-ink) !important;
    background: #fff !important;
    color: var(--lpp-ink) !important;
    -webkit-text-fill-color: var(--lpp-ink) !important;
    outline: none !important;
    box-shadow: none !important;
    transform: translateY(-1px);
}

.live-product-purchase__chip.is-selected,
.live-product-purchase__chip.is-selected:hover,
.live-product-purchase__chip.is-selected:focus,
.live-product-purchase__chip.is-selected:focus-visible,
.live-product-purchase__chip.is-selected:active {
    border-color: var(--lpp-ink) !important;
    background: var(--lpp-ink) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.live-product-purchase__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--lpp-border);
}

.live-product-purchase__availability {
    min-height: 20px;
    color: var(--lpp-muted);
    font-size: 13px;
}

.live-product-purchase__price {
    margin-left: auto;
    color: #000;
    font-size: clamp(24px, 3vw, 30px);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.live-product-purchase__row {
    display: grid;
    grid-template-columns: auto minmax(180px, 1fr) auto;
    align-items: stretch;
    gap: 12px;
    margin-top: 18px;
}

.live-product-purchase__qty {
    display: inline-grid;
    grid-template-columns: 48px 46px 48px;
    min-height: 56px;
    overflow: hidden;
    border: 1px solid var(--lpp-border);
    border-radius: 999px;
    background: #fff;
}

.live-product-purchase__qty-button,
.live-product-purchase__qty-input {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    color: var(--lpp-ink);
}

.live-product-purchase__qty-button {
    background: var(--lpp-soft);
    font-size: 18px;
    cursor: pointer;
}

.live-product-purchase__qty-button:hover,
.live-product-purchase__qty-button:focus-visible {
    background: #ece5da;
    outline: none;
}

.live-product-purchase__qty-input {
    width: 46px;
    border-right: 1px solid var(--lpp-line);
    border-left: 1px solid var(--lpp-line);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    -moz-appearance: textfield;
}

.live-product-purchase__qty-input::-webkit-outer-spin-button,
.live-product-purchase__qty-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.live-product-purchase__button,
.live-product-purchase__coa-trigger,
.live-product-purchase__modal-action {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.live-product-purchase__button {
    padding: 0 34px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.live-product-purchase__button:hover,
.live-product-purchase__button:focus,
.live-product-purchase__button:focus-visible,
.live-product-purchase__button:active {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}

.live-product-purchase__button:disabled {
    background: #85827d;
    cursor: not-allowed;
}

.live-product-purchase__coa-trigger {
    min-width: 116px;
    padding: 0 24px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: var(--lpp-ink);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.live-product-purchase__coa-trigger:hover,
.live-product-purchase__coa-trigger:focus,
.live-product-purchase__coa-trigger:focus-visible,
.live-product-purchase__coa-trigger:active {
    border-color: #25231f !important;
    background: #fff !important;
    color: #25231f !important;
    -webkit-text-fill-color: #25231f !important;
    outline: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.live-product-purchase__coa-trigger:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.live-product-purchase__hidden {
    display: none !important;
}

.live-product-purchase__modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.live-product-purchase__modal.is-open {
    display: flex;
}

.live-product-purchase__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 13, 20, .58);
    backdrop-filter: blur(4px);
}

.live-product-purchase__modal-panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(920px, 100%);
    max-height: min(88vh, 920px);
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
}

.live-product-purchase__modal-header,
.live-product-purchase__modal-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
}

.live-product-purchase__modal-header {
    justify-content: space-between;
    border-bottom: 1px solid var(--lpp-line);
}

.live-product-purchase__modal-title {
    margin: 0;
    color: var(--lpp-ink);
    font-size: 20px;
    line-height: 1.2;
}

.live-product-purchase__modal-close {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: var(--lpp-soft);
    color: var(--lpp-ink);
    cursor: pointer;
}

.live-product-purchase__frame {
    display: block;
    width: 100%;
    min-height: min(68vh, 720px);
    border: 0;
    background: #fff;
}

.live-product-purchase__modal-actions {
    border-top: 1px solid var(--lpp-line);
}

.live-product-purchase__modal-action {
    flex: 1 1 auto;
    min-height: 44px;
    background: var(--lpp-ink);
    color: #fff;
    text-decoration: none;
}

.live-product-purchase__modal-action:visited,
.live-product-purchase__modal-action:hover,
.live-product-purchase__modal-action:focus,
.live-product-purchase__modal-action:focus-visible,
.live-product-purchase__modal-action:active {
    background: #131315 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.live-product-purchase__modal-close:hover,
.live-product-purchase__modal-close:focus,
.live-product-purchase__modal-close:focus-visible,
.live-product-purchase__modal-close:active {
    background: #ece5da !important;
    color: #25231f !important;
    -webkit-text-fill-color: #25231f !important;
    outline: none !important;
    box-shadow: none !important;
}

body.live-product-purchase-lock {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .live-product-purchase__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .live-product-purchase__qty {
        grid-template-columns: 56px 1fr 56px;
        width: 100%;
    }

    .live-product-purchase__qty-input {
        width: auto;
    }

    .live-product-purchase__button,
    .live-product-purchase__coa-trigger {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .live-product-purchase__meta {
        align-items: flex-start;
    }

    .live-product-purchase__modal {
        align-items: flex-end;
        padding: 0;
    }

    .live-product-purchase__modal-panel {
        border-radius: 20px 20px 0 0;
    }

    .live-product-purchase__frame {
        min-height: 56vh;
    }

    .live-product-purchase__modal-actions {
        flex-direction: column;
    }

    .live-product-purchase__modal-action {
        width: 100%;
    }
}
