@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------------- */
/* COMPONENTS */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* VARIABILI */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* GRID SYSTEM */
/* ----------------------------------------------------------------------- */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-wide {
  padding-left: 90px;
  padding-right: 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* COLORI */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* FONT */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* OMBRE */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #282a2a;
}

button {
  font-family: "Raleway", sans-serif;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* TIPOGRFIA */
/* ----------------------------------------------------------------------------------------------------------------- */
p {
  margin-bottom: 16px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

a {
  color: #8b5e4a;
  text-decoration: underline;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #a47864;
}
a.nolink {
  color: currentColor;
  text-decoration: none;
}
a.nolink:hover {
  color: currentColor;
  text-decoration: underline;
}

ol,
ul {
  padding-left: 30px;
  margin-bottom: 16px;
}
ol li::marker,
ul li::marker {
  color: #8b5e4a;
  font-weight: 700;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}

h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}

h5 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}

h6 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* INPUT */
/* ----------------------------------------------------------------------------------------------------------------- */
input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
select {
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: none;
  height: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background: #f2ece4;
  color: #8b5e4a;
}

input[type=file] {
  width: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  border: none;
}

textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  resize: vertical;
  height: 90px;
  font-family: "Raleway", sans-serif;
  background-color: #f2ece4;
}

label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}

.form-group {
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* CONTACT FORM 7 */
/* ----------------------------------------------------------------------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-submit {
  margin-top: 20px;
}

.wpcf7-acceptance {
  /* Personalizzo il label e quindi il contenitore dell'input */
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 20px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Nascondo il checkbox di base del browser */
  /* creo il mio checkbox */
  /* Creo la spunta all'interno dell'input (inizialmente nascosta) */
  /* Quando vado sopra con il mouse (opzionale) */
  /* Quando l'input è selezionato, coloro il bordo dell'input */
  /* Quando l'input è selezionato mostro la spunta */
}
.wpcf7-acceptance label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-acceptance label input + span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #8b5e4a;
}
.wpcf7-acceptance label input + span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #8b5e4a;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.wpcf7-acceptance label:hover input ~ span::before {
  background-color: #f2ece4;
}
.wpcf7-acceptance label input:checked ~ span::before {
  border-color: #8b5e4a;
}
.wpcf7-acceptance label input:checked ~ span::after {
  display: block;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-response-output {
  margin: 10px 0 0 0;
  border: none;
  color: #ffffff;
  padding: 5px 10px;
}

.wpcf7 form.sent .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  background-color: #4ec223;
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #edbf0e;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

/* ----------------------------------------------------------------------- */
/* SETTINGS */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* GENERAL */
/* ----------------------------------------------------------------------- */
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #8b5e4a;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #8b5e4a;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/* ----------------------------------------------------------------------- */
/* COLLAPSE */
/* ----------------------------------------------------------------------- */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ----------------------------------------------------------------------- */
/* PLUGIN */
/* ----------------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----------------------------------------------------------------------- */
/* GUTENBERG */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* CUSTOM BLOCKS */
/* ----------------------------------------------------------------------- */
.acf-block-preview .spaziatore-flessibile:hover,
.acf-block-preview.is-selected .spaziatore-flessibile {
  background-color: #f5f5f5;
}

.lista-icone {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}
.lista-icone__box {
  flex: 1;
  max-width: 300px;
  text-align: center;
  padding: 20px 0;
}
.lista-icone__icona {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #8b5e4a;
  transition: 0.3s;
}
.lista-icone__titolo {
  font-size: 20px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #8b5e4a;
  margin: 0;
  transition: 0.3s;
}
.lista-icone__testo {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.lista-icone__testo a {
  text-decoration: none;
}
.lista-icone__testo a:hover {
  text-decoration: underline;
}
.lista-icone.is-style-sx .lista-icone__box {
  display: flex;
  gap: 30px;
  text-align: left;
}
.lista-icone.is-style-sx .lista-icone__content {
  flex: 1;
}
.lista-icone.is-style-sx .lista-icone__titolo {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mosaico.alignwide .mosaico__grid {
  grid-auto-rows: calc(min(var(--wp--style--global--wide-size) - 180px, 100vw - 180px) / 4);
}
.mosaico.alignfull .mosaico__grid {
  grid-auto-rows: 25vw;
}
.mosaico__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: calc(var(--wp--style--global--content-size) / 4);
  gap: 20px;
}
.mosaico__elem {
  display: block;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.mosaico__elem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.mosaico__elem--cta {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.mosaico__elem--cta:hover img {
  transform: scale(1.05);
}
.mosaico__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  color: #ffffff;
  font-size: 14px;
}
.mosaico__content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  transition: all 0.3s;
  text-transform: uppercase;
  margin: 0;
}
.mosaico__content .btn--link {
  color: #ffffff;
  font-size: 14px;
}

.carosello__elem {
  margin: 0 10px;
  width: 420px;
  display: block;
  text-decoration: none;
  color: #282a2a;
}
.carosello__elem:hover .carosello__foto {
  border-color: #8b5e4a;
}
.carosello__elem:hover .carosello__titolo {
  color: #8b5e4a;
}
.carosello__foto {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #cccccc;
  transition: 0.3s;
}
.carosello__foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carosello__titolo {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  color: #282a2a;
  margin-top: 10px;
}
.carosello__testo {
  font-size: 16px;
  color: #8b5e4a;
  font-weight: 700;
}

.arrow {
  width: 40px;
  height: 20px;
  display: block;
  position: relative;
  font-size: 0;
}
.arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #8b5e4a;
  transform: translateY(-50%);
  transition: 0.3s;
}
.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #8b5e4a;
  border-right: 2px solid #8b5e4a;
  transition: 0.3s;
}
.arrow--right::after {
  right: 2px;
}
.arrow--left::after {
  left: 2px;
  transform: translateY(-50%) rotate(-135deg);
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  bottom: 0;
  border: none;
  background: transparent;
  display: block;
  cursor: pointer;
}
.slick-arrow:hover .arrow::before {
  background-color: #a47864;
}
.slick-arrow:hover .arrow::after {
  border-color: #a47864;
}

.slick-prev {
  right: auto;
  left: 60px;
}

.slick-next {
  right: 60px;
}

