
/* Waitlist Button */
.pp-waitlist-btn[data-v-65367fd8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 12px 24px;
    background: #1f2937;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}
.pp-waitlist-btn[data-v-65367fd8]:hover {
    background: #374151;
    color: #fff;
    text-decoration: none;
}

/* Disabled variant buttons */
.pp-var-btn[data-v-65367fd8]:disabled,
.pp-var-btn[disabled][data-v-65367fd8] {
    opacity: 0.4;
    cursor: not-allowed;
    position: relative;
}
.pp-var-btn[data-v-65367fd8]:disabled::after,
.pp-var-btn[disabled][data-v-65367fd8]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
    transform: rotate(-45deg);
}

/* Selection Alert */
.pp-selection-alert[data-v-65367fd8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 14px;
    margin-top: 12px;
}
.pp-selection-alert i[data-v-65367fd8] {
    font-size: 16px;
}

/* Needs Selection Highlight */
.pp-variant-group.pp-needs-selection[data-v-65367fd8] {
    animation: pp-pulse-border-65367fd8 0.5s ease-in-out 3;
    border-radius: 8px;
    padding: 8px;
    margin: -8px;
    margin-bottom: 8px;
    background: rgba(239, 68, 68, 0.05);
}
.pp-select-hint[data-v-65367fd8] {
    color: #ef4444;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px;
    animation: pp-fade-pulse-65367fd8 1s ease-in-out infinite;
}
@keyframes pp-pulse-border-65367fd8 {
0%, 100% {
        box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.3);
}
50% {
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.6);
}
}
@keyframes pp-fade-pulse-65367fd8 {
0%, 100% { opacity: 1;
}
50% { opacity: 0.5;
}
}

/* Button Styles */
.pp-btn[data-v-65367fd8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    flex: 1;
}

/* Full width button (when only one button is shown) */
.pp-btn.pp-btn-full[data-v-65367fd8] {
    flex: 1 1 100%;
    width: 100%;
}

/* Solid - default filled */
.pp-btn.btn-style-solid[data-v-65367fd8] {
    border-radius: 8px;
}

/* Outline - just border */
.pp-btn.btn-style-outline[data-v-65367fd8] {
    border-radius: 8px;
    background: transparent !important;
}

/* Rounded - more rounded corners */
.pp-btn.btn-style-rounded[data-v-65367fd8] {
    border-radius: 12px;
}

/* Pill - fully rounded */
.pp-btn.btn-style-pill[data-v-65367fd8] {
    border-radius: 50px;
}

/* Soft - lighter background */
.pp-btn.btn-style-soft[data-v-65367fd8] {
    border-radius: 8px;
    opacity: 0.9;
}

/* Square - sharp corners */
.pp-btn.btn-style-square[data-v-65367fd8] {
    border-radius: 0;
}

