/* SIPÇ Commerce — sipc-commerce.css */
/* Minimal. Acoustic. The cedilla goes interstellar. */
/* Phase1-revised-nowoo-paypal-custom-php */

/* ---- Cart ---- */
.sipc-cart-count {
    display: inline-block;
    font-family: 'CyborgPsychopomp', serif;
}

.sipc-cart-summary {
    margin-bottom: 2rem;
}

.sipc-cart-items {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.sipc-cart-item {
    display: flex;
    gap: 1rem;
    align-items: baseline;
    padding: 0.5rem 0;
    border-bottom: 1px solid currentColor;
    opacity: 0.9;
}

.sipc-item-title { flex: 1; }
.sipc-item-qty   { opacity: 0.6; }
.sipc-item-price { font-family: 'CyborgPsychopomp', serif; }

.sipc-remove-item {
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.4;
    font-size: 0.8em;
    padding: 0;
    text-decoration: underline;
}

.sipc-remove-item:hover {
    opacity: 1;
}

.sipc-cart-total {
    margin-top: 1rem;
    font-family: 'CyborgPsychopomp', serif;
    font-size: 1.2em;
}

/* ---- Product meta ---- */
.sipc-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0;
    align-items: baseline;
}

.sipc-price {
    font-family: 'CyborgPsychopomp', serif;
    font-size: 1.4em;
}

.sipc-scarcity,
.sipc-condition,
.sipc-capacity {
    font-size: 0.85em;
    opacity: 0.7;
}

.sipc-event-date,
.sipc-event-time {
    font-size: 0.9em;
}

.sipc-event-location {
    font-size: 0.85em;
    opacity: 0.7;
}

/* ---- Add to cart ---- */
.sipc-add-to-cart {
    cursor: pointer;
    padding: 0.6rem 1.4rem;
    font-family: 'CyborgPsychopomp', serif;
    font-size: 1em;
    border: 1px solid currentColor;
    background: transparent;
    transition: background 0.2s, color 0.2s;
}

.sipc-add-to-cart:hover {
    background: currentColor;
    color: var(--wp--preset--color--background, #fff);
}

.sipc-sold-out,
.sipc-coming-soon {
    opacity: 0.5;
    font-style: italic;
}

/* ---- Delivery selector ---- */
.sipc-delivery-selector h3 {
    font-family: 'CyborgPsychopomp', serif;
    margin-bottom: 1rem;
}

.sipc-delivery-option {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1.25rem;
    opacity: 0.85;
}

.sipc-delivery-option:last-child {
    border-bottom: none;
}

.sipc-delivery-option label {
    cursor: pointer;
}

.sipc-delivery-label {
    display: block;
    font-weight: 600;
    margin: 0.25rem 0;
}

.sipc-delivery-desc {
    display: block;
    font-size: 0.9em;
    opacity: 0.75;
    line-height: 1.5;
}

.sipc-delivery-fields {
    margin-top: 0.75rem;
    padding-left: 1.5rem;
}

.sipc-postcode-note {
    font-size: 0.8em;
    opacity: 0.6;
    margin-top: 0.4rem;
}

/* ---- Checkout button ---- */
.sipc-checkout-btn {
    display: block;
    width: 100%;
    margin-top: 2rem;
    padding: 1rem;
    font-family: 'CyborgPsychopomp', serif;
    font-size: 1.1em;
    border: 1px solid currentColor;
    background: transparent;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}

.sipc-checkout-btn:hover {
    background: currentColor;
    color: var(--wp--preset--color--background, #fff);
}

/* ---- Order states ---- */
.sipc-order-confirmed,
.sipc-order-failed,
.sipc-order-cancelled,
.sipc-cart-empty {
    padding: 2rem 0;
}

.sipc-order-confirmed h2 {
    font-family: 'CyborgPsychopomp', serif;
}

.sipc-error {
    color: #c00;
    font-size: 0.9em;
}

/* ---- Consent washroom ---- */
.sipc-washroom {
    max-width: 42rem;
    margin: 2rem auto;
    padding: 2rem 0;
}

.sipc-washroom-master,
.sipc-washroom-entrance-copy {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.sipc-washroom-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.sipc-consent-yes,
.sipc-consent-no {
    padding: 0.6rem 1.4rem;
    font-family: 'CyborgPsychopomp', serif;
    border: 1px solid currentColor;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.sipc-consent-yes:hover {
    background: currentColor;
    color: var(--wp--preset--color--background, #fff);
}

.sipc-consent-no {
    opacity: 0.6;
}

.sipc-consent-other {
    opacity: 0.5;
    font-size: 0.9em;
    align-self: center;
    text-decoration: underline;
}

/* ---- Locked entrance ---- */
.sipc-locked-entrance {
    max-width: 42rem;
    margin: 2rem auto;
    padding: 2rem 0;
}

.sipc-locked-copy {
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.sipc-locked-closing {
    font-family: 'CyborgPsychopomp', serif;
    opacity: 0.7;
    margin-bottom: 1.5rem;
}

.sipc-locked-back {
    text-decoration: underline;
    opacity: 0.6;
}

/* ---- Social embed ---- */
.sipc-social-embed {
    margin: 1.5rem 0;
}

.sipc-social-embed iframe {
    max-width: 100%;
    display: block;
}

/* ---- Story ---- */
.sipc-story {
    border-left: 2px solid currentColor;
    padding-left: 1.25rem;
    margin: 1.5rem 0;
    opacity: 0.8;
    font-style: italic;
    line-height: 1.7;
}

/* ---- Notice ---- */
.sipc-checkout-notice {
    opacity: 0.7;
    font-style: italic;
    margin-bottom: 1rem;
}
