.region-left-sidebar {
	/* Nascondo pulsante configuratore e strip block se sono figli diretti */
	> .block-vai-al-configuratore,
	> .block-user-strip {
		display: none !important;
	}

	/* Offcanvas Body */
	.offcanvas__body {
    /* Pulsante configuratore */
    .block-vai-al-configuratore {
      width: 100%;
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      order: 1;

      .go-to-wizard {
        font-size: 1.1rem;
        padding: 0.5rem 1rem;
        padding-top: 0.6rem;
      }
    }

		/* Menù Principale */
		.region-header-block-main-menu {
      order: 2;

			.block-wrapper .content {
				display: flex;
				align-items: start;
				justify-content: start;
				flex-direction: column;

				/* Nascondo toggle menù */
				.sf-accordion-toggle {
					display: none !important;
				}

        /* Voce "Offerte" */
        li#main-menu-link-content883c10e9-0788-4220-9671-10aec952fc3a-accordion {
          a {
            position: relative;
            padding-left: calc(0.25rem + 22px) !important;

            &::before,
            &::after {
              position: absolute;
            }

            &::before {
              content: "\f0f3";
              font-family: "Font Awesome 5 Free" !important;
              font-weight: 900;
              top: 3px;
              left: 0.25rem;
              z-index: 1 !important;
            }

            &::after {
              content: "1";
              top: -2px;
              left: calc(0.25rem + 8px);
              font-size: 10px;
              background-color: #fa3e3e;
              --color: #fff;
              border-radius: 2px;
              padding: 1px 4px;
              line-height: initial;
              line-height: 1;
              z-index: 2 !important;
            }
          }
        }
			}
		}

    /* User Menù */
    .block-nc-user-strip-block {
      background-color: #000;
      order: 3;

      .nc-user-strip {
        justify-content: start !important;

        .user-strip__greeting {
          display: none;
          align-items: start;
          justify-content: start;
          gap: 0.5rem;
          width: 100%;
          padding: 0.25rem 0.5rem;
          font-size: 1rem;
        }

        .user-strip__links {
          flex-direction: column;
          flex-direction: column;
        }
      }
    }

    /* Link all'interno di Menù di navigazione e User Menù */
    .region-header-block-main-menu,
    .block-nc-user-strip-block {
      ul:not(.contextual-links) {
        position: initial;
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 0.5rem 0;
        width: 100%;

        &,
        * {
          font-size: 1rem;
        }

        li {
          display: flex;
          align-items: center;
          justify-content: start;
          flex-wrap: wrap;
          width: 100%;

          a,
          span {
            margin: 0;
            padding: 0.25rem 0.25rem;
          }

          ul {
            padding-left: 1rem;
          }
        }
      }
    }
	}
}

/* Solo Desktop */
.is-desktop .region-left-sidebar {
  display: none !important;
}
