/** Shopify CDN: Minification failed

Line 1249:57 Unexpected ","

**/
:root {
  --smooth-animation: .2s ease all;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}

*,
:focus,
:focus-visible,
:hover {
  outline: 0;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 transparent;
  -webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar {
  background: #eee;
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background: var(--text-color);
}

html.js noscript,
html.no-js .no-js-hidden {
  display: none !important;
}

html.no-js .is-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: var(--text);
}

body {
  background: var(--body-background);
  color: var(--text-color);
  font-size: var(--text);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  font-style: var(--body-font-style);
  margin: 0;
  padding: 0;
  word-break: break-word;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
}

html,
body {
  max-width: 100%;
}

.body-main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  background: var(--body-background);
}

.content-for-layout {
  display: flex;
  flex: 1;
  backface-visibility: hidden;
  /* min-height: 70vh; */
  flex-direction: column;
  background: var(--body-background);
}

ul,
ol {
  margin: 0;
  list-style: none;
  padding: 0px;
}


a {
  text-decoration: none;
  color: var(--link-color);
  cursor: pointer;
  transition: .2s ease;
}

/* a:not(.button):hover {
  color: var(--link-hover-color);
} */

.rte a {
  text-decoration: underline;
  color: inherit;
}

.rte ul {
  list-style-type: disc;
  list-style-position: inside;
}

.rte ol {
  list-style-type: decimal;
  list-style-position: inside;
}

blockquote {
  border-left: 1px solid;
  padding-left: 1rem;
  color: var(--text-color);
}

small,
sub,
sup {
  font-size: 95%;
}

iframe,
img {
  max-width: 100%;
}

button,
input[type='submit'] {
  cursor: pointer;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='text'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button {
  display: none;
}

details>summary {
  cursor: pointer;
  list-style: none;
}

details>summary::-webkit-details-marker {
  display: none;
}

button {
  border: 0;
  padding: 0;
  color: var(--text-color);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-style: var(--body-font-style);
  font-size: var(--text);
}

button[disabled] {
  opacity: .5;
  pointer-events: none;
}

.form-group {
  margin-bottom: 15px;
}

label {
  margin-bottom: 14px;
  display: inline-block;
}

.form-control,
input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 10px 20px;
  min-height: 50px;
  line-height: 1;
  color: var(--form-text);
  font-size: var(--text-sm);
  border-radius: var(--form-radius);
  border: 1px solid var(--form-border);
  font-family: var(--body-font-family);
  background-color: var(--form-background);
}

.input-sm {
  font-size: var(--text-sm);
  min-height: 46px;
}

.input-lg {
  font-size: var(--text-md);
  min-height: 86px;
}

textarea {
  resize: none;
  overflow: auto;
}

textarea.form-control {
  border-radius: var(--form-radius);
  min-height: 120px;
}

.form-group textarea::placeholder,
.form-control::placeholder,
input::placeholder {
  opacity: .6;
  position: relative;
  color: var(--form-text);
}

.form-control:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0;
  border-color: var(--text-color);
}

body select {
  -webkit-appearance: none;
  text-overflow: ellipsis;
}

.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid rgba(var(--border-color));
  font-size: var(--text-sm);
}

table.no-border,
table.no-border td,
table.no-border th {
  border: 0;
}

tr th,
tr td {
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid rgba(var(--border-color));
  color: var(--text-color);
  font-size: var(--text);
  padding: 16px 20px;

}

.shopify-policy__container table tr th,
.shopify-policy__container table tr td {
  text-wrap: wrap;
}

.heading-font,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  line-height: var(--heading-line-height);
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
}

h6,
.h6 {
  font-size: var(--h6);
}

p {
  margin: 0;
  color: var(--text-color);
  font-size: var(--text);
}

p+p {
  margin-top: 20px;
}

p:empty {
  display: none;
}

