/** Shopify CDN: Minification failed

Line 435:0 Unexpected "}"

**/

.template-customers-login .page-customer, #create-account .page-customer{
    padding: 0 !important;
}
.template-customers-login .page-customer .wrapper, #create-account .page-customer .wrapper{
  display:flex;
  padding:0;
      margin: 0;
  width:100%;
}
.template-customers-login .page-customer-img, #create-account .page-customer-img{
width: 50%;
 max-height: 800px;
}
.template-customers-login .form-vertical-wrapper, #create-account .form-vertical-wrapper {
    width: 50%;
    align-content: center;
    padding: 40px;
}
.template-customers-login .page-customer-img img, #create-account .page-customer-img img{
     height: 100%;
    width: 100%;
  object-fit: cover;
}
.form-vertical input, .form-vertical select, .form-vertical button, .form-vertical textarea {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 13px;
}
.mark_label{
    font-size: 12px;
    width: 100%;
    text-align: left;
    display: flex;
}
.mark_label input{
  margin-right:10px;
}
.form-vertical .btn{
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
.page-customer-img{
  display:none;
}
.template-customers-login .form-vertical-wrapper, #create-account .form-vertical-wrapper {
    width: 100%;
    max-width:100%;
    align-content: center;
    padding: 40px;
  margin:0;
}
  .form-vertical input, .form-vertical select, .form-vertical button, .form-vertical textarea {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 15px;
}
}
.private-sale-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.private-sale-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 6px #0000001a;
    transition: transform .2sease-in-out;
    padding: 25px;
    max-height: 400px;
    align-content: flex-end;
    min-height: 400px;
}

  .private-sale-card:hover {
    transform: translateY(-5px);
  }
  .private-sale-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
.private-sale-image-text p{
  font-size: 14px;
    font-weight: 400;
  margin-bottom:0;
  text-transform:uppercase;
}
  .private-sale-content {
    padding: 0 15px;
    text-align: center;
    align-content: space-between;
    display: grid;
    gap: 30px;
  }
  .private-sale-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .private-sale-button:hover {
    background-color: #333;
  }

.private-sale-content h3{
  font-size:20px;
}
.start-date{
    font-size: 30px;
    margin: 0;
}
.private-sale-image{
      width: 160px;
    justify-self: center;
      height: 80px;
  margin:0 auto;
}
.next-sample{
text-transform:uppercase;
font-size:12px;
  margin: 0;
}
.private-tipology{
text-transform: uppercase;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    margin-top: 14px;
}
.main-page__title{
        margin: 0 0 1.6rem;
        font-size: 30px !important;
        margin-top: 30px;
}

.private-sale-content-first{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
  flex-direction:column;
}
.private-sale-content-second{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  place-items: self-start;
    flex-direction:column;
}
.private-sale-content-first .private-tipology {
    text-transform: uppercase;
    font-weight: 700;
    color: black;
    margin: 7px;
    font-size: 30px;
}

.private-sale-content-object {
    padding: 0 30px;
    text-align: center;
    max-width: 800px;
    margin: 40px auto;
    margin-bottom: 0;
}
.object-inizio{
  display:flex;
  flex-direction:column;
}
.private-sale-description h3{
  font-size:20px;
  font-weight:500;
}
.private-sale-description{
    text-align: center;
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 14px;
}
.private-sale-description p{
  font-size:14px;
}
.private-sale-istruzioni{
  text-align:center;
  width: 100%;
}
.private-sale-istruzioni p{
  font-size:14px;
  line-height: 20px;
  margin:0;
}
.private-sale-istruzioni h4{
  font-size:14px;
  margin-bottom:20px;
  margin-top: 20px;
}
.private-sale-istruzioni h3{
  font-size:20px;
  font-weight:500;
}

