/*!
Theme Name: Caustica theme
Theme URI: 
Author: Caustica
Description: Description
Version: 1.0.0
*/

.commerce-shell {
    padding: 10rem 0 6rem;
}

.commerce-shell__intro {
    max-width: 44rem;
    margin-bottom: 3.5rem;
}

.commerce-shell__eyebrow,
.caustica-panel__eyebrow,
.caustica-account-nav__eyebrow,
.caustica-cart__summary-eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    font-weight: 200;
    line-height: 1.15;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #131311;
}

.commerce-shell__title,
.caustica-panel__title,
.caustica-cart__summary-title {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.75rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #131311;
}

.commerce-shell__description {
    max-width: 32rem;
    margin: 1rem 0 0;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.35;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.72);
}

.commerce-shell .woocommerce-notices-wrapper {
    margin-bottom: 2rem;
}

.commerce-shell .woocommerce-error,
.commerce-shell .woocommerce-info,
.commerce-shell .woocommerce-message {
    margin: 0 0 1rem;
    padding: 1rem 1.25rem;
    border: 1px solid #131311;
    list-style: none;
    font-size: 0.95rem;
    font-weight: 200;
    line-height: 1.35;
    text-transform: uppercase;
    color: #131311;
}

.caustica-panel {
    padding: 2rem;
    border: 1px solid rgba(19, 19, 17, 0.14);
    background: #faf9f6;
}

.caustica-panel--sticky {
    position: sticky;
    top: 8rem;
}

.caustica-cart {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 0.8fr);
    gap: 2rem;
    align-items: start;
}

.caustica-cart__table {
    border-top: 1px solid #131311;
}

.caustica-cart__head,
.caustica-cart__row {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) 0.7fr 0.7fr 0.8fr auto;
    gap: 1rem;
    align-items: center;
}

.caustica-cart__head {
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(19, 19, 17, 0.18);
    font-size: 0.75rem;
    font-weight: 200;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.68);
}

.caustica-cart__row {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(19, 19, 17, 0.12);
}

.caustica-cart__product {
    display: grid;
    grid-template-columns: 7rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}

.caustica-cart__thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.caustica-cart__name {
    margin: 0 0 0.4rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
}

.caustica-cart__name a,
.caustica-cart__details a {
    color: #131311;
    text-decoration: none;
}

.caustica-cart__meta,
.caustica-cart__meta p,
.caustica-cart__price,
.caustica-cart__subtotal {
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.35;
    text-transform: uppercase;
    color: #131311;
}

.caustica-cart__meta dl {
    margin: 0;
}

.caustica-cart__meta dt,
.caustica-cart__meta dd {
    display: inline;
    margin: 0;
}

.caustica-cart__meta dt::after {
    content: ": ";
}

.caustica-cart__meta dd::after {
    content: " ";
}

.caustica-cart__quantity .quantity {
    display: inline-flex;
    align-items: center;
    width: 7rem;
    border-bottom: 1px solid #131311;
}

.caustica-cart__quantity .quantity input {
    width: 100%;
    height: 2.75rem;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 200;
    color: #131311;
}

.caustica-cart__remove .remove,
.caustica-cart__remove-mobile .remove {
    color: rgba(19, 19, 17, 0.7);
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
}

.caustica-cart__remove-mobile {
    display: none;
    margin-top: 0.75rem;
}

.caustica-cart__actions {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2rem;
    align-items: end;
}

.caustica-cart__coupon {
    flex: 1 1 auto;
    max-width: 28rem;
}

.caustica-cart__coupon label {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 0.75rem;
    font-weight: 200;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.68);
}

.caustica-cart__coupon-row {
    display: flex;
    gap: 0.75rem;
}

.caustica-cart__coupon-row input,
.caustica-cart__coupon-row .button,
.caustica-cart__actions > .button {
    min-height: 3.75rem;
}

