.rella-v2-hero {
    width: 877px;
    margin: 0 auto;
    text-align: center;
}

.rella-v2-hero h1 {
    width: 861px;
    margin: 0 auto;
    color: var(--rella-v2-green);
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: 0;
}

.rella-v2-hero h1 span,
.rella-v2-premium-heading h2 span {
    color: var(--rella-v2-orange);
}

.rella-v2-hero > p {
    width: 861px;
    margin: 5px auto 0;
    color: var(--rella-v2-muted);
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}

@media (min-width: 810px) {
    body.rella-v2-page .rella-v2-main,
    body.rella-v2-page .rella-v2-home {
        min-height: 1403px;
        background: var(--rella-v2-green);
    }

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

    body.rella-v2-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-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-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-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-page .rella-v2-header #linkCarrello {
        margin-left: 67px;
        padding: 0 !important;
    }

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

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

body.rella-v2-page .rella-v2-header {
    z-index: 1050;
}

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

body.rella-v2-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-page #sideMenu.show,
body.rella-v2-page #sideMenu.showing {
    transform: none !important;
}

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

body.rella-v2-side-menu-open .offcanvas-backdrop.show {
    z-index: 1290 !important;
    background: #000 !important;
    opacity: 0.44 !important;
}

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

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

body.rella-v2-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-page #sideMenu .btn-close::before {
    color: var(--rella-v2-white);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

body.rella-v2-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-page #sideMenu .offcanvas-header::after {
    left: 48px;
    right: 60px;
    bottom: 0;
    background: #f9ab91;
}

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

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

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

body.rella-v2-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;
    transition: color 0.18s ease;
}

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

body.rella-v2-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-page #sideMenu li a:hover i,
body.rella-v2-page #sideMenu li a:focus-visible i {
    background: var(--rella-v2-white);
    color: var(--rella-v2-orange);
}

@media (max-width: 809px) {
    body.rella-v2-page .rella-v2-header #apriMainNav {
        z-index: 3;
    }

    body.rella-v2-page #sideMenu {
        left: auto !important;
        right: 0 !important;
        width: 420px !important;
        max-width: calc(100vw - 60px) !important;
        border-radius: 30px 0 0 30px;
        transform: translateX(100%) !important;
    }

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

@media (max-width: 420px) {
    body.rella-v2-page #sideMenu {
        left: auto !important;
        right: 0 !important;
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
    }

    body.rella-v2-page #sideMenu .btn-close,
    body.rella-v2-page #sideMenu .offcanvas-header::after {
        right: 40px;
    }

    body.rella-v2-page #sideMenu ul,
    body.rella-v2-page #sideMenu li,
    body.rella-v2-page #sideMenu li a {
        width: calc(100vw - 136px);
    }
}

.rella-v2-search-stage {
    position: relative;
    width: 732px;
    height: 183px;
    margin: 38px 0 0 48px;
}

.rella-v2-hero-stack {
    position: absolute;
    left: 0;
    top: 0;
    width: 254px;
    height: 183px;
}

.rella-v2-hero-stack img {
    position: absolute;
    width: 85px;
    height: 113px;
    object-fit: cover;
    border: 2px solid var(--rella-v2-white);
    border-radius: 37px;
    background: #f3e9b5;
}

.rella-v2-hero-stack img:nth-child(1) {
    left: 12px;
    top: 54px;
    transform: rotate(-12.26deg);
}

.rella-v2-hero-stack img:nth-child(2) {
    left: 60px;
    top: 18px;
    transform: rotate(1.62deg);
}

.rella-v2-hero-stack img:nth-child(3) {
    left: 137px;
    top: 14px;
    box-shadow: var(--rella-v2-shadow-category);
    transform: rotate(21.27deg);
}

.rella-v2-search {
    position: absolute !important;
    left: 253px;
    top: 62px;
    display: block !important;
    width: 479px;
    height: 58px;
    overflow: visible !important;
    border: 1px solid var(--rella-v2-border);
    border-radius: 71px !important;
    background: var(--rella-v2-white);
    box-shadow: none !important;
}

.rella-v2-search input {
    display: block !important;
    width: 368px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 0 0 26px !important;
    border: 0 !important;
    color: var(--rella-v2-text);
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    text-align: left !important;
}

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

.rella-v2-search button {
    top: 5px;
    right: 6px !important;
    width: 46px;
    height: 46px !important;
    padding: 0 !important;
    border: 0;
    border-radius: 50%;
    background: var(--rella-v2-orange) !important;
    text-align: center;
}

.rella-v2-search button img {
    width: 20px;
    height: 20px;
    margin: 13px;
}

.rella-v2-search #cercaUnProdottoDel {
    right: 58px !important;
    background: #f2f2f2 !important;
}

.rella-v2-hero-arrow {
    position: absolute;
    right: -105px;
    top: -68px;
    width: 60px;
    height: 128px;
}

.rella-v2-divider {
    width: 862px;
    height: 1px;
    margin: 45px auto 0;
    background: #c8e2d7;
}

.rella-v2-categories {
    width: 1128px;
    margin: 52px auto 0;
    min-height: 0 !important;
    text-align: center;
}

.rella-v2-categories h2 {
    margin: 0;
    color: var(--rella-v2-green);
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}

.rella-v2-category-stage {
    display: block !important;
    width: 1128px;
    margin: 32px auto 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rella-v2-category-row {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    gap: 33px !important;
    padding: 0 !important;
}

#categorieProd .rella-v2-category-row,
#categorieProd .rella-v2-picked-subcategory {
    padding: 0 !important;
}

.rella-v2-picked-subcategory {
    display: none !important;
    height: 0;
    padding: 0 !important;
}

.rella-v2-picked-subcategory:has(.seconda-selezione-show:not(.element-hidden)) {
    display: flex !important;
    height: auto;
    justify-content: center;
    padding: 24px 0 0 !important;
}

.rella-v2-category-row .prima-selezione,
.rella-v2-picked-subcategory .seconda-selezione-show {
    position: relative;
    flex: 0 0 106px !important;
    width: 106px !important;
    max-width: none !important;
    padding: 0 !important;
}

