.rella-v2-busta-page {
    background: var(--rella-v2-green);
}

body.rella-v2-busta-page #sideMenu {
    left: 0 !important;
    right: auto !important;
    width: 420px !important;
    max-width: calc(100vw - 60px) !important;
    height: 1040px;
    min-height: 100vh;
    border: 0;
    border-radius: 0 30px 30px 0;
    background: #0b6e4f !important;
    box-shadow: none;
    transform: translateX(-100%) !important;
    z-index: 1300 !important;
}

body.rella-v2-busta-page #sideMenu.show,
body.rella-v2-busta-page #sideMenu.showing {
    transform: none !important;
}

body.rella-v2-busta-page #sideMenu.hiding {
    transform: translateX(-100%) !important;
}

body.rella-v2-busta-page #sideMenu .offcanvas-header {
    height: 198px;
    padding: 0;
    background: transparent !important;
}

body.rella-v2-busta-page #sideMenu .offcanvas-title .logo-rella {
    left: 48px;
    top: 99px;
    width: 119px;
    height: 53px;
    filter: none;
}

body.rella-v2-busta-page #sideMenu .btn-close {
    right: 60px;
    top: 50px;
    width: 85px;
    height: 40px;
    gap: 10px;
    margin: 0 !important;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    filter: none !important;
    box-shadow: none;
    opacity: 1;
}

body.rella-v2-busta-page #sideMenu .btn-close::before {
    content: "Chiudi";
    color: var(--rella-v2-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

body.rella-v2-busta-page #sideMenu .btn-close::after {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background: var(--rella-v2-white);
    color: var(--rella-v2-orange);
    font-size: 24px;
    line-height: 40px;
}

body.rella-v2-busta-page #sideMenu .offcanvas-header::after {
    content: "";
    position: absolute;
    left: 48px;
    top: 197px;
    width: 312px;
    border-top: 1px solid #f9ab91;
}

body.rella-v2-busta-page #sideMenu .offcanvas-body {
    padding: 129px 0 0 48px;
}

body.rella-v2-busta-page #sideMenu ul,
body.rella-v2-busta-page #sideMenu li {
    width: 312px;
}

body.rella-v2-busta-page #sideMenu li {
    height: 78px;
    margin: 0;
    border-bottom: 1px solid #f9ab91;
}

body.rella-v2-busta-page #sideMenu li a {
    width: 312px;
    height: 78px;
    gap: 23px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--rella-v2-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
}

body.rella-v2-busta-page #sideMenu li a:hover,
body.rella-v2-busta-page #sideMenu li a:focus-visible {
    color: var(--rella-v2-white);
    background: transparent;
    text-decoration: none;
}

body.rella-v2-busta-page #sideMenu li i {
    flex: 0 0 40px;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    border-radius: 50%;
    background: var(--rella-v2-white);
    color: var(--rella-v2-orange);
    font-size: 20px;
}

body.rella-v2-busta-page #sideMenu li a:hover i,
body.rella-v2-busta-page #sideMenu li a:focus-visible i {
    color: var(--rella-v2-orange);
    background: var(--rella-v2-white);
}

.rella-v2-busta-main,
.rella-v2-busta {
    min-height: 100vh;
    overflow: visible;
    background: var(--rella-v2-green);
}

.rella-v2-busta {
    position: relative;
}

.rella-v2-busta-hero {
    position: relative;
    z-index: 2;
    min-height: 294px;
    padding-top: 135px;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    background: var(--rella-v2-green);
}

.rella-v2-busta-profile {
    display: flex;
    align-items: center;
    gap: 16px;
    width: min(360px, calc(100vw - 120px));
    margin: 0 auto;
}

.rella-v2-busta-avatar {
    display: inline-flex;
    flex: 0 0 78px;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    overflow: hidden;
    border: 2px solid var(--rella-v2-white);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: var(--rella-v2-white);
    font-size: 38px;
}

