body.fpa-checkout-page {
    background: #f2eee8;
}

body.fpa-checkout-page .site-main,
body.fpa-checkout-page .entry-content,
body.fpa-checkout-page .woocommerce {
    overflow: visible;
}

body.fpa-checkout-page .woocommerce {
    max-width: 1220px;
    margin: 0 auto;
    padding: 28px 20px 70px;
    font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #11110f;
}

body.fpa-checkout-page .fpa-checkout-head {
    max-width: 1220px;
    margin: 0 auto 28px;
}

body.fpa-checkout-page .fpa-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #55524c;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 32px;
}

body.fpa-checkout-page .fpa-back-link:hover {
    color: #11110f;
}

body.fpa-checkout-page .fpa-checkout-head h1 {
    margin: 0 0 18px;
    font-size: clamp(44px, 7vw, 62px);
    line-height: .86;
    letter-spacing: -0.075em;
    font-weight: 900;
    color: #0d0d0b;
}

body.fpa-checkout-page .fpa-steps {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #68645c;
    font-size: 12px;
    font-weight: 800;
}

body.fpa-checkout-page .fpa-steps li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    user-select: none;
    opacity: .65;
}

body.fpa-checkout-page .fpa-steps li span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #dfdbd3;
    color: #33302c;
    font-size: 11px;
    line-height: 1;
}

body.fpa-checkout-page .fpa-steps li.is-active,
body.fpa-checkout-page .fpa-steps li.is-complete {
    color: #11110f;
    opacity: 1;
}

body.fpa-checkout-page .fpa-steps li.is-active span,
body.fpa-checkout-page .fpa-steps li.is-complete span {
    background: #11110f;
    color: #fff;
}

body.fpa-checkout-page .woocommerce-notices-wrapper,
body.fpa-checkout-page .woocommerce-NoticeGroup,
body.fpa-checkout-page .woocommerce-error,
body.fpa-checkout-page .woocommerce-message,
body.fpa-checkout-page .woocommerce-info {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 14px;
}

body.fpa-checkout-page .fpa-native-coupon-hidden,
body.fpa-checkout-page .woocommerce-form-coupon-toggle.fpa-native-coupon-hidden,
body.fpa-checkout-page form.checkout_coupon.fpa-native-coupon-hidden {
    display: none !important;
}

body.fpa-checkout-page form.checkout.woocommerce-checkout.fpa-checkout-built {
    display: block !important;
    max-width: 1220px;
    margin: 0 auto;
}

body.fpa-checkout-page .fpa-checkout-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 640px) minmax(330px, 480px) !important;
    gap: clamp(32px, 5vw, 56px) !important;
    align-items: start !important;
    width: 100%;
}

body.fpa-checkout-page .fpa-checkout-grid > .fpa-left-col {
    grid-column: 1;
    grid-row: 1;
}

body.fpa-checkout-page .fpa-checkout-grid > .fpa-right-col {
    grid-column: 2;
    grid-row: 1;
}

body.fpa-checkout-page .fpa-left-col {
    min-width: 0;
}

body.fpa-checkout-page .fpa-right-col {
    min-width: 0;
    position: sticky;
    top: 28px;
    align-self: start;
    background: #ffffff;
    border-radius: 22px;
    padding: 28px 26px 22px;
    box-shadow: 0 14px 38px rgba(17, 17, 15, .04);
}

body.fpa-checkout-page .fpa-step-panel {
    display: none;
}

body.fpa-checkout-page .fpa-step-panel.is-active {
    display: block;
}

body.fpa-checkout-page #customer_details,
body.fpa-checkout-page #customer_details .col-1,
body.fpa-checkout-page #customer_details .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.fpa-checkout-page #customer_details .col-2,
body.fpa-checkout-page #ship-to-different-address,
body.fpa-checkout-page .shipping_address,
body.fpa-checkout-page .woocommerce-additional-fields,
body.fpa-checkout-page .woocommerce-billing-fields > h3 {
    display: none !important;
}

body.fpa-checkout-page .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 13px;
}

