/* ==========================================================================
   CSS فوتر راهکارپویش
   --------------------------------------------------------------------------
   01. فوتر دسکتاپ
   02. نشان‌ها و شبکه‌های اجتماعی
   03. نوار پایین موبایل
   04. سایدبار سبد خرید
   05. بازگشت به بالا
   ========================================================================== */

.rp-footer {
    margin-top: 40px;
    padding: 38px 36px 28px;
    background: #f6f7f8;
    border-top: 1px solid #ececec;
    color: var(--rp-text);
}

.rp-footer-inner {
    max-width: var(--rp-max-width);
    margin: 0 auto;
}

.rp-footer-copyright {
    margin: 28px auto 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(17, 24, 32, .09);
    direction: rtl;
}

.rp-footer-copyright-inner {
    max-width: var(--rp-max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rp-footer-copyright-text {
    color: #6b737c;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
}

.rp-footer-copyright-text::selection {
    background: rgba(255, 87, 34, .16);
}

.rp-footer-copyright-link {
    color: #ff5722;
    font-weight: 700;
    text-decoration: none;
    transition: color .18s ease, opacity .18s ease;
}

.rp-footer-copyright-link:hover,
.rp-footer-copyright-link:focus-visible {
    color: #111820;
    opacity: .92;
    text-decoration: none;
}

.rp-footer-grid {
    display: grid;
    grid-template-columns: minmax(310px, 1.5fr) repeat(4, minmax(130px, .72fr)) minmax(360px, 1.55fr);
    gap: 34px;
    align-items: start;
    direction: rtl;
}

.rp-footer-about {
    text-align: right;
}

.rp-footer-brandline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

.rp-footer-logo,
.rp-footer-logo a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.rp-footer-logo img {
    width: auto;
    max-width: 148px;
    max-height: 64px;
    object-fit: contain;
}

.rp-footer-site-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--rp-text-strong);
    line-height: 1.1;
    white-space: nowrap;
}

.rp-footer-description {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--rp-text-strong);
}

.rp-footer-business-text {
    margin: 0;
    max-width: 500px;
    font-size: 11px;
    font-weight: 200;
    line-height: 2.1;
    color: #000000;
}

.rp-footer-menu-columns {
    display: contents;
}

.rp-footer-column h4 {
    margin: 0 0 16px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    color: var(--rp-text-strong);
}

.rp-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.rp-footer-links a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: #14171a;
    transition: color .18s ease, transform .18s ease;
}

.rp-footer-links a:hover {
    color: var(--rp-accent);
    transform: translateX(-2px);
}

.rp-footer-contact {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rp-footer-address {
    max-width: 430px;
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.95;
    color: #14171a;
}

.rp-footer-address a {
    color: inherit;
    text-decoration: none;
    transition: color .18s ease;
}

.rp-footer-address a:hover {
    color: var(--rp-accent);
}

.rp-footer-contact-buttons {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    direction: rtl;
}

.rp-footer-pill {
    min-height: 27px;
    padding: 5px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #6d6d68;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.rp-footer-pill-green {
    background: var(--rp-accent);
}

.rp-footer-pill:hover {
    transform: translateY(-1px) scale(.98);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
}

.rp-footer-pill-green:hover {
    box-shadow: 0 8px 20px rgba(0, 201, 155, .22);
}


/* v0.1.479 - Phone and email pill colors inside footer/contact buttons.
   اینجا عمداً داخل footer.css آمده، چون لینک‌های تماس فوتر کلاس rp-footer-pill دارند
   و این فایل بعد از custom.css لود می‌شود. */
.rp-footer-contact-buttons .rp-phone-link,
.rp-footer-contact-buttons .rp-footer-pill.rp-phone-link,
.rp-footer-contact-buttons .rp-footer-email,
.rp-footer-contact-buttons .rp-footer-pill.rp-footer-email,
.rp-footer-contact-buttons a[href^="tel:"],
.rp-footer-contact-buttons a[href^="mailto:"] {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    min-height: 27px;
    height: 27px;
    padding: 4px 15px;
    width: auto;
    border-radius: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    transform-origin: center;
}

.rp-footer-contact-buttons .rp-phone-link:hover,
.rp-footer-contact-buttons .rp-phone-link:focus-visible,
.rp-footer-contact-buttons .rp-footer-pill.rp-phone-link:hover,
.rp-footer-contact-buttons .rp-footer-pill.rp-phone-link:focus-visible,
.rp-footer-contact-buttons .rp-footer-email:hover,
.rp-footer-contact-buttons .rp-footer-email:focus-visible,
.rp-footer-contact-buttons .rp-footer-pill.rp-footer-email:hover,
.rp-footer-contact-buttons .rp-footer-pill.rp-footer-email:focus-visible,
.rp-footer-contact-buttons a[href^="tel:"]:hover,
.rp-footer-contact-buttons a[href^="tel:"]:focus-visible,
.rp-footer-contact-buttons a[href^="mailto:"]:hover,
.rp-footer-contact-buttons a[href^="mailto:"]:focus-visible {
    color: #ffffff;
    background: #e64a19;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(255, 87, 34, .26);
}

.rp-footer-contact-buttons .rp-phone-link:active,
.rp-footer-contact-buttons .rp-footer-pill.rp-phone-link:active,
.rp-footer-contact-buttons .rp-footer-email:active,
.rp-footer-contact-buttons .rp-footer-pill.rp-footer-email:active,
.rp-footer-contact-buttons a[href^="tel:"]:active,
.rp-footer-contact-buttons a[href^="mailto:"]:active {
    color: #ffffff;
    background: #d84315;
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(255, 87, 34, .20);
}

.rp-footer-socials {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 24px;
    direction: ltr;
    justify-content: flex-start;
}

.rp-footer-socials a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform .18s ease, opacity .18s ease;
}