.slick-dots {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 20px 0 0 0;
  list-style: none;
  padding: 0;
}
.slick-dots button {
  border: 1px solid #8b5e4a;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots .slick-active button {
  background-color: #8b5e4a;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------------------------------------------------- */
.gutenberg-content > * {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.gutenberg-content > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.gutenberg-content > .alignfull {
  max-width: 100%;
}
.gutenberg-content::after {
  content: "";
  display: block;
  clear: both;
}
.gutenberg-content ul,
.gutenberg-content ol {
  padding-left: 30px;
  margin-bottom: 16px;
}
.gutenberg-content ul li,
.gutenberg-content ol li {
  padding-left: 5px;
  margin-bottom: 5px;
}

.wp-block {
  max-width: var(--wp--style--global--content-size);
}
.wp-block[data-align=wide] {
  max-width: var(--wp--style--global--wide-size);
}
.wp-block[data-align=full] {
  max-width: none;
}

.alignwide {
  padding: 0 90px;
  margin: 0 max(-1 * (var(--wp--style--global--wide-size) - var(--wp--style--global--content-size)) / 2, 50% - 50vw) !important;
  max-width: var(--wp--style--global--wide-size);
}

.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.block-editor-block-list__block[data-type="core/image"][data-align=center] .wp-block-image {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* COLORI */
/* ----------------------------------------------------------------------------------------------------------------- */
.has-nero-background-color {
  background: #000000 !important;
}

.has-nero-border-color {
  border-color: #000000 !important;
}

.has-nero-color {
  color: #000000 !important;
}

.has-bianco-background-color {
  background: #ffffff !important;
}

.has-bianco-border-color {
  border-color: #ffffff !important;
}

.has-bianco-color {
  color: #ffffff !important;
}

.has-grigio-background-color {
  background: #999999 !important;
}

.has-grigio-border-color {
  border-color: #999999 !important;
}

.has-grigio-color {
  color: #999999 !important;
}

.has-beige-background-color {
  background: #f2ece4 !important;
}

.has-beige-border-color {
  border-color: #f2ece4 !important;
}

.has-beige-color {
  color: #f2ece4 !important;
}

.has-marrone-background-color {
  background: #8b5e4a !important;
}

.has-marrone-border-color {
  border-color: #8b5e4a !important;
}

.has-marrone-color {
  color: #8b5e4a !important;
}

.has-marrone-chiaro-background-color {
  background: #a47864 !important;
}

.has-marrone-chiaro-border-color {
  border-color: #a47864 !important;
}

.has-marrone-chiaro-color {
  color: #a47864 !important;
}

/* ----------------------------------------------------------------------- */
/* Button */
/* ----------------------------------------------------------------------- */
.btn,
.wp-block-button .wp-block-button__link {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 35px;
  border: 1px solid #8b5e4a;
  background: #8b5e4a;
  color: #ffffff;
  border-radius: 0;
  transition: 0.3s;
  cursor: pointer;
}
.btn:hover,
.wp-block-button .wp-block-button__link:hover {
  background: #a47864;
  border-color: #a47864;
  color: #ffffff;
}

.btn-secondary,
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: #f2ece4;
  border-color: #f2ece4;
  color: #8b5e4a;
}
.btn-secondary:hover,
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  background-color: #a47864;
  border-color: #a47864;
  color: #ffffff;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

/* ----------------------------------------------------------------------- */
/* TEMPLATE */
/* ----------------------------------------------------------------------- */
.admin-bar .testata {
  top: 32px;
}

.testata {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.testata__top {
  background-color: #a47864;
  color: #ffffff;
  font-size: 14px;
  height: 35px;
  font-weight: 700;
}
.testata__top .container-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.testata__top a {
  color: #ffffff;
  text-decoration: none;
}
.testata__top a:hover {
  text-decoration: underline;
}
.testata__social ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.testata__social a {
  font-size: 18px;
}
.testata__message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.testata__message:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.testata__link ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}
.testata__main {
  height: 130px;
  transition: 0.3s;
}
.testata__main .container-wide {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  height: 100%;
}
.testata__menu--mobile {
  display: none;
}
.testata__menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.testata__menu li {
  position: relative;
}
.testata__menu a {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #282a2a;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 0;
}
.testata__menu a:hover {
  color: #a47864;
}
.testata__menu .sub-menu {
  position: absolute;
  left: 0;
  top: 39px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  display: none;
  width: 250px;
}
.testata__menu .sub-menu a {
  padding: 5px 10px;
  display: block;
  font-size: 18px;
}
.testata__menu .sub-menu a:hover {
  background-color: #8b5e4a;
  color: #ffffff;
}
.testata__menu li:hover > .sub-menu {
  display: block;
}
.testata__logo {
  color: rgb(68, 68, 68);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 130px;
  transition: 0.3s;
}
.testata__logo svg {
  height: 100%;
}
.testata__logo #linea-sotto {
  transition: 0.3s;
}
.testata__ecommerce {
  display: flex;
  gap: 30px;
  margin-left: auto;
}
.testata__ecommerce ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.testata__ecommerce a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
}
.testata__ecommerce a:hover {
  background-color: #f2ece4;
}
.testata__search {
  position: relative;
}
.testata__search input[type=search] {
  width: 250px;
}
.testata__search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #8b5e4a;
}
.testata__search .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.testata__search .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  width: 250px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: none;
  height: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background: #f2ece4;
  color: #8b5e4a;
  border-radius: 0;
  transition: 0.3s;
}
.testata__search .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
  background: #f2ece4;
  width: 350px;
}
.testata__search .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #8b5e4a;
  left: auto;
}
.testata__cart {
  position: relative;
}
.testata__counter {
  display: block;
  position: absolute;
  top: 6px;
  right: -25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #8b5e4a;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.small-menu .testata__main {
  height: 100px;
}
.small-menu .testata__logo {
  transform: translate(-50%, 0);
}
.small-menu .testata__logo #linea-sotto {
  opacity: 0;
}

.hamburger {
  display: none;
  position: relative;
  top: 3px;
}

/* ----------------------------------------------------------------------- */
/* FIBO SEARCH */
/* ----------------------------------------------------------------------- */
.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
  border: none;
  padding: 0;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp .dgwt-wcas-suggestion-more,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more {
  text-decoration: none;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp .dgwt-wcas-suggestion-more:hover,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more:hover {
  background-color: #f2ece4;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  padding: 5px 10px;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:hover {
  background-color: #f2ece4;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .dgwt-wcas-st {
  font-size: 13px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 10px;
}

.footer__main {
  background-color: #8b5e4a;
  padding: 60px 0;
  color: #ffffff;
}
.footer__main a {
  color: #ffffff;
}
.footer__main a:hover {
  text-decoration: underline;
}
.footer__main .container-wide {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}
.footer__menu {
  margin-right: auto;
}
.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 90px;
}
.footer__menu ul a {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 10px;
  display: inline-block;
  cursor: text;
  pointer-events: none;
}
.footer__menu ul a:hover {
  text-decoration: none;
}
.footer__menu .sub-menu {
  flex-direction: column;
  gap: 10px;
}
.footer__menu .sub-menu a {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
  pointer-events: all;
}
.footer__menu .sub-menu a:hover {
  text-decoration: underline;
}
.footer__title:not(:first-child) {
  margin-top: 40px;
}
.footer__social ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.footer__social a {
  font-size: 20px;
}
.footer__social a:hover {
  color: #f2ece4;
}
.footer__info {
  display: grid;
  grid-template-columns: 30px auto;
}
.footer__info:not(:last-child) {
  margin-bottom: 10px;
}
.footer__info i {
  position: relative;
  top: 2px;
}
.footer__info span {
  transition: 0.3s;
}
.footer__bottom {
  background-color: #f2ece4;
  height: 35px;
  font-size: 14px;
  color: #a47864;
  font-weight: 600;
}
.footer__bottom .container-wide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer__bottom p {
  margin: 0;
}

