/* -- Globali -- */

  /* Set Variables */
  :root {
    --white: #ffffff;
    --palette-A-OLD: #ED28A4;
    --palette-A: #9D8189;
    --palette-B: #3E5919;
    --palette-C: #C7D301;
    --palette-D: #fafafa;
    --palette-E: #999999;
    --palette-A-OP: #F69CD3;
    --swiper-theme-color: #9D8189;
    --swiper-pagination-color: #9D8189;
    --title-color: #231942;
    --paragraph-color: #667478;
  }

  .guava {
    background-color: #E9EEA6 !important;
  }
  .pompelmo {
    background-color: #F7CFDD;
  }
  .vaniglia {
    background-color:#FFF5DA;
  }
  .mirtillo {
    background-color:#6F7CB3;
  }
  .aloe {
    background-color:#B5C797;
  }

  .VIOLET-BLUE {
    background-color: #8079C4;
  }
  .LAVENDER-BLUSH {
    background-color: #F7E9E9;
  }
  .POWDER-BLUE {
    background-color: #B7E1DA;
  }
  .LIGHT-GRAY {
    background-color: #F9F9F9;
  }
  .MISTY-ROSE {
    background-color: #EFD9D7;
  }
  .JASMINE {
    background-color: #FFE096;
  }
  .MINT-CREAM {
    background-color: #E7F1EE;
  }
  .CAMEO-PINK {
    background-color: #EFC5DC;
  }
  .SAGE {
    background-color: #C5C38C;
  }
  .APRICOT {
    background-color: #F3C6B7;
  }
  .LAUREL-GREEN {
    background-color: #A9B99D;
  }

  .SUMMER {
    background-color: #FFE5D9 !important;
  }
  .COCCOLE {
    background-color: #D8E2DC !important;
  }
  .ANTIAGE {
    background-color: #FFCAD4 !important;
  }
  .VARI {
    background-color: #F4ACB7 !important;
  }
  .IDEEREGALO {
    background-color: #E8DDF5 !important;
  }

  .SUMMER-fill {
    fill: #FFE5D9 !important;
  }
  .COCCOLE-fill {
    fill: #D8E2DC !important;
  }
  .ANTIAGE-fill {
    fill: #FFCAD4 !important;
  }
  .VARI-fill {
    fill: #F4ACB7 !important;
  }
  .IDEEREGALO-fill {
    fill: #E8DDF5 !important;
  }

  .GUAVA {
    background-color: #E9EEA6 !important;
  }
  .GUAVA-fill {
    fill: #E9EEA6 !important;
  }


  .box-1 {
    background-color: #FEB5A7;
  }
  .box-2{
    background-color:#A9FFDF;
  }
  .box-3{
    background-color:#91E0EF;
  }

  .fa-star, .fa-star-half-o, .fa-star-o {
    color:#F6CA02 !important;
  }

  /*.banner-categorie {
    background-color:#FEB5A7;
  }*/

  .modal-backdrop, .offcanvas-backdrop {
    z-index:99;
  }

  #zconfirm-ok {
    background-color:#9D8189;
  }

  /* -- LOADER -- */
  #loader {
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    position:fixed;
    top:0;
    left:0;
    z-index:999;
  }
  #ajax-loader {
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,.3);
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
  }
  #loader .loader-container, #ajax-loader .loader-container {
    position: absolute;
    left: calc(50% - 40px);
    top: 50%;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
  }
  #loader span, #ajax-loader span {
    position: absolute;
    border: 6px solid var(--palette-A);
    border-radius: 50%;
    animation: custom-loader 1.8s ease-out infinite;
  }
  #loader span:nth-child(2), #ajax-loader span:nth-child(2){
    animation-delay: -0.6s;
  }
  @keyframes custom-loader {
    from{
      opacity: 1;
      width: 0;
      height: 0;
    }
    to{
      opacity: 0;
      width: 100%;
      height: 100%;
    }
  }

  .offcanvas-backdrop {
    z-index:99;
  }


  body {
    font-family: "Amiko","Source Sans Pro",Inter,sans-serif;
  }

  body p {
    font-size:16px;
    color:var(--paragraph-color);
  }

  h1, h2, h3, h4, h5, h5, h6, .h1, .h2, .h3, .h4, .h5, .h5, .h6 {
    /*font-family: Inter,sans-serif;*/
    font-family: Inter,"Source Sans Pro","Amiko",sans-serif;
  }

  /* Disabilitare frecce input type number */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }

  .section-title .title {
    text-transform: uppercase;
    font-weight: 900;
  }

  .btn {
    letter-spacing:0;
    padding:5px 25px;
  }

  a:hover {
    color:var(--palette-A);
  }

  .scroll-to-top, .scroll-to-top:hover {
    background-color:var(--palette-A);
  }

  .price, .cart-subtotal .amount, .order-total .amount {
    font-family: 'Inter';
  }
  .product-item .prices span {
    font-size: 24px;
    font-weight: 800;
    font-family: 'Inter';
  }
  .product-details-action .price {
    font-size:36px;
    font-weight: 800;
    font-family: 'Inter';
  }
  .product-item .prices .price-old {
    font-size: 16px;
    font-weight: 400;
  }
  .product-details-action .price-old {
    font-size: 20px;
  }

  /* Header */
  header {
    padding:10px 0;
  }
  .header-logo img {
    width: auto;
    padding: 0 50px;
  }
  .sticky-header.sticky .header-logo img {
    width: auto;
  }
  .main-nav>li>a {
    padding:0 10px;
    height: auto;
    line-height: initial;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
  }
  li>a.selected {
    color: var(--palette-A) !important;
  }
  .sticky-header.sticky .main-nav>li>a {
    height: auto;
    line-height: initial;
  }
  .main-nav>li>a::after {
    content: ".";
    color:var(--paragraph-color);
    font-size:45px;
    margin-left:2px;
    position: absolute;
    top: -24px;
  }
  .main-nav .has-submenu:hover a, .main-nav>li>a:hover {
    color:var(--palette-A)
  }

  .main-nav-top {
    display:flex;
  }
  .main-nav-top li a {
    padding:10px;
  }

  .header-top {
    width: 100%;
    padding:5px 0;
    /*border-bottom: 2px solid var(--palette-B);*/
    /*background-color: var(--palette-C);*/
    background: linear-gradient(45deg, #FFE5D9 0%, #F4ACB7 100%);
    overflow:hidden;
    height:38px;
  }
  .testo-promo {
    text-transform: uppercase;
    font-weight: 900;
    transform: translateY(0);
    animation: move 8s ease-in-out infinite normal /* infinite make reapeat the animation indefinitely */;
  }

  .alert-gadget {
    background: linear-gradient(45deg, #FFE5D9 0%, #F4ACB7 100%);
    text-align: center;
    padding: 5px 0;
  }

  .header-top.custom-error {
    background:red !important;
    height:auto;
  }
  .header-top.custom-error .h6 {
    color:#fff !important;
  }
 
  @keyframes move {
    0% {
      transform: translateY(100%);
    }
    30% {
      transform: translateY(0%);
    }
    40% {
      transform: translateY(0%);
    }
    70% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(-200%);
    }
  }

  .header-action .header-action-btn {
    margin-left:35px;
    font-size: 25px;
    line-height: 25px;
    text-align:center;
  }

  .header-action-btn.logged-in {
    border:1px solid var(--palette-A);
    border-radius:50%;
    font-size:15px !important;
    line-height:30px !important;
    width:30px;
    aspect-ratio:1;
  }

  .aside-cart-wrapper .btn-aside-cart-close {
    /*background-color: var(--palette-C);*/
    background: linear-gradient(45deg, #FFE5D9 0%, #F4ACB7 100%);
    color: var(--title-color);
  }

  .aside-cart-wrapper .aside-cart-product-list .aside-product-list-item a:hover {
    color:var(--palette-A);
  }

  .main-nav .has-submenu .submenu-nav, .main-nav .has-submenu .submenu-nav-mega {
    border-radius: 10px;
    transform: translate(-20%);
  }

  .header-icona-carrello[disabled] {
    opacity:.3;
  }

  .header-icona-carrello, .header-icona-wishlist .icon {
    position:relative;
  }
  .header-icona-carrello .header-cart-quantity, .header-icona-wishlist  .header-wishlist-quantity {
    font-size: .5em;
    font-weight: 500;
    line-height: 1.85em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.85em;
    background-color: rgba(157,129,137,0.8);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
  }

  /* Menu Aside Mobile */
  .offcanvas-header {
    background-color:var(--palette-D);
  }
  .offcanvas-header .logo-main-aside {
    padding:25px;
  }
  .offcanvas-header .btn-menu-close {
    background-color:var(--palette-D) !important;
    color:var(--title-color);
  }
  .offcanvas-body {
    background-color:var(--white);
    color:var(--title-color);
  }
  .offcanvas-menu-nav li a, .offcanvas-menu-nav li ul li a {
    color: var(--title-color);
  }
  .offcanvas-menu-nav li a:hover {
    color:var(--palette-A);
  }
  .offcanvas-menu-nav li ul li a {
    text-transform:lowercase;
  }
  .offcanvas-menu-nav li ul li a:first-letter {
    text-transform: uppercase;
  }

  /* Sezioni Home */
  .custom-full-screen {
    max-width: 1733px;
  }

  /* Made in Italy */
    .product-flag-container {
      width: auto;
      text-align: center;
    }
    .product-flag-self {
      margin: auto;
      width: 300px;
      height: 10px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }
    .product-flag-text {
      text-transform:uppercase;
      font-family: 'Inter', sans-serif;
      font-weight:500;
      font-size: 14px;
      letter-spacing: 0.6em;
      margin-top:10px;
    }
    .product-flag-self div {
      width: 33%;
      height: 100%;
    }
    .product-flag-green {
      background-color: #42a749;
    }
    .product-flag-white {
      background-color: #e0e1e3;
    }
    .product-flag-red {
      background-color: #ca2d34;
    }
  /* -- */


  /* Caroselli */
  .swiper-button-next, .swiper-button-prev {
    color: var(--palette-A);
  }

  .row > .swiper {
    margin-top:0;
    max-width:100%;
  }

  .row .carosello-prodotti{
    padding: 0 90px;
  }
  .carosello-prodotti .action-btn-cart {
    font-size:12px !important;
  }

  .immagini-prodotto-thumbs img {
    cursor:pointer;
  }

  #prodotto .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
  }


  /* Recensioni */
  .product-review-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product-review-item .product-review-name {
    font-weight: 900;
  }
  .product-item .product-rating {
    align-items: flex-start;
  }

  /* RECENSIONI NUOVE */
  .review-item {
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    margin: 25px;
    background-color:var(--palette-D);
    border-radius:10px;
    justify-content:flex-start;
  }
  .review-item .review-meta {
    font-weight: 900;
  }

  .review-item .review-stars ul {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  .review-item i.star {
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    color: #F6CA02 !important;
  }
  .review-item i.star:before {
    content: "\f005";
  }

  .review-item .review-text {
    height:140px;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  #home-sezione-7 .product-review-top {
    flex-direction:column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 0;
  }
  #home-sezione-7 .product-review-bottom-span {
    height: 0;
  }
  #home-sezione-7 .product-review-top-span {
    width:100%;
  }
  #home-sezione-7 .product-review-content{
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding-bottom: 10px;
  }
  #home-sezione-7 .product-review-thumb {
    margin-right:0;
  }
  #home-sezione-7 .product-review-name {
    margin-right:0;
    font-size:16px;
  }
  #home-sezione-7 .review-item {
    justify-content:space-between;
  }

  #home-sezione-7 .product-review-iniziale {
    height: 32px;
    width: 32px;
    font-size: 18px;
    line-height: 34px;
  }

  /* Pulsanti */
  .btn.btn-border-primary {
    border-color:var(--palette-A);
  }
  .btn.btn-border-primary:hover {
    border-color:var(--palette-A);
    background-color:var(--palette-A);
  }
  

  /* Breadcrumb */
  .page-header-st3-content .page-header-title {
    font-size:50px;
    text-transform:uppercase;
    font-weight:900;
  }

  .breadcrumb-testobreve {
    max-width: 980px;
  }

  /* Aside Carrello */
  .aside-cart-wrapper .btn-total, .aside-cart-wrapper .btn-total.reverse:hover {
    background-color: var(--palette-A);
    border: 1px solid var(--palette-A);
    border-radius: 10px;
    color: var(--white)
  }
  .aside-cart-wrapper .btn-total:hover, .aside-cart-wrapper .btn-total.reverse {
    background-color: var(--white);
    color: var(--palette-A);
    border-color: var(--palette-A);
  }
  .aside-cart-wrapper .btn-total.reverse {
    width:100%;
  }

  .aside-search-form .form-control{
    border: 1px solid var(--palette-A);
    color: var(--palette-A);
  }
  .aside-search-form .search-button{
    background-color: var(--palette-A);
  }
  .aside-search-box-wrapper .btn-close{
    background-color: var(--palette-A);
  }
  
  .aside-cart-wrapper .offcanvas-footer {
    padding: 25px 25px 70px;
    background-color: var(--palette-D);
  }

  .aside-cart-wrapper .cart-total {
    margin-bottom:0;
  }
  .aside-cart-wrapper .offcanvas-footer .disclaimer {
    text-align: right;
    font-size: 10px;
  }

  /* Footer */
  .footer-main .widget-nav {
    flex-direction: column;
  }
  .footer-main .widget-nav li {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    width: 100%;
    font-size:14px;
  }
  .footer-main .widget-social a+a{
    margin-left:30px;
  }
  .footer-text .copyright {
    font-size: 15px;
  }
  .footer-bottom-content p {
    font-size:15px;
  }
  .footer-main .widget-social a:hover {
    color:var(--palette-A);
  }

  /* Form */
  .form-group .btn {
    color: var(--white);
    background-color: var(--palette-A);
    border: 2px solid var(--palette-A);
    transition:.8s;
  }
  .form-group .btn:hover {
    background-color: var(--white);
    color: var(--palette-A);
    border-color: var(--palette-A);
  }
  .my-account-form .form-check-input:checked[type=checkbox] {
    border-color: var(--palette-A);
  }
  .form-check-input:checked {
    background-color: var(--palette-A);
  }


  /* CST - CUSTOM SLIDER TOGGLE - by ZEN srl */

  .cst {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    background-color: #ccc;
    border-bottom: 0;
    border-radius: 4px;
  }
  .cst-inner {
    border-radius: 4px;
    background-color: var(--palette-A);
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .cst-ball {
    content: '';
    border-radius:50%;
    background-color:#a0a0a0;
    position: absolute;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  .cst-1, .cst-1 .cst-inner {
    width: 150px;
    height: 2px;
  }
  .cst-1 .cst-inner {
    animation-name: cst-animation1;
  }
  .cst-1 .cst-ball {
    animation-name: cst-animation1-ball;
    width: 15px;
    height: 15px;
    top:-6px;
    left:-5px;
  }

  .cst-1.custom-reverse {
    background-color: var(--palette-A);
  }
  .cst-1.custom-reverse .cst-inner {
    animation-delay: -2s;
    background-color: #ccc;
  }
  .cst-1.custom-reverse .cst-ball {
    animation-delay: -2s;
  }

  @keyframes cst-animation1 {
    from {
      width: 5px;
    }
    to {
      width: 145px;
    }
  }
  @keyframes cst-animation1-ball {
    from {
      left: -5px;
    }
    to {
      left: 140px;
    }
  }

  /* */

  /* -- MODALS -- */

    /* Carrello */
    .product-action-modal .product-action-view-content .btn-close {
        background-color:var(--palette-A);
    }

    /* Form di contatto del prodotto */
    .product-contact-form {
      max-width:768px;
      padding:50px 25px;
      background: var(--palette-D);
    }
    .product-contact-form .h2, .product-contact-form .h5 {
      line-height:1.2em;
    }
    .product-contact-form .error-dropdown-avanti {
      line-height: 1.2em;
      padding: 15px;
    }
    .product-contact-form .custom-control.custom-checkbox, #account-recupera-password .form-check {
      display: flex;
    }
    .product-contact-form #form_prodotto_informativa_privacy {
      margin-right:5px;
    }


