#JSminicartWrapper {
    float: right;
    height: 69px;
    margin-left: 15px;
    border-bottom: 31px solid transparent;
    position: relative;
}

#JSpointer {
    position: relative;
    display: inline-block;
    float: right;
    height: 37px;
    margin-top: 14px;
    padding: 0 6px 0 28px;
    border: 2px solid #000;
    border-radius: 0;
    background: transparent;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 31px;
    text-align: left;
}

#JSpointer > i,
#JSpointer .fa-shopping-cart {
    position: absolute;
    top: 5px;
    left: 4px;
    margin-right: 6px;
    color: #4c4c4c;
    font-size: 21px;
}

#JSpointer .totalUnits {
    position: absolute;
    top: -10px;
    left: 14px;
    min-width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #e21e3a;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}

#JSpointer .totalCart {
    display: block;
}

#JSminicartWrapper.is-open .minicart {
    display: block !important;
}

#JSminicartWrapper.is-open #JS_minicart,
#JSminicartWrapper.hover #JS_minicart,
#JSminicartWrapper:hover #JS_minicart {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.minicart {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000001;
    display: none;
    width: 440px;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    padding: 0;
    border: 0;
    background: #fff;
    color: #111827;
    box-shadow: -24px 0 60px rgba(15, 23, 42, .18);
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.minicart:before {
    content: "";
    position: fixed;
    top: 0;
    right: 440px;
    bottom: 0;
    left: 0;
    background: rgba(17, 24, 39, .62);
    pointer-events: none;
}

.erminicartPanel {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 28px 28px 22px;
    background: #fff;
    overflow-y: auto;
}

.erminicartHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.erminicartHead h2 {
    margin: 0;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
}

.erminicartClose {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 20px;
    cursor: pointer;
}

.erminicartFree {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: center;
    margin-bottom: 22px;
    padding: 18px;
    border-radius: 6px;
    background: #eaf8ee;
}

.erminicartFree i {
    color: #00a846;
    font-size: 22px;
}

.erminicartFree strong,
.erminicartFree span {
    display: block;
}

.erminicartFree strong {
    margin-bottom: 3px;
    color: #00943a;
    font-size: 14px;
    font-weight: 900;
}

.erminicartFree span {
    color: #334155;
    font-size: 13px;
    line-height: 1.3;
}

.erminicartItems {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5eaf2;
}

.erminicartItem {
    position: relative;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) 34px;
    gap: 12px;
    padding: 22px 0;
    border-bottom: 1px solid #e5eaf2;
}

.erminicartImage {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erminicartImage img {
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.erminicartDetails {
    min-width: 0;
}

.erminicartName {
    display: -webkit-box;
    margin: 0 0 5px;
    color: #111827;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
    white-space: normal;
    overflow: hidden;
    overflow-wrap: normal;
    word-break: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.erminicartName:hover {
    color: var(--erson-primary-color);
    text-decoration: none;
}

.erminicartMeta {
    margin-bottom: 10px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.25;
}

.erminicartUnit {
    margin-bottom: 18px;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
}

.erminicartBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.erminicartQty {
    display: inline-grid;
    grid-template-columns: 34px 38px 34px;
    width: 106px;
    height: 34px;
    border: 1px solid #dbe2ec;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}

.erminicartQty .prod_qty_minus,
.erminicartQty .prod_qty_plus {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border: 0;
    background: #fff;
    color: #5b6472;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.erminicartQty .prod_qty {
    display: block;
    width: 38px;
    height: 34px;
    min-height: 34px;
    padding: 0;
    border: 0;
    border-left: 1px solid #e4e9f1;
    border-right: 1px solid #e4e9f1;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 34px;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

.erminicartLine {
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
}

.erminicartRemove {
    align-self: start;
    justify-self: end;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    font-size: 16px;
    text-align: right;
    text-decoration: none;
}

.erminicartRemove:hover {
    color: var(--erson-primary-color);
}

.erminicartTotals {
    margin-top: 18px;
    padding-top: 4px;
}

.erminicartRow,
.erminicartTotal {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
    color: #111827;
    font-size: 14px;
}

.erminicartRow strong {
    font-weight: 900;
}

.erminicartRow .is-free {
    color: #008f32;
}

.erminicartTotal {
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid #e5eaf2;
    font-weight: 900;
}

.erminicartTotal small {
    font-size: 12px;
    font-weight: 700;
}

.erminicartTotal strong {
    font-size: 24px;
    white-space: nowrap;
}

.erminicartActions {
    display: grid;
    gap: 12px;
    margin: 18px 0 28px;
}

.erminicartCheckout,
.erminicartFull {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.erminicartCheckout {
    gap: 10px;
    background: var(--erson-primary-color);
    color: #fff;
}

.erminicartCheckout:hover {
    background: var(--erson-primary-color);
    color: #fff;
    text-decoration: none;
}

.erminicartFull {
    border: 1px solid #b8c9ee;
    background: #fff;
    color: var(--erson-primary-color);
}

.erminicartFull:hover {
    border-color: var(--erson-primary-color);
    color: var(--erson-primary-color);
    text-decoration: none;
}

.erminicartBenefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: auto;
    padding-top: 10px;
}

.erminicartBenefits div {
    min-width: 0;
}

.erminicartBenefits i {
    display: block;
    margin-bottom: 7px;
    color: var(--erson-primary-color);
    font-size: 24px;
}

.erminicartBenefits strong,
.erminicartBenefits span {
    display: block;
}

.erminicartBenefits strong {
    color: #111827;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
}

.erminicartBenefits span {
    margin-top: 2px;
    color: #4b5563;
    font-size: 11px;
    line-height: 1.2;
}

.erminicartPayments {
    margin-top: 24px;
}

.erminicartPayments > span {
    display: block;
    margin-bottom: 10px;
    color: #4b5563;
    font-size: 12px;
}

.erminicartPayments div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.erminicartPayments em {
    min-width: 52px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.minicart .empty {
    margin: 20px 0 0;
    color: #4b5563;
    font-size: 14px;
}

@media (max-width: 575px) {
    .minicart {
        width: 100vw;
    }

    .minicart:before {
        display: none;
    }

    .erminicartPanel {
        padding: 22px 18px;
    }
}