body.fpa-checkout-page form .form-row {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.fpa-checkout-page form .form-row.fpa-field-half,
body.fpa-checkout-page form .form-row.form-row-first.fpa-field-half,
body.fpa-checkout-page form .form-row.form-row-last.fpa-field-half {
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
}

body.fpa-checkout-page form .form-row.fpa-field-third,
body.fpa-checkout-page form .form-row.form-row-first.fpa-field-third,
body.fpa-checkout-page form .form-row.form-row-last.fpa-field-third,
body.fpa-checkout-page form .form-row.form-row-wide.fpa-field-third {
    flex: 1 1 calc(33.333% - 11px);
    max-width: calc(33.333% - 11px);
}

body.fpa-checkout-page form .form-row-wide,
body.fpa-checkout-page form .form-row.fpa-field-email,
body.fpa-checkout-page form .form-row.fpa-field-phone,
body.fpa-checkout-page form .form-row.fpa-field-address {
    flex: 1 1 100%;
    max-width: 100%;
}

body.fpa-checkout-page form .form-row label {
    display: block;
    margin: 0 0 8px;
    font-size: 9px;
    line-height: 1.1;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #8a867e;
    font-weight: 800;
}

body.fpa-checkout-page form .form-row label .required {
    display: none;
}

body.fpa-checkout-page form .input-text,
body.fpa-checkout-page form input[type="text"],
body.fpa-checkout-page form input[type="email"],
body.fpa-checkout-page form input[type="tel"],
body.fpa-checkout-page form input[type="number"],
body.fpa-checkout-page form select,
body.fpa-checkout-page form textarea,
body.fpa-checkout-page .select2-container .select2-selection--single {
    width: 100% !important;
    min-height: 46px;
    border: 1px solid #dedbd4;
    border-radius: 12px;
    background: #fff;
    color: #181714;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 15px;
    box-shadow: none;
    outline: none;
}

body.fpa-checkout-page form textarea {
    padding-top: 12px;
    min-height: 92px;
}

body.fpa-checkout-page .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
}

body.fpa-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #181714;
    line-height: 46px;
}

body.fpa-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 9px;
}

body.fpa-checkout-page form .input-text:focus,
body.fpa-checkout-page form select:focus,
body.fpa-checkout-page form textarea:focus,
body.fpa-checkout-page .select2-container--open .select2-selection--single {
    border-color: #11110f;
}

body.fpa-checkout-page form .form-row.woocommerce-invalid input,
body.fpa-checkout-page form .form-row.woocommerce-invalid select,
body.fpa-checkout-page form .form-row.fpa-invalid input,
body.fpa-checkout-page form .form-row.fpa-invalid select,
body.fpa-checkout-page .fpa-shipping-block.has-error #shipping_method li {
    border-color: #d8463a;
}

body.fpa-checkout-page .fpa-shipping-block {
    margin-top: 24px;
}

body.fpa-checkout-page .fpa-shipping-block h3 {
    margin: 0 0 11px;
    font-size: 9px;
    line-height: 1.1;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #8a867e;
    font-weight: 900;
}

body.fpa-checkout-page #shipping_method {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.fpa-checkout-page #shipping_method li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #dedbd4;
    border-radius: 12px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

body.fpa-checkout-page #shipping_method li:has(input:checked) {
    border-color: #11110f;
    box-shadow: inset 0 0 0 1px #11110f;
}

body.fpa-checkout-page #shipping_method li input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #d2cec5;
    border-radius: 999px;
    margin: 0 14px 0 0;
    background: #fff;
    flex: 0 0 auto;
}

body.fpa-checkout-page #shipping_method li input[type="radio"]:checked {
    border-color: #11110f;
    box-shadow: inset 0 0 0 5px #fff;
    background: #11110f;
}

body.fpa-checkout-page #shipping_method li label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex: 1;
    margin: 0;
    font-size: 13px;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 900;
    color: #161512;
    cursor: pointer;
}

body.fpa-checkout-page #shipping_method li label .amount,
body.fpa-checkout-page #shipping_method li label .woocommerce-Price-amount {
    margin-left: auto;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

body.fpa-checkout-page #shipping_method .fpa-shipping-subtitle {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.2;
    color: #8a867e;
    font-weight: 600;
}

body.fpa-checkout-page .fpa-shipping-empty {
    margin: 0;
    padding: 16px;
    background: rgba(255, 255, 255, .62);
    border: 1px dashed #d6d1c8;
    border-radius: 12px;
    color: #7c776f;
    font-size: 13px;
}

body.fpa-checkout-page .fpa-step-actions {
    margin-top: 24px;
}

body.fpa-checkout-page .fpa-step-actions-split {
    display: flex;
    gap: 12px;
}

body.fpa-checkout-page .fpa-step-actions-payment {
    margin-top: 16px;
}

body.fpa-checkout-page .fpa-step-actions-payment .fpa-prev-step {
    width: auto;
}

body.fpa-checkout-page .button,
body.fpa-checkout-page button.button,
body.fpa-checkout-page input.button,
body.fpa-checkout-page #place_order,
body.fpa-checkout-page .wc-forward {
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: #11110f;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    padding: 0 26px;
    text-transform: lowercase;
    box-shadow: none;
    transition: opacity .18s ease, transform .18s ease;
}

body.fpa-checkout-page .button:hover,
body.fpa-checkout-page button.button:hover,
body.fpa-checkout-page input.button:hover,
body.fpa-checkout-page #place_order:hover {
    background: #11110f;
    color: #fff;
    opacity: .88;
}

body.fpa-checkout-page .fpa-next-step,
body.fpa-checkout-page #place_order {
    width: 100%;
}

body.fpa-checkout-page .fpa-prev-step {
    background: transparent;
    color: #11110f;
    border: 1px solid #d8d3c9;
}

body.fpa-checkout-page .fpa-prev-step:hover {
    background: #fff;
    color: #11110f;
}