.rella-v2-busta-profile-copy {
    min-width: 0;
    color: var(--rella-v2-white);
}

.rella-v2-busta-profile h1 {
    margin: 0 0 5px;
    color: var(--rella-v2-white);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0;
}

.rella-v2-busta-profile h1 strong {
    color: inherit;
    font-weight: 700;
}

.rella-v2-busta-profile p {
    margin: 0;
    color: var(--rella-v2-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
}

.rella-v2-busta-panel {
    min-height: 382px;
    padding: 34px 0 0;
    overflow: visible;
    border-radius: 0;
    background: #f9f9f9;
}

.rella-v2-busta-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 20px;
    width: min(360px, calc(100vw - 120px));
    margin: 51px auto 0;
    padding: 0;
}

.rella-v2-busta-tabs a,
.rella-v2-busta-tabs span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 53px;
    border: 1px solid var(--rella-v2-border);
    border-radius: 6px;
    background: var(--rella-v2-white);
    color: var(--rella-v2-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-decoration: none;
}

.rella-v2-busta-tabs .is-active {
    border-color: #0b6847;
    background: #0b6847;
    color: var(--rella-v2-white);
}

.rella-v2-busta-search-area {
    width: min(360px, calc(100vw - 120px));
    margin: 34px auto 0;
}

.rella-v2-busta-search {
    display: flex;
    width: 360px;
    max-width: 100%;
    height: 58px;
    min-height: 58px;
    padding: 0 6px 0 20px;
    border: 1px solid var(--rella-v2-border);
    border-radius: 30px;
    background: var(--rella-v2-white);
}

.rella-v2-busta-search input {
    flex: 1 1 auto;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--rella-v2-text);
    font-size: 16px;
    outline: none;
}

.rella-v2-busta-search input::placeholder {
    color: #a3a3a3;
}

.rella-v2-busta-search button {
    display: inline-flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 5px 0 0 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--rella-v2-orange);
    color: var(--rella-v2-white);
    font-size: 24px;
}

.rella-v2-busta-products-band {
    min-height: 691px;
    margin-top: 70px;
    padding: 70px 0 0;
    background: #f9f9f9;
}

.rella-v2-busta-filter {
    position: relative;
    width: 208px;
    height: 39px;
    margin: 0 0 20px 60px;
    padding: 0;
}

.rella-v2-busta-filter > p {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 208px;
    height: 39px;
    margin: 0;
    padding: 0 14px 0 17px;
    border: 1px solid var(--rella-v2-border);
    border-radius: 8px;
    background: var(--rella-v2-white);
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    white-space: nowrap;
}

.rella-v2-busta-filter > p > i:first-child {
    flex: 0 0 16px;
    width: 16px;
    color: #4b4b4b;
    font-size: 16px !important;
    line-height: 1;
}

.rella-v2-busta-filter > p > span:not(.product-filter-dropdown-label) {
    display: inline-block;
    flex: 0 0 auto;
    white-space: nowrap;
}

.rella-v2-busta-filter .product-filter-dropdown-label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 16px;
    margin-left: auto;
    color: inherit !important;
    font-size: 0;
}

.rella-v2-busta-filter .product-filter-dropdown-label i {
    color: #4b4b4b;
    font-size: 18px !important;
    line-height: 1;
}

.rella-v2-busta-panel-inner {
    width: 100%;
    margin: 0 auto;
}

.rella-v2-busta-content,
#prodotti.rella-v2-busta-content {
    display: block;
    width: 100%;
}

.rella-v2-busta-list {
    min-width: 0;
}

.rella-v2-busta-grid {
    display: flex;
    gap: 16px;
    width: 100%;
    padding: 0 60px 69px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
}

.rella-v2-busta-grid:empty {
    display: none;
}

.rella-v2-busta-product-col {
    flex: 0 0 270px;
    width: 270px;
    scroll-snap-align: start;
}