a.footer__info {
  text-decoration: none;
}
a.footer__info:hover {
  text-decoration: none;
}
a.footer__info:hover span {
  transform: translateX(10px);
}

/* ----------------------------------------------------------------------- */
/* HOME */
/* ----------------------------------------------------------------------- */
.hero-home {
  margin-top: 165px;
  height: calc(100vh - 165px);
  position: relative;
  background: url("../img/banner-home.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.hero-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-home .container-wide {
  position: relative;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 60px;
  text-align: right;
}
.hero-home__text p {
  font-size: 25px;
}

.intro-section {
  text-align: center;
}
.intro-section__titolo {
  color: #8b5e4a;
}
.intro-section__testo {
  max-width: 600px;
  margin: 0 auto;
}

.categorie-home {
  margin: 90px 0;
}
.categorie-home .intro-section {
  text-align: left;
  margin-bottom: 30px;
}
.categorie-home .alignwide {
  margin: 0 auto !important;
  padding: 0 !important;
}

.prodotti-home {
  padding: 90px 0;
  background-color: #f2ece4;
}
.prodotti-home .carosello {
  margin-top: 30px;
}

.brand-home {
  background-color: #f2ece4;
  padding: 90px 0;
}
.brand-home__lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.brand-home__lista img {
  height: 150px;
  width: auto;
  max-width: unset;
}

/* ----------------------------------------------------------------------- */
/* PAGINE */
/* ----------------------------------------------------------------------- */
.hero-page {
  margin-top: 165px;
  padding: 60px 0;
  text-align: center;
}
.hero-page .container {
  display: flex;
  justify-content: center;
}
.hero-page__text {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-page__title {
  color: #8b5e4a;
  margin: 0;
}

.rank-math-breadcrumb {
  color: #999999;
}
.rank-math-breadcrumb a {
  color: #999999;
  text-decoration: none;
}
.rank-math-breadcrumb a:hover {
  color: #8b5e4a;
}

.inner-page {
  margin: 0 0 60px 0;
}

/* ----------------------------------------------------------------------- */
/* CONTATTI */
/* ----------------------------------------------------------------------- */
.contatti {
  margin: 0px 0 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 90px;
}
.contatti__form {
  padding: 30px;
  border: 1px solid #cccccc;
}
.contatti__mappa {
  grid-column: span 2;
}
.contatti h2 {
  color: #8b5e4a;
}

.info {
  display: flex;
  gap: 30px;
}
.info:not(:last-child) {
  margin-bottom: 40px;
}
.info__icon {
  width: 70px;
  height: 70px;
  background-color: #f2ece4;
  color: #8b5e4a;
  font-size: 35px;
  text-align: center;
  line-height: 70px;
}
.info__title {
  margin: 10px 0 5px 0;
  color: #8b5e4a;
}
.info__text {
  margin: 0;
}
.info__text a {
  color: #282a2a;
  text-decoration: none;
}
.info__text a:hover {
  color: #a47864;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------- */
/* POPUP */
/* ----------------------------------------------------------------------- */
#popmake-195,
#popmake-3275 {
  background: url("../img/popup-sconto-10.png") no-repeat center;
  background-size: cover;
}
#popmake-195 .popmake-content,
#popmake-3275 .popmake-content {
  margin-top: 34px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #282a2a;
  padding: 15px 0;
}

/* ----------------------------------------------------------------------- */
/* GENERALE */
/* ----------------------------------------------------------------------- */
.woocommerce .star-rating {
  color: #8b5e4a;
}
.woocommerce .star-rating .woocommerce-review-link {
  font-size: 14px;
}

/* ----------------------------------------------------------------------- */
/* ARCHIVIO PRODOTTI */
/* ----------------------------------------------------------------------- */
.woocommerce .archivio-prodotti ul.products,
.woocommerce .related ul.products {
  margin: 0;
  display: grid;
  column-gap: 20px;
  row-gap: 40px;
}
.woocommerce .archivio-prodotti ul.products::before, .woocommerce .archivio-prodotti ul.products::after,
.woocommerce .related ul.products::before,
.woocommerce .related ul.products::after {
  content: none;
}
.woocommerce .archivio-prodotti ul.products.columns-1,
.woocommerce .related ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.woocommerce .archivio-prodotti ul.products.columns-2,
.woocommerce .related ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce .archivio-prodotti ul.products.columns-3,
.woocommerce .related ul.products.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.woocommerce .archivio-prodotti ul.products.columns-4,
.woocommerce .related ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.woocommerce .archivio-prodotti ul.products li.product,
.woocommerce .related ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}
.woocommerce .archivio-prodotti ul.products li.product .onsale,
.woocommerce .related ul.products li.product .onsale {
  top: 10px;
  right: 10px;
  margin: 0;
  pointer-events: none;
}
.woocommerce .archivio-prodotti ul.products li.product .product-brand,
.woocommerce .related ul.products li.product .product-brand {
  font-size: 14px;
  font-weight: 700;
  color: #8b5e4a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.woocommerce .archivio-prodotti ul.products li.product .woocommerce-loop-product__link img,
.woocommerce .related ul.products li.product .woocommerce-loop-product__link img {
  border: 1px solid #cccccc;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
}
.woocommerce .archivio-prodotti ul.products li.product .woocommerce-loop-product__link:hover img,
.woocommerce .related ul.products li.product .woocommerce-loop-product__link:hover img {
  border-color: #8b5e4a;
}
.woocommerce .archivio-prodotti ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce .related ul.products li.product .woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
  color: #8b5e4a;
}
.woocommerce .archivio-prodotti ul.products li.product .woocommerce-loop-product__title,
.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  color: #282a2a;
  transition: 0.3s;
  padding-bottom: 0;
}
.woocommerce .archivio-prodotti ul.products li.product .price,
.woocommerce .related ul.products li.product .price {
  color: #8b5e4a;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce .archivio-prodotti ul.products li.product .price ins,
.woocommerce .related ul.products li.product .price ins {
  text-decoration: none;
}

.filter-wrapper {
  text-align: center;
  margin-bottom: 15px;
  display: none;
}

#btn-filter {
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: transparent;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#btn-filter::after {
  content: "\f1de";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: 10px;
}
#btn-filter:hover {
  background-color: #a47864;
  color: #ffffff;
}