body.fpa-checkout-page .fpa-section-title h2 {
    margin: 0 0 8px;
    color: #11110f;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 900;
}

body.fpa-checkout-page .fpa-section-title p,
body.fpa-checkout-page .fpa-review-note span {
    margin: 0;
    color: #716c63;
    font-size: 14px;
    line-height: 1.45;
}

body.fpa-checkout-page .fpa-payment-slot {
    margin-top: 22px;
}

body.fpa-checkout-page #payment {
    background: transparent;
    border-radius: 0;
}

body.fpa-checkout-page #payment ul.payment_methods {
    border: 0;
    padding: 0;
    margin: 0;
}

body.fpa-checkout-page #payment ul.payment_methods li {
    background: #fff;
    border: 1px solid #dedbd4;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 10px;
}

body.fpa-checkout-page #payment div.payment_box {
    background: #f7f4ee;
    border-radius: 12px;
    color: #4f4b45;
    font-size: 13px;
    margin: 12px 0 0;
}

body.fpa-checkout-page #payment div.payment_box::before {
    display: none;
}

body.fpa-checkout-page .fpa-review-note {
    display: grid;
    gap: 8px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid #dedbd4;
    border-radius: 16px;
    padding: 18px;
    margin: 20px 0;
}

body.fpa-checkout-page .fpa-review-action-slot .place-order,
body.fpa-checkout-page #payment .place-order {
    margin: 18px 0 0;
    padding: 0;
    background: transparent;
}

body.fpa-checkout-page .fpa-review-action-slot .woocommerce-terms-and-conditions-wrapper,
body.fpa-checkout-page #payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 16px;
    font-size: 12px;
    color: #635f57;
}

body.fpa-checkout-page #order_review_heading {
    margin: 0 0 18px;
    color: #11110f;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 900;
    text-transform: lowercase;
}

body.fpa-checkout-page #order_review_heading::after {
    content: none;
}

body.fpa-checkout-page #order_review {
    background: transparent;
}