.caustica-cart__coupon-row input,
.caustica-auth-grid .input-text,
.caustica-checkout .input-text,
.caustica-checkout select,
.caustica-checkout textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #131311;
    background: transparent;
    border-radius: 0;
    padding: 0.85rem 0;
    font-size: 0.95rem;
    font-weight: 200;
    line-height: 1.3;
    text-transform: uppercase;
    color: #131311;
}

.caustica-cart .button,
.caustica-auth-grid .button,
.caustica-checkout .button,
.caustica-checkout #place_order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 12rem;
    padding: 1rem 1.4rem;
    border: 1px solid #131311;
    border-radius: 0;
    background: transparent;
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #131311;
    transition: background 0.2s ease, color 0.2s ease;
}

.caustica-cart .button:hover,
.caustica-auth-grid .button:hover,
.caustica-checkout .button:hover,
.caustica-checkout #place_order:hover {
    background: #131311;
    color: #fff;
}

.caustica-cart__summary .wc-proceed-to-checkout {
    margin: 1.5rem 0 0;
}

.caustica-cart__summary .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    min-height: 3.75rem;
}

.caustica-cart__summary .shop_table,
.caustica-checkout .shop_table {
    width: 100%;
    border-collapse: collapse;
}

.caustica-cart__summary .shop_table th,
.caustica-cart__summary .shop_table td,
.caustica-checkout .shop_table th,
.caustica-checkout .shop_table td {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(19, 19, 17, 0.12);
    text-align: left;
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.3;
    text-transform: uppercase;
    color: #131311;
    vertical-align: top;
}

.caustica-cart__summary .shop_table td:last-child,
.caustica-checkout .shop_table td:last-child,
.caustica-cart__summary .shop_table th:last-child,
.caustica-checkout .shop_table th:last-child {
    text-align: right;
}

.caustica-checkout__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
    gap: 2rem;
    align-items: start;
}

.caustica-checkout__customer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.caustica-checkout .form-row {
    margin: 0 0 1rem;
}

.caustica-checkout label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.72);
}

.caustica-checkout textarea {
    min-height: 7rem;
    resize: vertical;
}

.caustica-checkout .woocommerce-checkout-payment {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(19, 19, 17, 0.12);
}

.caustica-checkout .wc_payment_methods {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

.caustica-checkout .wc_payment_method {
    margin-bottom: 0.85rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(19, 19, 17, 0.08);
}

.caustica-checkout .wc_payment_method > label {
    margin: 0;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
}

.caustica-checkout .payment_box {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    font-weight: 200;
    line-height: 1.4;
    color: rgba(19, 19, 17, 0.72);
}

.caustica-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.caustica-auth-grid .caustica-panel {
    height: 100%;
}

.caustica-auth-grid .form-row {
    margin: 0 0 1.1rem;
}

.caustica-auth-grid label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.75rem;
    font-weight: 200;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.72);
}

.caustica-auth-grid__actions {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
}

.caustica-auth-grid__hint,
.caustica-auth-grid .lost_password,
.caustica-auth-grid .woocommerce-privacy-policy-text {
    margin: 1rem 0 0;
    font-size: 0.85rem;
    font-weight: 200;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.72);
}

.caustica-auth-grid a,
.commerce-shell a,
.caustica-account-nav a {
    color: #131311;
}

.commerce-shell-account .woocommerce-MyAccount-navigation,
.commerce-shell-account .woocommerce-MyAccount-content {
    float: none;
    width: auto;
}

.commerce-shell-account .woocommerce-MyAccount-navigation {
    margin-bottom: 2rem;
}

.caustica-account-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.caustica-account-nav li {
    margin: 0;
}

.caustica-account-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(19, 19, 17, 0.18);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.caustica-account-nav li.is-active a,
.caustica-account-nav a:hover {
    background: #131311;
    border-color: #131311;
    color: #fff;
}

.commerce-shell-account .woocommerce-MyAccount-content > p,
.commerce-shell-account .woocommerce-MyAccount-content address {
    font-size: 0.95rem;
    font-weight: 200;
    line-height: 1.45;
    text-transform: uppercase;
    color: #131311;
}