.rp-footer-socials a:hover {
    transform: translateY(-2px) scale(.96);
    opacity: .82;
}

.rp-footer-socials img {
    width: 24px;
    height: 24px;
}

.rp-footer-badges {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 4px;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.rp-footer-badge {
    width: 72px;
    min-width: 72px;
    min-height: 84px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex: 0 0 auto;
}

.rp-footer-badge img {
    max-width: 72px;
    max-height: 84px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .06));
}

@media (max-width: 1280px) {
    .rp-footer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rp-footer-about,
    .rp-footer-contact {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    .rp-footer {
        padding: 34px 16px 26px;
    }

    .rp-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 18px;
    }

    .rp-footer-about,
    .rp-footer-contact {
        grid-column: span 2;
    }

    .rp-footer-brandline {
        align-items: flex-start;
        gap: 10px;
    }

    .rp-footer-logo img {
        max-width: 120px;
        max-height: 54px;
    }

    .rp-footer-description {
        font-size: 13px;
    }

    .rp-footer-business-text {
        font-size: 11px;
        line-height: 2;
    }

    .rp-footer-column h4 {
        font-size: 14px;
    }

    .rp-footer-links a {
        font-size: 13px;
    }

    .rp-footer-contact-buttons {
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: 100%;
    }

    .rp-footer-badges {
        gap: 10px;
    }

    .rp-footer-badge {
        width: 60px;
        min-width: 60px;
        min-height: 72px;
    }

    .rp-footer-badge img {
        max-width: 60px;
        max-height: 72px;
    }
}

.rp-footer-logo-img {
    display: block;
    width: auto;
    height: auto;
    min-width: 72px;
    min-height: 24px;
}

.rp-footer-logo img[src$=".svg"],
.rp-footer-logo-img[src*=".svg"] {
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 68px;
}

.rp-footer-mobile-links {
    display: none;
}

@media (max-width: 768px) {
    .rp-footer-mobile-links {
        margin-top: 26px;
        padding-top: 16px;
        border-top: 1px solid rgba(0,0,0,.08);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .rp-footer-mobile-links a {
        min-height: 32px;
        padding: 7px 12px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.08);
        color: var(--rp-text);
        text-decoration: none;
        font-size: 12.5px;
        font-weight: 600;
        line-height: 1;
    }
}

/* mobile bottom icon bar */
.rp-mobile-bottom-bar {
    display: none;
}

