.hide-desktop {
  display:none!important;
}
.hide-mobile {
  display:block!important;
}
.ps-layout--shop .ps-layout__right #products-filter-sidebar {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: center;
  padding: 12px 19px;
  width: auto;
  border: 2px solid #000;
  font-weight: bold;
  margin-bottom: -8px;
}

@media (max-width: 600px) {
.hide-desktop {
  display:block!important;
}
.hide-mobile {
  display:none!important;
}
.ps-layout--shop .ps-layout__left .ps-layout__left-container {
    background-color: #fff;
    height: 100%;
    max-width: 22em;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translateX(-100%);
    transition: all .5s cubic-bezier(.7,0,.3,1) 0s;
    width: 100%;
  }
}

@media (max-width: 768px) {
    body {
        overflow: auto !important; /* Permette lo scrolling */
    }

    /* Nasconde le barre di scorrimento */
    ::-webkit-scrollbar {
        display: none; /* Nasconde la scrollbar sui browser WebKit (Chrome, Safari) */
    }

    /* Per browser che non supportano WebKit */
    body {
        scrollbar-width: none; /* Firefox */
    }
}

/* Stili Menu */
.menu--mobile .sub-menu>li>a {
    color: black;
}

.menu--mobile .sub-menu {
    background-color: white;
}

.header .header__actions .icon-menu:before{
    color: white;
}

@media (max-width: 1024px) {
    .header .header__extra span, .header .ps-form--quick-search button {
        background: white;
    }
}

/*Header sticky */
.header--mobile.header--sticky .navigation--mobile {
    background-color: rgba(0, 0, 0, 0.80) !important;
    backdrop-filter: none;
}

/*Bug Pagina prodotti bottone acquista */
@media (max-width: 466px) {
    #product-page {
        margin-bottom: 70px;
    }
}

@media (min-width: 466px) and (max-width: 1200px) {
    #product-page {
        margin-bottom: 50px;
    }
}

/*Stile bottone acquista*/
.ps-btn.ps-btn--black, button.ps-btn.ps-btn--black {
    border: none;
}

/* Bug versione tablet numero del carrello */
.header .header__extra span, .header .ps-form--quick-search button {
    height: 22px;
    margin-bottom: 25px;
}

/*Logo footer */
.logo-footer {
    /* height: 70px; */
    width: 70px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .footer-row-principal .col-lg-8 {
        padding: 20px 0px;
    }
}

/*Bordi prodotti */
.ps-page--shop .ps-product:not(.ps-product--wide) {
    border-color: transparent;
}

/*ci sta troppo spazio nella pagina dei prodotti */
.ps-layout--shop {
    padding-bottom: 0px;
}

.ps-pagination {
    padding-top: 0px;
}

/*Pagina look la paginazione*/
.ps-product-list .ps-section__links {
    line-height: 2.5;
}

/* l'immagine del prodotto non era centralizzata */
.ps-product--detail .ps-product__thumbnail figure {
    padding-left: 0px;
}

.item {
    margin: 0px;
}

/*La linea al testo personalizza mobile */
@media (max-width: 768px) {
    .custom-it {
        text-decoration: underline;
    }
    .custom-it:hover {
        text-decoration: underline;
    }
}

/*Per togliere una riga fastidiosa nella pagina dei prodotti */
.ps-block--shop-features .ps-block__header {
    border-bottom: 0px;
}

/*Desktop ho tolto il bordo ai prodotti anteprima */
.ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover) {
    border-bottom: 0px solid #dfdfdf;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .header__top{
        display: none !important;
    }
}

/*Va togliere il titolo della categoria, nella pagina dei prodotti */
.ps-block--shop-features .ps-block__header {
    display: none;
}


/*Allinea la checkbox Ricordami nella pagina di login */
.ps-checkbox {
    margin-left: 15px;
}

/*Allinea il tasto password dimenticata */
.col-6.text-end {
    padding-right: 15px;
}

/*Bottone applica coupon */
.ps-shopping-cart:hover .ps-section__footer:hover .ps-btn--outline:hover {
    border-color: #ccc;
    border-radius: 0;
    color: white;
    background-color: black;
}

/*Bottone per checkout */
.payment-checkout-btn, .payment-checkout-btn-step {
    background-color: black;
}

/*Colore testo checkout per tornare indietro */
.text-info {
    color: rgb(0 0 0) !important;
}

/*pagina profilo */
.customer-page .btn-primary {
    background-color: black !important;
}

@media (max-width: 991px) {
    .ps-section__right {
        padding-top: 25px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

/*Ombra per il testo homepage */
.slider-item-header .slider-item-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*Ombra per il bottone homepage */
.slider-item-header .btn.btn-outline-primary {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*Un bordo nella pagina del prodotto. In questo modo è più pulito */
.ps-section--default .ps-section__header {
    border-bottom: 0px solid #e3e3e3;
}

/*Bottoni personalizza immagine stile */
.ps-product--detail .ps-product__gallery .slick-arrow:last-child:hover,
.ps-product--detail .ps-product__gallery .slick-arrow:first-child:hover
{
    color: white;
    background-color: black;
}

.ps-product--detail .ps-product__gallery .slick-arrow:first-child {
    left: 10px;
}

/* */
@media (max-width: 991px) {
    .ps-section__right {
        padding-right: 10px;
        padding-left: 10px;
    }
}


/* PAGINA COMING SOON*/
#videoComingSoon{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.countdown-content {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 94vh;
    color: white;
    text-align: center;
    flex-direction: column;
    position: relative;

    font-family: "Nunito Sans", sans-serif;

    h1 {
        font-family: 'bodoni', sans-serif;
        font-weight: 700;

        font-size: 10em;
        margin-bottom: 20px;
        color: white;
    }

    p{
        margin-top: 0;
        font-size: 2em;
        color: white;
    }
}
.countdown-container {
    top: 100px;
    display: flex;
    gap: 20px;
}

.time-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.countdown-label {
    font-size: 1em;
    margin-top: 5px;
}
.countdown-time {
    font-size: 45px;
}
.time-separator {
    font-size: 45px;
}

.press-area {

  height: 100%;
    align-content: center;
}
.card {
  background-color: #f0f0f0;
  color: white;
  margin: 0px!Important;
  height: 85vh;
  border: 1px solid #d2d2d2;
}
.card .card-body {
  align-content: center;
  padding: 39px;
}
.card .card-body .card-text {
  font-size: 20px;
  font-weight: lighter;
  padding: 12px;
  text-align: justify;
}
.card img {
  height: 90px!important;
  width: auto;
}
.card a {
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 17px;
  margin-top: 32px;
  background: #000;
  color: #fff;
  padding: 17px;
}
.card a:hover {
background: #fff;
color: #000;
}
.container {
            max-width: 900px;
        }
/* FINE PAGINA COMING SOON */