@media screen and (max-width: 750px) {
.mobile-menu .navlink--icon .icon-user{
   width:30px;
   height:30px;
} 
.private-sale-grid{
  width: 100%;
}
  .private-sale-content-first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
  .private-sale-content-second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: column;
    place-items: self-start;
}
  .private-sale-description {
    text-align: center;
    width: 100%;
    padding-right: 0px;
      padding-bottom:0;
}
  .private-sale-istruzioni{
    width: 100%;
  }
  .private-sale-content-object {
padding: 30px;
        text-align: center;
        max-width: 800px;
        margin: 20px;
        padding-top: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
}
  .private-sale-image{
      width: 200px;
    justify-self: center;
      height: 80px;
  margin:0 auto;
}
}
.imagelogo{
  width: 300px;
    display: flex;
    margin: 0 auto;
}
#create-account .section__header{
  display:none;
}
.text-highlight__break{
  font-weight:300;
}
.private-sale-btn-account {
     margin: 10px 0;
    padding: 5px 10px;
    width: fit-content;
}
.section__heading.account__heading{
  margin:0;
}
  .private-sale-image{
      width: 200px;
    justify-self: center;
      height: 80px;
    margin:0 auto;
}
.product-single-custom .product-gallery{
  display:none !important;
}
.product-single-custom .product__subheading{
  text-align:center;
}
.product-single-custom.product-single__wrapper--standard {
        grid-template-columns: 100%;
    }
.private-sale-maps{
  width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.product-single-custom .select-popout__toggle{
  border-radius:10px;
  
}
.product-single-custom .select-popout__list{
    border-radius:10px;
}
.product-single-custom .select-popout__toggle{
  background:#e7e7e7;
}
.private-sale-title{
  text-align: center;
  color: #fff;
  justify-self: center;
padding:0 25px;
}
.private-sale-gender{
  text-align: center;
  color: #fff;
}
.private-sale-gender p{
  font-size: 12px;
  
    font-weight: 400;
}
.private-sale-infobrevi{
    font-size: 12px;
    text-align: center;
    color: #fff;
font-weight: 400;
}
.private-sale-title p{
    font-size: 14px;
    font-weight: 400;
}
.sc-wrapper{
  justify-content: center !important;
      display: flex;
}
.btn-registrazione{
  display: flex
;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
}
.page-customer .wrapper{
  width:100% !important;
}
.account__table__item{
   border: 1px solid;
  padding: 14px;
}
.address{
     border: 1px solid;
  padding: 14px
}
.section-header__right .btn{
       border: 1px solid;
  padding: 14px
}
.addresses-wrapper button{
        border: 1px solid;
  padding: 14px
}
.private-sale-content-object .title.globo-heading{
  display:none;
}
.private-sale-content-object .description.globo-description{
  display:none;
}
.account__heading{
  font-size:calc(1.25rem * var(--adjust-heading));
}
.section__heading.account__heading--small{
    font-size:calc(1.25rem * var(--adjust-heading));
}
.account__subheading{
  margin:0 !important;
}
.account__logout{
  font-size:12px;
}
.account-wrapper .section__header{
  display: flex;
  flex-direction: column;
  margin:0;
  margin-bottom: 15px;
}
    .account__table {
        gap: 10px !important;
    }
.btn{
  font-size:12px !important;
}
.cart__empty .section__heading.h2{
  font-size:calc(1.25rem * var(--adjust-heading));
  margin:0;
  
}
.cart__empty p{
  margin:0 !important;
}
.cart__empty .section__header {
    --heading-margin: 20px;
    margin-bottom: 10px;
}
.empty-c{
  margin: 10% auto !important;
}
.mosaic__grid{
  justify-content: flex-start !important;
}
.mosaic__item__heading.h2{
  font-weight: 300;
  font-size: 18px;
}
.title.globo-heading{
    font-size:calc(1.25rem * var(--adjust-heading)) !important;
}
#RecoverPasswordForm .account__heading{
  font-size:calc(1.25rem * var(--adjust-heading)) !important;
}
  
}
.social-sharing-icon{
  margin-right:0 !important;
}
.mobile-navlink{
  font-size:16px !important;
  padding:5px 20px !important;
}
.globo-form-app{
  margin-bottom:15px;
}
.private-sale-button{
  margin-bottom:30px;
}
.collection-section {
        --swatch-size: 24px;
        border-top: 1px solid lightgray;
    }
.product-grid-item__price{
  font-size:12px;
}
.collection__products .grid{
  gap:15px;
}
.collection__filter{
     border-bottom: 1px solid lightgrey;
    padding-bottom: 0 !important;
}
.collection__filter-tags-wrapper.is-expanded{
  padding-bottom:15px;
}
.product-grid-item__swatch{
  display:none;
}
.reg-text{
    font-size: 14px;
    line-height: 20px;

}
.product__price--off{
  display:none;
}
.product__title-and-price{
  gap:10px;
}