.container,
.container-fluid,
.container-xs,
.container-sm,
.container-md,
.container-fullwidth,
.shopify-policy__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fullwidth {
  max-width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (hover: hover) {

  *:focus-visible {
    outline: 2px solid #ff9e45 !important;
    /* outline-offset: 1px; */
    transition: unset !important;
    z-index: 1;
  }

  .focus-inside:focus-visible {
    outline-offset: -2px;
  }

}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container,
  .container-fluid,
  .container-sm,
  .container-xs,
  .container-md,
  .container-fullwidth,
  .shopify-policy__container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .container-xs {
    max-width: 1000px;
  }

  .container-sm {
    max-width: 1100px;
  }

  .container-md {
    max-width: 1170px;
  }

  .container {
    max-width: 1190px;
  }

}

@media (min-width: 1441px) {
  .container-xs {
    max-width: 1070px;
  }

  .container-sm {
    max-width: 1300px;
  }

  .container-md {
    max-width: 1440px;
  }

  .container {
    max-width: 1730px;
  }

}

@media (max-width: 767px) {
  *::-webkit-scrollbar {
    display: block;
  }

  input,
  select,
  textarea,
  .form-control {
    font-size: 16px !important;
    padding: 8px 15px;
    min-height: 48px;
  }
}

/* CUSTOM CSS */

.shopify-section.featured-collection-section variant-swatch-selects, .shopify-section.featured-collection-section .product-pricing {
  display: none !important;
}
.shopify-policy__container {
margin-top: 80px;
}
.media-overlay:after {
background: linear-gradient(80deg,rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
*:not(
    button.side-reveal-menu-toggler,
    ul.header-buttons-list,
    button.slideshow-nav-btn,
    button.hs-btn,
    button.shop-the-look-product-change-prev,
    .hamburger-menu-link span,
    button.hamburger-menu-back,
    quick-view.hs-btn.d-md-none.d-block.hs-btn-with-icon,
    .cart-count, .product-card-dot
  ) {
  border-radius: 0px !important;
}
.footer-logo {
  width: 100%!important;
}
footer .footer-section-wrapper {
max-width: 1440px;
margin: auto;
padding: 60px 20px 0px 20px;
}
.footer-bottom-row.bar-style-solid-border {
border: none;
}
.copyright-text.text-sm.body-font.font-normal {
font-size: 10px;
}
.footer-bottom-right-content.d-flex.align-items-center {
gap: 30px;
}

.layout-horizontal_card :where(.section-header,.newsletter-form-content-main) {
    padding: 50px 15px!important;
}

/* Icona VanChat */
div#vanchat-root .animation-icon {
  -webkit-mask: url('/cdn/shop/files/icona-chat.png?v=1778792859') center / contain no-repeat;
  mask: url('/cdn/shop/files/icona-chat.png?v=1778792859') center / contain no-repeat;
}

html:has(link[rel="canonical"][href*="top-tshirt"])
  .page-banner-media.media-wrapper.media-overlay.overlay-style-gradient
  img {
  object-position: 50% 20%;
}
html:has(link[rel="canonical"][href*="pantaloni"])
  .page-banner-media.media-wrapper.media-overlay.overlay-style-gradient
  img {
  object-position: 50% 80%;
}
html:has(link[rel="canonical"][href*="sales"])
  .page-banner-media.media-wrapper.media-overlay.overlay-style-gradient
  img {
  object-position: 50% 20%;
}
html:has(link[rel="canonical"][href*="fw26"])
  .page-banner-media.media-wrapper.media-overlay.overlay-style-gradient
  img {
  object-position: 50% 30%;
}
@media screen and (max-width: 749px) {
html:has(link[rel="canonical"][href*="fw26"])
  .page-banner-media.media-wrapper.media-overlay.overlay-style-gradient
  img {
  object-position: 50% 10%;
}
}
.klaviyo-form * {
  color: #000 !important;
}
.klaviyo-form input {
  color: #000 !important;
  border-color: #000 !important;
}
.klaviyo-form #email_01JNPCPHZ9WGR9XEPJ56CXDMGB:hover {
  color: #000 !important;
  border: 1px solid #000 !important;
}
#email_01JNPCPHZ9WGR9XEPJ56CXDMGB::placeholder {
  color: #666 !important;
}
.klaviyo-form button {
  background-color: #373737 !important;
  color: #fff !important;
}
.video-container:after,
.badge.price__badge-sale {
  display: none !important;
}
@media (max-width: 767px) {
  .hotspot-on-hover .media {
    height: 700px !important;
  }
}
body:is(.template-cart, .template-login) .main-content-wrapper {
  margin-top: 100px !important;
}
@media (min-width:1025px) {
body:is(.template-cart, .template-login) header .d-header-transparent {
  background: #000!important;
}
}
@media (min-width: 769px) {
  #shopify-section-template--26769152934219__video_t8PG6p {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #shopify-section-template--26769152934219__video_WAPdjX {
    display: none !important;
  }
  a.footer-logo, a.footer-logo img {
    width: 100% !important;
    max-width: 100% !important;
}
footer {
    margin-top: 20px;
}
.footer-section-wrapper {
    padding-top: 5px;
}
.mobile-menu-footer-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-menu-icons.social-icons.text-center {
    margin-bottom: 0px;
}
mobile-menu#MobileDrawer, .header-section, .main-content-wrapper {
    z-index: 99999980 !important;
}

}
footer img {
    object-position: 50% 30% !important;
}
.product-variants-list.color-select .product-variant-item {
width: 44px;
height: 44px;
}
.side-reveal-menu-container .hamburger-menu-content-wrapper {
    height: 93%!important;
}
.side-reveal-menu-container .localization-form-content {
    justify-content: start;
}
.side-reveal-menu-container .custom-select-content {
    bottom: calc(100% + 14px);
    top: auto!important;
    left: 0px;
    transform: translate(0%);
}
.slideshow-item.pos-relative a, .media-grid-item.media-hover a {
  display:none
}
.slideshow-item.pos-relative, .media-grid-item.media-hover {
  cursor: pointer;
}
.media-grid-image.media-overlay:after {
display: none;
}
button#guida-taglie {
    font-size: 14px !important;
    margin-top: 10px;
}
.header-logo {
    width: 90%!important;
}
.social-icons-link {
    color: #000000!important;
}
.media-overlay:after {
opacity: 0;
}