@media (max-width: 768px) {
    .rp-footer-mobile-links.rp-mobile-bottom-bar {
        margin-top: 26px;
        padding: 12px 10px;
        border-top: 1px solid rgba(0,0,0,.08);
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: center;
        gap: 10px;
        background: rgba(255,255,255,.72);
        border-radius: 18px;
    }

    .rp-mobile-bottom-link {
        min-height: 54px;
        padding: 7px 8px;
        border-radius: 16px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.08);
        color: var(--rp-text);
        text-decoration: none;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .rp-mobile-bottom-link.is-cart {
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(0,0,0,.08);
    }

    .rp-mobile-bottom-icon {
        position: relative;
        width: 26px;
        height: 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .rp-mobile-bottom-icon img {
        width: 24px;
        height: 24px;
    }

    .rp-mobile-bottom-count {
        position: absolute;
        top: -7px;
        right: -8px;
        min-width: 17px;
        height: 17px;
        padding: 0 4px;
        border-radius: 999px;
        background: var(--rp-accent);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        line-height: 17px;
        text-align: center;
    }

    .rp-mobile-bottom-text {
        font-size: 11px;
        font-weight: 500;
        line-height: 1;
    }
}

/* fixed mobile bottom navigation */
@media (max-width: 768px) {
    body {
        padding-bottom: calc(86px + env(safe-area-inset-bottom));
    }

    .rp-footer {
        margin-top: 34px;
        padding: 0;
        background: transparent;
        border-top: 0;
    }

    .rp-footer-inner {
        max-width: none;
    }

    .rp-footer-grid {
        display: none !important;
    }

    .rp-footer-mobile-links.rp-mobile-bottom-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2800;
        min-height: calc(78px + env(safe-area-inset-bottom));
        margin: 0;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
        border-top: 1px solid rgba(0, 0, 0, .08);
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: end;
        gap: 0;
        background: rgba(255, 255, 255, .96);
        border-radius: 0;
        box-shadow: 0 -8px 28px rgba(0, 0, 0, .07);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        direction: ltr;
    }

    .rp-mobile-bottom-link {
        min-height: 62px;
        padding: 6px 4px 4px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #202428;
        box-shadow: none;
        text-decoration: none;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        direction: rtl;
    }

    .rp-mobile-bottom-link.is-cart {
        transform: none;
        box-shadow: none;
    }

    .rp-mobile-bottom-icon {
        position: relative;
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .rp-mobile-bottom-icon img {
        width: 30px;
        height: 30px;
        display: block;
        object-fit: contain;
    }

    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon {
        width: 42px;
        height: 42px;
    }

    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon::before {
        content: '';
        position: absolute;
        top: -7px;
        right: -9px;
        width: 22px;
        height: 22px;
        border-radius: 999px;
        background: var(--rp-accent);
        box-shadow: 0 8px 18px rgba(0, 201, 155, .28);
    }

    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon img {
        width: 32px;
        height: 32px;
    }

    .rp-mobile-bottom-count {
        position: absolute;
        top: -8px;
        right: -9px;
        z-index: 2;
        min-width: 22px;
        height: 22px;
        padding: 0 4px;
        border-radius: 999px;
        background: transparent;
        color: #fff;
        font-size: 10px;
        font-weight: 800;
        line-height: 22px;
        text-align: center;
    }

    .rp-mobile-bottom-text {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.35;
        color: #25292d;
        white-space: nowrap;
    }
}

/* compact fixed mobile footer, cart sidebar, back-to-top */
.rp-mobile-bottom-link,
.rp-mobile-bottom-link:focus,
.rp-mobile-bottom-link:hover,
.rp-action-link,
.rp-action-link:focus,
.rp-action-link:hover {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.rp-mobile-bottom-link img,
.rp-action-link img {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.rp-cart-sidebar,
.rp-cart-sidebar-backdrop {
    display: none;
}

.rp-back-to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 2600;
    width: 54px;
    height: 54px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .12);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease;
}

.rp-back-to-top.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    z-index: 2800 !important;
}

.rp-back-to-top span {
    width: 15px;
    height: 15px;
    margin: 6px auto 0;
    display: block;
    border-top: 3px solid #24282c;
    border-right: 3px solid #24282c;
    transform: rotate(-45deg);
}

.rp-back-to-top:hover {
    box-shadow: 0 14px 38px rgba(0, 0, 0, .16);
}

.rp-cart-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 3080;
    display: block;
    border: 0;
    background: rgba(0, 0, 0, .16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity .25s ease, visibility .25s ease;
}

.rp-cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3090;
    width: min(420px, 86vw);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: -18px 0 44px rgba(0, 0, 0, .18);
    transform: translateX(105%);
    transition: transform .28s ease;
    direction: rtl;
    overflow: hidden;
}

body.rp-cart-sidebar-open {
    overflow: hidden;
}

body.rp-cart-sidebar-open .rp-cart-sidebar-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.rp-cart-sidebar-open .rp-cart-sidebar {
    transform: translateX(0);
}

.rp-cart-sidebar-head {
    min-height: 64px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
}

.rp-cart-sidebar-head strong {
    font-size: 17px;
    font-weight: 700;
    color: var(--rp-text-strong);
}

.rp-cart-sidebar-close {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #24282c;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rp-cart-sidebar-close span {
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
}

.rp-cart-sidebar-body {
    flex: 1;
    overflow-y: auto;
    padding: 18px 18px 22px;
}

.rp-cart-sidebar .woocommerce-mini-cart {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rp-cart-sidebar .woocommerce-mini-cart-item {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eeeeee;
}

.rp-cart-sidebar .woocommerce-mini-cart-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
}