/* -- FINE Globali -- */


/* -- HOME -- */

  /* -- Slider -- */

    .hero-two-slider-pagination .swiper-pagination-bullet-active {
      background-color:var(--palette-A);
    }

    .hero-two-slider-container {
      z-index: 2;
      background-color:var(--white);
      border-radius: 30px;
    }

    .custom-slide0-container {
      position: absolute;
      left: 18%;
      top: 10%;
      border: 10px solid #FDCBE3;
      border-radius: 50%;
      display: flex;
      align-items: center;
      aspect-ratio: 1;
    }
    .custom-slide0-title {
      color: #667478;
      padding: 30px;
      font-family: 'Amiko';
      font-weight: bolder;
      font-size: 50px;
      line-height: 1;
      -webkit-text-stroke: 2px #667478;
    }

    .custom-slide1-container {
      position: absolute;
      right: 5%;
      top: 30%;
      border: 10px solid #FDCBE3;
      border-radius: 50%;
      display: flex;
      align-items: center;
      aspect-ratio: 1;
    }
    .custom-slide1-title {
      color: #667478;
      padding: 75px;
      font-family: 'Amiko';
      font-weight: bolder;
      font-size: 65px;
      line-height: 1;
      -webkit-text-stroke: 3px #667478;
    }
	
    .custom-slide2-container {
      position: absolute;
      right: 5%;
      top: 10%;
      border: 10px solid #f59932;
      border-radius: 50%;
      display: flex;
      align-items: center;
      aspect-ratio: 1;
    }
    .custom-slide2-title {
      color: #ffffff;
      padding: 30px;
      font-family: 'Amiko';
      font-weight: bolder;
      font-size: 50px;
      line-height: 1;

    }   

    .logo_slider_overlay_bianco {
      display: none;
    }	


  /* -- SEZIONE 1 - Box Categorie -- */

    #home-sezione-1 .custom-title {
      /*font-size:45px;*/
    }
    #home-sezione-1 .custom-section-title {
      margin-bottom: 60px;
    }

    #home-sezione-1 .box-categorie {
      max-width: 370px;
      aspect-ratio: 1;
      object-fit: contain;
      margin:auto;
    }

    #home-sezione-1 .box-categorie-immagine {
      height: 100%;
      text-align: right;
    }

    #home-sezione-1 .box-categorie-immagine img {
      object-fit: cover;
      object-position: bottom;
      width: 370px;
      height: 350px;
      /*transform: translate(25%);*/
    }

    #home-sezione-1 .box-categorie-testo {
      position: absolute;
      top: 9%;
      left: 0%;
      transition: all .5s;
      opacity: 1;
      width:100%;
      text-align:center;
    }

    #home-sezione-1 .product-banner-item:hover .box-categorie-testo {
      opacity: .3;
    }
    #home-sezione-1 .box-categorie-testo div {
      font-weight: 900;
      color: var(--title-color);
      line-height: .9;
      text-transform: uppercase;
      font-size: 34px;
      letter-spacing:-2px;
    }
    #home-sezione-1 .box-categorie-testo span {
      font-size: 72px;
      text-transform: lowercase;
    }
    #home-sezione-1 .box-categorie-foto-con-cerchio {
      position: absolute;
      bottom: 5%;
      width: 100%;
      text-align:center;
    }
    #home-sezione-1 .box-categorie-foto-con-cerchio img {
      border: 3px solid #F4B2CF;
      height: 160px;
      width: 160px;
      object-fit: scale-down;
      border-radius: 50%;
      /*box-shadow: 0 0 0 12px #F3F8EB, 0 0 0 15px #F4B2CF;*/
    }
    #home-sezione-1 .box-categorie-sfondo-A {
      position: absolute;
      top: 0%;
      left: 0%;
      height: 50%;
      width: 100%;
    }
    #home-sezione-1 .box-categorie-sfondo-onda {
      position: absolute;
      top: 40%;
      left: 0%;
    }
    #home-sezione-1 .box-categorie-sfondo-B {
      position: absolute;
      top: 50%;
      left: 0%;
      height: 50%;
      width: 100%;
    }

    /*box-1*/
      #home-sezione-1 .box-1 .box-categorie-sfondo-A {
        background-color: #FAE4EF;
      }

      #home-sezione-1 .box-1 .box-categorie-sfondo-onda {
        fill: #F3F8EB;
      }

      #home-sezione-1 .box-1 .box-categorie-sfondo-B {
        background-color: #F3F8EB;
      }

    /*box-2*/
      #home-sezione-1 .box-2 .box-categorie-sfondo-A {
        background-color: #FAE4EF;
      }

      #home-sezione-1 .box-2 .box-categorie-sfondo-onda {
        fill: #F3F8EB;
      }
      #home-sezione-1 .box-2 .box-categorie-sfondo-B {
        background-color: #F3F8EB;
      }

    /*box-3*/
      #home-sezione-1 .box-3 .box-categorie-sfondo-A {
        background-color: #FAE4EF;
      }
      #home-sezione-1 .box-3 .box-categorie-sfondo-onda {
        fill: #F3F8EB;
      }
      #home-sezione-1 .box-3 .box-categorie-sfondo-B {
        background-color: #F3F8EB;
      }

  /* -- SEZIONE 2 - Caratteristiche -- */
  .caratteritica-container {
    width:150px;
    height:150px;
    /*border:2px solid var(--paragraph-color);*/
    /*border-radius:50%;*/
    overflow:hidden;
    display:flex;
    align-items:center;
    flex-direction:column;
  }
  .caratteritica-container h5 {
    font-size:13px;
    text-transform:uppercase;
  }
  .caratteritica-container img {
    object-fit:cover;
    margin-bottom: 18px;
  }

  /* -- 2-TER-Ingredienti -- */
  .ingrediente-container {
    width:150px;
    height:150px;
    border:2px solid var(--palette-D);
    border-radius:50%;
    overflow:hidden;
    display:flex;
    align-items:center;
  }
  .ingrediente-container img {
    object-fit:cover;
  }

  /* -- SEZIONE 9 - Social feed -- */

    .banner-categorie {
      width: 1170px;
      height: 320px;
    }
    .banner-categorie-immagine {
      height: 100%;
      text-align: right;
    }
    .banner-categorie-immagine img{
      object-fit: scale-down;
      width:425px;
      height: 320px;
      transform: translate(25%);
    }
    .banner-categorie-testo {
      position: absolute;
      top: 35%;
      left: 10%;
      transition: all .5s;
      opacity: 1;
    }
    .product-banner-item:hover .banner-categorie-testo{
      transform: translate(-25%);
      opacity: .3;
    }
    .banner-categorie-testo span {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 60px;
      color: var(--white);
    }

  /* -- SEZIONE 3 - Prdodotti Più Acquistati -- */

    #home-sezione-3-svg-up, #home-sezione-3-svg-down, #home-sezione-5-svg-up, #home-sezione-5-svg-down {
      /*fill:var(--palette-D);*/
      animation-name: ondaSezione3;
      animation-duration: 20s;
      animation-iteration-count: infinite;
    }
    #home-sezione-3, #home-sezione-5 {
      /*background-color: var(--palette-D);*/
      animation-name: sfondoSezione3;
      animation-duration: 20s;
      animation-iteration-count: infinite;
    }

    #home-sezione-3 .product-item .product-action .action-btn-cart {
      height: 40px;
      margin-top:10px;
      line-height:30px;
    }
    #home-sezione-3 .product-item .product-action .action-btn-wishlist {
      height: 40px;
      width: 40px;
      line-height: 40px;
      margin-top:10px;
    }

    @keyframes ondaSezione3 {
      0% {
        fill: #FAE4EF;
      }
      50% {
        fill: #F3F8EB;
      }
      100% {
        fill: #FAE4EF;
      }
    }

    @keyframes sfondoSezione3 {
      0% {
        background-color: #FAE4EF;
      }

      50% {
        background-color: #F3F8EB;
      }

      100% {
        background-color: #FAE4EF;
      }
    }

  /* -- SEZIONE 4 - Blocco info -- */
    #home-sezione-4 img {
      border-radius:10px;
    }

  /* -- SEZIONE 5 - In Offerta -- */

    #home-sezione-5 .product-item .product-action .action-btn-cart {
      height: 40px;
      margin-top:10px;
      line-height:30px;
    }
    #home-sezione-5 .product-item .product-action .action-btn-wishlist {
      height: 40px;
      width: 40px;
      line-height: 40px;
      margin-top:10px;
    }

  /* -- SEZIONE 7 - Recensioni -- */

    #home-sezione-7 .section-title {
      padding:25px;
      /*box-shadow: 0 0 25px -5px #666;*/
      display: flex;
      justify-content: space-between;
    }
    #home-sezione-7 .contenitore-titolo-recensioni {
      position: relative;
      padding-top:24px;
    }
    #home-sezione-7 .contenitore-titolo-recensioni:before {
      content: '';
      position: absolute;
      left: 25%;
      top: 0;
      border: 12px solid;
      border-color: transparent transparent var(--white);
      transition: opacity ease-in .08s;
    }
    #home-sezione-7 .title {
      font-weight: 900;
    }
    #home-sezione-7 .swiper {
      padding:50px;
    }
    #home-sezione-7 .product-review-item{
      margin:0px;
      /*box-shadow: 0px 0px 25px -15px var(--palette-A);*/
    }
    .product-review-item .product-review-icon {
      color:var(--palette-A);
    }
    .product-review-thumb {
      display: flex;
      align-items: center;
    }
    .product-review-iniziale {
      background-color:var(--palette-E);
      height: 35px;
      width: 35px;
      font-size: 20px;
      color:var(--white);
      text-align:center;
      float:left;
      margin-right: 5px;
      border-radius: 50%;
    }

    #home-sezione-5{
      background-color: var(--palette-D);
    } 
    #home-sezione-5 .brand-logo-item{
      padding: 15px;
    }
    #home-sezione-5 .brand-logo-item img {
      height: 180px;
      object-fit: cover;
      width: 180px;
    }


  /* -- SEZIONE 10 - Feed Social -- */

    #home-sezione-10 {
      background-color:var(--palette-D);
      border-bottom: 1px solid #e8e8e8;
    }
    #home-sezione-10-svg-up {
      fill:var(--palette-D);
    }