/* ----------------------------------------------------------------------- */
/* SINGOLO PRODOTTO */
/* ----------------------------------------------------------------------- */
.scheda-prodotto {
  margin-top: 245px;
}
.scheda-prodotto .related {
  grid-column: span 2;
  margin: 60px 0 0 0;
}
.scheda-prodotto .related h2 {
  color: #8b5e4a;
  margin-bottom: 30px;
}

.woocommerce span.onsale {
  top: 10px;
  left: 10px;
  background-color: #8b5e4a;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  min-height: 0;
  min-width: 0;
  line-height: 1;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
}
.woocommerce .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: none;
}
.woocommerce .woocommerce-product-rating .star-rating {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  text-decoration: none;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link:hover {
  text-decoration: underline;
}
.woocommerce .scheda-prodotto div.product {
  display: grid;
  column-gap: 60px;
  row-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.woocommerce .scheda-prodotto div.product div.images {
  float: none;
  width: auto;
}
.woocommerce .scheda-prodotto div.product div.images .woocommerce-product-gallery__image > a {
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}
.woocommerce .scheda-prodotto div.product div.images .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.woocommerce .scheda-prodotto div.product div.images .flex-control-thumbs li {
  border-radius: 5px;
  border: 1px solid #cccccc;
  float: none;
  width: auto;
  overflow: hidden;
}
.woocommerce .scheda-prodotto div.product div.summary {
  float: none;
  width: auto;
}
.woocommerce .scheda-prodotto div.product div.summary .product-brand {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #282a2a;
  margin-top: 10px;
}
.woocommerce .scheda-prodotto div.product .product_title {
  color: #8b5e4a;
  margin: 20px 0 0 0;
}
.woocommerce .scheda-prodotto div.product .woocommerce-product-details__short-description {
  font-size: 18px;
  margin-top: 20px;
}
.woocommerce .scheda-prodotto div.product .price {
  font-size: 22px;
  font-weight: 500;
  color: #a47864;
  margin: 30px 0;
}
.woocommerce .scheda-prodotto div.product .price ins {
  text-decoration: none;
}
.woocommerce .scheda-prodotto div.product .quantity .qty {
  height: 58px;
  border: 1px solid #cccccc;
  background: none;
  border-radius: 5px;
  width: 80px;
  font-size: 20px;
}
.woocommerce .scheda-prodotto div.product p.stock {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #8b5e4a;
}
.woocommerce .scheda-prodotto div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.woocommerce .scheda-prodotto div.product form.cart::before, .woocommerce .scheda-prodotto div.product form.cart::after {
  content: none;
}
.woocommerce .scheda-prodotto div.product form.cart .button {
  height: 58px;
  border-radius: 5px;
  background-color: #8b5e4a;
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
}
.woocommerce .scheda-prodotto div.product form.cart .button:hover {
  background-color: #a47864;
}
.woocommerce .scheda-prodotto div.product form.cart .variations {
  width: 100%;
  margin: 0;
}
.woocommerce .scheda-prodotto div.product form.cart .variations th {
  text-align: left;
  padding: 5px 0;
}
.woocommerce .scheda-prodotto div.product form.cart .variations td {
  padding: 5px 0;
}
.woocommerce .scheda-prodotto div.product form.cart .variations select {
  border: 1px solid #cccccc;
}
.woocommerce .scheda-prodotto div.product form.cart .single_variation_wrap {
  flex: 1;
}
.woocommerce .scheda-prodotto div.product form.cart .woocommerce-variation-add-to-cart {
  display: flex;
}
.woocommerce .scheda-prodotto div.product .product_meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  margin: 15px 0;
}
.woocommerce .scheda-prodotto div.product .spedizione-label {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  background-color: #f2ece4;
  color: #a47864;
  border-radius: 5px;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
.woocommerce .scheda-prodotto div.product .spedizione-label i {
  position: relative;
  top: 2px;
}
.woocommerce .scheda-prodotto div.product .spedizione-info {
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
}

.woocommerce-accordion__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-accordion__elem {
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.woocommerce-accordion__elem.open .woocommerce-accordion__title {
  color: #a47864;
}
.woocommerce-accordion__elem.open .woocommerce-accordion__title::after {
  transform: rotate(45deg);
}
.woocommerce-accordion__title {
  border: none;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #282a2a;
  background: none;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.woocommerce-accordion__title::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 20px;
  transition: transform 0.3s;
}
.woocommerce-accordion__title:hover {
  color: #a47864;
}
.woocommerce-accordion__box {
  display: none;
  font-size: 14px;
  padding-bottom: 15px;
}

.plus-ecommerce {
  grid-column: span 2;
  background-color: #f2ece4;
  padding: 90px 0;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.plus-ecommerce__intro {
  text-align: center;
}
.plus-ecommerce__title {
  color: #8b5e4a;
}

/* ----------------------------------------------------------------------- */
/* SIDEBAR */
/* ----------------------------------------------------------------------- */
.sidebar-shop {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sidebar-shop h3 {
  font-size: 24px;
  color: #8b5e4a;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px !important;
  padding-bottom: 10px;
}
.sidebar-shop .wc-block-active-filters {
  margin-bottom: 20px;
}
.sidebar-shop .wc-block-active-filters .wc-block-active-filters__clear-all {
  float: none;
}
.sidebar-shop .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
  border: none;
  background-color: #f2ece4;
  border-radius: 4px;
  padding: 5px 5px;
  margin: 0 10px 0 0;
}
.sidebar-shop .wc-block-components-price-slider {
  margin: 0;
}
.sidebar-shop .wc-block-components-price-slider .wc-block-components-price-slider__controls {
  margin: 20px 0 0 0;
}
.sidebar-shop .wp-block-woocommerce-product-filter-price-slider .text input[type=text] {
  font-family: Arial, Helvetica, sans-serif;
}
.sidebar-shop .wc-block-attribute-filter__actions {
  justify-content: flex-start;
}
.sidebar-shop .widget_brand_nav,
.sidebar-shop .wc-block-product-categories {
  margin: 0;
}
.sidebar-shop .widget_brand_nav ul,
.sidebar-shop .wc-block-product-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sidebar-shop .widget_brand_nav li,
.sidebar-shop .wc-block-product-categories li {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.sidebar-shop .widget_brand_nav a,
.sidebar-shop .wc-block-product-categories a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}
.sidebar-shop .widget_brand_nav a:hover,
.sidebar-shop .wc-block-product-categories a:hover {
  text-decoration: underline;
}
.sidebar-shop .widget_brand_nav .count,
.sidebar-shop .wc-block-product-categories .count {
  display: none;
}
.sidebar-shop .wc-block-product-filter-chips__item {
  text-transform: uppercase;
  font-size: 13px;
  padding: 4px 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.sidebar-shop .wc-block-product-filter-chips__item:hover {
  background-color: #f2ece4;
  color: #8b5e4a;
}
.sidebar-shop .wc-block-product-filter-chips__show-more {
  margin-top: 10px;
  color: #8b5e4a;
  text-decoration: none;
  cursor: pointer;
}
.sidebar-shop .wc-block-product-filter-chips__show-more:hover {
  color: #a47864;
  text-decoration: underline;
}

.wc-block-components-button:not(.is-link) {
  background-color: #8b5e4a;
  transition: 0.3s;
}
.wc-block-components-button:not(.is-link):hover {
  background-color: #a47864;
  color: #ffffff;
}

#close-filter {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: #f2ece4;
  color: #8b5e4a;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  display: none;
}
#close-filter i {
  pointer-events: none;
}
#close-filter:hover {
  background: #8b5e4a;
  color: #ffffff;
}

.wp-block-heading:last-child {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* MIO ACCOUNT */
/* ----------------------------------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-customer-details address {
  border: 1px solid #cccccc;
  padding: 30px;
  border-radius: 0;
}
.woocommerce a.button,
.woocommerce button.button {
  display: inline-block;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 10px 30px;
  color: #282a2a;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #282a2a;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 0;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  color: #a47864;
  background-color: #ffffff;
  border-color: #ffffff;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
.woocommerce .woocommerce-column__title {
  font-size: 30px;
}
.woocommerce .woocommerce-column address {
  border-radius: 0;
  border: 1px solid #cccccc;
  font-size: 14px;
  padding: 20px;
}
.woocommerce .woocommerce-column address .woocommerce-customer-details--phone {
  margin: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 65%;
  margin-bottom: 90px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 90px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  border: 1px solid #cccccc;
  color: #282a2a;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 4px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a {
  background-color: #a47864;
  border-color: #a47864;
  color: #ffffff;
}
.woocommerce-account .addresses .title h3 {
  float: none;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-account .addresses .title .edit {
  float: none;
  font-size: 14px;
  text-decoration: none;
  color: #999999;
  border: 1px solid #cccccc;
  padding: 3px 12px;
  display: inline-block;
}
.woocommerce-account .addresses .title .edit:hover {
  background-color: #a47864;
  color: #ffffff;
  border-color: #a47864;
}
.woocommerce-account .addresses address {
  margin-top: 20px;
  border: 1px solid #cccccc;
  padding: 20px;
}

.wc-item-meta {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #cccccc;
  font-size: 14px;
  margin-top: 10px;
}

/* ----------------------------------------------------------------------- */
/* PHOTO SWIPE */
/* ----------------------------------------------------------------------- */
.pswp {
  z-index: 9999;
}

/* ----------------------------------------------------------------------- */
/* CHECKOUT */
/* ----------------------------------------------------------------------- */
.checkout-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.checkout-spedizione {
  margin-top: 0;
}

.woocommerce form .form-row {
  margin: 0 0 15px 0;
  padding: 0;
}

.woocommerce form .form-row label {
  margin-bottom: 2px;
  line-height: 1.5;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: 1px solid #cccccc;
  height: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #8b5e4a;
}

.select2-container .select2-dropdown,
.select2-container .select2-selection {
  border-color: #cccccc;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1;
  padding: 10px;
}

.woocommerce form .form-row textarea.input-text {
  height: 100px;
  padding: 10px;
}

#ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}
#ship-to-different-address .input-checkbox {
  width: 20px;
  height: 20px;
}

.admin-bar .checkout-pagamento {
  top: 190px;
}

.checkout-pagamento {
  position: sticky;
  top: 160px;
}

#order_review_heading {
  margin-bottom: 15px;
  font-size: 40px;
}

.checkout-fatturazione h3 {
  margin-bottom: 15px;
  font-size: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f2ece4;
}

#place_order {
  float: none;
  width: 100%;
  margin-top: 30px;
  display: block;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 35px;
  border: 1px solid #8b5e4a;
  background: #8b5e4a;
  color: #ffffff;
  border-radius: 0;
  transition: 0.3s;
  cursor: pointer;
}
#place_order:hover {
  background: #a47864;
  border-color: #a47864;
  color: #ffffff;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #f5f5f5;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #f5f5f5;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0;
  font-size: 16px;
  margin-top: 15px;
}