.rella-v2-busta-product-card {
    position: relative;
    width: 270px;
    min-height: 494px;
    padding: 16px 10px 12px;
    border: 1px solid var(--rella-v2-border);
    border-radius: 30px;
    background: var(--rella-v2-white);
    color: var(--rella-v2-text);
    box-shadow: none !important;
}

.rella-v2-busta-product-card::before,
.rella-v2-busta-product-card::after {
    content: none !important;
}

.rella-v2-busta-card-badges {
    position: absolute;
    z-index: 2;
    top: 23px;
    left: 24px;
    right: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.rella-v2-busta-card-badges .r-badge {
    max-width: 100%;
    min-width: 0;
    height: 29px;
    padding: 0 14px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: var(--rella-v2-orange);
    color: var(--rella-v2-white);
    font-size: 13px;
    font-weight: 700;
    line-height: 29px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rella-v2-busta-product-media {
    position: relative;
    width: 238px;
    height: 238px;
    margin: 0 auto 15px;
    overflow: hidden;
    border-radius: 24px;
    background: #f9f9f9;
}

.rella-v2-busta-product-media img {
    display: block;
    width: 238px;
    height: 238px;
    object-fit: cover;
}

.rella-v2-busta-product-media img.is-fallback {
    object-fit: contain;
    padding: 34px;
    background: var(--rella-v2-white);
}

.rella-v2-busta-origin {
    display: block;
    margin: 0 !important;
    color: var(--rella-v2-orange) !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.rella-v2-busta-product-name {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 35px;
    max-height: 68px;
    margin: 4px 0 6px !important;
    overflow: hidden;
    color: var(--rella-v2-text) !important;
    font-family: var(--rella-v2-product-font);
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 34px;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Keep long legacy product names inside the redesigned card. */
.rella-v2-busta-product-card .rella-v2-busta-product-info,
.rella-v2-busta-product-card .rella-v2-busta-product-name {
    min-width: 0;
}

.rella-v2-busta-product-card .rella-v2-busta-product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rella-v2-busta-quantity {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 97px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rella-v2-busta-quantity-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--rella-v2-orange);
    color: var(--rella-v2-white);
    font-size: 28px;
    line-height: 36px;
}

.rella-v2-busta-quantity-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    height: 40px;
    color: var(--rella-v2-text);
    font-family: var(--rella-v2-product-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
}

.rella-v2-busta-actions {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 12px;
    display: flex;
    justify-content: space-between;
}

.rella-v2-busta-actions .icona {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 30px;
}

.rella-v2-busta-favorite {
    width: 71px;
    background: var(--rella-v2-disabled);
    color: var(--rella-v2-color-text-subtle);
    font-size: 28px;
}

.rella-v2-busta-favorite svg {
    width: 22px;
    height: 22px;
}

.rella-v2-busta-favorite .preferito {
    color: var(--rella-v2-orange);
}

.rella-v2-busta-remove {
    gap: 12px;
    width: 174px;
    border: 0 !important;
    background: var(--rella-v2-orange) !important;
    color: var(--rella-v2-white) !important;
    font-size: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.rella-v2-busta-remove::after {
    content: "Elimina";
    font-family: var(--rella-v2-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.rella-v2-busta-remove i {
    font-size: 22px;
}

.rella-v2-busta-summary {
    width: min(360px, calc(100vw - 120px));
    margin: 48px auto 0;
}

.rella-v2-busta-summary-card,
.rella-v2-busta-empty {
    border: 1px solid var(--rella-v2-border);
    border-radius: 30px;
    background: var(--rella-v2-white);
    box-shadow: none;
}

.rella-v2-busta-summary-card {
    position: relative;
    min-height: 202px;
    padding: 24px 22px;
    overflow: hidden;
}

.rella-v2-busta-summary-icon,
.rella-v2-busta-empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rella-v2-orange);
    color: var(--rella-v2-white);
}

.rella-v2-busta-summary-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    font-size: 31px;
}

.rella-v2-busta-summary-card .new-style {
    margin: 0 0 22px;
    color: var(--rella-v2-color-text-muted);
    font-size: 22px !important;
    font-weight: 700;
    line-height: 27px;
}

.rella-v2-busta-summary-card .red {
    color: var(--rella-v2-orange) !important;
}

.rella-v2-busta-summary-action .prodotto-add-btn,
.rella-v2-busta-clear .prodotto-add-btn-svuota {
    width: 100%;
    min-width: 0;
    min-height: 60px;
}

.rella-v2-busta-clear {
    margin-top: 16px;
}

.rella-v2-busta-clear .prodotto-add-btn-svuota {
    background: var(--rella-v2-orange-dark);
    color: var(--rella-v2-white);
}

.rella-v2-busta-empty {
    display: block;
    width: min(360px, calc(100vw - 120px));
    min-height: 360px;
    margin: 0 auto;
    padding: 36px 28px;
    text-align: center;
}

.rella-v2-busta-empty-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 24px;
    font-size: 44px;
}

.rella-v2-busta-empty h2 {
    margin: 0 0 12px;
    color: var(--rella-v2-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.rella-v2-busta-empty p {
    margin: 0 0 26px;
    color: var(--rella-v2-color-text-muted);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.rella-v2-busta-page #prodotto.rella-v2-busta-delete-modal .modal-dialog {
    max-width: 360px;
}

@media (min-width: 810px) {
    body.rella-v2-busta-page .rella-v2-header {
        z-index: 1050;
    }

    body.rella-v2-busta-page .rella-v2-header .lang-choice {
        left: auto !important;
        right: 170px !important;
        top: 100px !important;
        z-index: 1120;
    }

    body.rella-v2-busta-page .rella-v2-header .nav-right {
        gap: 5px !important;
        padding: 0 !important;
    }

    body.rella-v2-busta-page .rella-v2-header .nav-right > a:nth-of-type(1) {
        background: url("../../../img/v2/nav-search.svg") center / 40px 40px no-repeat !important;
    }

    body.rella-v2-busta-page .rella-v2-header .nav-right > a:nth-of-type(2) {
        background: url("../../../img/v2/nav-heart.svg") center / 40px 40px no-repeat !important;
    }

    body.rella-v2-busta-page .rella-v2-header .nav-right > a:nth-of-type(3) {
        background: url("../../../img/v2/nav-bell.svg") center / 40px 40px no-repeat !important;
    }

    body.rella-v2-busta-page .rella-v2-header .nav-right > a:nth-of-type(4) {
        background: url("../../../img/v2/nav-user.svg") center / 40px 40px no-repeat !important;
    }

    body.rella-v2-busta-page .rella-v2-header #linkCarrello {
        margin-left: 67px;
        padding: 0 !important;
    }

    body.rella-v2-busta-page .rella-v2-header #linkCarrello .font-8 {
        display: inline-block !important;
        text-transform: none;
    }

    body.rella-v2-busta-page .rella-v2-header #linkCarrello .font-8::first-letter {
        text-transform: uppercase;
    }

    .rella-v2-busta-main,
    .rella-v2-busta {
        background: var(--rella-v2-green);
    }

    .rella-v2-busta {
        padding-top: 117px;
    }

    .rella-v2-busta-hero {
        min-height: 235px;
        padding-top: 78px;
        background: #f9f9f9;
    }

    .rella-v2-busta-profile {
        width: min(890px, calc(100vw - 120px));
        gap: 39px;
        justify-content: center;
        margin: 0 auto;
    }

    .rella-v2-busta-avatar {
        flex-basis: 154px;
        width: 154px;
        height: 154px;
        border-width: 0;
        background: url("/img/v2/market-strip.png") center / cover no-repeat;
        color: var(--rella-v2-white);
        font-size: 70px;
    }

    .rella-v2-busta-avatar i {
        width: 154px;
        height: 154px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(19, 144, 94, 0.55);
    }

    .rella-v2-busta-profile h1 {
        max-width: 760px;
        margin-bottom: 6px;
        color: var(--rella-v2-green);
        font-size: 64px;
        font-weight: 700;
        line-height: 77px;
        white-space: nowrap;
    }

    .rella-v2-busta-profile h1 strong {
        color: var(--rella-v2-orange);
    }

    .rella-v2-busta-profile p {
        max-width: 700px;
        color: var(--rella-v2-color-text-muted);
        font-size: 20px;
        line-height: 38px;
    }

    .rella-v2-busta-panel {
        min-height: 220px;
        padding-top: 61px;
        overflow: visible;
        border-radius: 0;
    }

    .rella-v2-busta-tabs,
    .rella-v2-busta-search-area {
        width: min(894px, calc(100vw - 120px));
    }

    .rella-v2-busta-tabs {
        grid-template-columns: repeat(4, minmax(0, 172px));
        gap: 10px;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0;
    }

    .rella-v2-busta-search-area {
        margin-top: 84px;
    }

    .rella-v2-busta-search {
        width: 894px;
        height: 58px;
        min-height: 58px;
        padding-left: 26px;
    }

    .rella-v2-busta-products-band {
        margin-top: 92px;
        padding-top: 0;
        background: #f9f9f9;
    }

    .rella-v2-busta-filter {
        margin-left: 0;
        margin-bottom: 19px;
    }

    .rella-v2-busta-panel-inner {
        width: min(1300px, calc(100vw - 120px));
    }

    .rella-v2-busta-content,
    #prodotti.rella-v2-busta-content {
        display: flex;
        gap: 35px;
        align-items: flex-start;
    }

    .rella-v2-busta-list {
        flex: 0 0 842px;
        max-width: 842px;
    }

    .rella-v2-busta-grid {
        display: grid;
        grid-template-columns: repeat(3, 270px);
        justify-content: start;
        gap: 32px 16px;
        overflow: visible;
        padding: 0 0 69px;
    }

    .rella-v2-busta-summary {
        flex: 0 0 423px;
        width: 423px;
        margin: 0;
    }

    .rella-v2-busta-summary-card {
        min-height: 351px;
        padding: 31px 32px;
    }

    .rella-v2-busta-summary-card .new-style {
        font-size: 24px !important;
        line-height: 38px;
        text-align: center;
    }

    .rella-v2-busta-summary-icon {
        display: flex;
        margin: 0 auto 24px;
    }

    .rella-v2-busta-clear {
        margin-top: 32px;
    }

    .rella-v2-busta-empty {
        width: 842px;
        min-height: 494px;
        padding: 90px 60px;
    }

    .rella-v2-busta-page footer {
        display: none !important;
    }

    .rella-v2-busta-mobile-nav {
        display: none !important;
    }
}