.rp-cart-sidebar .woocommerce-mini-cart-item a {
    color: #202428;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
}

.rp-cart-sidebar .quantity {
    display: block;
    margin-top: 6px;
    color: #686d72;
    font-size: 12px;
}

.rp-cart-sidebar .woocommerce-mini-cart__total {
    margin: 18px 0 12px;
    padding-top: 12px;
    border-top: 1px solid #ececec;
    font-size: 14px;
    font-weight: 700;
}

.rp-cart-sidebar .woocommerce-mini-cart__buttons {
    display: grid;
    gap: 10px;
    margin: 0;
}

.rp-cart-sidebar .woocommerce-mini-cart__buttons a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--rp-accent);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.rp-cart-sidebar .woocommerce-mini-cart__buttons a:first-child {
    background: #343a40;
}

.rp-cart-sidebar-empty,
.rp-cart-sidebar .woocommerce-mini-cart__empty-message {
    margin: 24px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.9;
    text-align: center;
}

@media (max-width: 768px) {
    body {
        padding-bottom: calc(62px + env(safe-area-inset-bottom));
    }

    .rp-footer-mobile-links.rp-mobile-bottom-bar {
        min-height: calc(56px + env(safe-area-inset-bottom));
        padding: 4px 8px calc(4px + env(safe-area-inset-bottom));
        align-items: center;
        box-shadow: 0 -6px 22px rgba(0, 0, 0, .06);
    }

    .rp-mobile-bottom-link {
        min-height: 48px;
        padding: 3px 4px 2px;
        gap: 3px;
        justify-content: center;
    }

    .rp-mobile-bottom-icon,
    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon {
        width: 24px;
        height: 24px;
    }

    .rp-mobile-bottom-icon img,
    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon img {
        width: 23px;
        height: 23px;
    }

    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon::before {
        top: -6px;
        right: -8px;
        width: 18px;
        height: 18px;
    }

    .rp-mobile-bottom-count {
        top: -6px;
        right: -8px;
        min-width: 18px;
        height: 18px;
        font-size: 9px;
        line-height: 18px;
    }

    .rp-mobile-bottom-text {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.25;
    }

    .rp-back-to-top {
        right: 18px;
        bottom: calc(72px + env(safe-area-inset-bottom));
        width: 48px;
        height: 48px;
    }

    .rp-back-to-top span {
        width: 13px;
        height: 13px;
        border-top-width: 2.5px;
        border-right-width: 2.5px;
    }

    .rp-cart-sidebar {
        width: min(88vw, 390px);
    }
}