.woocommerce form .form-row .input-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.woocommerce table.shop_table {
  border-radius: 5px;
  border-collapse: separate;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* ----------------------------------------------------------------------- */
/* NOTIFICA OUT OF STOCK */
/* ----------------------------------------------------------------------- */
.woocommerce .cwginstock-subscribe-form .panel-primary {
  border: 1px solid #8b5e4a;
}
.woocommerce .cwginstock-subscribe-form .panel-primary > .panel-heading {
  background-color: #8b5e4a;
  color: #ffffff;
}
.woocommerce .cwginstock-subscribe-form .panel-primary .form-group {
  margin-bottom: 0;
}
.woocommerce .cwginstock-subscribe-form .panel-primary .col-md-12 > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .cwginstock-subscribe-form .panel-primary .cwgstock_button {
  display: block;
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 35px;
  border: 1px solid #8b5e4a;
  background: #8b5e4a;
  color: #ffffff;
  border-radius: 0;
  transition: 0.3s;
  cursor: pointer;
}
.woocommerce .cwginstock-subscribe-form .panel-primary .cwgstock_button:hover {
  background: #a47864;
  border-color: #a47864;
  color: #ffffff;
}

/* ----------------------------------------------------------------------- */
/* BLOCK GRID PRODUCTS */
/* ----------------------------------------------------------------------- */
.wc-block-grid.has-4-columns .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
  margin: 0 !important;
  padding: 0 !important;
}
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: left;
}
.wc-block-grid.has-4-columns .wc-block-grid__product-image {
  border: 1px solid #cccccc;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
  display: block;
}
.wc-block-grid.has-4-columns .wc-block-grid__product-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Raleway", sans-serif;
  color: #282a2a;
  transition: 0.3s;
  padding-bottom: 0;
  text-decoration: none;
  text-align: left;
}
.wc-block-grid.has-4-columns .wc-block-grid__product-price {
  color: #8b5e4a;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.wc-block-grid.has-4-columns .wc-block-grid__product-price ins {
  text-decoration: none;
}
.wc-block-grid.has-4-columns .wc-block-grid__product-onsale {
  top: 10px;
  right: 10px;
  background-color: #8b5e4a;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  min-height: 0;
  min-width: 0;
  line-height: 1;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  font-weight: 700;
}