body.fpa-checkout-page table.shop_table,
body.fpa-checkout-page table.woocommerce-checkout-review-order-table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
    background: transparent;
    border-radius: 0;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table thead {
    display: none;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tbody tr.cart_item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 0 0 12px;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tbody td,
body.fpa-checkout-page table.woocommerce-checkout-review-order-table tbody th,
body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot td,
body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot th {
    border: 0;
    padding: 0;
    background: transparent;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tbody td.product-name {
    min-width: 0;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tbody td.product-total {
    color: #11110f;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

body.fpa-checkout-page .fpa-summary-product {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    position: relative;
}

body.fpa-checkout-page .fpa-summary-thumb {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    overflow: visible;
    background: #e8dfcf;
}

body.fpa-checkout-page .fpa-summary-thumb img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

body.fpa-checkout-page .fpa-summary-qty {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 2;
    display: inline-grid;
    place-items: center;
    width: 19px;
    height: 19px;
    background: #11110f;
    color: #fff;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
}

body.fpa-checkout-page .fpa-summary-product-text {
    min-width: 0;
    color: #11110f;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 900;
}

body.fpa-checkout-page .fpa-summary-product-text .variation,
body.fpa-checkout-page .fpa-summary-product-text .wc-item-meta,
body.fpa-checkout-page .fpa-summary-product-text small,
body.fpa-checkout-page .fpa-summary-product-text .product-quantity {
    display: block;
    margin: 2px 0 0;
    color: #8a867e;
    font-size: 10px;
    line-height: 1.25;
    font-weight: 600;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot {
    display: table;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e6e1d9;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: start;
    padding: 5px 0;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr th,
body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr td {
    display: block;
    color: #666158;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: lowercase;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right;
    color: #11110f;
    font-weight: 700;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr.order-total {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #e6e1d9;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr.order-total th,
body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
    color: #11110f;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

body.fpa-checkout-page .cart-discount td,
body.fpa-checkout-page .cart-discount th {
    color: #2c9a9a !important;
}

body.fpa-checkout-page .woocommerce-remove-coupon {
    color: #68645c;
    text-decoration: underline;
    font-size: 11px;
}

body.fpa-checkout-page .fpa-inline-coupon {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e6e1d9;
}

body.fpa-checkout-page .fpa-coupon-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
}

body.fpa-checkout-page .fpa-inline-coupon input {
    min-height: 39px;
    border-radius: 999px;
    font-size: 12px;
    padding: 0 16px;
}

body.fpa-checkout-page .fpa-inline-coupon button.button {
    min-height: 39px;
    padding: 0 17px;
    font-size: 11px;
}

body.fpa-checkout-page .fpa-coupon-response {
    min-height: 16px;
    margin-top: 7px;
    color: #68645c;
    font-size: 11px;
}

body.fpa-checkout-page .fpa-trust-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid #e6e1d9;
    display: grid;
    gap: 7px;
    color: #6f6a62;
    font-size: 11px;
    line-height: 1.25;
}

body.fpa-checkout-page .fpa-trust-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.fpa-checkout-page .fpa-trust-list span {
    display: inline-grid;
    place-items: center;
    width: 14px;
    color: #11110f;
}

body.fpa-checkout-page .blockUI.blockOverlay {
    border-radius: 20px !important;
}

body.fpa-checkout-page .woocommerce-privacy-policy-text,
body.fpa-checkout-page .woocommerce-terms-and-conditions-checkbox-text {
    color: #68645c;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 980px) {
    body.fpa-checkout-page .woocommerce {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.fpa-checkout-page .fpa-checkout-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    body.fpa-checkout-page .fpa-checkout-grid > .fpa-left-col,
    body.fpa-checkout-page .fpa-checkout-grid > .fpa-right-col {
        grid-column: 1;
    }

    body.fpa-checkout-page .fpa-checkout-grid > .fpa-left-col {
        grid-row: 1;
    }

    body.fpa-checkout-page .fpa-checkout-grid > .fpa-right-col {
        grid-row: 2;
    }

    body.fpa-checkout-page .fpa-right-col {
        position: static;
        order: -1;
        padding: 22px 18px 18px;
        border-radius: 20px;
    }

    body.fpa-checkout-page .fpa-left-col {
        order: 0;
    }
}

@media (max-width: 720px) {
    body.fpa-checkout-page .woocommerce {
        padding-top: 20px;
    }

    body.fpa-checkout-page .fpa-checkout-head {
        margin-bottom: 22px;
    }

    body.fpa-checkout-page .fpa-back-link {
        margin-bottom: 24px;
    }

    body.fpa-checkout-page .fpa-steps {
        gap: 12px;
        flex-wrap: wrap;
        font-size: 11px;
    }

    body.fpa-checkout-page .fpa-steps li {
        gap: 7px;
    }

    body.fpa-checkout-page form .form-row.fpa-field-half,
    body.fpa-checkout-page form .form-row.form-row-first.fpa-field-half,
    body.fpa-checkout-page form .form-row.form-row-last.fpa-field-half,
    body.fpa-checkout-page form .form-row.fpa-field-third,
    body.fpa-checkout-page form .form-row.form-row-first.fpa-field-third,
    body.fpa-checkout-page form .form-row.form-row-last.fpa-field-third,
    body.fpa-checkout-page form .form-row.form-row-wide.fpa-field-third {
        flex: 1 1 100%;
        max-width: 100%;
    }

    body.fpa-checkout-page .fpa-step-actions-split {
        display: grid;
    }

    body.fpa-checkout-page #shipping_method li {
        min-height: 62px;
        padding: 13px 14px;
    }

    body.fpa-checkout-page table.woocommerce-checkout-review-order-table tbody tr.cart_item {
        grid-template-columns: minmax(0, 1fr) auto;
    }
}

@supports not selector(:has(*)) {
    body.fpa-checkout-page #shipping_method li input[type="radio"]:checked + label {
        color: #11110f;
    }
}

body.fpa-checkout-page form .form-row.fpa-hidden-core-name,
body.fpa-checkout-page form #billing_country_field {
    display: none !important;
}


/* Hide common newsletter/marketing opt-in rows if a marketing plugin injects them after WooCommerce fields are built. */
body.fpa-checkout-page #billing_email_opt_in_field,
body.fpa-checkout-page #email_opt_in_field,
body.fpa-checkout-page #marketing_opt_in_field,
body.fpa-checkout-page #newsletter_field,
body.fpa-checkout-page #subscribe_newsletter_field,
body.fpa-checkout-page #subscribe_to_newsletter_field,
body.fpa-checkout-page #mailchimp_woocommerce_newsletter_field,
body.fpa-checkout-page #mailpoet_woocommerce_checkout_optin_field,
body.fpa-checkout-page .mailchimp-newsletter,
body.fpa-checkout-page .mailpoet_checkbox,
body.fpa-checkout-page .kl_newsletter_checkbox_field {
    display: none !important;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr.shipping th {
    text-align: left;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr.shipping td.fpa-summary-shipping-cell {
    text-align: right;
}

body.fpa-checkout-page .fpa-summary-shipping-value,
body.fpa-checkout-page .fpa-summary-shipping-value .amount,
body.fpa-checkout-page .fpa-summary-shipping-value .woocommerce-Price-amount {
    color: #11110f;
    font-size: 13px;
    font-weight: 700;
}

body.fpa-checkout-page .fpa-summary-shipping-pending {
    color: #8a867e;
}

body.fpa-checkout-page table.woocommerce-checkout-review-order-table tfoot tr.shipping th.fpa-summary-shipping-label {
    color: #666158;
    font-weight: 500;
}

body.fpa-checkout-page .fpa-summary-shipping-prefix::after {
    content: " · ";
}

body.fpa-checkout-page .fpa-summary-shipping-method {
    color: #11110f;
    font-weight: 700;
}

/* Product shortcode cards: [products ...] */
.woocommerce ul.products li.product.fpa-product-card,
.woocommerce-page ul.products li.product.fpa-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    float: none !important;
    width: auto !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 26px 92px !important;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: none;
    text-align: left;
}

.woocommerce ul.products li.product.fpa-product-card a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product.fpa-product-card a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-image-panel,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-image-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc(100% + 52px);
    aspect-ratio: 1 / 1;
    margin: 0 -26px 24px;
    padding: clamp(14px, 2vw, 24px);
    overflow: hidden;
    background: #ebe7e2;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-image-panel img,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-image-panel img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0 !important;
    object-fit: contain;
    object-position: center;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-meta,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 25px;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .24em;
    line-height: 1;
    color: #aaa19b;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-brand,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-brand {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 13px;
    border-radius: 999px;
    background: #0d0d0d;
    color: #fff;
    letter-spacing: .14em;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-dot,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-dot {
    color: #78716c;
    letter-spacing: 0;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-title,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-title,
.woocommerce ul.products li.product.fpa-product-card .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product.fpa-product-card .woocommerce-loop-product__title {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #090909;
    font-size: clamp(20px, 1.7vw, 28px) !important;
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.055em;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-price,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-price,
.woocommerce ul.products li.product.fpa-product-card .price,
.woocommerce-page ul.products li.product.fpa-product-card .price {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 72px 0 0 !important;
    color: #090909 !important;
    font-size: clamp(22px, 1.8vw, 30px) !important;
    font-weight: 900 !important;
    line-height: 1;
    letter-spacing: -.04em;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-price ins,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-price ins,
.woocommerce ul.products li.product.fpa-product-card .price ins,
.woocommerce-page ul.products li.product.fpa-product-card .price ins {
    order: 1;
    background: transparent;
    color: #090909;
    text-decoration: none;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-price del,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-price del,
.woocommerce ul.products li.product.fpa-product-card .price del,
.woocommerce-page ul.products li.product.fpa-product-card .price del {
    order: 2;
    color: #aaa19b !important;
    font-size: .78em;
    font-weight: 800;
    opacity: 1 !important;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-add,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-add,
.woocommerce ul.products li.product.fpa-product-card a.button.fpa-product-card-add,
.woocommerce-page ul.products li.product.fpa-product-card a.button.fpa-product-card-add {
    position: absolute;
    right: 26px;
    bottom: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    min-height: 54px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 999px;
    background: #0d0d0d !important;
    color: #fff !important;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-add:hover,
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-add:hover,
.woocommerce ul.products li.product.fpa-product-card a.button.fpa-product-card-add:hover,
.woocommerce-page ul.products li.product.fpa-product-card a.button.fpa-product-card-add:hover {
    transform: translateY(-1px);
    background: #000 !important;
    color: #fff !important;
}

/* Force theme buttons inside product cards to match the circular plus design. */
.woocommerce ul.products li.product.fpa-product-card a.button:not(.added_to_cart),
.woocommerce-page ul.products li.product.fpa-product-card a.button:not(.added_to_cart),
.woocommerce ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart),
.woocommerce-page ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart) {
    position: absolute !important;
    right: 26px !important;
    bottom: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #0d0d0d !important;
    color: #fff !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.woocommerce ul.products li.product.fpa-product-card a.button:not(.added_to_cart)::before,
.woocommerce-page ul.products li.product.fpa-product-card a.button:not(.added_to_cart)::before,
.woocommerce ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart)::before,
.woocommerce-page ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart)::before {
    content: "+";
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.woocommerce ul.products li.product.fpa-product-card a.button:not(.added_to_cart) > *:not(.screen-reader-text),
.woocommerce-page ul.products li.product.fpa-product-card a.button:not(.added_to_cart) > *:not(.screen-reader-text),
.woocommerce ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart) > *:not(.screen-reader-text),
.woocommerce-page ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart) > *:not(.screen-reader-text) {
    display: none !important;
}

/* Hide default/theme category labels and sale badges; the card already shows brand + main category. */
.woocommerce ul.products li.product.fpa-product-card .onsale,
.woocommerce-page ul.products li.product.fpa-product-card .onsale,
.woocommerce ul.products li.product.fpa-product-card .ast-woo-product-category,
.woocommerce-page ul.products li.product.fpa-product-card .ast-woo-product-category,
.woocommerce ul.products li.product.fpa-product-card .posted_in,
.woocommerce-page ul.products li.product.fpa-product-card .posted_in,
.woocommerce ul.products li.product.fpa-product-card .product_meta,
.woocommerce-page ul.products li.product.fpa-product-card .product_meta,
.woocommerce ul.products li.product.fpa-product-card .loop-product-categories,
.woocommerce-page ul.products li.product.fpa-product-card .loop-product-categories,
.woocommerce ul.products li.product.fpa-product-card .product-categories,
.woocommerce-page ul.products li.product.fpa-product-card .product-categories,
.woocommerce ul.products li.product.fpa-product-card .product-category,
.woocommerce-page ul.products li.product.fpa-product-card .product-category,
.woocommerce ul.products li.product.fpa-product-card .wc-block-components-product-sku,
.woocommerce-page ul.products li.product.fpa-product-card .wc-block-components-product-sku {
    display: none !important;
}

.woocommerce ul.products li.product.fpa-product-card .price + a:not(.button),
.woocommerce-page ul.products li.product.fpa-product-card .price + a:not(.button),
.woocommerce ul.products li.product.fpa-product-card .fpa-product-card-price + a:not(.button),
.woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-price + a:not(.button) {
    display: none !important;
}

.woocommerce ul.products li.product.fpa-product-card .added_to_cart,
.woocommerce-page ul.products li.product.fpa-product-card .added_to_cart {
    position: absolute;
    right: 26px;
    bottom: 86px;
    max-width: calc(100% - 52px);
    color: #090909;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
    text-decoration: none;
}

.woocommerce ul.products.fpa-product-card-grid,
.woocommerce-page ul.products.fpa-product-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

@media (max-width: 1100px) {
    .woocommerce ul.products.fpa-product-card-grid,
    .woocommerce-page ul.products.fpa-product-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .woocommerce ul.products.fpa-product-card-grid,
    .woocommerce-page ul.products.fpa-product-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .woocommerce ul.products li.product.fpa-product-card,
    .woocommerce-page ul.products li.product.fpa-product-card {
        padding: 0 22px 86px !important;
        border-radius: 26px;
    }

    .woocommerce ul.products li.product.fpa-product-card .fpa-product-card-image-panel,
    .woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-image-panel {
        width: calc(100% + 44px);
        margin-right: -22px;
        margin-left: -22px;
    }

    .woocommerce ul.products li.product.fpa-product-card .fpa-product-card-add,
    .woocommerce-page ul.products li.product.fpa-product-card .fpa-product-card-add,
    .woocommerce ul.products li.product.fpa-product-card a.button.fpa-product-card-add,
    .woocommerce-page ul.products li.product.fpa-product-card a.button.fpa-product-card-add,
    .woocommerce ul.products li.product.fpa-product-card a.button:not(.added_to_cart),
    .woocommerce-page ul.products li.product.fpa-product-card a.button:not(.added_to_cart),
    .woocommerce ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart),
    .woocommerce-page ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart) {
        right: 22px !important;
        bottom: 22px !important;
    }
}

/* Compatibility: product cards must also work when the shortcode is printed outside a .woocommerce wrapper (for example in Elementor sections on home/ofertas). */
body ul.products.fpa-product-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body ul.products li.product.fpa-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    float: none !important;
    width: auto !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 26px 92px !important;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: none;
    text-align: left;
    list-style: none !important;
}

body ul.products li.product.fpa-product-card a.woocommerce-LoopProduct-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

body ul.products li.product.fpa-product-card .fpa-product-card-image-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc(100% + 52px);
    aspect-ratio: 1 / 1;
    margin: 0 -26px 24px;
    padding: clamp(14px, 2vw, 24px);
    overflow: hidden;
    background: #ebe7e2;
}

body ul.products li.product.fpa-product-card .fpa-product-card-image-panel img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0 !important;
    object-fit: contain;
    object-position: center;
}

body ul.products li.product.fpa-product-card .fpa-product-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 25px;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .24em;
    line-height: 1;
    color: #aaa19b;
}

body ul.products li.product.fpa-product-card .fpa-product-card-brand {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 13px;
    border-radius: 999px;
    background: #0d0d0d;
    color: #fff;
    letter-spacing: .14em;
}

body ul.products li.product.fpa-product-card .fpa-product-card-dot {
    color: #78716c;
    letter-spacing: 0;
}

body ul.products li.product.fpa-product-card .fpa-product-card-title,
body ul.products li.product.fpa-product-card .woocommerce-loop-product__title {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #090909;
    font-size: clamp(20px, 1.7vw, 28px) !important;
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.055em;
}

body ul.products li.product.fpa-product-card .fpa-product-card-price,
body ul.products li.product.fpa-product-card .price {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 72px 0 0 !important;
    color: #090909 !important;
    font-size: clamp(22px, 1.8vw, 30px) !important;
    font-weight: 900 !important;
    line-height: 1;
    letter-spacing: -.04em;
}

body ul.products li.product.fpa-product-card .fpa-product-card-price ins,
body ul.products li.product.fpa-product-card .price ins {
    order: 1;
    background: transparent;
    color: #090909;
    text-decoration: none;
}

body ul.products li.product.fpa-product-card .fpa-product-card-price del,
body ul.products li.product.fpa-product-card .price del {
    order: 2;
    color: #aaa19b !important;
    font-size: .78em;
    font-weight: 800;
    opacity: 1 !important;
}

body ul.products li.product.fpa-product-card .fpa-product-card-add,
body ul.products li.product.fpa-product-card a.button.fpa-product-card-add,
body ul.products li.product.fpa-product-card a.button:not(.added_to_cart),
body ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart) {
    position: absolute !important;
    right: 26px !important;
    bottom: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #0d0d0d !important;
    color: #fff !important;
    font-size: 0 !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body ul.products li.product.fpa-product-card .fpa-product-card-add::before,
body ul.products li.product.fpa-product-card a.button:not(.added_to_cart)::before,
body ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart)::before {
    content: "+";
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

body ul.products li.product.fpa-product-card .fpa-product-card-add > *:not(.screen-reader-text),
body ul.products li.product.fpa-product-card a.button:not(.added_to_cart) > *:not(.screen-reader-text),
body ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart) > *:not(.screen-reader-text) {
    display: none !important;
}