.rella-v2-category-row .rella-v2-featured-wrap {
    flex-basis: 114px !important;
    width: 114px !important;
    margin-top: -18px;
}

.rella-v2-category-card {
    position: relative;
    display: block !important;
    width: 106px !important;
    min-width: 0 !important;
    height: 169px !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
}

.rella-v2-category-card::before {
    content: "";
    position: absolute;
    left: -4px;
    top: -18px;
    z-index: 0;
    width: 114px;
    height: 211px;
    border: 2px solid var(--rella-v2-white);
    border-radius: 47px 47px 27px 27px;
    background: var(--rella-v2-white);
    box-shadow: var(--rella-v2-shadow-selected);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.16s ease;
}

.rella-v2-category-card .rella-v2-category-image,
.rella-v2-category-card .desc-wrap {
    position: relative;
    z-index: 1;
}

.rella-v2-category-card:hover {
    opacity: 1 !important;
    transform: none !important;
}

.rella-v2-category-card:not(.locked):hover::before,
.rella-v2-category-card:not(.locked):focus-visible::before {
    opacity: 1;
}

.rella-v2-category-card:not(.locked):hover .rella-v2-category-image,
.rella-v2-category-card:not(.locked):focus-visible .rella-v2-category-image {
    transform: translateY(-18px) scale(1.075);
    transform-origin: center top;
}

.rella-v2-category-card:not(.locked):hover .nome-cat,
.rella-v2-category-card:not(.locked):focus-visible .nome-cat {
    color: var(--rella-v2-orange) !important;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(3px);
}

.rella-v2-category-image {
    position: relative;
    display: block;
    width: 106px;
    height: 141px;
    overflow: hidden;
    border-radius: 47px;
    background: #f3e9b5;
    transition: transform 0.16s ease;
}

.rella-v2-category-image img.cerchio {
    display: block;
    width: 106px !important;
    height: 141px !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 47px;
}

.rella-v2-category-card .desc-wrap {
    display: block !important;
}

.rella-v2-category-card .nome-cat {
    position: static !important;
    width: 106px !important;
    height: 20px;
    margin: 8px 0 0 !important;
    color: var(--rella-v2-text) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    transition: color 0.16s ease, font-size 0.16s ease, font-weight 0.16s ease, transform 0.16s ease;
}

.rella-v2-category-featured {
    width: 114px !important;
    height: 211px !important;
    border: 2px solid var(--rella-v2-white) !important;
    border-radius: 47px 47px 27px 27px !important;
    background: var(--rella-v2-white) !important;
    box-shadow: var(--rella-v2-shadow-selected) !important;
}

.rella-v2-category-featured .rella-v2-category-image {
    width: 114px;
    height: 151px;
}

.rella-v2-category-featured .rella-v2-category-image img.cerchio {
    width: 114px !important;
    height: 151px !important;
}

.rella-v2-category-featured .nome-cat {
    width: 114px !important;
    margin-top: 17px !important;
    color: var(--rella-v2-orange) !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.rella-v2-category-card.locked .rella-v2-category-image img.cerchio {
    filter: grayscale(1);
    opacity: 0.64;
}

.rella-v2-category-card.card-arrotondata.locked {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rella-v2-category-card.locked .rella-v2-category-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 47px;
    background: rgba(230, 226, 226, 0.58);
}

.rella-v2-category-card.locked .categoria-lock-watermark {
    z-index: 2;
    width: 39px;
    height: 44px;
    color: transparent;
}

.rella-v2-category-card.locked .categoria-lock-watermark img {
    width: 39px;
    height: 44px;
    filter: none !important;
    opacity: 1 !important;
}

.rella-v2-category-card.card-arrotondata.locked .desc-wrap {
    display: block !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.rella-v2-category-card.locked .nome-cat {
    color: rgba(103, 103, 103, 0.66) !important;
}

@media (hover: none) {
    .rella-v2-category-card:not(.locked):hover::before {
        opacity: 0;
    }

    .rella-v2-category-card:not(.locked):hover .rella-v2-category-image,
    .rella-v2-category-card:not(.locked):hover .nome-cat {
        transform: none;
    }

    .rella-v2-category-card:not(.locked):hover .nome-cat {
        color: var(--rella-v2-text) !important;
        font-size: 14px;
        font-weight: 400;
    }
}

.rella-v2-category-card.clicked {
    width: 114px !important;
    height: 211px !important;
    border: 2px solid var(--rella-v2-white) !important;
    border-radius: 47px 47px 27px 27px !important;
    background: var(--rella-v2-white) !important;
    box-shadow: var(--rella-v2-shadow-selected) !important;
}

.rella-v2-category-card.clicked .rella-v2-category-image,
.rella-v2-category-card.clicked .rella-v2-category-image img.cerchio {
    width: 114px !important;
    height: 151px !important;
}

.rella-v2-category-card.clicked .nome-cat {
    width: 114px !important;
    margin-top: 17px !important;
    color: var(--rella-v2-orange) !important;
    font-size: 16px;
    font-weight: 600;
}

.rella-v2-category-row .chiudi-card-arrotondata {
    display: none !important;
}

.rella-v2-report {
    position: absolute;
    left: 50%;
    top: 848px;
    transform: translateX(-50%);
    width: 861px;
    margin: 0;
    color: var(--rella-v2-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
}

.rella-v2-report a {
    color: var(--rella-v2-orange-dark);
    font-weight: 600;
    text-decoration: underline;
}

.rella-v2-results {
    width: 1128px;
    margin: 42px auto 0;
    min-height: 0 !important;
}

.rella-v2-results > p {
    color: var(--rella-v2-muted);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.rella-v2-results .nome-cat-cercata,
.rella-v2-results .nome-sottocat-cercata,
.rella-v2-results .text-cercato {
    color: var(--rella-v2-orange-dark);
}

.rella-v2-results .card-arrotondata-lunga,
.rella-v2-results .card-prodotto {
    font-family: "Poppins", sans-serif;
}

.rella-v2-state-products #prodDiv .card-prodotto.fixedw250 {
    width: 270px !important;
    max-width: 270px !important;
}

.rella-v2-premium {
    min-height: 1242px !important;
    padding-top: 0 !important;
    background: var(--rella-v2-paper);
}

.rella-v2-premium-banner {
    position: relative;
    display: block;
    text-decoration: none;
}

.rella-v2-premium-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(249, 249, 249, 0.42);
    pointer-events: none;
}

.rella-v2-premium-heading {
    width: 861px;
    margin: 80px auto 0;
    text-align: center;
}

.rella-v2-premium-heading h2 {
    margin: 0;
    color: var(--rella-v2-green);
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
}

.rella-v2-premium-heading p {
    margin: 5px 0 0;
    color: var(--rella-v2-muted);
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}

.rella-v2-premium-grid {
    display: grid;
    grid-template-columns: repeat(4, 270px);
    gap: 16px;
    width: 1128px;
    margin: 80px auto 0;
}

.rella-v2-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    height: 494px;
    padding: 16px 10px 12px;
    border: 1px solid var(--rella-v2-border);
    border-radius: 30px;
    background: var(--rella-v2-white);
    text-align: center;
}

.rella-v2-product-open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: center;
}