/* --- */



/* -- Lista prodotti -- */
  #lista-prodotti {
    background-color:var(--palette-D);
  }
  #lista-prodotti .product-item {
    border-radius: 10px;
  }

  .lista-prodotti-custom-spacing {
    padding-top:40px;
  }

  .product-sidebar-widget .product-widget-title {
    font-size:24px;
  }

  .product-sidebar-widget .product-widget-search [type=search]:active, .product-sidebar-widget .product-widget-search [type=search]:active + [type=submit], .product-sidebar-widget .product-widget-search [type=search]:focus, .product-sidebar-widget .product-widget-search [type=search]:focus + [type=submit] {
    border-color:var(--palette-A);
  }

  .product-sidebar-widget .product-widget-search [type=search], .product-sidebar-widget .product-widget {
    background-color: #fff;
  }
  .product-sidebar-widget .product-widget-title:before {
    border: 2px solid var(--palette-A);
  }
  .product-sidebar-widget .product-widget-search [type=submit]:hover {
    color: var(--palette-A);
  }

  .pro-qty .qty-btn:hover {
    color: var(--palette-A);
  }
  .pro-qty input {
    border: 2px solid var(--palette-A);
  }
  .pro-qty .qty-btn {
    line-height:28px;
  }

  .cappello-seo ul {
    margin-bottom: 1rem;
  }

  #lista-prodotti .product-banner-item {
    text-align:center;
  }
  #lista-prodotti .product-banner-item img {
    width:75%;
  }