.commerce-shell-account .woocommerce-MyAccount-content .woocommerce-orders-table,
.commerce-shell-account .woocommerce-MyAccount-content .woocommerce-table--order-details {
    width: 100%;
    margin-top: 1.5rem;
    border-collapse: collapse;
}

.commerce-shell-account .woocommerce-MyAccount-content .woocommerce-orders-table th,
.commerce-shell-account .woocommerce-MyAccount-content .woocommerce-orders-table td,
.commerce-shell-account .woocommerce-MyAccount-content .woocommerce-table--order-details th,
.commerce-shell-account .woocommerce-MyAccount-content .woocommerce-table--order-details td {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(19, 19, 17, 0.12);
    text-align: left;
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.35;
    text-transform: uppercase;
    color: #131311;
}

@media screen and (max-width: 991.98px) {
    .commerce-shell {
        padding: 8.5rem 0 5rem;
    }

    .caustica-cart,
    .caustica-checkout__grid,
    .caustica-auth-grid {
        grid-template-columns: 1fr;
    }

    .caustica-checkout__customer {
        grid-template-columns: 1fr;
    }

    .caustica-panel--sticky {
        position: static;
    }
}

@media screen and (max-width: 767.98px) {
    .commerce-shell {
        padding: 7rem 0 4rem;
    }

    .commerce-shell__intro {
        margin-bottom: 2.5rem;
    }

    .caustica-panel {
        padding: 1.25rem;
    }

    .caustica-cart__head {
        display: none;
    }

    .caustica-cart__row {
        grid-template-columns: 1fr;
        gap: 0.85rem;
        padding: 1.25rem 0;
    }

    .caustica-cart__product {
        grid-template-columns: 5.5rem minmax(0, 1fr);
    }

    .caustica-cart__price::before,
    .caustica-cart__quantity::before,
    .caustica-cart__subtotal::before {
        content: attr(data-title);
        display: block;
        margin-bottom: 0.35rem;
        font-size: 0.7rem;
        font-weight: 200;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(19, 19, 17, 0.6);
    }

    .caustica-cart__remove {
        display: none;
    }

    .caustica-cart__remove-mobile {
        display: block;
    }

    .caustica-cart__actions,
    .caustica-cart__coupon-row,
    .caustica-auth-grid__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .caustica-cart .button,
    .caustica-auth-grid .button,
    .caustica-checkout .button,
    .caustica-checkout #place_order {
        width: 100%;
    }

    .caustica-account-nav ul {
        flex-direction: column;
    }
}

.caustica-empty-state {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    max-width: 34rem;
    padding: 2rem 0;
}

.caustica-empty-state__eyebrow,
.caustica-account-dashboard__eyebrow {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 200;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.64);
}

.caustica-empty-state__title,
.caustica-account-dashboard__title {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #131311;
}

.caustica-empty-state__text,
.caustica-account-dashboard__text,
.caustica-cart-totals__note,
.caustica-checkout__policy {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    font-weight: 200;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.72);
}

.caustica-cart-totals__note {
    margin-top: 1rem;
}

.caustica-review-order__name {
    display: inline-block;
    margin-right: 0.5rem;
}

.caustica-account-dashboard {
    display: grid;
    gap: 2rem;
}

.caustica-account-dashboard__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.caustica-account-dashboard__card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 10rem;
    padding: 1.25rem;
    border: 1px solid rgba(19, 19, 17, 0.14);
    background: #faf9f6;
    text-decoration: none;
}

.caustica-account-dashboard__card span {
    font-size: 0.75rem;
    font-weight: 200;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(19, 19, 17, 0.64);
}

.caustica-account-dashboard__card strong {
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: #131311;
}

@media screen and (max-width: 991.98px) {
    .caustica-account-dashboard__cards {
        grid-template-columns: 1fr;
    }
}
