.rella-v2-product-open:hover,
.rella-v2-product-open:focus-visible {
    opacity: 1;
    transform: none;
}

.rella-v2-product-image {
    position: relative;
    display: block;
    width: 238px;
    height: 238px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
    background: #d9d9d9;
}

.rella-v2-product-image > img:first-child {
    display: block;
    width: 238px;
    height: 238px;
    object-fit: cover;
}

.rella-v2-product-tags {
    position: absolute;
    left: 8px;
    top: 7px;
    display: flex;
    gap: 4px;
}

.rella-v2-product-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    padding: 0 15px;
    border: 1px solid var(--rella-v2-orange-dark);
    border-radius: 30px;
    background: var(--rella-v2-white);
    color: #161616;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
}

.rella-v2-product-heart {
    position: absolute;
    right: 26px;
    top: 214px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--rella-v2-white);
    color: var(--rella-v2-orange);
    font-size: 18px;
    line-height: 1;
}

.rella-v2-product-heart.preferito i::before {
    content: "\F415";
}

.rella-v2-product-origin {
    display: block;
    margin: 16px 0 0;
    color: var(--rella-v2-orange);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.rella-v2-product-name {
    display: -webkit-box;
    width: 248px;
    min-height: 39px;
    max-height: 78px;
    margin: 0;
    overflow: hidden;
    color: var(--rella-v2-text);
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rella-v2-product-rule {
    display: block;
    width: 248px;
    height: 1px;
    margin: 7px auto 21px;
    background: #e7dede;
}

.rella-v2-product-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 40px;
    margin-bottom: 25px;
}

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

.rella-v2-product-qty span:not(.rella-v2-product-qty-btn) {
    min-width: 48px;
    color: var(--rella-v2-text);
    font-family: var(--rella-v2-product-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 37px;
}

.rella-v2-button-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 248px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 51px;
    background: var(--rella-v2-orange);
    color: var(--rella-v2-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.rella-v2-button-cart img {
    width: 24px;
    height: 22px;
}

@media (max-width: 809px) {
    .rella-v2-header .nav-rella::before {
        content: none;
        display: none;
    }

    .rella-v2-header .nav-rella::after {
        content: none;
        display: none;
    }

    .rella-v2-hero,
    .rella-v2-hero h1,
    .rella-v2-hero > p,
    .rella-v2-divider,
    .rella-v2-categories,
    .rella-v2-category-stage,
    .rella-v2-report,
    .rella-v2-results,
    .rella-v2-premium-heading {
        width: 100%;
    }

    .rella-v2-hero {
        position: absolute;
        z-index: 1060;
        left: 50%;
        top: -181px;
        display: flex;
        flex-direction: column;
        width: min(var(--rella-v2-content-mobile), calc(100vw - 120px));
        padding: 0;
        transform: translateX(-50%);
        text-align: left;
    }

    .rella-v2-hero h1,
    .rella-v2-premium-heading h2 {
        width: 100%;
        color: var(--rella-v2-white);
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
    }

    .rella-v2-hero h1 {
        order: 1;
    }

    .rella-v2-hero h1 span {
        color: var(--rella-v2-white);
    }

    .rella-v2-hero > p,
    .rella-v2-premium-heading p {
        width: 100%;
        margin-top: 14px;
        color: var(--rella-v2-white);
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
    }

    .rella-v2-hero > p {
        order: 2;
        margin-top: 7px;
        margin-bottom: 22px;
    }

    .rella-v2-search-stage {
        order: 3;
        position: relative;
        width: 100%;
        height: 39px;
        margin: 0;
    }

    .rella-v2-hero-stack,
    .rella-v2-hero-arrow {
        display: none;
    }

    .rella-v2-search {
        position: relative !important;
        left: auto;
        top: auto;
        width: 100%;
        height: 39px;
        border: 0;
        border-radius: 20px !important;
    }

    .rella-v2-search input {
        width: calc(100% - 60px) !important;
        height: 39px !important;
        padding-left: 20px !important;
        color: #676767;
        font-size: 12px !important;
        font-weight: 300;
        line-height: 15px;
    }

    .rella-v2-search button {
        top: 4px;
        right: 4px !important;
        width: 31px;
        height: 31px !important;
    }

    .rella-v2-search button img {
        width: 16px;
        height: 16px;
        margin: 7.5px;
    }

    .rella-v2-search #cercaUnProdottoDel {
        right: 39px !important;
    }

    .rella-v2-divider,
    .rella-v2-categories h2,
    .rella-v2-report {
        display: none;
    }

    .rella-v2-categories {
        width: 100%;
        margin: 0;
        padding-top: 48px;
    }

    .rella-v2-category-stage {
        width: 100%;
        margin: 0 !important;
        overflow: visible;
        padding: 0;
    }

    .rella-v2-category-row {
        display: grid !important;
        grid-template-columns: repeat(3, 106px);
        column-gap: 21px !important;
        row-gap: 32px !important;
        justify-content: center;
        width: 100%;
        min-width: 0;
        padding: 0 !important;
    }

    .rella-v2-category-row .prima-selezione,
    .rella-v2-category-row .rella-v2-featured-wrap {
        flex: initial !important;
        width: 106px !important;
        margin: 0;
    }

    .rella-v2-category-row .prima-selezione:nth-child(7) {
        grid-column: 1;
        margin-left: 64px;
    }

    .rella-v2-category-row .prima-selezione:nth-child(8) {
        grid-column: 2;
        margin-left: 64px;
    }

    .rella-v2-category-card,
    .rella-v2-category-featured,
    .rella-v2-category-card.clicked {
        width: 106px !important;
        height: 169px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .rella-v2-category-image,
    .rella-v2-category-featured .rella-v2-category-image,
    .rella-v2-category-card.clicked .rella-v2-category-image {
        width: 106px;
        height: 141px;
        border-radius: 47px;
    }

    .rella-v2-category-image img.cerchio,
    .rella-v2-category-featured .rella-v2-category-image img.cerchio,
    .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio {
        width: 106px !important;
        height: 141px !important;
        border-radius: 47px;
    }

    .rella-v2-category-card .nome-cat,
    .rella-v2-category-featured .nome-cat,
    .rella-v2-category-card.clicked .nome-cat {
        width: 106px !important;
        margin-top: 8px !important;
        color: var(--rella-v2-text) !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .rella-v2-category-card.locked .nome-cat {
        color: rgba(103, 103, 103, 0.66) !important;
    }

    .rella-v2-results {
        padding: 24px 18px;
    }

    .rella-v2-mobile-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 300;
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 37px;
        height: 75px;
        border-radius: 30px 30px 0 0;
        background: var(--rella-v2-orange);
    }

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

    .rella-v2-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);
    }

    .rella-v2-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%);
    }

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

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