/* --- */

/* -- Pagina Articoli Blog -- */
  #blog {
    background-color: var(--palette-D);
  }
  .blog-sidebar-widget .blog-widget-title:before {
    border: 2px solid var(--palette-A);
  }
  .blog-sidebar-widget .blog-widget-single-post a:hover {
    color: var(--palette-A);
  }

  .blog-detail-social a:hover {
    color: var(--palette-A);
  }
  .blog-sidebar-widget .blog-widget-single-post .date {
    color: var(--palette-A);
  }

  .blog-sidebar-widget .blog-widget-single-post a {
    display:flex;
    flex-direction:row;
  }

  .blog-widget-single-post img {
    object-fit: cover;
    aspect-ratio: 1.5;
  }

/* -- */

/* -- Pagina singolo Articolo Blog -- */
  #blog-articolo{
    background-color: var(--palette-D);
  }
  .blog-next-previous:hover .arrow {
    background-color:var(--palette-A);
  }

/* -- */

/* -- Ingredienti -- */
  #ingredienti {
    background-color: var(--palette-D);
  }
  .carosello-ingredienti-correlati {
    margin: 0 25px;
    padding: 0 15px;
  }


/* -- Prodotto html -- */
  .product-item .product-info {
    padding: 15px 30px 20px;
  }
  .product-item .product-thumb {
    aspect-ratio:1;
  }
  .product-item .product-thumb a, .product-item .product-thumb img {
    height:100%;
  }
  .product-item .product-thumb img {
    object-fit: contain;
  }
  .product-item .product-rating {
    margin-bottom: 10px;
  }
  .product-item .product-info .title{
    margin-bottom:5px;
  }
  .product-item .title a {
    font-size: 20px;
    height: 75px;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .product-item .flag-new {
    background-color: var(--palette-A);
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding:5px;
    font-family: 'Inter', 'Amiko', sans-serif;
    font-weight:500;
  }
  .product-item .flag-summer, .product-item .flag-winter {
    background-color: var(--white);
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    padding:5px;
    position: absolute;
    top: 25px;
    right: 25px;
    height: 50px;
  }
  .product-st2-item, .product-st2-item .product-info {
    background-color: #fff;
  }

  .product-item .product-action .action-btn-cart{
    letter-spacing:0;
    padding:5px 25px;
    font-size:15px;
  }

  .product-item .product-rating .rating {
    font-size: 10px;
  }
  .product-item .product-action .action-btn-cart, .product-item .product-action .action-btn-wishlist:hover {
    background-color:var(--palette-A);
    color:var(--white);
    border-color:var(--palette-A);
  }
  .product-item .product-action .action-btn-wishlist, .product-item .product-action .action-btn-cart:hover {
    border-color:var(--palette-A);
    background-color:var(--white);
    color:var(--palette-A);
  }
  .product-rating-left span{
    float:left;
    line-height: 1.5;
  }

  .product-item .product-action .action-btn-cart.disabled, #prodotto .btn-cart-single.disabled {
    background-color:#cccccc;
    border:none;
  }
  .product-item .product-action .action-btn-cart.disabled:hover, #prodotto .btn-cart-single.disabled:hover {
    color:#ffffff;
  }

  /* Singolo Prodotto */
    .btn-cart-single {
      width:100%;
    }
    .product-details-nav{
      margin-bottom:15px;
      flex-direction:row;
    }
    .product-details-content .product-details-title {
      font-size: 42px;
          line-height: 55px;
    }
    .product-details-cart-wishlist .btn-wishlist {
      line-height:50px;
    }

    /*.product-review-thumb {
      justify-content: center;
      background-color: var(--white);
      border-radius: 50%;
      font-size: 20px !important;
      line-height: 35px !important;
      width: 45px;
      aspect-ratio: 1;
    }*/
    .product-review-item .product-review-thumb {
      justify-content:center;
    }
    #prodotto .product-banner-item {
      text-align: center;
      margin: auto;
      width: 75%;
    }

    #prodotto .product-details-content .product-details-review .product-review-icon {
      margin-left:15px;
    }

    /* sezioni presenti anche in home page */
    .custom-product-details {
      border-radius:10px;
      background-color:var(--palette-D);
      padding: 25px;
    }
    .card-pagamenti {
      padding-right:15px;
      padding-left:0;
    }
    .card-spedizioni {
      padding-left:15px;
      padding-right:15px;
    }
    .card-confezioni {
      padding-right:0;
      padding-left:15px;
    }

  /* Checkout */
    .select2-container--default .select2-selection--single {
      border-radius: 0;
      box-shadow: none;
      border: 1px solid #e8e8e8;
      color: #626262;
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      padding: 0 20px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 50px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height:50px;
      padding-right:50px;
    }

    .select2-results__option {
      border-bottom: 1px solid #f0f0f0;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: var(--palette-A);
    }

    .label-obbligatorio:after {
      content:" *";
    }
    .billing-form-wrap form .form-group {
      position:relative
    }
    .billing-form-wrap .form-group > i {
      position: absolute;
      right: 15px;
      top: 50px;
      font-size: 18px;
      color: var(--theme-color);
      width: min-content;
    }
    .form-group > i.error {
      color: #765194;
    }
  
    .form-group .error-dropdown {
      position: absolute;
      bottom: 12px;
      background: #765194;
      color: #fff;
      padding: 0px 5px;
      text-align: center;
      right: 35px;
      font-size:14px;
    }
  
    input.error, span.error{
      border:2px solid #765194 !important;
    }

    .occhiettoPSW {
      right: 35px;
      left: auto !important;
    }

    #couponaccordion .occhiettoPSW {
      top:15px !important;
    }

  .btn-senza-registrazione:hover {
    background-color: var(--palette-A);
    border: 1px solid var(--palette-A);
    border-radius: 50px;
    color: var(--white)
  }