body ul.products li.product.fpa-product-card .onsale,
body ul.products li.product.fpa-product-card .ast-woo-product-category,
body ul.products li.product.fpa-product-card .posted_in,
body ul.products li.product.fpa-product-card .product_meta,
body ul.products li.product.fpa-product-card .loop-product-categories,
body ul.products li.product.fpa-product-card .product-categories,
body ul.products li.product.fpa-product-card .product-category,
body ul.products li.product.fpa-product-card .wc-block-components-product-sku,
body ul.products li.product.fpa-product-card .star-rating {
    display: none !important;
}

body ul.products li.product.fpa-product-card .added_to_cart {
    position: absolute;
    right: 26px;
    bottom: 86px;
    max-width: calc(100% - 52px);
    color: #090909;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
    text-decoration: none;
}

@media (max-width: 1100px) {
    body ul.products.fpa-product-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body ul.products.fpa-product-card-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body ul.products li.product.fpa-product-card {
        padding: 0 22px 86px !important;
        border-radius: 26px;
    }

    body ul.products li.product.fpa-product-card .fpa-product-card-image-panel {
        width: calc(100% + 44px);
        margin-right: -22px;
        margin-left: -22px;
    }

    body ul.products li.product.fpa-product-card .fpa-product-card-add,
    body ul.products li.product.fpa-product-card a.button.fpa-product-card-add,
    body ul.products li.product.fpa-product-card a.button:not(.added_to_cart),
    body ul.products li.product.fpa-product-card .add_to_cart_button:not(.added_to_cart) {
        right: 22px !important;
        bottom: 22px !important;
    }
}