@media (max-width: 809.98px) {
    body.rella-v2-busta-page .rella-v2-mobile-nav.rella-v2-busta-mobile-nav,
    body.rella-v2-busta-page .r-bottom-nav.rella-v2-busta-mobile-nav,
    body.rella-v2-busta-page nav.rella-v2-busta-mobile-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2147483000;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        align-items: center;
        justify-content: center;
        gap: 37px;
        width: min(100vw, 480px);
        height: 75px;
        min-height: 75px;
        margin: 0 auto;
        border-radius: 30px 30px 0 0;
        background: var(--rella-v2-orange);
        box-shadow: none;
    }

    body.rella-v2-busta-page nav.rella-v2-busta-mobile-nav a {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: rgba(255, 255, 255, 0.82);
        font-size: 24px;
        text-decoration: none;
    }

    body.rella-v2-busta-page nav.rella-v2-busta-mobile-nav a.active {
        width: 32px;
        height: 32px;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: var(--rella-v2-white);
        font-size: 24px;
        transform: translateY(-9px);
    }

    body.rella-v2-busta-page nav.rella-v2-busta-mobile-nav a.active::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        width: 77px;
        height: 77px;
        border: 4px solid var(--rella-v2-orange);
        border-radius: 50%;
        background: #f35d2c;
        transform: translate(-50%, -50%);
    }

    body.rella-v2-busta-page nav.rella-v2-busta-mobile-nav a:hover {
        color: var(--rella-v2-white);
        opacity: 1 !important;
    }

    .rella-v2-busta {
        padding-top: 0;
    }

    .rella-v2-busta-page .rella-v2-header {
        z-index: 400;
        background: transparent !important;
        pointer-events: none;
    }

    .rella-v2-busta-page .rella-v2-header .menu-nav-rella,
    .rella-v2-busta-page .rella-v2-header .nav-right,
    .rella-v2-busta-page .rella-v2-header .logo-rella {
        pointer-events: auto;
    }

    .rella-v2-busta-hero {
        min-height: 294px;
        padding-top: 135px;
        z-index: 2;
        border-radius: 30px 30px 0 0;
    }

    .rella-v2-busta-panel {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding-top: 34px;
        padding-bottom: calc(var(--rella-v2-bottom-nav-bar-height) + 48px);
        border-radius: 0;
    }

    .rella-v2-busta-search-area {
        order: 1;
        margin-top: 0;
    }

    .rella-v2-busta-tabs {
        order: 2;
        margin-top: 51px;
        gap: 20px;
    }

    .rella-v2-busta-products-band {
        order: 3;
        margin-top: 72px;
        padding-top: 0;
        background: #f9f9f9;
    }

    .rella-v2-busta-products-band {
        overflow-x: hidden;
    }

    .rella-v2-busta-summary {
        margin-top: 22px;
    }

    .rella-v2-busta-summary-card {
        min-height: auto;
        padding: 30px 24px 32px;
        text-align: center;
    }

    .rella-v2-busta-summary-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
        font-size: 34px;
    }

    .rella-v2-busta-summary-card .new-style {
        margin-bottom: 24px;
        font-size: 23px !important;
        line-height: 29px;
        text-align: center;
    }

    .rella-v2-busta-summary-action .prodotto-add-btn,
    .rella-v2-busta-clear .prodotto-add-btn-svuota {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: min(100%, 320px);
        min-height: 62px;
        margin: 0 auto;
        padding: 0 22px;
        font-size: 19px !important;
        line-height: 23px;
        text-align: center;
        white-space: normal;
    }

    .rella-v2-busta-clear {
        margin-top: 18px;
        text-align: center;
    }

    .rella-v2-busta-clear .prodotto-add-btn-svuota {
        gap: 12px;
    }

    .rella-v2-busta-clear .prodotto-add-btn-svuota i {
        flex: 0 0 auto;
        margin: 0;
        font-size: 22px;
        line-height: 1;
    }

    .rella-v2-busta-page footer {
        display: none !important;
    }
}

@media (max-width: 420px) {
    .rella-v2-busta-profile,
    .rella-v2-busta-tabs,
    .rella-v2-busta-search-area,
    .rella-v2-busta-summary,
    .rella-v2-busta-empty {
        width: calc(100vw - 48px);
    }

    .rella-v2-busta-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .rella-v2-busta-tabs a,
    .rella-v2-busta-tabs span {
        width: 100%;
    }

    .rella-v2-busta-grid {
        padding-right: 24px;
        padding-left: 24px;
    }

    .rella-v2-busta-summary-card {
        padding-right: 22px;
        padding-left: 22px;
    }

    .rella-v2-busta-summary-card .new-style {
        font-size: 22px !important;
        line-height: 28px;
    }

    .rella-v2-busta-summary-action .prodotto-add-btn,
    .rella-v2-busta-clear .prodotto-add-btn-svuota {
        width: 100%;
        min-height: 60px;
        padding-right: 18px;
        padding-left: 18px;
        font-size: 18px !important;
        line-height: 22px;
    }

    .rella-v2-busta-filter {
        margin-left: 24px;
    }
}