/* Gradient - gradient background */
.pp-btn.btn-style-gradient[data-v-65367fd8] {
    border-radius: 8px;
    background: linear-gradient(135deg, var(--btn-bg, #374151) 0%, var(--btn-bg-hover, #1f2937) 100%) !important;
}

/* 3D - 3D effect */
.pp-btn.btn-style-3d[data-v-65367fd8] {
    border-radius: 8px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}
.pp-btn.btn-style-3d[data-v-65367fd8]:active {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(3px);
}

/* Ghost - dashed border */
.pp-btn.btn-style-ghost[data-v-65367fd8] {
    border-radius: 8px;
    background: transparent !important;
    border-style: dashed !important;
}

/* Underline - just underline, no background */
.pp-btn.btn-style-underline[data-v-65367fd8] {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid currentColor !important;
    border-radius: 0 !important;
    padding: 12px 16px;
}
.pp-btn.btn-style-underline[data-v-65367fd8]:hover {
    border-bottom-width: 3px !important;
}

/* Price display in component */
.pp-price-display[data-v-65367fd8] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.pp-price-current[data-v-65367fd8] {
    font-size: 24px;
    font-weight: 700;
}
.pp-price-compare[data-v-65367fd8] {
    font-size: 16px;
    text-decoration: line-through;
    color: var(--page-text, #9ca3af);
    opacity: 0.5;
}
.pp-price-discount[data-v-65367fd8] {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

/* Disabled action buttons */
.pp-btn[data-v-65367fd8]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Loading Spinner */
.pp-spinner[data-v-65367fd8] {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: pp-spin-65367fd8 0.75s linear infinite;
    margin-left: 8px;
}
@keyframes pp-spin-65367fd8 {
to { transform: rotate(360deg);
}
}

/* Price Per Unit */
.pp-price-unit[data-v-65367fd8] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 12px;
}
.pp-price-unit i[data-v-65367fd8] {
    font-size: 12px;
}

/* Promotion Badge */
.pp-promotion-badge[data-v-65367fd8] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #f59e0b;
    border-radius: 8px;
    color: #92400e;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}
.pp-promotion-badge i[data-v-65367fd8] {
    color: #f59e0b;
}

/* Max Stock Alert */
.pp-max-stock-alert[data-v-65367fd8] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 8px;
    color: #92400e;
    font-size: 14px;
    margin-top: 12px;
}
.pp-max-stock-alert i[data-v-65367fd8] {
    font-size: 16px;
    color: #f59e0b;
}

/* Transitions */
.fade-enter-active[data-v-65367fd8],
.fade-leave-active[data-v-65367fd8] {
    transition: opacity 0.3s ease;
}
.fade-enter[data-v-65367fd8],
.fade-leave-to[data-v-65367fd8] {
    opacity: 0;
}

/* ========================================
   MOBILE OPTIMIZATIONS
   ======================================== */
@media (max-width: 575px) {
    /* Larger touch targets */
.pp-btn[data-v-65367fd8] {
        min-height: 52px;
        font-size: 16px;
        border-radius: 12px !important;
        -webkit-tap-highlight-color: transparent;
}
.pp-btn[data-v-65367fd8]:active {
        transform: scale(0.98);
}

    /* Variant buttons */
.pp-var-btn[data-v-65367fd8] {
        min-height: 44px;
        min-width: 44px;
        font-size: 14px;
        -webkit-tap-highlight-color: transparent;
}
.pp-var-btn[data-v-65367fd8]:active {
        transform: scale(0.95);
}

    /* Quantity controls */
.pp-qty-selector[data-v-65367fd8] {
        border-radius: 10px;
}
.pp-qty-btn[data-v-65367fd8] {
        width: 44px;
        height: 44px;
        font-size: 18px;
}
.pp-qty-input[data-v-65367fd8] {
        width: 48px;
        height: 44px;
        font-size: 16px;
}

    /* Alerts and messages */
.pp-selection-alert[data-v-65367fd8],
    .pp-max-stock-alert[data-v-65367fd8] {
        font-size: 13px;
        padding: 10px 14px;
        border-radius: 10px;
}

    /* Promotion badge */
.pp-promotion-badge[data-v-65367fd8] {
        font-size: 13px;
        padding: 10px 14px;
        border-radius: 10px;
}

    /* Price display */
.pp-price-display[data-v-65367fd8] {
        gap: 10px;
}
.pp-price-current[data-v-65367fd8] {
        font-size: 26px;
}
.pp-price-compare[data-v-65367fd8] {
        font-size: 15px;
}

    /* Sold out state */
.pp-sold-out[data-v-65367fd8] {
        text-align: center;
        padding: 24px 16px;
}
.pp-waitlist-btn[data-v-65367fd8] {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        font-size: 15px;
        border-radius: 12px;
}

    /* Select hint */
.pp-select-hint[data-v-65367fd8] {
        font-size: 11px;
}

    /* Variant group needs selection */
.pp-variant-group.pp-needs-selection[data-v-65367fd8] {
        padding: 12px;
        margin: -12px;
        margin-bottom: 4px;
        border-radius: 12px;
}

    /* ========== PURCHASE BOX - Mobile ========== */
.pp-purchase-box[data-v-65367fd8] {
        padding: 16px;
        margin: 16px -16px 0;
        background: transparent !important;
        border-radius: 0;
}
.pp-qty-row[data-v-65367fd8] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 0;
        flex-wrap: nowrap;
}
.pp-qty-row .pp-qty-label[data-v-65367fd8] {
        font-size: 13px;
        font-weight: 600;
        color: var(--page-text, #374151);
        flex-shrink: 0;
}
.pp-qty-row .pp-stock[data-v-65367fd8] {
        font-size: 11px;
        color: var(--page-text, #6b7280);
        opacity: 0.7;
        flex-shrink: 0;
}
.pp-total-row[data-v-65367fd8] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid var(--border-subtle, #e5e7eb);
}
.pp-total-row .pp-total-label[data-v-65367fd8] {
        font-size: 13px;
        color: var(--page-text, #6b7280);
        opacity: 0.7;
}
.pp-total-row .pp-total-price[data-v-65367fd8] {
        font-size: 20px;
        font-weight: 700;
}
}
