/** Shopify CDN: Minification failed

Line 30:34 Unexpected ";"
Line 96:0 Comments in CSS use "/* ... */" instead of "//"
Line 97:0 Comments in CSS use "/* ... */" instead of "//"
Line 173:0 Comments in CSS use "/* ... */" instead of "//"
Line 174:0 Comments in CSS use "/* ... */" instead of "//"
Line 180:0 Comments in CSS use "/* ... */" instead of "//"
Line 181:0 Comments in CSS use "/* ... */" instead of "//"

**/



.mt-5{margin-top: 0% !important}
.mb-5{margin-bottom: 5% !important}
.radius-5{border-radius: 8px !important}
.mt-0{margin-top: 0% !important}



.margintop{margin-top: 6% !important}


.btn-custom-a {
  opacity: 1;
  transition: 0.3s;
}

.btn-custom-a:hover {opacity: 0.6};

.element-hover-white {
  opacity: 1;
  transition: 0.3s;
  Background-color: white;
  color:#000000;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .btn-custom-a{
    width: 70%;
    padding: 3%;
  }
}

.element-hover-white:hover{
  opacity: 0.6;
  Background-color: #DAA520;
  color:white;

}


html {
  scroll-behavior: smooth;
}


.prod__tag--soldout {
    background: #000000;
    color: #f9fafb;
    width: 54pxpx;
    height: 54px;
    border-radius: 50%;
    line-height: 12px;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 11px;
}
  

.bg-cust {
  background-image: url("/cdn/shop/files/bg_chi_siamo_1.jpg?v=1643074050"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.bg-cust_2 {
  background-image: url("/cdn/shop/files/bg_chi_siamo_2.jpg?v=1643074088"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}


// =============================================================================
// Popup Form


.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #000;
}

.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#btnOpenForm a{
    color:#fff ;
}

// =============================================================================
// Badge dello sconto colorato correttamente

.prod__tag-sale {
    background-color: #DAA520;
}

// =============================================================================
// Bottone San Valentino

.sanValentino {
    background: url(/cdn/shop/files/shutterstock_2122280309_2.png?v=1706540150) no-repeat;
    background-size: cover;
    color: #eff2ff;
  padding-left: 15px;
    padding-right: 15px;
}

.sanValentino a {
  display: flex;
}

.sanValentino svg {
  padding-right: 8px;
}


.m-button.sanValentino:hover{
    background: url(/cdn/shop/files/shutterstock_2122280309_3.png?v=1706540150) no-repeat;
    background-size: cover;
      box-shadow: 0 0 0 0.2rem #860101;
      border-color: #910101;
  animation-duration: 0.1s;

}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
    .m-mixed-layout--mobile-scroll .m-mixed-layout__inner>* {
        flex: none;
        width: var(--mobile-column-width, 45.66vw) !important;
    }

}




.custom-search-sugg-lev{
  margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.custom-search-sugg-lev-label{
      text-align: center;
}

.custom-search-sugg-lev-terms{
    max-width: 600px;
    justify-content: center;
    text-align: center;
}