@media (max-width: 420px) {
    .rella-v2-hero {
        top: -181px;
        width: min(330px, calc(100vw - 60px));
    }

    .rella-v2-hero h1,
    .rella-v2-hero > p,
    .rella-v2-search-stage {
        width: 100%;
    }

    .rella-v2-search {
        left: 0;
        top: auto;
        width: 100%;
    }

    .rella-v2-category-row {
        grid-template-columns: repeat(3, 96px);
        column-gap: 15px !important;
        row-gap: 30px !important;
    }

    .rella-v2-category-row .prima-selezione,
    .rella-v2-category-row .rella-v2-featured-wrap,
    .rella-v2-category-card,
    .rella-v2-category-featured,
    .rella-v2-category-card.clicked {
        width: 96px !important;
    }

    .rella-v2-category-image,
    .rella-v2-category-featured .rella-v2-category-image,
    .rella-v2-category-card.clicked .rella-v2-category-image {
        width: 96px;
        height: 128px;
    }

    .rella-v2-category-image img.cerchio,
    .rella-v2-category-featured .rella-v2-category-image img.cerchio,
    .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio {
        width: 96px !important;
        height: 128px !important;
    }

    .rella-v2-category-card .nome-cat,
    .rella-v2-category-featured .nome-cat,
    .rella-v2-category-card.clicked .nome-cat {
        width: 96px !important;
    }

    .rella-v2-category-row .prima-selezione:nth-child(7),
    .rella-v2-category-row .prima-selezione:nth-child(8) {
        margin-left: 55px;
    }

    .rella-v2-mobile-nav {
        gap: 22px;
    }
}

@media (max-width: 809px) {
    .rella-v2-premium-grid {
        grid-template-columns: 270px;
        width: 100%;
        gap: 18px;
        margin-top: 36px;
    }
}

.rella-v2-state-subcategory .rella-v2-report,
.rella-v2-state-products .rella-v2-report {
    display: none;
}

.rella-v2-state-subcategory .rella-v2-categories {
    margin-top: 32px;
}

.rella-v2-state-subcategory .rella-v2-category-row {
    min-height: 211px;
}

.rella-v2-state-subcategory .rella-v2-category-row .prima-selezione.element-hidden {
    display: none !important;
}

.rella-v2-state-subcategory .rella-v2-category-row .prima-selezione:not(.element-hidden) {
    margin: 0 auto;
}

.rella-v2-state-subcategory .rella-v2-category-row .chiudi-card-arrotondata,
.rella-v2-picked-subcategory .chiudi-card-arrotondata {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    left: 82px;
    top: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid var(--rella-v2-orange-dark);
    border-radius: 50%;
    background: var(--rella-v2-white);
    color: var(--rella-v2-orange);
}

.rella-v2-state-subcategory .rella-v2-results {
    margin-top: 22px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rella-v2-state-subcategory #subcatdiv,
.rella-v2-state-products #prodDiv {
    display: grid;
    justify-content: center;
    margin: 0 auto;
}

.rella-v2-state-subcategory #subcatdiv {
    grid-template-columns: repeat(6, 106px);
    gap: 33px;
    width: auto;
}

.rella-v2-state-subcategory #subcatdiv > [class*="col-"] {
    width: 106px;
    max-width: 106px;
    padding: 0;
}

.rella-v2-results .card-arrotondata-lunga {
    display: block !important;
    width: 106px !important;
    min-height: 185px !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
}

.rella-v2-results .card-arrotondata-lunga img {
    display: block;
    width: 106px !important;
    height: 141px !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 47px;
}