/* JS fallback: hide default WooCommerce/theme fragments after converting shortcode/product-widget loops. */
body ul.products li.product.fpa-product-card .fpa-product-card-hidden-source {
    display: none !important;
}

body ul.products li.product.fpa-product-card.fpa-product-card-js-ready .onsale,
body ul.products li.product.fpa-product-card.fpa-product-card-js-ready .ast-onsale-card,
body ul.products li.product.fpa-product-card.fpa-product-card-js-ready .woocommerce-loop-category__title {
    display: none !important;
}

body ul.products li.product.fpa-product-card.fpa-product-card-js-ready a.button.fpa-product-card-add span[aria-hidden="true"] {
    display: block !important;
    color: #fff !important;
    font-size: 34px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}


/* -------------------------------------------------------------------------
   Lite product-card mode for non-archive WooCommerce loops (home / offers).
   This avoids rewriting the HTML and only styles the existing Astra/Woo loop.
   ------------------------------------------------------------------------- */
body ul.products.fpa-product-card-grid-lite {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite {
    position: relative;
    display: flex;
    flex-direction: column;
    float: none !important;
    width: auto !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 26px 92px !important;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: none;
    text-align: left;
    list-style: none !important;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite a.woocommerce-LoopProduct-link,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite a.woocommerce-loop-product__link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .astra-shop-summary-wrap {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .astra-shop-thumbnail-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc(100% + 52px);
    aspect-ratio: 1 / 1;
    margin: 0 -26px 24px;
    padding: clamp(14px, 2vw, 24px);
    overflow: hidden;
    background: #ebe7e2;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .astra-shop-thumbnail-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0 !important;
    object-fit: contain;
    object-position: center;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite > a.woocommerce-LoopProduct-link > img,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite > a.woocommerce-loop-product__link > img {
    display: block;
    box-sizing: border-box;
    width: calc(100% + 52px) !important;
    aspect-ratio: 1 / 1;
    height: auto !important;
    margin: 0 -26px 24px !important;
    padding: clamp(14px, 2vw, 24px);
    background: #ebe7e2;
    object-fit: contain;
    object-position: center;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .onsale,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .star-rating {
    display: none !important;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .ast-woo-product-category,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .loop-product-categories,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .product-categories,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .product-category,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .posted_in {
    display: block !important;
    margin: 0 0 14px !important;
    color: #aaa19b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .24em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .posted_in a,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .ast-woo-product-category a,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .loop-product-categories a,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .product-categories a,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .product-category a {
    color: inherit !important;
    text-decoration: none !important;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .woocommerce-loop-product__title {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #090909;
    font-size: clamp(20px, 1.7vw, 28px) !important;
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.055em;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .price {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 72px 0 0 !important;
    color: #090909 !important;
    font-size: clamp(22px, 1.8vw, 30px) !important;
    font-weight: 900 !important;
    line-height: 1;
    letter-spacing: -.04em;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .price ins {
    background: transparent;
    color: #090909;
    text-decoration: none;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .price del {
    color: #aaa19b !important;
    font-size: .78em;
    font-weight: 800;
    opacity: 1 !important;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite a.button:not(.added_to_cart),
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .add_to_cart_button:not(.added_to_cart) {
    position: absolute !important;
    right: 26px !important;
    bottom: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #0d0d0d !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite a.button:not(.added_to_cart)::before,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .add_to_cart_button:not(.added_to_cart)::before {
    content: "+";
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite a.button:not(.added_to_cart):hover,
body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .add_to_cart_button:not(.added_to_cart):hover {
    transform: translateY(-1px);
    background: #000 !important;
}

body ul.products.fpa-product-card-grid-lite li.product.fpa-product-card-lite .added_to_cart {
    position: absolute;
    right: 26px;
    bottom: 86px;
    max-width: calc(100% - 52px);
    color: #090909;
    font-size: 12px;
    font-weight: 800;
    text-align: right;
    text-decoration: none;
}

@media (max-width: 1100px) {
    body ul.products.fpa-product-card-grid-lite {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body ul.products.fpa-product-card-grid-lite {
        grid-template-columns: minmax(0, 1fr);
    }
}


/* Catalog-card renderer for WooCommerce product shortcodes.
   Uses the same public class structure as fpa-woo-catalog-style, scoped to
   shortcode output so checkout and native WooCommerce loops stay safe. */
.fpa-catalog--shortcode,
.fpa-catalog--shortcode * {
    box-sizing: border-box;
}

.fpa-catalog--shortcode {
    width: 100%;
}

.fpa-catalog--shortcode .fpa-catalog__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

.fpa-catalog--shortcode .fpa-product-card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 1px 0 rgba(17, 17, 17, 0.04);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.fpa-catalog--shortcode .fpa-product-card__media {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #ebe7e2;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: clamp(14px, 2vw, 24px);
    position: relative;
    text-decoration: none;
}

.fpa-catalog--shortcode .fpa-product-card__media::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.03));
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.fpa-catalog--shortcode .fpa-product-card__image,
.fpa-catalog--shortcode .fpa-product-card__media img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 220ms ease;
    width: 100%;
}

.fpa-catalog--shortcode .fpa-product-card:hover .fpa-product-card__image,
.fpa-catalog--shortcode .fpa-product-card:hover .fpa-product-card__media img {
    transform: scale(1.035);
}

.fpa-catalog--shortcode .fpa-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 18px 18px;
}

.fpa-catalog--shortcode .fpa-product-card__meta {
    align-items: center;
    color: #aaa39c;
    display: flex;
    flex-wrap: wrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 10px;
    font-weight: 700;
    gap: 7px;
    letter-spacing: 0.18em;
    margin-bottom: 8px;
    min-height: 16px;
    text-transform: uppercase;
}

.fpa-catalog--shortcode .fpa-product-card__brand {
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    line-height: 1;
    padding: 5px 8px;
}

.fpa-catalog--shortcode .fpa-product-card__category::before {
    content: "·";
    margin-right: 7px;
}

.fpa-catalog--shortcode .fpa-product-card__title {
    color: #111111;
    font-size: clamp(17px, 1.8vw, 21px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.02;
    margin: 0 0 16px;
}

.fpa-catalog--shortcode .fpa-product-card__title a {
    color: inherit;
    text-decoration: none;
}

.fpa-catalog--shortcode .fpa-product-card__title a:hover,
.fpa-catalog--shortcode .fpa-product-card__title a:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.fpa-catalog--shortcode .fpa-product-card__footer {
    align-items: flex-end;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
}

.fpa-catalog--shortcode .fpa-product-card__price {
    color: #111111;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.04em;
    min-width: 0;
}

.fpa-catalog--shortcode .fpa-product-card__price del {
    color: #89827a;
    display: block;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.75;
}

.fpa-catalog--shortcode .fpa-product-card__price ins {
    background: transparent;
    text-decoration: none;
}

.fpa-catalog--shortcode .fpa-product-card__button {
    align-items: center;
    background: #111111;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 26px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease;
    width: 38px;
}

.fpa-catalog--shortcode .fpa-product-card__button:hover,
.fpa-catalog--shortcode .fpa-product-card__button:focus {
    background: #2a2a2a;
    color: #ffffff;
    outline: none;
    transform: scale(1.05);
}

@media (max-width: 980px) {
    .fpa-catalog--shortcode .fpa-catalog__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .fpa-catalog--shortcode .fpa-catalog__grid {
        grid-template-columns: 1fr;
    }
}