/* remove mobile footer button outlines */
@media (max-width: 768px) {
    .rp-footer-mobile-links.rp-mobile-bottom-bar .rp-mobile-bottom-link,
    .rp-footer-mobile-links.rp-mobile-bottom-bar .rp-mobile-bottom-link:hover,
    .rp-footer-mobile-links.rp-mobile-bottom-bar .rp-mobile-bottom-link:focus,
    .rp-footer-mobile-links.rp-mobile-bottom-bar .rp-mobile-bottom-link:active {
        border: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    .rp-footer-mobile-links.rp-mobile-bottom-bar {
        column-gap: 0 !important;
    }
}


/* cart sidebar from left with same size as mobile menu drawer */
.rp-cart-sidebar {
    right: auto;
    left: 0;
    width: min(78vw, 420px);
    box-shadow: 18px 0 44px rgba(0, 0, 0, .18);
    transform: translateX(-105%);
}

body.rp-cart-sidebar-open .rp-cart-sidebar {
    transform: translateX(0);
}

@media (max-width: 768px) {
    .rp-cart-sidebar {
        width: min(78vw, 420px);
    }
}


/* empty mini-cart centered green icon */
.rp-cart-sidebar .woocommerce-mini-cart__empty-message,
.rp-cart-sidebar-empty {
    min-height: calc(100dvh - 128px);
    margin: 0;
    padding: 30px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #25292d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
}

.rp-cart-sidebar .woocommerce-mini-cart__empty-message::before,
.rp-cart-sidebar-empty::before {
    content: '';
    width: 54px;
    height: 54px;
    display: block;
    background-color: var(--rp-accent);
    -webkit-mask: url('../../assets/icons/cart.svg') center / contain no-repeat;
    mask: url('../../assets/icons/cart.svg') center / contain no-repeat;
}

@media (max-width: 768px) {
    .rp-cart-sidebar .woocommerce-mini-cart__empty-message,
    .rp-cart-sidebar-empty {
        min-height: calc(100dvh - 112px);
        font-size: 14px;
    }

    .rp-cart-sidebar .woocommerce-mini-cart__empty-message::before,
    .rp-cart-sidebar-empty::before {
        width: 48px;
        height: 48px;
    }
}

/* shop mobile footer with filter item */
@media (max-width: 768px) {
    .rp-footer-mobile-links.rp-mobile-bottom-bar:has(.rp-mobile-bottom-link-4) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .rp-footer-mobile-links.rp-mobile-bottom-bar.has-4-items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* custom cart sidebar layout and quantity controls */
.rp-cart-sidebar-body {
    padding: 16px 18px 22px;
}

.rp-cart-sidebar.is-loading .rp-cart-sidebar-body {
    opacity: .58;
    pointer-events: none;
}

.rp-cart-sidebar-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.rp-cart-sidebar-item {
    position: relative;
    width: 100%;
    padding: 14px 0 16px;
    border-bottom: 1px solid #eeeeee;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    direction: rtl;
}

.rp-cart-item-thumb {
    width: 96px;
    height: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 14px;
    background: #f7f7f7;
}

.rp-cart-item-thumb img {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
    object-fit: cover;
    display: block;
    margin: 0 !important;
    float: none !important;
}

.rp-cart-item-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rp-cart-item-title {
    color: #202428;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.75;
}

.rp-cart-item-meta {
    color: #777;
    font-size: 11.5px;
    line-height: 1.7;
}

.rp-cart-item-meta dl,
.rp-cart-item-meta p {
    margin: 0;
}

.rp-cart-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rp-cart-qty {
    height: 34px;
    display: inline-grid;
    grid-template-columns: 32px 42px 32px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #e1e3e5;
    border-radius: 999px;
    background: #fff;
    direction: ltr;
}

.rp-cart-qty-btn {
    width: 32px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #343a40;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.rp-cart-qty-input {
    width: 42px;
    height: 34px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #202428;
    font-family: var(--rp-font);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    appearance: textfield;
    -moz-appearance: textfield;
}

.rp-cart-qty-input::-webkit-outer-spin-button,
.rp-cart-qty-input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.rp-cart-item-price {
    color: #202428;
    font-size: 12.5px;
    font-weight: 800;
    white-space: nowrap;
}

.rp-cart-item-remove {
    position: absolute;
    top: 10px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #b51f2a;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.rp-cart-sidebar-summary {
    padding: 18px 0 0;
    display: grid;
    gap: 12px;
}

.rp-cart-sidebar-total {
    padding: 14px 0;
    border-top: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: #202428;
    font-size: 14px;
    font-weight: 700;
}

.rp-cart-sidebar-total strong {
    font-size: 15px;
    font-weight: 900;
}

.rp-cart-sidebar-checkout,
.rp-cart-sidebar-account {
    min-height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}

.rp-cart-sidebar-checkout {
    background: #343a40;
    color: #fff;
}

.rp-cart-sidebar-account {
    background: #fff;
    color: #343a40;
    border: 1px solid #343a40;
}

@media (max-width: 768px) {
    .rp-cart-sidebar {
        width: min(78vw, 420px);
    }

    .rp-cart-sidebar-body {
        padding: 14px 14px 18px;
    }

    .rp-cart-sidebar-item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .rp-cart-item-thumb,
    .rp-cart-item-thumb img {
        width: 82px !important;
        height: 82px !important;
        max-width: 82px !important;
        max-height: 82px !important;
    }

    .rp-cart-item-title {
        font-size: 12.5px;
    }

    .rp-cart-item-bottom {
        flex-wrap: wrap;
    }

    .rp-cart-item-price {
        font-size: 12px;
    }
}

/* footer logo width and cart button hover */
.rp-footer-logo img,
.rp-footer-logo-img,
.rp-footer-logo-img[src*=".svg"] {
    max-width: var(--rp-footer-logo-width-desktop, 160px);
}

.rp-cart-sidebar-summary {
    position: sticky;
    bottom: 0;
    z-index: 2;
    background: #ffffff;
    padding-bottom: 2px;
}

.rp-cart-sidebar-checkout,
.rp-cart-sidebar-account {
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.rp-cart-sidebar-checkout:hover,
.rp-cart-sidebar-account:hover {
    transform: scale(.96);
    box-shadow: 0 12px 26px rgba(0,0,0,.10);
}

/* mobile footer menu trigger */
@media (max-width: 768px) {
    .rp-footer-mobile-links.rp-mobile-bottom-bar.has-4-items {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .rp-footer-mobile-links.rp-mobile-bottom-bar.has-5-items {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .rp-mobile-bottom-link.is-menu {
        cursor: pointer;
    }
}

/* force footer logo width control */
.rp-footer-logo img,
.rp-footer-logo-img,
.rp-footer-logo-img[src$=".svg"],
.rp-footer-logo-img[src*=".svg?"],
.rp-footer-logo img[src$=".svg"],
.rp-footer-logo img[src*=".svg?"] {
    width: var(--rp-footer-logo-width-desktop, 160px) !important;
    max-width: var(--rp-footer-logo-width-desktop, 160px) !important;
    height: auto !important;
    object-fit: contain;
}


/* cart sidebar stacking and bottom summary layout */
.rp-cart-sidebar-backdrop {
    z-index: 99998 !important;
}

.rp-cart-sidebar {
    z-index: 99999 !important;
}

.rp-cart-sidebar-body {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

.rp-cart-sidebar-items {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
}

.rp-cart-sidebar-summary {
    flex: 0 0 auto !important;
    margin-top: auto !important;
    position: static !important;
    z-index: 3 !important;
    background: #ffffff !important;
    padding-top: 16px !important;
    padding-bottom: 0 !important;
    border-top: 1px solid #eeeeee !important;
}

.rp-cart-sidebar-total {
    border-top: 0 !important;
    padding-top: 0 !important;
}


/* cart sidebar clear all button */
.rp-cart-sidebar-clear-row {
    width: 100%;
    margin: 0 0 10px !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.rp-cart-sidebar-clear-all {
    min-height: 28px !important;
    padding: 0 10px !important;
    border: 1px solid #ffb8bd !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #e0313d !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: var(--rp-font) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    cursor: pointer !important;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease !important;
}

.rp-cart-sidebar-clear-all:hover {
    border-color: #e0313d !important;
    background: #fff5f6 !important;
    color: #c71927 !important;
    transform: translateY(-1px) !important;
}


/* hide checkout actions when cart sidebar is empty */
.rp-cart-sidebar-empty + .rp-cart-sidebar-summary,
.rp-cart-sidebar .woocommerce-mini-cart__empty-message + .rp-cart-sidebar-summary {
    display: none !important;
}


/* cart sidebar clear-all loading spinner */
.rp-cart-sidebar-clear-all {
  position: relative !important;
  gap: 7px !important;
  overflow: hidden !important;
}

.rp-cart-sidebar-clear-all .rp-cart-sidebar-clear-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: opacity .16s ease !important;
}

.rp-cart-sidebar-clear-spinner {
  width: 13px !important;
  min-width: 13px !important;
  height: 13px !important;
  border: 2px solid rgba(224, 49, 61, .22) !important;
  border-top-color: #e0313d !important;
  border-radius: 999px !important;
  display: none !important;
  animation: rpCartClearAllSpin .65s linear infinite !important;
}

.rp-cart-sidebar-clear-all.is-loading {
  pointer-events: none !important;
  cursor: wait !important;
}

.rp-cart-sidebar-clear-all.is-loading .rp-cart-sidebar-clear-spinner {
  display: inline-block !important;
}

.rp-cart-sidebar-clear-all.is-loading .rp-cart-sidebar-clear-text {
  opacity: .72 !important;
}

@keyframes rpCartClearAllSpin {
  to {
    transform: rotate(360deg);
  }
}


/* cart sidebar typography/buttons + mobile toast */
.rp-cart-sidebar-head strong {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.rp-cart-sidebar-checkout,
.rp-cart-sidebar-account,
.sidebar-account {
    min-height: 44px !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.rp-cart-item-price,
.rp-cart-item-price .woocommerce-Price-amount,
.rp-cart-item-price .woocommerce-Price-amount bdi,
.rp-cart-sidebar .rp-cart-item-price,
.rp-cart-sidebar .rp-cart-item-price * {
    font-size: 17px !important;
    font-weight: 400 !important;
}

.rp-mobile-cart-toast {
    position: fixed !important;
    right: 16px !important;
    left: 16px !important;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 99999 !important;
    min-height: 48px !important;
    padding: 10px 14px !important;
    border: 1px solid rgba(17, 24, 32, .08) !important;
    border-radius: 16px !important;
    background: rgba(17, 24, 32, .96) !important;
    color: #fff !important;
    box-shadow: 0 18px 42px rgba(17, 24, 32, .22) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    direction: rtl !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(12px) scale(.98) !important;
    pointer-events: none !important;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease !important;
    box-sizing: border-box !important;
}

.rp-mobile-cart-toast.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
}

.rp-mobile-cart-toast__icon {
    width: 22px !important;
    min-width: 22px !important;
    height: 22px !important;
    border-radius: 999px !important;
    background: #00c99b !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.rp-mobile-cart-toast__text {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.9 !important;
}

@media (min-width: 769px) {
    .rp-mobile-cart-toast {
        display: none !important;
    }
}


/* cart sidebar currency and total price typography */
.rp-cart-sidebar .woocommerce-Price-currencySymbol,
.rp-cart-sidebar .amount .woocommerce-Price-currencySymbol,
.rp-cart-sidebar .rp-cart-item-price .woocommerce-Price-currencySymbol,
.rp-cart-sidebar .rp-cart-sidebar-total .woocommerce-Price-currencySymbol {
    font-size: 10px !important;
}

.rp-cart-sidebar .rp-cart-sidebar-total strong .woocommerce-Price-amount,
.rp-cart-sidebar .rp-cart-sidebar-total strong .woocommerce-Price-amount bdi {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.rp-cart-sidebar .rp-cart-sidebar-total strong .woocommerce-Price-currencySymbol {
    font-size: 10px !important;
}

/* mobile add-to-cart toast moves to top */
@media (max-width: 768px) {
    .rp-mobile-cart-toast {
        top: calc(14px + env(safe-area-inset-top, 0px)) !important;
        bottom: auto !important;
        transform: translateY(-12px) scale(.98) !important;
        z-index: 999999 !important;
    }

    .rp-mobile-cart-toast.is-visible {
        transform: translateY(0) scale(1) !important;
    }

    body.rp-cart-sidebar-open .rp-mobile-cart-toast {
        z-index: 1000001 !important;
    }
}

/* mobile bottom cart icon orange circle */
@media (max-width: 768px) {
    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon {
        position: relative !important;
    }

    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon::before {
        content: '' !important;
        position: absolute !important;
        top: -7px !important;
        right: -9px !important;
        width: 22px !important;
        height: 22px !important;
        border-radius: 999px !important;
        background: #FF5722 !important;
        box-shadow: 0 8px 18px rgb(201 106 0 / 53%) !important;
    }
}

/* show mobile footer cart orange circle only when cart has items */
@media (max-width: 768px) {
    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon {
        position: relative !important;
    }

    .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon::before {
        content: none !important;
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .rp-mobile-bottom-link.is-cart.has-cart .rp-mobile-bottom-icon::before,
    .rp-mobile-bottom-link.is-cart:has(.rp-mobile-bottom-count:not([hidden])) .rp-mobile-bottom-icon::before {
        content: '' !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: absolute !important;
        top: -7px !important;
        right: -9px !important;
        width: 22px !important;
        height: 22px !important;
        border-radius: 999px !important;
        background: #FF5722 !important;
        background-color: #FF5722 !important;
        box-shadow: 0 8px 18px rgb(201 106 0 / 53%) !important;
    }

    .rp-mobile-bottom-link.is-cart.is-empty-cart .rp-mobile-bottom-icon::before {
        content: none !important;
        display: none !important;
    }
}

/* never show empty cart badges in header/mobile footer */
.rp-cart-dot[hidden],
.rp-mobile-bottom-count[hidden],
.rp-cart-link.is-empty-cart .rp-cart-dot,
.rp-mobile-bottom-link.is-cart.is-empty-cart .rp-mobile-bottom-count {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.rp-cart-link.is-empty-cart .rp-cart-dot,
.rp-mobile-bottom-link.is-cart.is-empty-cart .rp-mobile-bottom-icon::before,
.rp-mobile-bottom-link.is-cart:not(.has-cart) .rp-mobile-bottom-icon::before,
html.rp-cart-is-empty .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon::before,
body.rp-cart-is-empty .rp-mobile-bottom-link.is-cart .rp-mobile-bottom-icon::before {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

@media (max-width: 820px) {
    .rp-footer-copyright {
        margin-top: 22px;
        padding: 14px 18px 70px;
    }

    .rp-footer-copyright-text {
        font-size: 11px;
        line-height: 2.1;
    }
}

/* v0.1.450 - Account page mobile footer replaces the in-page account menu. */
@media (max-width: 768px) {
    body.woocommerce-account .rp-footer-mobile-links.rp-mobile-bottom-bar.rp-account-mobile-bottom-bar {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        direction: ltr !important;
    }

    body.woocommerce-account .rp-account-mobile-bottom-bar .rp-mobile-bottom-link {
        min-width: 0 !important;
    }

    body.woocommerce-account .rp-account-mobile-bottom-bar .rp-mobile-bottom-icon img {
        width: 28px !important;
        height: 28px !important;
    }

    body.woocommerce-account .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard,
    body.woocommerce-account.rp-account-dashboard-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard,
    body.woocommerce-account.rp-account-orders-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--orders,
    body.woocommerce-account.rp-account-edit-account-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard,
    body.woocommerce-account.rp-account-edit-password-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard,
    body.woocommerce-account.rp-account-edit-address-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard {
        color: #ff5637 !important;
    }

    body.woocommerce-account.rp-account-orders-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard,
    body.woocommerce-account.rp-account-edit-account-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard,
    body.woocommerce-account.rp-account-edit-password-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard,
    body.woocommerce-account.rp-account-edit-address-page .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard {
        color: #202428 !important;
    }

    body.woocommerce-account .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--dashboard:hover,
    body.woocommerce-account .rp-account-mobile-bottom-bar .rp-mobile-bottom-link--orders:hover {
        color: #ff5637 !important;
    }
}


/* v0.1.625 - Hide fixed mobile footer only on checkout; cart keeps normal header/footer/mobile footer. */
@media (max-width: 768px) {
    body.woocommerce-checkout .rp-footer-mobile-links,
    body.woocommerce-checkout .rp-mobile-bottom-bar {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

/* v0.1.613: requested footer description typography. */
.rp-footer-description {
    font-size: 16px;
    font-weight: 300;
}

/* v0.1.652 - Enamad HTML badge support */
.rp-footer-badge--html a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: inherit;
}

.rp-footer-badge--html img {
    display: block;
}

/* v0.1.668 - cart sidebar currency, thumbnails and scrollbar alignment */
.rp-cart-sidebar .rp-cart-sidebar-items {
    direction: ltr !important;
    scrollbar-width: thin !important;
    scrollbar-color: #ff5400 #f2f4f6 !important;
}

.rp-cart-sidebar .rp-cart-sidebar-items::-webkit-scrollbar {
    width: 6px !important;
}

.rp-cart-sidebar .rp-cart-sidebar-items::-webkit-scrollbar-track {
    background: #f2f4f6 !important;
    border-radius: 999px !important;
}

.rp-cart-sidebar .rp-cart-sidebar-items::-webkit-scrollbar-thumb {
    background: #ff5400 !important;
    border-radius: 999px !important;
}

.rp-cart-sidebar .rp-cart-sidebar-item {
    direction: rtl !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
}

.rp-cart-sidebar .rp-cart-item-thumb,
.rp-cart-sidebar .rp-cart-item-thumb img {
    width: 76px !important;
    height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
}

.rp-cart-sidebar .woocommerce-Price-currencySymbol,
.rp-cart-sidebar .amount .woocommerce-Price-currencySymbol,
.rp-cart-sidebar .rp-cart-item-price .woocommerce-Price-currencySymbol,
.rp-cart-sidebar .rp-cart-sidebar-total .woocommerce-Price-currencySymbol,
.rp-cart-sidebar .rp-cart-sidebar-total strong .woocommerce-Price-currencySymbol {
    color: #8a929a !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    margin-inline-start: 5px !important;
}

.rp-cart-sidebar .rp-cart-item-price .woocommerce-Price-amount,
.rp-cart-sidebar .rp-cart-sidebar-total .woocommerce-Price-amount,
.rp-cart-sidebar .rp-cart-sidebar-total strong .woocommerce-Price-amount {
    white-space: nowrap !important;
}


/* v0.1.673 - Footer contact pills final base style. */
.rp-footer-contact-buttons .rp-phone-link,
.rp-footer-contact-buttons .rp-footer-pill.rp-phone-link,
.rp-footer-contact-buttons .rp-footer-email,
.rp-footer-contact-buttons .rp-footer-pill.rp-footer-email,
.rp-footer-contact-buttons a[href^="tel:"],
.rp-footer-contact-buttons a[href^="mailto:"] {
  font-size: 14px;
  font-weight: 400;
  min-height: 27px;
  height: 27px;
  padding: 4px 15px;
  width: auto;
  border-radius: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  transform-origin: center;
}

/* v0.1.696 - footer description and address typography */
.rp-footer-description {
    font-size: 14px;
    font-weight: 300;
}
.rp-footer-address {
    max-width: 430px;
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.95;
    color: #14171a;
}


/* v0.1.740: cart sidebar item/remove alignment */
.rp-cart-item-remove {
    position: absolute;
    top: -5px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #b51f2a;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.rp-cart-sidebar-item {
    position: relative;
    width: 100%;
    padding: 14px 0 16px;
    border-bottom: 1px solid #eeeeee;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    direction: rtl;
}