.btn-senza-registrazione {
  background-color: var(--white);
  color: var(--palette-A);
  border-color: var(--palette-A);
  border: 1px solid var(--palette-A);
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 15px 19px 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .4px;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
}

.btn-senza-registrazione[disabled] {
  cursor: not-allowed;
}

.pulsanti-registrazione {
  margin-top: 10px !important;
  position: relative;
  float: left;
  text-align: center
}

/* ERRORE FORM */
.error-dropdown-avanti {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  background: #765194;
  color: #fff;
  padding: 0px 5px;
  text-align: center;
}

    textarea {
      resize: none;
    }

    /* ERRORE MAIL */
    .back-to-login {
      color:#fff;
      display:flex;
      justify-content:center;
      align-items:center;
      margin-bottom: 20px;
    }
    .back-to-login a {
      border-radius: 10px;
      background-color:#765194;
      padding:10px;
      border: 2px solid #765194;
    }
    .back-to-login a:hover {
      background-color:#ffffff;
      color:#765194;
      border-color:#765194;
    }

    /* FORM CONTATTI */
    #contatti .section-title p {
      margin:initial;
    }
    #contatti .custom-control-label {
      display:initial;
    }

    /* AREA PERSONALE */
    .my-account-tab-menu.nav-tabs .nav-link {
      background-color:var(--white);
    }
    .my-account-tab-menu.nav-tabs .nav-link.active, .my-account-tab-menu.nav-tabs .nav-link:hover {
      background-color:var(--palette-A);
      border-color:var(--palette-A);
    }

    .my-account-area .tab-content {
       background-color:var(--white);
    }

    .myaccount-content .welcome strong {
      color: var(--palette-A);
      font-size:18px;
    }

    .my-account-form .form-group {
      position:relative;
    }
    .occhiettoPSW {
      position: absolute;
      right: 20px;
      top: 50px;
      font-size: 18px;
      color: var(--palette-E);
      cursor:pointer;
    }

    /* PAGINA LOGIN */
    .my-account-form .btn {
      background-color:var(--palette-A);
      border-color:var(--palette-A);
      color:var(--white);
      border-radius:10px;
    }
    .my-account-form .btn:hover {
      background-color:var(--palette-A);
      border-color:var(--palette-A);
      color:var(--white);
    }

  /* COUPON CARRELLO */
  #carrello .btn-coupon {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  #carrello #input_coupon:disabled {
    background-color:#fafafa !important;
  }

  /* PAGINA CARRELLO 
  .gadget-wrap button {
    background-color:var(--palette-A) !important;
    border-color:var(--palette-A) !important;
    color:var(--white) !important;
  }
  .gadget-wrap button:focus {
    box-shadow:none !important;
  }
  .gadget-wrap .dropdown .dropdown-toggle {
    width:100%;
  }*/


  .dd-option-image, .dd-selected-image {
    float:none !important;
  }
  .gadget-wrap .dropdown {
    width: 100%;
  }
  .gadget-wrap .dropdown img {
    aspect-ratio:1;
    object-fit:contain;
    margin-right:15px;
    border-radius: 5px;
  }
  .gadget-wrap .title {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 4px;
    padding: 0 0 10px;
    margin: 0 0 22px;
  }
  .gadget-wrap .desc {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .dd-option-description, .dd-selected-description {
    display:none !important;
  }

  /* CARRELLO VUOTO*/
  .sezione-carrello-vuoto {
    min-height:50vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
  }

  .sezione-carrello-vuoto .btn-container {
    padding:20px;
  }

  .sezione-carrello-vuoto .btn-container a {
    background-color: var(--palette-A);
    border: 2px solid var(--palette-A);
    border-radius: 10px;
    color:var(--white);
    padding:10px;
  }
  .sezione-carrello-vuoto .btn-container a:hover {
    background-color: var(--white);
    color: var(--palette-A);
  }

.product-cart-view-modal#newsletter-popup .container {
  padding-left: 0px;
  padding-right: 0px;
}

.product-cart-view-modal#newsletter-popup .newsletter-content-wrap {
  border-radius: .3rem;
}

.newsletter-content-wrap {  
  padding-left: 60px;
  padding-right: 60px;
}

.newsletter-content {
  padding-right: 40px;
}

.newsletter-content p {
    max-width: unset !important;
}

.newsletter-content-wrap .title {
  font-size: 30px;
  text-transform: none;
}

.disclaimer-privacy {
  font-size: 10px
}

.newsletter-form .form-control {
  border: 1px solid var(--palette-A);
}

.newsletter-form .btn-submit {
  background-color: var(--palette-A);
  border-color: var(--palette-A);
  color: var(--white);
}

  .newsletter-form .btn-submit:hover {
    background-color: var(--palette-A);
    border-color: var(--palette-A);
    color: var(--white);
  }

.sezione-iscrizione-newsletter {
  background: #fafafa;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}

.newsletter-form form {
  position: relative;
}

.error-dropdown-newsletter {
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: #f1d1dc;
}

/* -- */