/* ----------------------------------------------------------------------- */
/* BLOCK CART */
/* ----------------------------------------------------------------------- */
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
  display: block;
  border-radius: 2px;
  overflow: hidden;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 5px !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-badge {
  background-color: #f2ece4;
  color: #8b5e4a;
  border: none;
  padding: 2px 5px;
  margin-bottom: 5px !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-details {
  display: flex;
  gap: 20px;
}

/* ----------------------------------------------------------------------- */
/* FILTRO PRODOTTI YITH */
/* ----------------------------------------------------------------------- */
.yith-wcan-filters-opener {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------------- */
/* MEDIA QUERIES */
/* ----------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- */
/* Portrait and Landscape Smartphone - XS e SM */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  /* ----------------------------------------------------------------------- */
  /* GENERALE */
  /* ----------------------------------------------------------------------- */
  #wpadminbar {
    position: fixed;
  }
  .container-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 24px;
  }
  br {
    display: none;
  }
  br::after {
    content: " ";
  }
  /* ----------------------------------------------------------------------- */
  /* GUTENBERG */
  /* ----------------------------------------------------------------------- */
  body {
    --wp--style--global--content-size: calc(100% - 30px);
    --wp--style--global--wide-size: 100%;
  }
  .alignwide {
    margin: 0 !important;
    padding: 0 15px !important;
    max-width: 100%;
    width: 100%;
  }
  .mosaico .mosaico__grid {
    grid-auto-rows: 20vw !important;
    gap: 10px;
  }
  .mosaico__elem {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
  }
  .mosaico__content {
    padding: 10px;
  }
  .mosaico__content h3 {
    font-size: 20px;
  }
  .carosello__elem {
    width: auto;
  }
  .carosello__titolo {
    font-size: 16px;
  }
  .slick-arrow {
    bottom: -40px;
  }
  .slick-next {
    right: 15px;
  }
  .slick-prev {
    left: 15px;
  }
  .lista-icone {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  /* ----------------------------------------------------------------------- */
  /* TESTATA */
  /* ----------------------------------------------------------------------- */
  .hamburger {
    display: block;
  }
  @keyframes scroll {
    to {
      transform: translateX(100%);
    }
  }
  .admin-bar .testata {
    top: 81px;
  }
  .admin-bar .testata__search {
    top: 81px;
  }
  .admin-bar .testata__menu ul {
    margin-top: 216px;
  }
  .admin-bar .testata__menu .sub-menu {
    margin-top: 0;
  }
  .admin-bar .testata__menu--mobile ul {
    margin-top: 0;
  }
  .testata {
    top: 35px;
  }
  .testata__top {
    position: relative;
    z-index: 1;
    top: -35px;
    overflow: hidden;
    white-space: nowrap;
  }
  .testata__top .container-wide {
    justify-content: center;
  }
  .testata__social {
    display: none;
  }
  .testata__link {
    display: none;
  }
  .testata__main {
    height: 100px;
  }
  .testata__wrapper {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: scroll;
  }
  .testata__menu ul {
    gap: 10px;
    height: auto;
    margin-top: 170px;
    padding: 30px 30px 0 30px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-top: 1px solid #cccccc;
  }
  .testata__menu li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
  .testata__menu a {
    display: block;
    padding: 0;
  }
  .testata__menu li:hover > .sub-menu {
    display: none;
  }
  .testata__menu li.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    transition: transform 0.3s;
    position: absolute;
    top: 3px;
    right: 0;
    pointer-events: none;
  }
  .testata__menu li.menu-item-has-children.open::after {
    transform: rotate(180deg);
  }
  .testata__menu .sub-menu {
    position: static;
    background: none;
    box-shadow: none;
    padding: 0 0 0 15px;
    width: auto;
    border: none;
    margin: 0;
  }
  .testata__menu .sub-menu li {
    border: none;
    padding: 0;
  }
  .testata__menu .sub-menu a {
    padding: 0;
    display: inline-block;
    margin-bottom: 10px;
  }
  .testata__menu .sub-menu a:hover {
    background-color: transparent;
    color: #a47864;
  }
  .testata__menu--mobile {
    display: block;
  }
  .testata__menu--mobile ul {
    margin-top: 0;
    border-top: none;
    padding: 10px 30px 0 30px;
  }
  .testata__logo {
    position: relative;
    transform: none;
    height: 100px;
    left: auto;
    top: auto;
  }
  .testata__ecommerce {
    margin-left: auto;
    margin-right: 25px;
  }
  .testata__ecommerce ul {
    gap: 15px;
  }
  .testata__search {
    position: fixed;
    left: 0;
    top: 35px;
    width: 100%;
  }
  .testata__search input[type=search] {
    width: 100% !important;
  }
  .small-menu .testata__logo {
    transform: none;
  }
  .small-menu .testata__logo #linea-sotto {
    opacity: 1;
  }
  .is-active .testata__wrapper {
    opacity: 1;
    visibility: visible;
  }
  /* ----------------------------------------------------------------------- */
  /* FOOTER */
  /* ----------------------------------------------------------------------- */
  .footer__main {
    padding: 30px 0;
  }
  .footer__main .container-wide {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .footer__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer__column--contatti {
    background-color: #f2ece4;
    padding: 15px;
    color: #282a2a;
    border-radius: 5px;
  }
  .footer__column--contatti .footer__info {
    color: #282a2a;
  }
  .footer__column--contatti .footer__info i {
    color: #8b5e4a;
  }
  .footer__carte {
    text-align: center;
  }
  .footer__social ul {
    justify-content: center;
  }
  .footer__menu {
    margin-right: 0;
  }
  .footer__menu ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .footer__menu ul a {
    padding: 10px 0;
    display: block;
    margin: 0;
    pointer-events: visible;
  }
  .footer__menu li {
    position: relative;
  }
  .footer__menu li::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 14px;
    transition: transform 0.3s;
  }
  .footer__menu li:not(:last-child) {
    border-bottom: 1px solid rgba(242, 236, 228, 0.5);
  }
  .footer__menu li.open::after {
    transform: rotate(180deg);
  }
  .footer__menu .sub-menu {
    display: none;
    padding-bottom: 10px;
  }
  .footer__menu .sub-menu li {
    border: none;
  }
  .footer__menu .sub-menu li::after {
    content: none;
  }
  .footer__menu .sub-menu a {
    padding: 2px;
  }
  .footer__bottom {
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .footer__bottom .container-wide {
    display: block;
  }
  /* ----------------------------------------------------------------------- */
  /* HOME */
  /* ----------------------------------------------------------------------- */
  .hero-home {
    margin-top: 170px;
    height: 120vw;
  }
  .hero-home .container-wide {
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 15px;
  }
  .categorie-home {
    margin: 60px 0;
  }
  .prodotti-home {
    padding: 60px 0;
  }
  .brand-home {
    padding: 60px 0;
  }
  .brand-home__lista {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  .brand-home__lista img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
  }
  /* ----------------------------------------------------------------------- */
  /* PAGINE */
  /* ----------------------------------------------------------------------- */
  .hero-page {
    margin-top: 170px;
    padding: 30px 0;
  }
  .contatti {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .contatti__riferimenti {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .contatti__riferimenti .info {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 70px auto;
    gap: 15px;
  }
  .contatti__riferimenti .info__text {
    font-size: 14px;
  }
  .contatti__form {
    padding: 15px;
  }
  .contatti__mappa {
    grid-column: span 1;
  }
  /* ----------------------------------------------------------------------- */
  /* WOOCOMMERCE */
  /* ----------------------------------------------------------------------- */
  .woocommerce .archivio-prodotti ul.products.columns-3,
  .woocommerce .related ul.products.columns-3,
  .woocommerce .archivio-prodotti ul.products.columns-4,
  .woocommerce .related ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .woocommerce .archivio-prodotti ul.products li.product .woocommerce-loop-product__title,
  .woocommerce .related ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
  }
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
  }
  .archivio-prodotti > .container-wide > .row {
    flex-direction: column-reverse !important;
  }
  .wp-block-woocommerce-product-filters {
    align-items: center !important;
    justify-content: center;
    margin-bottom: 15px;
  }
  .wp-block-woocommerce-product-filters > button {
    border: 1px solid #282a2a;
    padding: 5px 10px;
    border-radius: 2px;
  }
  .sidebar-shop {
    margin: 0;
  }
  .wc-block-product-filters .wc-block-product-filters__overlay-dialog {
    padding: 15px;
  }
  .wc-block-product-filters .wc-block-product-filters__apply {
    background-color: #8b5e4a;
  }
  .wc-block-product-filters .wc-block-product-filters__apply:hover {
    background-color: #a47864;
  }
  .woocommerce .scheda-prodotto div.product {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .scheda-prodotto {
    margin-top: 200px;
  }
  .plus-ecommerce {
    padding: 60px 0;
  }
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  /* ----------------------------------------------------------------------- */
  /* POPUP */
  /* ----------------------------------------------------------------------- */
  #popmake-195,
  #popmake-3275 {
    width: 90% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  /* ----------------------------------------------------------------------- */
  /* FILTRO PRODOTTI YITH */
  /* ----------------------------------------------------------------------- */
  .yith-wcan-filters-opener {
    display: block;
    margin: 0 auto 20px auto;
    background: transparent;
    color: #8b5e4a;
  }
  .yith-wcan-filters.filters-modal {
    z-index: 9999;
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* Portrait Tablet - MD */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  .container-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 24px;
  }
  br {
    display: inline;
    content: " ";
    clear: none;
  }
  br::after {
    content: " ";
  }
  /* ----------------------------------------------------------------------- */
  /* GUTENBERG */
  /* ----------------------------------------------------------------------- */
  body {
    --wp--style--global--content-size: 690px;
    --wp--style--global--wide-size: 720px;
  }
  .alignwide {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
    width: 100%;
  }
  .mosaico__grid {
    gap: 10px;
  }
  .carosello__elem {
    width: 360px;
  }
  .lista-icone {
    gap: 30px;
  }
  /* ----------------------------------------------------------------------- */
  /* TESTATA */
  /* ----------------------------------------------------------------------- */
  .hamburger {
    display: block;
  }
  @keyframes scroll {
    to {
      transform: translateX(100%);
    }
  }
  .admin-bar .testata {
    top: 32px;
  }
  .admin-bar .testata__menu ul {
    margin-top: 216px;
  }
  .admin-bar .testata__menu .sub-menu {
    margin-top: 0;
  }
  .admin-bar .testata__menu--mobile ul {
    margin-top: 0;
  }
  .testata {
    top: 0;
  }
  .testata__top {
    overflow: hidden;
    white-space: nowrap;
  }
  .testata__top .container-wide {
    justify-content: center;
  }
  .testata__social {
    display: none;
  }
  .testata__link {
    display: none;
  }
  .testata__main {
    height: 100px;
  }
  .testata__wrapper {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: scroll;
  }
  .testata__menu ul {
    gap: 10px;
    height: auto;
    margin-top: 170px;
    padding: 30px 30px 30px 30px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-top: 1px solid #cccccc;
  }
  .testata__menu li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
  .testata__menu a {
    display: block;
    padding: 0;
  }
  .testata__menu li:hover > .sub-menu {
    display: none;
  }
  .testata__menu li.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    transition: transform 0.3s;
    position: absolute;
    top: 3px;
    right: 0;
    pointer-events: none;
  }
  .testata__menu li.menu-item-has-children.open::after {
    transform: rotate(180deg);
  }
  .testata__menu .sub-menu {
    position: static;
    background: none;
    box-shadow: none;
    padding: 0 0 0 15px;
    width: auto;
    border: none;
    margin: 0;
  }
  .testata__menu .sub-menu li {
    border: none;
    padding: 0;
  }
  .testata__menu .sub-menu a {
    padding: 0;
    display: inline-block;
    margin-bottom: 10px;
  }
  .testata__menu .sub-menu a:hover {
    background-color: transparent;
    color: #a47864;
  }
  .testata__menu--mobile {
    display: block;
  }
  .testata__menu--mobile ul {
    margin-top: 0;
    border-top: none;
    padding: 10px 30px 0 30px;
  }
  .testata__logo {
    position: relative;
    transform: none;
    height: 100px;
    left: auto;
    top: auto;
  }
  .testata__ecommerce {
    margin-right: 30px;
  }
  .testata__ecommerce ul {
    gap: 15px;
  }
  .small-menu .testata__logo {
    transform: none;
  }
  .small-menu .testata__logo #linea-sotto {
    opacity: 1;
  }
  .is-active .testata__wrapper {
    opacity: 1;
    visibility: visible;
  }
  /* ----------------------------------------------------------------------- */
  /* FOOTER */
  /* ----------------------------------------------------------------------- */
  .footer__main .container-wide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    gap: 60px;
  }
  .footer__menu {
    grid-column: span 2;
  }
  .footer__menu ul {
    gap: 60px;
  }
  .footer__column:last-child {
    text-align: right;
  }
  .footer__social ul {
    justify-content: flex-end;
  }
  /* ----------------------------------------------------------------------- */
  /* HOME */
  /* ----------------------------------------------------------------------- */
  .hero-home {
    margin-top: 100px;
    height: 60vw;
  }
  .categorie-home {
    margin: 60px 0;
  }
  .prodotti-home {
    padding: 60px 0;
  }
  .brand-home {
    padding: 60px 0;
  }
  .brand-home__lista {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }
  .brand-home__lista img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
  }
  /* ----------------------------------------------------------------------- */
  /* PAGINE */
  /* ----------------------------------------------------------------------- */
  .hero-page {
    margin-top: 136px;
    padding: 30px 0;
  }
  .contatti {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .contatti__riferimenti {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .contatti__riferimenti .info {
    margin: 0;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }
  .contatti__riferimenti .info__text {
    font-size: 14px;
  }
  .contatti__mappa {
    grid-column: span 1;
  }
  /* ----------------------------------------------------------------------- */
  /* WOOCOMMERCE */
  /* ----------------------------------------------------------------------- */
  .sidebar-shop {
    margin: 0;
  }
  .woocommerce .scheda-prodotto div.product {
    gap: 30px;
  }
  .scheda-prodotto {
    margin-top: 170px;
  }
  .woocommerce .archivio-prodotti ul.products.columns-4,
  .woocommerce .related ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* Netbook e Landscape Tablet - LG */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  /* ----------------------------------------------------------------------- */
  /* GENERALE */
  /* ----------------------------------------------------------------------- */
  .container-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ----------------------------------------------------------------------- */
  /* GUTENBERG */
  /* ----------------------------------------------------------------------- */
  body {
    --wp--style--global--content-size: 930px;
    --wp--style--global--wide-size: 990px;
  }
  .mosaico__grid {
    gap: 10px;
  }
  .carosello__elem {
    width: 360px;
  }
  .lista-icone {
    gap: 30px;
  }
  /* ----------------------------------------------------------------------- */
  /* TESTATA */
  /* ----------------------------------------------------------------------- */
  .hamburger {
    display: block;
  }
  @keyframes scroll {
    to {
      transform: translateX(100%);
    }
  }
  .admin-bar {
    top: 32px;
  }
  .admin-bar .testata__menu ul {
    margin-top: 216px;
  }
  .admin-bar .testata__menu .sub-menu {
    margin-top: 0;
  }
  .admin-bar .testata__menu--mobile ul {
    margin-top: 0;
  }
  .testata {
    top: 0;
  }
  .testata__top {
    overflow: hidden;
    white-space: nowrap;
  }
  .testata__top .container-wide {
    justify-content: center;
  }
  .testata__social {
    display: none;
  }
  .testata__link {
    display: none;
  }
  .testata__main {
    height: 100px;
  }
  .testata__wrapper {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    overflow: scroll;
  }
  .testata__menu ul {
    gap: 10px;
    height: auto;
    margin-top: 170px;
    padding: 30px 30px 30px 30px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-top: 1px solid #cccccc;
  }
  .testata__menu li {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
  .testata__menu a {
    display: block;
    padding: 0;
  }
  .testata__menu li:hover > .sub-menu {
    display: none;
  }
  .testata__menu li.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    transition: transform 0.3s;
    position: absolute;
    top: 3px;
    right: 0;
    pointer-events: none;
  }
  .testata__menu li.menu-item-has-children.open::after {
    transform: rotate(180deg);
  }
  .testata__menu .sub-menu {
    position: static;
    background: none;
    box-shadow: none;
    padding: 0 0 0 15px;
    width: auto;
    border: none;
    margin: 0;
  }
  .testata__menu .sub-menu li {
    border: none;
    padding: 0;
  }
  .testata__menu .sub-menu a {
    padding: 0;
    display: inline-block;
    margin-bottom: 10px;
  }
  .testata__menu .sub-menu a:hover {
    background-color: transparent;
    color: #a47864;
  }
  .testata__menu--mobile {
    display: block;
  }
  .testata__menu--mobile ul {
    margin-top: 0;
    border-top: none;
    padding: 10px 30px 0 30px;
  }
  .testata__logo {
    position: relative;
    transform: none;
    height: 100px;
    left: auto;
    top: auto;
  }
  .testata__ecommerce {
    margin-right: 30px;
  }
  .testata__ecommerce ul {
    gap: 15px;
  }
  .small-menu .testata__logo {
    transform: none;
  }
  .small-menu .testata__logo #linea-sotto {
    opacity: 1;
  }
  .is-active .testata__wrapper {
    opacity: 1;
    visibility: visible;
  }
  /* ----------------------------------------------------------------------- */
  /* FOOTER */
  /* ----------------------------------------------------------------------- */
  .footer__main .container-wide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    gap: 60px;
  }
  .footer__menu {
    grid-column: span 2;
  }
  .footer__menu ul {
    gap: 60px;
  }
  .footer__column:last-child {
    text-align: right;
  }
  .footer__social ul {
    justify-content: flex-end;
  }
  /* ----------------------------------------------------------------------- */
  /* HOME */
  /* ----------------------------------------------------------------------- */
  .hero-home {
    margin-top: 100px;
    height: 60vw;
  }
  .categorie-home {
    margin: 60px 0;
  }
  .prodotti-home {
    padding: 60px 0;
  }
  .brand-home {
    padding: 60px 0;
  }
  .brand-home__lista {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
  }
  .brand-home__lista img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
  }
  /* ----------------------------------------------------------------------- */
  /* PAGINE */
  /* ----------------------------------------------------------------------- */
  .hero-page {
    margin-top: 136px;
    padding: 30px 0;
  }
  .contatti {
    grid-template-columns: 40% 60%;
  }
  /* ----------------------------------------------------------------------- */
  /* WOOCOMMERCE */
  /* ----------------------------------------------------------------------- */
  .sidebar-shop {
    margin-right: 0;
  }
  .scheda-prodotto {
    margin-top: 220px;
  }
  .woocommerce .scheda-prodotto div.product {
    gap: 30px;
  }
  .woocommerce .archivio-prodotti ul.products.columns-4,
  .woocommerce .related ul.products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* ----------------------------------------------------------------------------------------------------------------- */
/* Desktop e Schermi grandi - XL */
/* ----------------------------------------------------------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1400px) {
  /* ----------------------------------------------------------------------- */
  /* TESTATA */
  /* ----------------------------------------------------------------------- */
  .testata__top .container-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .testata__main .container-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* ----------------------------------------------------------------------- */
  /* FOOTER */
  /* ----------------------------------------------------------------------- */
  .footer__main .container-wide {
    gap: 60px;
  }
  .footer__menu ul {
    gap: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
