.pipp-cart-page {
    --pipp-cart-gap: clamp(18px, 2.5vw, 32px);
    background: var(--pipp-color-page);
}

.pipp-cart-page .pipp-cart-main {
    width: 100%;
    max-width: none !important;
    margin: 0;
    padding: clamp(165px, 15vw, 205px) clamp(16px, 4vw, 48px) 100px;
    background: var(--pipp-color-page);
}

.pipp-cart-page .pipp-cart-shell {
    width: min(calc(100% - 32px), 1536px);
    max-width: 1536px;
    margin-inline: auto;
}

.pipp-cart-page .pipp-cart-heading {
    margin-bottom: clamp(30px, 4vw, 48px);
    text-align: center;
}

.pipp-cart-page .pipp-cart-heading__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--pipp-color-copy);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pipp-cart-page .pipp-cart-heading h1 {
    margin: 0;
    color: var(--pipp-color-copy);
    font-family: var(--pipp-font-display);
    font-size: clamp(48px, 7vw, 76px);
    font-weight: 400;
    line-height: .95;
}

.pipp-cart-page .pipp-cart-heading p {
    margin: 12px auto 0;
    font-size: 14px;
}

.pipp-cart-page .pipp-cart-content {
    width: 100%;
    min-width: 0;
}

.pipp-cart-gift-options{width:min(100%,720px);box-sizing:border-box;margin:0 0 24px auto;padding:16px 18px;border:1px solid var(--pipp-color-border);background:#fff;color:var(--pipp-color-copy)}
.wp-block-woocommerce-cart-order-summary-block + .pipp-cart-gift-options,.wc-block-cart__sidebar .pipp-cart-gift-options,.cart_totals .pipp-cart-gift-options{width:100%;margin:16px 0 20px}
.pipp-cart-gift-options__heading h2{margin:0 0 14px;color:var(--pipp-color-copy);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.pipp-cart-gift-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;align-items:start}
.pipp-cart-gift-form label>span{display:block;margin-bottom:8px;font-size:12px;font-weight:600}
.pipp-cart-gift-form label small{color:#cfae9f;font-size:11px}
.pipp-cart-gift-form select,.pipp-cart-gift-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--pipp-color-border);border-radius:0;background:#fff;color:var(--pipp-color-copy)}
.pipp-cart-gift-form select{height:46px;padding:8px 12px}
.pipp-cart-gift-form textarea{min-height:72px;padding:10px;resize:vertical}
.pipp-cart-gift-note{grid-column:1/-1}
.pipp-cart-gift-actions{display:flex;grid-column:1/-1;align-items:center;justify-content:flex-end;gap:16px}
.pipp-cart-gift-actions span{color:#8b9b83;font-size:12px}
.pipp-cart-gift-actions button{min-height:42px;padding:9px 24px;border:0;border-radius:0;background:#b8c1b0;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase}
.pipp-cart-gift-note[hidden],.pipp-cart-gift-actions[hidden]{display:none}

@media(max-width:767px){
 .pipp-cart-gift-options{display:block;padding:20px 16px}
 .pipp-cart-gift-options__heading{margin-bottom:20px}
 .pipp-cart-gift-form{grid-template-columns:1fr}
 .pipp-cart-gift-actions{grid-column:auto}
}

.pipp-cart-page .pipp-cart-toolbar {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--pipp-color-border);
    color: var(--pipp-color-copy);
    font-size: 12px;
}

.pipp-cart-page .pipp-empty-cart-form {
    margin: 0;
}

.pipp-cart-page .pipp-empty-cart-button {
    min-height: 40px;
    padding: 9px 18px;
    border: 1px solid var(--pipp-color-primary);
    border-radius: 0;
    background: transparent;
    color: var(--pipp-color-primary);
    font-family: var(--pipp-font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
}

.pipp-cart-page .pipp-empty-cart-button:hover,
.pipp-cart-page .pipp-empty-cart-button:focus-visible {
    background: var(--pipp-color-primary);
    color: var(--pipp-color-on-primary);
}

.pipp-cart-page .site-main,
.pipp-cart-page main,
.pipp-cart-page .entry-content,
.pipp-cart-page .woocommerce {
    width: 100%;
    max-width: 1536px;
    min-width: 0;
    margin-inline: auto;
}

.pipp-cart-page .site-main {
    padding: clamp(130px, 14vw, 190px) clamp(16px, 4vw, 48px) 90px;
}

.pipp-cart-page .pipp-cart-main.site-main {
    padding: clamp(165px, 15vw, 205px) clamp(16px, 4vw, 48px) 100px;
}

.pipp-cart-page .entry-header,
.pipp-cart-page .page-header {
    margin-bottom: clamp(26px, 4vw, 46px);
    text-align: center;
}

.pipp-cart-page .entry-title,
.pipp-cart-page .page-title {
    margin: 0;
    color: var(--pipp-color-copy);
    font-family: var(--pipp-font-display);
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 400;
    line-height: .95;
}

.pipp-cart-page .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: var(--pipp-cart-gap);
    align-items: start;
}

.pipp-cart-page .woocommerce-notices-wrapper,
.pipp-cart-page .woocommerce-form-coupon-toggle,
.pipp-cart-page .pipp-cart-volume-progress,
.pipp-cart-page .wc-block-components-notice-banner,
.pipp-cart-page .woocommerce-message,
.pipp-cart-page .woocommerce-error,
.pipp-cart-page .woocommerce-info {
    grid-column: 1 / -1;
}

.pipp-cart-page .pipp-cart-volume-progress {
    position: relative;
    padding: 18px clamp(18px, 3vw, 28px);
    border: 1px solid var(--pipp-color-border);
    border-left: 6px solid var(--pipp-color-secondary);
    border-radius: 10px;
    background: var(--pipp-color-surface);
}

.pipp-cart-page .pipp-cart-volume-progress__eyebrow {
    display: block;
    margin-bottom: 4px;
    color: var(--pipp-color-copy);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pipp-cart-page .pipp-cart-volume-progress strong {
    display: block;
    padding-right: 110px;
    font-size: 15px;
}

.pipp-cart-page .pipp-cart-volume-progress p {
    margin: 4px 0 0;
    padding-right: 110px;
    font-size: 13px;
}

.pipp-cart-page .pipp-cart-volume-progress__badge {
    position: absolute;
    top: 50%;
    right: 22px;
    padding: 7px 11px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: var(--pipp-color-secondary);
    color: var(--pipp-color-on-primary);
    font-size: 11px;
    font-weight: 700;
}

.pipp-cart-page .woocommerce-cart-form,
.pipp-cart-page .cart-collaterals,
.pipp-cart-page .wc-block-cart-items,
.pipp-cart-page .wc-block-cart__sidebar {
    min-width: 0;
    border: 1px solid var(--pipp-color-border);
    border-radius: 12px;
    background: var(--pipp-color-surface);
}

.pipp-cart-page .woocommerce-cart-form {
    padding: clamp(16px, 2.4vw, 28px);
}

.pipp-cart-page table.shop_table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.pipp-cart-page table.shop_table thead th {
    padding: 0 10px 14px;
    border-bottom: 1px solid var(--pipp-color-border);
    color: var(--pipp-color-copy);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pipp-cart-page table.shop_table td {
    padding: 18px 10px;
    border: 0;
    border-bottom: 1px solid var(--pipp-color-border);
    vertical-align: middle;
}

.pipp-cart-page .product-thumbnail {
    width: 100px;
}

.pipp-cart-page .product-thumbnail img,
.pipp-cart-page .wc-block-cart-item__image img {
    width: 82px;
    height: 82px;
    display: block;
    border: 1px solid var(--pipp-color-border);
    border-radius: 9px;
    background: var(--pipp-color-surface-soft);
    object-fit: cover;
}

.pipp-cart-page .product-name > a,
.pipp-cart-page .wc-block-components-product-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.pipp-cart-page .variation,
.pipp-cart-page .wc-block-components-product-metadata {
    margin: 8px 0 0;
    color: var(--pipp-color-copy);
    font-size: 12px;
}

.pipp-cart-page .variation dt,
.pipp-cart-page .variation dd,
.pipp-cart-page .variation p {
    display: inline;
    float: none;
    margin: 0 5px 0 0;
}

.pipp-cart-page .variation dt {
    font-weight: 600;
}

.pipp-cart-page .product-price,
.pipp-cart-page .product-subtotal {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.pipp-cart-page .quantity {
    display: inline-flex;
}

.pipp-cart-page .quantity .qty {
    width: 64px;
    min-height: 42px;
    padding: 8px;
    border: 1px solid var(--pipp-color-border);
    border-radius: 0;
    background: var(--pipp-color-surface);
    text-align: center;
}

.pipp-cart-page a.remove,
.pipp-cart-page .wc-block-cart-item__remove-link {
    color: var(--pipp-color-primary) !important;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pipp-cart-page a.remove {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pipp-color-primary);
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
}

.pipp-cart-page a.remove:hover {
    background: var(--pipp-color-primary);
    color: var(--pipp-color-on-primary) !important;
}

.pipp-cart-page td.actions {
    padding: 22px 0 0 !important;
    border-bottom: 0 !important;
}

.pipp-cart-page .actions,
.pipp-cart-page .coupon {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.pipp-cart-page .coupon {
    flex: 1 1 360px;
}

.pipp-cart-page .coupon .input-text,
.pipp-cart-page .wc-block-components-text-input input {
    min-height: 48px;
    flex: 1 1 180px;
    padding: 12px 14px;
    border: 1px solid var(--pipp-color-border);
    border-radius: 0;
    background: var(--pipp-color-surface);
}

.pipp-cart-page button.button,
.pipp-cart-page a.button,
.pipp-cart-page .checkout-button,
.pipp-cart-page .wc-block-components-button {
    min-height: 48px;
    padding: 13px 22px;
    border: 1px solid var(--pipp-color-primary) !important;
    border-radius: 0 !important;
    background: var(--pipp-color-primary) !important;
    color: var(--pipp-color-on-primary) !important;
    font-family: var(--pipp-font-display);
    font-size: 15px;
    font-style: italic;
    line-height: 1.2;
    text-decoration: none !important;
}

.pipp-cart-page button.button:hover,
.pipp-cart-page a.button:hover,
.pipp-cart-page .checkout-button:hover,
.pipp-cart-page .wc-block-components-button:hover {
    background: var(--pipp-color-surface) !important;
    color: var(--pipp-color-primary) !important;
}

.pipp-cart-page .cart-collaterals {
    padding: clamp(20px, 2.5vw, 30px);
}

.pipp-cart-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.pipp-cart-page .cart_totals h2,
.pipp-cart-page .wc-block-cart__totals-title {
    margin: 0 0 18px;
    font-family: var(--pipp-font-display);
    font-size: 30px;
    font-weight: 500;
    text-transform: none;
}

.pipp-cart-page .cart_totals table th,
.pipp-cart-page .cart_totals table td {
    padding: 14px 0;
    border-bottom: 1px solid var(--pipp-color-border);
    font-size: 13px;
}

.pipp-cart-page .cart_totals table th {
    font-weight: 500;
    text-align: left;
}

.pipp-cart-page .cart_totals table td {
    text-align: right;
}

.pipp-cart-page .cart_totals .order-total th,
.pipp-cart-page .cart_totals .order-total td {
    padding-top: 20px;
    font-size: 17px;
    font-weight: 700;
}

.pipp-cart-page .wc-proceed-to-checkout {
    padding: 22px 0 0;
}

.pipp-cart-page .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pipp-cart-page .woocommerce-shipping-destination,
.pipp-cart-page .woocommerce-shipping-calculator {
    font-size: 12px;
}

/* Carrito creado con WooCommerce Blocks. */
.pipp-cart-page .wp-block-woocommerce-cart {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
}

.pipp-cart-page .wc-block-cart {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
    gap: clamp(28px, 3.5vw, 58px) !important;
    align-items: start;
}

.pipp-cart-page .wc-block-cart__main,
.pipp-cart-page .wc-block-cart__sidebar {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
}

.pipp-cart-page .wc-block-cart__main {
    grid-column: 1;
}

.pipp-cart-page .wc-block-cart__sidebar {
    grid-column: 2;
    position: sticky;
    top: 125px;
}

.pipp-cart-page .wc-block-cart-items {
    padding: clamp(14px, 2vw, 24px);
    border: 0;
    background: transparent;
}

.pipp-cart-page .wc-block-cart__sidebar {
    padding: clamp(20px, 2.5vw, 30px);
}

.pipp-cart-page .wc-block-cart-items td {
    border: 0 !important;
}

.pipp-cart-page .wc-block-cart-items thead {
    display: none;
}

.pipp-cart-page .wc-block-cart-items tbody {
    display: table-row-group;
}

.pipp-cart-page .wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) minmax(150px, 190px);
    min-height: 136px;
    padding: 18px;
    border-bottom: 1px solid var(--pipp-color-border);
    background: transparent;
}

.pipp-cart-page .wc-block-cart-item__image {
    grid-column: 1;
    width: 96px !important;
    padding: 0 !important;
    align-self: center;
}

.pipp-cart-page .wc-block-cart-item__image img {
    width: 96px;
    height: 96px;
    border: 0;
    border-radius: 7px;
}

.pipp-cart-page .wc-block-cart-item__product {
    grid-column: 2;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 190px;
    grid-template-rows: auto auto 1fr;
    column-gap: clamp(24px, 3vw, 48px);
    padding: 4px 28px 4px 0 !important;
    align-items: center;
}

.pipp-cart-page .wc-block-cart-item__total {
    grid-column: 3;
    padding: 0 0 0 26px !important;
    border-left: 1px solid var(--pipp-color-border) !important;
    align-self: center;
    text-align: right;
}

.pipp-cart-page .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    justify-content: flex-end;
}

.pipp-cart-page .wc-block-components-product-name {
    grid-column: 1;
    grid-row: 1;
    display: inline-block;
    margin: 0 0 5px;
    font-family: var(--pipp-font-body);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pipp-cart-page .wc-block-components-product-price {
    grid-column: 1;
    grid-row: 2;
    font-family: var(--pipp-font-display);
    font-size: 18px;
}

.pipp-cart-page .wc-block-components-product-metadata {
    grid-column: 1;
    grid-row: 3;
    margin-top: 8px;
}

.pipp-cart-page .wc-block-components-product-details {
    display: flex;
    gap: 5px 16px;
    flex-wrap: wrap;
}

.pipp-cart-page .wc-block-components-product-details li {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 11px;
}

.pipp-cart-page .wc-block-components-product-details__name {
    font-weight: 600;
}

.pipp-cart-page .wc-block-components-quantity-selector {
    grid-column: 2;
    grid-row: 1;
    width: 126px;
    min-height: 42px;
    margin: 0 !important;
    justify-self: end;
    border: 1px solid var(--pipp-color-primary) !important;
    border-radius: 6px;
    background: var(--pipp-color-surface);
    overflow: hidden;
}

.pipp-cart-page .wc-block-components-quantity-selector input {
    color: var(--pipp-color-copy) !important;
    font-weight: 600;
}

.pipp-cart-page .wc-block-components-quantity-selector button {
    width: 38px !important;
    min-width: 38px !important;
    min-height: 40px !important;
    background: var(--pipp-color-surface-soft) !important;
    color: var(--pipp-color-primary) !important;
    opacity: 1 !important;
}

.pipp-cart-page .wc-block-components-quantity-selector button:hover,
.pipp-cart-page .wc-block-components-quantity-selector button:focus-visible {
    background: var(--pipp-color-primary) !important;
    color: var(--pipp-color-on-primary) !important;
}

.pipp-cart-page .wc-block-cart-item__remove-link {
    grid-column: 2;
    grid-row: 2 / span 2;
    width: 126px !important;
    min-width: 126px;
    min-height: 38px;
    margin: 8px 0 0 !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border: 1px solid var(--pipp-color-border) !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: var(--pipp-color-copy) !important;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1 !important;
    text-decoration: none !important;
}

.pipp-cart-page .wc-block-cart-item__remove-link:hover,
.pipp-cart-page .wc-block-cart-item__remove-link:focus-visible {
    border-color: var(--pipp-color-primary) !important;
    background: var(--pipp-color-primary) !important;
    color: var(--pipp-color-on-primary) !important;
}

.pipp-cart-page .wc-block-cart-item__remove-link svg {
    width: 16px;
    height: 16px;
}

.pipp-cart-page .wc-block-components-totals-wrapper {
    padding: 14px 0;
    border-color: var(--pipp-color-border);
}

.pipp-cart-page .wc-block-cart__submit-button {
    width: 100%;
}

.pipp-cart-page .wc-block-components-notice-banner,
.pipp-cart-page .woocommerce-message,
.pipp-cart-page .woocommerce-info,
.pipp-cart-page .woocommerce-error {
    padding: 14px 18px;
    border: 1px solid var(--pipp-color-border);
    border-left: 4px solid var(--pipp-color-secondary);
    border-radius: 8px;
    background: var(--pipp-color-surface);
}

.pipp-cart-page .cart-empty,
.pipp-cart-page .wc-block-cart__empty-cart__title {
    text-align: center;
    font-family: var(--pipp-font-display);
    font-size: clamp(30px, 5vw, 48px);
}

.pipp-cart-page .wp-block-woocommerce-empty-cart-block > .wp-block-heading:not(.wc-block-cart__empty-cart__title) {
    margin: 38px 0 26px;
    color: var(--pipp-color-copy);
    font-family: var(--pipp-font-display);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 400;
    text-align: center;
}

.pipp-cart-page .wp-block-woocommerce-empty-cart-block .is-style-dots {
    color: var(--pipp-color-primary);
}

.pipp-cart-page .wp-block-woocommerce-product-new {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
}

.pipp-cart-page .return-to-shop {
    text-align: center;
}

.pipp-cart-page .pipp-cart-empty {
    padding: clamp(30px, 5vw, 64px) 0 0;
    text-align: center;
}

.pipp-cart-page .pipp-cart-empty > h2 {
    margin: 0;
    font-family: var(--pipp-font-display);
    font-size: clamp(38px, 6vw, 62px);
    font-weight: 400;
    line-height: 1;
}

.pipp-cart-page .pipp-cart-empty > p {
    margin: 14px 0 0;
    font-size: 14px;
}

.pipp-cart-page .pipp-cart-empty__products {
    margin-top: clamp(50px, 7vw, 82px);
    text-align: left;
}

.pipp-cart-page .pipp-cart-empty__products h3 {
    margin: 0 0 28px;
    font-family: var(--pipp-font-display);
    font-size: clamp(34px, 5vw, 48px);
    font-weight: 400;
    text-align: center;
}

@media (max-width: 900px) {
    .pipp-cart-page .woocommerce {
        grid-template-columns: 1fr;
    }

    .pipp-cart-page .wc-block-cart {
        grid-template-columns: 1fr !important;
    }

    .pipp-cart-page .wc-block-cart__main,
    .pipp-cart-page .wc-block-cart__sidebar {
        grid-column: 1;
    }

    .pipp-cart-page .wc-block-cart__sidebar {
        position: static;
    }

    .pipp-cart-page .cart-collaterals {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .pipp-cart-page .site-main {
        padding: 120px 14px 70px;
    }

    .pipp-cart-page .pipp-cart-main.site-main {
        padding: 145px 14px 72px;
    }

    .pipp-cart-page .pipp-cart-heading {
        margin-bottom: 26px;
    }

    .pipp-cart-page .pipp-cart-heading h1 {
        font-size: 48px;
    }

    .pipp-cart-page .pipp-cart-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .pipp-cart-page .pipp-empty-cart-button {
        width: 100%;
    }

    .pipp-cart-page .woocommerce-cart-form,
    .pipp-cart-page .cart-collaterals,
    .pipp-cart-page .wc-block-cart-items,
    .pipp-cart-page .wc-block-cart__sidebar {
        padding: 14px;
        border-radius: 9px;
    }

    .pipp-cart-page .pipp-cart-volume-progress strong,
    .pipp-cart-page .pipp-cart-volume-progress p {
        padding-right: 0;
    }

    .pipp-cart-page .pipp-cart-volume-progress__badge {
        position: static;
        display: inline-block;
        margin-top: 10px;
        transform: none;
    }

    .pipp-cart-page table.shop_table thead {
        display: none;
    }

    .pipp-cart-page table.shop_table_responsive tr.cart_item {
        position: relative;
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 8px 12px;
        padding: 14px 34px 16px 0;
        border-bottom: 1px solid var(--pipp-color-border);
    }

    .pipp-cart-page table.shop_table_responsive tr.cart_item td {
        width: auto;
        display: block;
        padding: 0;
        border: 0;
        text-align: left !important;
    }

    .pipp-cart-page tr.cart_item .product-remove {
        position: absolute;
        top: 12px;
        right: 0;
    }

    .pipp-cart-page tr.cart_item .product-thumbnail {
        grid-row: 1 / span 4;
    }

    .pipp-cart-page .product-thumbnail img {
        width: 76px;
        height: 76px;
    }

    .pipp-cart-page table.shop_table_responsive tr.cart_item td::before {
        display: none;
    }

    .pipp-cart-page tr.cart_item .product-price::before,
    .pipp-cart-page tr.cart_item .product-quantity::before,
    .pipp-cart-page tr.cart_item .product-subtotal::before {
        display: inline;
        margin-right: 5px;
        color: var(--pipp-color-copy);
        font-size: 11px;
        font-weight: 500;
    }

    .pipp-cart-page tr.cart_item .product-price::before {
        content: "Precio:";
    }

    .pipp-cart-page tr.cart_item .product-quantity::before {
        content: "Cantidad:";
    }

    .pipp-cart-page tr.cart_item .product-subtotal::before {
        content: "Subtotal:";
    }

    .pipp-cart-page td.actions,
    .pipp-cart-page .actions,
    .pipp-cart-page .coupon {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .pipp-cart-page .coupon .input-text,
    .pipp-cart-page td.actions .button {
        width: 100% !important;
        margin: 0 !important;
    }

    .pipp-cart-page .cart_totals h2 {
        font-size: 27px;
    }

    .pipp-cart-page .wc-block-cart-item__image img {
        width: 68px;
        height: 68px;
    }

    .pipp-cart-page .wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 76px minmax(0, 1fr);
        min-height: 0;
        padding: 12px;
    }

    .pipp-cart-page .wc-block-cart-item__image {
        width: 68px !important;
    }

    .pipp-cart-page .wc-block-cart-item__product {
        grid-column: 2;
        display: block;
        padding: 0 0 8px 10px !important;
    }

    .pipp-cart-page .wc-block-cart-item__total {
        grid-column: 2;
        padding: 8px 0 0 10px !important;
        border-top: 1px solid var(--pipp-color-border) !important;
        border-left: 0 !important;
        text-align: left;
    }

    .pipp-cart-page .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        justify-content: flex-start;
    }

    .pipp-cart-page .wc-block-components-product-name {
        font-size: 13px;
    }

    .pipp-cart-page .wc-block-components-quantity-selector {
        width: 124px;
        margin-top: 12px !important;
        justify-self: start;
    }

    .pipp-cart-page .wc-block-cart-item__remove-link {
        min-width: 124px;
        justify-self: start;
    }
}