.rella-v2-results .card-arrotondata-lunga p {
    width: 106px;
    height: 36px;
    min-height: 36px;
    margin: 8px 0 0 !important;
    color: var(--rella-v2-text) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
    text-align: center;
    display: -webkit-box !important;
    overflow: hidden !important;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rella-v2-results .card-arrotondata-lunga .nomeCatSmall {
    display: none;
}

.rella-v2-results .card-arrotondata-lunga .nomeCatSmall + br {
    display: none;
}

.rella-v2-state-products .rella-v2-categories h2 {
    display: none;
}

.rella-v2-state-products .rella-v2-category-row .prima-selezione.element-hidden {
    display: none !important;
}

.rella-v2-state-products .rella-v2-picked-subcategory:has(.seconda-selezione-show:not(.element-hidden)) {
    padding-top: 0 !important;
}

.rella-v2-state-search .rella-v2-categories {
    display: none !important;
}

.rella-v2-state-search .rella-v2-divider,
.rella-v2-state-search #risultatiRicercaProd::before {
    display: none !important;
    content: none !important;
}

.rella-v2-state-search .rella-v2-results {
    margin-top: 34px;
}

@media (min-width: 810px) {
    .rella-v2-state-subcategory .rella-v2-intro {
        padding-top: 81px;
        padding-bottom: 88px;
    }

    .rella-v2-state-subcategory .rella-v2-categories h2 {
        display: none;
    }

    .rella-v2-state-subcategory .rella-v2-categories {
        margin-top: 28px;
        padding-top: 0;
    }

    .rella-v2-state-subcategory .rella-v2-category-stage {
        margin-top: 0 !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-row {
        min-height: 218px;
        align-items: flex-start;
        justify-content: center;
    }

    .rella-v2-state-subcategory .rella-v2-category-row .prima-selezione:not(.element-hidden) {
        flex: 0 0 114px !important;
        width: 114px !important;
        height: 211px !important;
        max-width: 114px !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked {
        width: 114px !important;
        height: 211px !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio {
        width: 114px !important;
        height: 151px !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .nome-cat {
        width: 114px !important;
        margin-top: 17px !important;
    }

    .rella-v2-state-subcategory .rella-v2-results {
        width: 1128px;
        margin-top: 20px;
        padding: 0 0 88px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .rella-v2-state-subcategory #risultatiRicercaSottocat::before {
        content: "";
        display: block;
        width: 861px;
        height: 1px;
        margin: 0 auto 22px;
        background: #f9ab91;
    }

    .rella-v2-state-subcategory #risultatiRicercaSottocat > p {
        display: block;
        width: 861px;
        margin: 0 auto 34px !important;
        color: var(--rella-v2-muted) !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 22px !important;
        text-align: center;
    }

    .rella-v2-state-subcategory #risultatiRicercaSottocat .container {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .rella-v2-state-subcategory #subcatdiv {
        row-gap: 44px;
    }

    .rella-v2-state-search .rella-v2-intro {
        padding-bottom: 96px;
    }

    .rella-v2-state-search .rella-v2-results {
        margin-top: 34px;
    }

    .rella-v2-state-products .rella-v2-categories {
        margin-top: 28px;
        padding-top: 0;
    }

    .rella-v2-state-products .rella-v2-category-stage {
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        margin-top: 0 !important;
    }

    .rella-v2-state-products .rella-v2-category-row,
    .rella-v2-state-products .rella-v2-picked-subcategory:has(.seconda-selezione-show:not(.element-hidden)) {
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        width: 156px;
        min-height: 228px;
        height: auto;
        padding: 0 !important;
    }

    .rella-v2-state-products .rella-v2-category-row .prima-selezione:not(.element-hidden),
    .rella-v2-state-products .rella-v2-picked-subcategory .seconda-selezione-show:not(.element-hidden) {
        flex: 0 0 156px !important;
        width: 156px !important;
        height: 228px !important;
        max-width: 156px !important;
        margin: 0;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked {
        width: 156px !important;
        height: 228px !important;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio {
        width: 114px !important;
        height: 151px !important;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image {
        margin: 10px auto 0 !important;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked .nome-cat {
        display: -webkit-box !important;
        width: 136px !important;
        height: auto !important;
        min-height: 36px;
        max-height: 40px;
        margin: 12px auto 0 !important;
        overflow: hidden !important;
        font-size: 15px;
        line-height: 18px;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

.rella-v2-state-products .rella-v2-results {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 0 90px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rella-v2-state-products #risultatiRicercaProd::before {
    content: "";
    display: block;
    width: 861px;
    max-width: calc(100vw - 120px);
    height: 1px;
    margin: 0 auto 22px;
    background: #f9ab91;
}

.rella-v2-state-products .rella-v2-results > p {
    display: block;
    width: 861px;
    max-width: calc(100vw - 120px);
    margin: 0 auto 34px !important;
    color: var(--rella-v2-muted) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-align: center;
}

.rella-v2-state-products #prodDiv {
    grid-template-columns: repeat(4, 270px);
    gap: 16px;
    width: 1128px;
}

.rella-v2-state-products #prodDiv > [class*="col-"] {
    width: 270px;
    max-width: 270px;
    padding: 0 !important;
}

.rella-v2-results .card-prodotto {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 270px !important;
    height: 494px !important;
    min-width: 0 !important;
    padding: 16px 10px 12px !important;
    border: 1px solid var(--rella-v2-border) !important;
    border-radius: 30px !important;
    background: var(--rella-v2-white) !important;
    box-shadow: none !important;
    color: var(--rella-v2-text);
    text-align: center;
}

.rella-v2-results .card-prodotto .like-button-icon {
    position: absolute;
    z-index: 3;
    right: 16px;
    top: 254px;
    width: 40px;
    height: 40px;
    padding: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    color: var(--rella-v2-orange);
}

.rella-v2-results .card-prodotto figure {
    position: relative;
    order: 1;
    width: 238px !important;
    height: 238px !important;
    margin: 0 auto 16px !important;
    overflow: hidden;
    border-radius: 24px !important;
    background: #d9d9d9;
}

.rella-v2-results .card-prodotto figure > img:first-of-type {
    display: block;
    width: 238px !important;
    height: 238px !important;
    object-fit: cover;
    border-radius: 24px;
    color: transparent;
    font-size: 0;
}

.rella-v2-results .card-prodotto .conferma-cart {
    display: none !important;
}

.rella-v2-results .card-prodotto .rella-v2-product-tags {
    position: absolute;
    z-index: 2;
    left: 10px;
    right: 10px;
    top: 10px;
    display: flex;
    gap: 4px;
    min-width: 0;
    overflow: hidden;
}

.rella-v2-results .card-prodotto .rella-v2-product-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    min-width: 0;
    padding: 0 12px;
    border: 1px solid var(--rella-v2-orange-dark);
    border-radius: 30px;
    background: var(--rella-v2-white);
    color: #161616;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rella-v2-results .card-prodotto .rella-v2-product-tags span:first-child {
    flex: 0 0 auto;
    max-width: 86px;
}

.rella-v2-results .card-prodotto .rella-v2-product-tags span + span {
    flex: 1 1 auto;
    max-width: none;
}

.rella-v2-results .card-prodotto p {
    margin: 0 !important;
}

.rella-v2-results .card-prodotto .font-10 {
    order: 2;
    color: var(--rella-v2-orange) !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19px;
}

.rella-v2-results .card-prodotto .prod-name {
    order: 3;
    width: 248px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    min-height: 39px !important;
    max-height: 68px !important;
    overflow: hidden !important;
    color: var(--rella-v2-text) !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 34px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: normal;
    overflow-wrap: anywhere;
}

.rella-v2-results .card-prodotto .font-11 {
    order: 4;
    width: 248px;
    height: 1px;
    margin: 7px 0 21px !important;
    overflow: hidden;
    background: #e7dede;
    color: transparent !important;
}

.rella-v2-results .card-prodotto .meno-e-piu {
    order: 5;
    display: none !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 172px !important;
    height: 40px;
    margin: 0 0 25px !important;
}

.rella-v2-results .card-prodotto .meno-e-piu.element-hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.rella-v2-results .card-prodotto .meno-e-piu button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    background: var(--rella-v2-orange) !important;
    color: var(--rella-v2-white);
    font-size: 0;
}

.rella-v2-results .card-prodotto .meno-e-piu button svg {
    display: none;
}

.rella-v2-results .card-prodotto .meno-e-piu .minus-btn::before {
    content: "-";
    font-size: 28px;
    line-height: 36px;
}

.rella-v2-results .card-prodotto .meno-e-piu .plus-btn::before {
    content: "+";
    font-size: 28px;
    line-height: 36px;
}

.rella-v2-results .card-prodotto .input-group {
    display: inline-flex;
    flex-wrap: nowrap !important;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    width: 64px !important;
    height: 37px;
    margin: 0 !important;
}

.rella-v2-results .card-prodotto .input-group input {
    flex: 0 0 28px !important;
    width: 28px !important;
    height: 37px !important;
    border: 0 !important;
    color: var(--rella-v2-text);
    font-family: var(--rella-v2-product-font);
    font-size: 18px;
    line-height: 37px;
    text-align: right;
    appearance: textfield;
}

.rella-v2-results .card-prodotto .input-group-text {
    display: inline-flex !important;
    flex: 0 0 26px !important;
    width: 26px !important;
    padding: 0 !important;
    border: 0;
    color: var(--rella-v2-text);
    font-family: var(--rella-v2-product-font);
    font-size: 18px !important;
    line-height: 37px;
    white-space: nowrap !important;
}

.rella-v2-results .card-prodotto .pulsante-aggiungi-al-carrello {
    order: 6;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 248px !important;
    height: 60px !important;
    margin: 24px 0 0 !important;
    border: 0 !important;
    border-radius: 51px !important;
    background: var(--rella-v2-orange) !important;
    color: var(--rella-v2-white) !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.rella-v2-results .card-prodotto .pulsante-aggiungi-al-carrello.fixedw150 {
    width: 248px !important;
    max-width: 248px !important;
}

.rella-v2-results .card-prodotto .pulsante-aggiungi-al-carrello i {
    color: var(--rella-v2-white) !important;
    font-size: 24px !important;
}

.rella-v2-results .card-prodotto .pulsante-aggiungi-al-carrello::after {
    content: "Aggiungi al carrello";
}

.rella-v2-state-subcategory .rella-v2-category-card.clicked,
.rella-v2-state-products .rella-v2-category-card.clicked {
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.rella-v2-state-subcategory .rella-v2-category-card.clicked::before,
.rella-v2-state-products .rella-v2-category-card.clicked::before,
.rella-v2-state-subcategory .rella-v2-category-card.clicked:hover::before,
.rella-v2-state-products .rella-v2-category-card.clicked:hover::before {
    display: none !important;
    opacity: 0 !important;
    content: none !important;
}

.rella-v2-state-subcategory .rella-v2-category-card.clicked:hover .rella-v2-category-image,
.rella-v2-state-products .rella-v2-category-card.clicked:hover .rella-v2-category-image,
.rella-v2-state-subcategory .rella-v2-category-card.clicked:focus-visible .rella-v2-category-image,
.rella-v2-state-products .rella-v2-category-card.clicked:focus-visible .rella-v2-category-image,
.rella-v2-state-subcategory .rella-v2-category-card.clicked:hover .nome-cat,
.rella-v2-state-products .rella-v2-category-card.clicked:hover .nome-cat,
.rella-v2-state-subcategory .rella-v2-category-card.clicked:focus-visible .nome-cat,
.rella-v2-state-products .rella-v2-category-card.clicked:focus-visible .nome-cat {
    transform: none !important;
}

.rella-v2-state-subcategory .rella-v2-category-row .chiudi-card-arrotondata,
.rella-v2-state-products .rella-v2-category-row .chiudi-card-arrotondata,
.rella-v2-state-products .rella-v2-picked-subcategory .chiudi-card-arrotondata {
    border: 1px solid var(--rella-v2-orange) !important;
    background: var(--rella-v2-white) !important;
    box-shadow: none !important;
    color: var(--rella-v2-orange) !important;
}

.rella-v2-state-subcategory .rella-v2-category-row .chiudi-card-arrotondata i,
.rella-v2-state-products .rella-v2-category-row .chiudi-card-arrotondata i,
.rella-v2-state-products .rella-v2-picked-subcategory .chiudi-card-arrotondata i {
    color: inherit !important;
}

.rella-v2-results .card-prodotto {
    height: 494px !important;
    min-height: 494px !important;
    padding-bottom: 12px !important;
}

.rella-v2-results .card-prodotto .like-button-icon {
    top: 254px;
}

.rella-v2-results .card-prodotto figure,
.rella-v2-results .card-prodotto figure > img:first-of-type {
    width: 238px !important;
    height: 238px !important;
}

.rella-v2-results .card-prodotto .prod-name {
    display: -webkit-box !important;
    min-height: 39px !important;
    max-height: 78px !important;
    font-size: 32px !important;
    line-height: 39px !important;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.rella-v2-results .card-prodotto .font-11 {
    margin: 8px 0 0 !important;
}

.rella-v2-results .card-prodotto .rella-v2-card-quantity {
    order: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 172px;
    height: 40px;
    margin: 0 0 25px;
    color: var(--rella-v2-text);
    font-family: var(--rella-v2-product-font);
    font-size: 18px;
    line-height: 37px;
}

.rella-v2-results .card-prodotto .rella-v2-card-qty-btn {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--rella-v2-orange);
    color: var(--rella-v2-white);
    font-family: var(--rella-v2-body-font);
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
}

.rella-v2-results .card-prodotto .rella-v2-card-qty-value {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 37px;
    white-space: nowrap;
}

.rella-v2-results .card-prodotto .pulsante-aggiungi-al-carrello {
    margin-top: 0 !important;
}

@media (min-width: 810px) {
    .rella-v2-state-subcategory .rella-v2-category-card.clicked,
    .rella-v2-state-products .rella-v2-category-card.clicked {
        width: 136px !important;
        height: auto !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio,
    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio {
        width: 114px !important;
        height: 151px !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image {
        margin: 0 auto !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .nome-cat,
    .rella-v2-state-products .rella-v2-category-card.clicked .nome-cat {
        width: 136px !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 809px) {
    .rella-v2-state-subcategory .rella-v2-category-card.clicked,
    .rella-v2-state-products .rella-v2-category-card.clicked {
        width: 128px !important;
        height: auto !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio,
    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio {
        width: 106px !important;
        height: 141px !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image {
        margin: 0 auto !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .nome-cat,
    .rella-v2-state-products .rella-v2-category-card.clicked .nome-cat {
        width: 128px !important;
        margin-top: 8px !important;
    }
}

body.rella-v2-page #prodotto .prodotto-image {
    color: transparent;
    font-size: 0;
}

body.rella-v2-page #prodotto .prodotto-nome {
    display: -webkit-box !important;
    max-height: 72px;
    white-space: normal !important;
    font-size: 28px !important;
    line-height: 34px !important;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 809px) {
    body.rella-v2-page.rella-v2-has-products .rella-v2-header,
    body.rella-v2-page.rella-v2-has-products .rella-v2-header .nav-rella {
        height: 319px;
    }

    body.rella-v2-page.rella-v2-has-products .rella-v2-home {
        min-height: 1040px;
        padding-top: 319px;
    }

    .rella-v2-state-products .rella-v2-intro {
        min-height: 905px !important;
        padding-bottom: 75px;
    }

    .rella-v2-state-products .rella-v2-categories {
        margin-top: 50px;
        padding-top: 0;
    }

    .rella-v2-state-products .rella-v2-category-stage {
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        gap: 16px;
        width: 100%;
        margin: 0 !important;
    }

    .rella-v2-state-products .rella-v2-category-row,
    .rella-v2-state-products .rella-v2-picked-subcategory:has(.seconda-selezione-show:not(.element-hidden)) {
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        width: 148px;
        min-height: 206px;
        height: auto;
        padding: 0 !important;
    }

    .rella-v2-state-products .rella-v2-category-row .prima-selezione:not(.element-hidden),
    .rella-v2-state-products .rella-v2-picked-subcategory .seconda-selezione-show:not(.element-hidden) {
        flex: 0 0 148px !important;
        width: 148px !important;
        max-width: 148px !important;
        margin: 0;
        padding: 0 !important;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked {
        width: 148px !important;
        height: 206px !important;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image,
    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image img.cerchio {
        width: 106px !important;
        height: 141px !important;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked .rella-v2-category-image {
        margin: 0 auto !important;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked .nome-cat {
        display: -webkit-box !important;
        width: 128px !important;
        height: auto !important;
        min-height: 36px;
        max-height: 40px;
        margin-top: 8px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        color: var(--rella-v2-orange) !important;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        overflow: hidden !important;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .rella-v2-state-products .rella-v2-category-row .chiudi-card-arrotondata,
    .rella-v2-state-products .rella-v2-picked-subcategory .chiudi-card-arrotondata {
        left: calc(50% + 31px);
        top: 0;
    }

    .rella-v2-state-subcategory .rella-v2-hero {
        top: -222px;
    }

    .rella-v2-state-subcategory .rella-v2-hero > p {
        color: var(--rella-v2-white);
    }

    .rella-v2-state-subcategory .rella-v2-categories {
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        padding: 0;
    }

    .rella-v2-state-subcategory .rella-v2-category-row {
        display: block !important;
        min-height: 0;
    }

    .rella-v2-state-subcategory #categorieProd .rella-v2-category-row .prima-selezione:not(.element-hidden) {
        position: absolute !important;
        left: 50% !important;
        top: -90px !important;
        width: 106px !important;
        max-width: 106px !important;
        flex: none !important;
        transform: translateX(-50%) !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked {
        width: 106px !important;
        height: 169px !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image {
        width: 106px !important;
        height: 141px !important;
        background: #f3e9b5;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .rella-v2-category-image img {
        opacity: 1;
    }

    .rella-v2-state-subcategory .rella-v2-category-card.clicked .nome-cat {
        width: 106px !important;
        margin-top: 8px !important;
        color: var(--rella-v2-orange) !important;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    .rella-v2-state-subcategory .rella-v2-category-row .chiudi-card-arrotondata {
        left: 75px;
        top: 0;
    }

    .rella-v2-state-subcategory #risultatiRicercaSottocat {
        position: absolute;
        left: 0;
        top: 134px;
        width: 100%;
        margin: 0;
        padding: 33px 0 170px;
    }

    .rella-v2-state-subcategory #risultatiRicercaSottocat::before {
        content: "";
        position: absolute;
        left: 60px;
        right: 60px;
        top: 0;
        height: 1px;
        background: #f9ab91;
    }

    .rella-v2-state-subcategory #risultatiRicercaSottocat > p,
    .rella-v2-state-subcategory #risultatiRicercaSottocat .container {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .rella-v2-state-subcategory #risultatiRicercaSottocat > p {
        display: block;
        width: calc(100% - 120px);
        margin: 0 auto 28px !important;
        color: var(--rella-v2-muted) !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 18px !important;
        text-align: center;
    }

    .rella-v2-state-subcategory #subcatdiv {
        grid-template-columns: repeat(3, 106px);
        column-gap: 21px;
        row-gap: 32px;
    }

    .rella-v2-state-products .rella-v2-results {
        margin-top: 28px;
        padding-top: 0;
    }

    .rella-v2-state-search .rella-v2-results {
        margin-top: 30px;
    }

    .rella-v2-state-products #risultatiRicercaProd::before {
        width: auto;
        max-width: none;
        margin: 0 60px 22px;
    }

    .rella-v2-state-products .rella-v2-results > p {
        width: calc(100% - 120px);
        max-width: none;
        margin: 0 auto 28px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .rella-v2-state-products #prodDiv {
        grid-template-columns: 360px;
        gap: 16px;
        width: 360px;
    }

    .rella-v2-state-products #prodDiv > [class*="col-"] {
        width: 360px;
        max-width: 360px;
    }

    .rella-v2-results .card-prodotto {
        width: 360px !important;
        height: 621px !important;
        min-height: 621px !important;
        padding: 70px 44px 34px !important;
    }

    .rella-v2-state-products #prodDiv .card-prodotto.fixedw250 {
        width: 360px !important;
        max-width: 360px !important;
    }

    .rella-v2-results .card-prodotto figure,
    .rella-v2-results .card-prodotto figure > img:first-of-type {
        width: 270px !important;
        height: 249px !important;
    }

    .rella-v2-results .card-prodotto .like-button-icon {
        right: 42px;
        top: 16px;
    }

    .rella-v2-results .card-prodotto .font-10 {
        margin-top: 0 !important;
    }

    .rella-v2-results .card-prodotto .prod-name {
        min-height: 39px !important;
        max-height: 68px !important;
        font-size: 32px !important;
        line-height: 39px !important;
        -webkit-line-clamp: 2;
    }

    .rella-v2-results .card-prodotto .font-11 {
        margin: 8px 0 0 !important;
    }

    .rella-v2-results .card-prodotto .rella-v2-card-quantity {
        order: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
        width: 172px;
        height: 40px;
        margin: 31px 0 0;
        color: var(--rella-v2-text);
        font-family: var(--rella-v2-product-font);
        font-size: 18px;
        line-height: 37px;
    }

    .rella-v2-results .card-prodotto .rella-v2-card-qty-btn {
        display: inline-flex;
        flex: 0 0 40px;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--rella-v2-orange);
        color: var(--rella-v2-white);
        font-family: var(--rella-v2-body-font);
        font-size: 28px;
        font-weight: 400;
        line-height: 40px;
    }

    .rella-v2-results .card-prodotto .rella-v2-card-qty-value {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        min-width: 58px;
        height: 37px;
        white-space: nowrap;
    }

    .rella-v2-results .card-prodotto .pulsante-aggiungi-al-carrello {
        margin-top: 32px !important;
    }

    .rella-v2-results .card-prodotto .rella-v2-product-tags {
        left: 12px;
        right: 12px;
        top: 12px;
    }

    .rella-v2-results .card-prodotto .rella-v2-product-tags span:first-child {
        max-width: 92px;
    }
}

@media (max-width: 420px) {
    .rella-v2-state-subcategory #risultatiRicercaSottocat::before {
        left: 30px;
        right: 30px;
    }

    .rella-v2-state-subcategory #subcatdiv {
        grid-template-columns: repeat(3, 96px);
        column-gap: 15px;
        row-gap: 30px;
    }

    .rella-v2-state-subcategory #subcatdiv > [class*="col-"],
    .rella-v2-results .card-arrotondata-lunga,
    .rella-v2-results .card-arrotondata-lunga p {
        width: 96px !important;
        max-width: 96px;
    }

    .rella-v2-results .card-arrotondata-lunga img {
        width: 96px !important;
        height: 128px !important;
    }

    .rella-v2-state-products .rella-v2-category-stage {
        gap: 12px;
    }

    .rella-v2-state-products .rella-v2-category-row,
    .rella-v2-state-products .rella-v2-picked-subcategory:has(.seconda-selezione-show:not(.element-hidden)) {
        width: 136px;
    }

    .rella-v2-state-products .rella-v2-category-row .prima-selezione:not(.element-hidden),
    .rella-v2-state-products .rella-v2-picked-subcategory .seconda-selezione-show:not(.element-hidden),
    .rella-v2-state-products .rella-v2-category-card.clicked {
        flex-basis: 136px !important;
        width: 136px !important;
        max-width: 136px !important;
    }

    .rella-v2-state-products .rella-v2-category-card.clicked .nome-cat {
        width: 118px !important;
        font-size: 14px;
        line-height: 17px;
    }

    .rella-v2-state-products #prodDiv,
    .rella-v2-state-products #prodDiv > [class*="col-"],
    .rella-v2-results .card-prodotto {
        width: min(360px, calc(100vw - 48px)) !important;
        max-width: min(360px, calc(100vw - 48px));
    }

    .rella-v2-results .card-prodotto {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