/* quick view */
quick-view-drawer#QuickViewDrawer .popup-content.popup-dialog {
    margin-right: auto;
    margin-top: 0px !important;
}
quick-view-drawer#QuickViewDrawer {
    align-items: center;
}
.quickview-popup .main-product-content {
    max-height: 560px!important;
}
.product-varients .product-variant-group {
margin-bottom: 0px;
}
/*
.footer-social-icons.social-icons-style-solid {
    position: relative;
    left: -60px;
    top: 2.5px;
}
*/
.icons-small .social-icons-link svg {
    width: 16px;
    height: 16px;
}
#shopify-section-template--26769152934219__shop_the_look_q6BLHY {
  cursor: pointer;
}
#shopify-section-template--26769152934219__shop_the_look_m8GxCt {
  cursor: pointer;
}
.footer-bottom-content.d-flex a {
  color: #fff!important;
}
.extra-off, .coming-soon {
  position: absolute;
  top: 110px;
  left: 35px;
  z-index: 9;
  font-size: 18px;
}
@media (max-width: 992px) {
.extra-off, .coming-soon {
  top: 15px;
  left: 15px;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
}
}

/* ricerca */
.search-result-tabs {
  display:none!important;
}

/* Presto in arrivo */
html[lang="it"] product-info[data-coming-soon="SI"] .price-container:after {
  content: 'PRESTO IN ARRIVO';
}
html[lang="en"] product-info[data-coming-soon="SI"] .price-container:after {
  content: 'COMING SOON';
}
html[lang="fr"] product-info[data-coming-soon="SI"] .price-container:after {
  content: 'BIENTÔT DISPONIBLE';
}
product-info[data-coming-soon="SI"] .badge.price__badge-sold-out, .product-card[data-coming-soon="SI"] span.product-badge.sold-out {
  display: none;
}

.product-card:not(:has(a[href*="fw25"], a[href*="ss26"], , a[href*="fw26"])) product-cart-media:after {
    content: "extra 15%";
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.product-card[data-coming-soon="SI"] product-cart-media:after {
    content: "PRESTO IN ARRIVO";
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
html[lang="en"] .product-card[data-coming-soon="SI"] product-cart-media:after {
    content: "COMING SOON";
}
html[lang="fr"] .product-card[data-coming-soon="SI"] product-cart-media:after {
    content: "BIENTÔT DISPONIBLE";
}

.product-info-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.product-title-box.m-0 {
order: -3;
}
.product-price-box {
order: -2;
}
.product-collapsible-tiles-wrapper {
order: -1;
}
li:empty {
  display: none;
}
.custom-checkbox:has(input[value="Azzurro"]) label,
.custom-checkbox:has(input[value="Light Blue"]) label,
.custom-checkbox:has(input[value="Bleu clair"]) label {
    background-color: #C6E9F9!important;
}
.custom-checkbox:has(input[value="Beige"]) label,
.custom-checkbox:has(input[value="Beige"]) label,
.custom-checkbox:has(input[value="Beige"]) label {
    background-color: #EDE8D0!important;
}
.custom-checkbox:has(input[value="Bianco"]) label,
.custom-checkbox:has(input[value="White"]) label,
.custom-checkbox:has(input[value="Blanc"]) label {
    background-color: #F7F7F7!important;
}
.custom-checkbox:has(input[value="Blu"]) label,
.custom-checkbox:has(input[value="Blue"]) label,
.custom-checkbox:has(input[value="Bleu"]) label {
    background-color: #0054E6!important;
}
.custom-checkbox:has(input[value="Giallo"]) label,
.custom-checkbox:has(input[value="Yellow"]) label,
.custom-checkbox:has(input[value="Jaune"]) label {
    background-color: #FFDE21!important;
}
.custom-checkbox:has(input[value="Grigio"]) label,
.custom-checkbox:has(input[value="Grey"]) label,
.custom-checkbox:has(input[value="Gris"]) label {
    background-color: #DDDDDD!important;
}
.custom-checkbox:has(input[value="Marrone"]) label,
.custom-checkbox:has(input[value="Brown"]) label,
.custom-checkbox:has(input[value="Marron"]) label {
    background-color: #654321!important;
}
.custom-checkbox:has(input[value="Nero"]) label,
.custom-checkbox:has(input[value="Black"]) label,
.custom-checkbox:has(input[value="Noir"]) label {
    background-color: #000000!important;
}
.custom-checkbox:has(input[value="Rosa"]) label,
.custom-checkbox:has(input[value="Pink"]) label,
.custom-checkbox:has(input[value="Rose"]) label {
    background-color: #FFC0CB!important;
}
.custom-checkbox:has(input[value="Rosso"]) label,
.custom-checkbox:has(input[value="Red"]) label,
.custom-checkbox:has(input[value="Rouge"]) label {
    background-color: #E53632!important;
}
.custom-checkbox:has(input[value="Verde"]) label,
.custom-checkbox:has(input[value="Green"]) label,
.custom-checkbox:has(input[value="Vert"]) label {
    background-color: #008F39!important;
}
.custom-checkbox:has(input[value="Viola"]) label,
.custom-checkbox:has(input[value="Purple"]) label,
.custom-checkbox:has(input[value="Violet"]) label {
    background-color: #874DBF!important;
}
.custom-checkbox:has(input[value="Animalier"]) label {
    background: url(/cdn/shop/files/animalier.jpg)!important;
    background-size: cover!important;
}
.product-variants-list.color-select .product-variant-item {
    aspect-ratio: 2 / 3 !important;
    height: auto !important;
}
hr {
    margin-block-start: 25px !important;
    margin-block-end: 20px !important;
}
.product-info-wrap>[class*=product-]+[class*=product-] {
margin-top: 15px!important;
}
@media (min-width: 1441px) {
    .main-product-section .main-product-content.large-padding {
        padding: 80px 40px!important;
    }
}

/* Nascondo label colore
.product-variant-item:has(input[name="Colore"], input[name="Color"], input[name="Couleur"]) .tooltip, .product-variant-group:has(.product-varients-fieldset[data-option-slug="colore"], .product-varients-fieldset[data-option-slug="couleur"], .product-varients-fieldset[data-option-slug="color"]) .product-varient-heading span {
display: none!important;
} */

#shopify-section-template--26769152934219__video_bPNhiz .section-wrapper {
  padding-top: 0px!important
}
@media (min-width: 1025px) {
body:has(.header-style-side-reveal-menu):not(.side-menu-active) .main-content-wrapper {
  padding-top: 0px!important;
}
body.template-index.content-scrolled .d-header-transparent.is-sticky {
  box-shadow: none!important;
  background:transparent!important;
}
.d-header-transparent:not(.header-style-split-menu-header):after {
  display: none!important;
}
}
@media (min-width: 1024px) and (max-width: 1440px) {
  product-info {
    padding-top: 100px !important;
}
}
#shopify-section-template--30391034511691__page-banner img {
  object-position: 50% 30%!important;
}
body:has(#shopify-section-template--30391034511691__page-banner) .variant-picker {
  display: none!important
}
/* provvisorio 
.popup-content-body button#guida-taglie {
    display: none;
}*/

.shopify-policy__title {
  display: none
}
.animation-icon:after {
content: '';
background-color: rgb(13, 171, 13);
width: 6px;
height: 6px;
position: absolute;
right: 4px;
top: 3px;
border-radius: 100px;
}

/* icona instagram */
.icons-small .social-icons-link {
--social-media-icon-size: 36px;
}
.icons-small .social-icons-link svg {
width: 20px;
height: 20px;
}

/* carosello card prodotto mobile */
.product-card-dots {
  display: none;
}
@media screen and (max-width: 749px) {
  .product-card-mobile-swipe {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    --image-ratio: auto !important;
  }
  .product-card-mobile-swipe::-webkit-scrollbar, .media.product-card-media-inner.product-featured-media.product-card-mobile-swipe img:nth-child(2) {
    display: none;
  }
  .product-card-mobile-swipe .product-card-image,
  .product-card-mobile-swipe .product-second-img {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .product-card-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .product-card-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%!important;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
  }
  .product-card-dot.is-active {
    background: #fff;
  }
}

/* nascondo chat footer */
button.vanus-custom.vc-animation-container {
  transition: transform 0.3s ease;
}
button.vanus-custom.vc-animation-container.footer-visible {
  transform: translateX(80px);
}

/* Home immagini nuova collezione */
@media screen and (max-width: 749px) {
  .split-banner-link-text {
    font-size: 14px;
  }
}

/* filtri sticky */
.genie.template-collection:has(.collection-filter-head-main-wrapper) .header-main.is-sticky {
background-color: #fff!important;
transition-duration: 400ms;
}
.genie.template-collection:has(.collection-filter-head-main-wrapper) .header-main {
transition-duration: 400ms;
}
.collection-filter-head-main-wrapper {
top: 65px!important;
}
body.side-menu-active.content-scrolled .collection-filter-head-main-wrapper {
    top: 0px !important;
}
section.shopify-section.products-grid-section img[src*="22.36.40.jpg"] {
    object-position: 50% 0% !important;
}
section.shopify-section.products-grid-section img[src*="22.37.27.jpg"] {
    object-position: 50% 25% !important;
}