/** Shopify CDN: Minification failed

Line 450:0 Unexpected "}"
Line 509:35 Expected identifier but found "!"

**/
body.template-page.template-page-faq nav.breadcrumb {
    display: none;
}

.blockqoute {
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
        height: 65vh!important;
        width: 100%!important;
    }

div#ProductGridContainer div#product-grid {
    max-width: none!important;
    gap:1px!important;
}

#main-cart-footer > div.cart__footer > div > div.cart__blocks-content.js-contents-2 > div > div:nth-child(1),
#main-cart-footer > div.cart__footer > div > div.cart__blocks-content.js-contents-2 > div > div:nth-child(2){
  display:none!important;
}


.predictive-search__results-list .predictive-search__list-item:before {
    height: 0px!IMPORTANT;
}

    .collection-results--products .collection-product-card .card__inner:before {
        width: 0px!important;
    }

.collection-results--products .collection-product-card:nth-child(4n+1):not(:nth-last-child(4)):not(:nth-last-child(3)):not(:nth-last-child(2)):not(:last-child):before {
        height: 0px!important;
    }

.search-results__top.first {
    display: none!important;
}

/* Mostra il nuovo menu solo nelle collezioni specificate */
body.collection-clothing .type-filter__container.extra,
body.collection-graffiti .type-filter__container.extra,
body.collection-goods-books .type-filter__container.extra {
    display: block !important;
}

/* Nasconde il nuovo menu in tutte le altre pagine */
.type-filter__container.extra {
    display: none !important;
}

/* Nasconde il menu esistente nelle collezioni specificate */
body.collection-clothing .type-filter__container,
body.collection-graffiti .type-filter__container,
body.collection-goods-books .type-filter__container {
    display: none !important;
}

/* Assicura che il menu esistente sia visibile nelle altre pagine */
.type-filter__container {
    display: block !important;
     max-width: none!important;

} 




.product-details {
    margin-top: 50px;
    margin-bottom: -15px;
}

.product-details p {
    margin-bottom: -8px;
      font-size: 1.4rem;

}

.footer__content-middle-main {
    display: none!important;
}

svg.icon.icon-button-arrow {
    display: none !important;
}

.type-filter__list li:last-child .type-filter__title.h4 {
    padding-right: 2.4rem!important;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}

.bounce {
    animation: bounce 0.1s ease;
}



main#MainContent div#shopify-section-template--17133232750780__banner nav.breadcrumb {
    display: none!important;
}

.collection-grid{

  .collection-grid__image-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1; /* Assicura che l'overlay sia sopra l'immagine */
}
  
.collection-grid__image-block {
  position: relative!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}

.collection-grid__title {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
  text-align: center!important;
  font-size: xxx-large!important;

}

}

.collection-grid__list {
    gap: 0px!important;
    }

.facets__details__wrapper {
    gap: 1.5rem!important;
    margin-bottom: 35px!important;
}


.product-text__slider .card-information {
    background-color: black !important;
}

.drawer__footer a.button.button--simple {
    display: none!important;
}

.drawer__footer .totals {
    display: none !important;
}

.drawer__footer .totals.richtext__content{
  display:flex!important;
}

.product-recommendations__list li:not(.hide_border):not(:last-child) .card__inner:before {
        width: 0px!important;
        background: rgb(213 213 213 / 0%)!important;
        }

p.picker-code.h5 {
    margin-bottom: 1px!important;
}

p.picker-code.h5 {
    line-height: normal!important;
    align-items: center!important;
}

span.picker-sku {
    letter-spacing: 0.04em !important;
    font-size: 12px !important;
    font-weight: 600;
    margin-left: 1px!important;
}

span.picker-vendor {
    font-weight: 400 !important;
    font-family: var(--font-body-family)!important;
    font-size: 12px!important;
    margin-right: 1px!important;


}

p.picker-name.h4 {
    font-family: var(--font-body-family)!important;
}


.template-page-graffiti nav.breadcrumb, .template-page-family nav.breadcrumb, .template-page-brands nav.breadcrumb {
    display: none!important;
}

.template-page-goods-books nav.breadcrumb {
    display: none!important;
}

.collection-product-list .collection-product-card:not(.hide_border):not(:last-child) .card__inner:before {
        width: 0px!important;
    }

button.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

body.template-product button.scroll-top{
    display: flex !important; /* Mostra il bottone solo nelle pagine prodotto */
}

body.template-product button.scroll-top.show{
    position: fixed !important;
    pointer-events: auto !important;
    z-index:50;
}

/* NASCONDI IMMAGINI MEGAMENU*/
@media only screen and (max-width: 1478px) {
 .header-mega-menu__card.color-background-4{
    display:none!important;
  }
}


.product-recommendations__list h3.card__title.h5{
-webkit-line-clamp: var(--line-clamp-count, 1);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

/* GENERICO */
.collection-grid__available-sizes {
  margin-top: 10px!important;
}

.collection-grid__size {
  display: inline-block!important;
  margin-right: 5px!important;
  padding: 5px 10px!important;
  background-color: #f0f0f0!important;
  border-radius: 4px!important;
  font-size: 14px!important;
}

/*.color-background-5, .color-background-4{
  background-color:black!important;
}*/

.popular-products__wrapper {
    margin: 10px 0 10px 0 !important;
    gap: 1px !important;
}

.collection-grid .container, .popular-products .container, .product-recommendations .container{
  max-width: none!important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a.button.button--secondary.button--primary-size:hover {
    color: #ecd936 !important;
}

 .split-screen-slideshow__text-slider .color-border-1 {
    --color-border: black!important;
}

.collection-grid .color-border-1 {
    --color-border: white!important;
}

.product-slider{
    --color-border: black!important;
}

.product-markers__box{
  --color-border: white!important;
}

.product-markers__box span.product-markers__marker {
  display: none!important;
}





/* TAGLIE UGUALI DIMENSIONI */

.product-form__controls-group input[type="radio"] {
  display: none !important;
}



.product-form__controls-group input[type="radio"]:checked + label {
  background-color: #000 !important;
  color: #fff !important;
}

.product-form__controls-group label:hover {
  background-color: #000 !important;
  color: #fff !important;
}

.product-form__controls-group label.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  border:0.5px solid gray!important;
}

  
/* SCHEDA PRODOTTO */

.product-section{

  .product__tax {
  display: none;
}
legend.product-form__group-name {
  display: none;
}
span.badge.badge--bottom-left.color- {
  font-family: var(--font-heading-family);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.product__info-container .product-parameters {
  margin-top: 25px;
  padding-top: 0;
}
.product__info-container .product-parameters:before {
  height: 0px;
}

.container,
.container-fluid,
.shopify-policy__container {
  max-width: none;
}

  .product__title {
    margin-bottom: -5px!important;
}
  
}




/*SEZIONE BRAND CUSTOM*/

.footer-top {
padding: 40px 0;
}

.footer-top h2 {
margin-bottom: 30px;
}

.brand-grid {
display: flex;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
padding-bottom: 4rem;
}

.brand-grid::-webkit-scrollbar {
display: none;
}

.brand-column {
flex: 0 0 auto;
width: calc(100% / 6);
padding: 0 10px;
box-sizing: border-box;
font-size:small;
}

.brand-column a {
display: block;
margin-bottom: 10px;
color: #333;
text-decoration: none;
}

.brand-column a:hover {
text-decoration: underline;
}

@media screen and (max-width: 767px) {
.brand-column {
width: 150px;
padding: 0 10px;
}
}




/*CATEGORIE SCROLLABILI*/
.type-filter__container {
  overflow-x: auto!important;
  -webkit-overflow-scrolling: touch!important;
  scrollbar-width: none!important;
  -ms-overflow-style: none!important;
}

.type-filter__container::-webkit-scrollbar {
  display: none!important;
}

.type-filter__list {
  display: flex!important;
  flex-wrap: nowrap!important;
  padding: 0!important;
  list-style: none!important;
}

.type-filter__list li {
  flex: 0 0 auto!important;
  margin-right: -4px !important;
}
}

.type-filter__list li:last-child {
  margin-right: 0!important;
}

.type-filter__label {
  display: block!important;
  cursor: pointer!important;
}

.type-filter__input {
  margin-right: 5px!important;
}

.type-filter__title {
  display: inline!important;
}



/* GENERICO */

label.type-filter__label.facets-checkbox--disabled {
    display: none !important;
}



.facets-menu__sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

h4.facets__details-title.marginetitolo {
  margin-right: 20px!important;
  margin-bottom: 0!important;
  white-space: nowrap!important;
}

.facets-menu__sort-select {
  width: 180px!important;
  padding: 10px!important;
  border: 1px solid #ccc!important;
  font-size: 16px!important;
  border-radius: 0px !important;
  background-color: #fff!important;
  font-family: inherit!important;
  color:black!important!important;
}

select#SortBy{
  width: 190px!important;
  padding: 10px!important;
  border: 1px solid #ccc!important;
  font-size: 16px!important;
  background-color: #fff!important;
  font-family: 'Rubik', sans-serif;!important;
  text-transform: capitalize!important;
  border-radius: 0px !important;
  color:black!important;
}

span.badge.badge--bottom-left {
    text-transform: uppercase !important;
}

p.product-form__group-name.product-form__group-name--recommend {
    display: none!important;
}


.product-recommendations--single-block a.unstyled-link.product-page__popolar-product-vendor.caption-with-letter-spacing.vendor-link.subtitle {
    display: none!important;
}

 .product-recommendations--single-block:before {
    height: 0px!important;
}

.torna_su{
  color: white!important;
}



button.scroll-top {
    display: none !important; /* Nasconde il bottone di default */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out !important;
    opacity: 0;
    visibility: hidden;
}

button.scroll-top.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
}









/* MOBILE VISTA */
@media only screen and (max-width: 1199px) {

  .drawer .cart__ctas {
        margin-top: 0rem!important;
    }

  .fi-invoice-wrapper {
    padding-block: 0px!important;
}

  .size-table th{
      font-size: 12px!important;
    }

  .size-table td {
        font-size: 13px!important;
    }

  /* SFONDO CLOTHING MOBILE */
  .blockqoute.section-template--17133232783548__blockqoute_jfxnRQ-padding{
    background-image: url(/cdn/shop/files/Plastic_wrap__1.webp?v=1733499590);
}
  
/* SFONDO GRAFFITI MOBILE */
  .blockqoute.section-template--17133440827580__blockqoute_jfxnRQ-padding{
    background-image: url(/cdn/shop/files/Graffiti_Brands_Mobile.webp?v=1733500588);
}

/* SFONDO GOODS AND BOOK MOBILE */
  .blockqoute.section-template--17133440303292__blockqoute_jfxnRQ-padding {
    background-image: url(/cdn/shop/files/Books_Goods_Brand_Mobile.webp?v=1733500588);
}

  .template-search .collection-results--products {
    grid-template-columns: 1fr 1fr!important;
}

   .template-search  li.collection-product-card {
        margin-bottom: 0px !important;
    }

  .collection-results--products {
    gap: 1px!important;
}

  .size-image {
        width: 60%!important;
    }  

      .size-guide-container {
        align-items: center!important;
    }

  span.button-simpl__label {
    font-size: clamp(1.3rem, var(--font-heading-h5-size)* .7, var(--font-heading-h5-size)) !important;
    }

  section[id*="categories_list_DANKFU"] {
    display: none!important;
}
  
  .facets-menu__buttons.active-facets-mobile {
    padding-bottom: 53px!important;
}

  .breadcrumb {
    margin: 1.6rem 0 0!important;
 }

  .collection {
        margin-top: 5px!important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


 .product-recommendations .section-header__line {
    text-align: center !important;
}

  .popular-products .section-header__title__block {
    text-align: center !important;
}

  span.blockqoute__box-text__elem.h1 {
    display: none!important;
}

.blockqoute__wrapper .blockqoute__box-text {
    margin: 4rem 0!important;
}

.blockqoute__wrapper .blockqoute__box .blockqoute__block {
    max-width: 85%!important;
    padding: 1rem 0px!important;
}

.blockqoute__wrapper .blockqoute__box-text {
        margin: 4rem 0 !important;
        text-align: left !important;
        line-height: 5rem;
    }

.blockqoute__wrapper .blockqoute__box-text a {
    color: white!important;
    text-decoration-color: white!important;
    text-underline-offset: .6rem;
}

.blockqoute{
    background-image: url(https://wallpapers.com/images/hd/graffiti-skate-brands-logo-ggt53v438hbka5r6.jpg);
}


.collection-grid{

  .container, .container-fluid, .shopify-policy__container {
    padding-left: 0rem!important;
    padding-right: 0rem!important
}

  .collection-grid__list {
    gap: 0!important;
}
  
  
}

  

  .popular-products{

    li.collection-product-card {
        margin-bottom: 0px !important;
    }

    .popular-products__wrapper {
    margin: 5px 0 5px 0 !important;
    gap: 1px !important;
}

    
  }

  .product-recommendations__list {
    gap: 1px!important;
    margin: 0!important;
}

 product-recommendations .container{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}

     product-recommendations li.collection-product-card {
        margin-bottom: 0!important;
    }



  .list-social {
    margin-bottom: -35px!important;
    margin-top: -5px!important;
}

  .footer-block.footer-block--newsletter.newsletter__form.section_border_left {
    display: none;
}

  nav.breadcrumb.breadcrumb__desktop {
  display: none;
}

  .collection-product-list {
    --gap: 5px!important;
}

  h3.card__title.h5{
        -webkit-line-clamp: var(--line-clamp-count, 1)!important;
        -webkit-box-orient: vertical!important;
        display: -webkit-box!important;
        overflow: hidden!important;
        padding-left: 5px!important;
        padding-right: 10px!important;
        margin-top: -5px!important;
        margin-bottom: -4px!important;
        font-size: 12px !important;
    }

  

  .card-information {
        background-color: white;
        padding-bottom: 0.6rem!important;
        padding-top: 0.6rem!important;
    }

  .scroll-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

  .scroll-top {
        top: 94%;
        left: 50%;
        width: 90% !important;
        height: 6.2rem !important;
        background-color: black !important;
        border: 1px solid white !important;
        transform: translate(-50%, -50%);
    }

  .lista_nostra {
    margin-top: 18px;
    margin-bottom: -16px;
}
  
  .descrizione_nostra {
    margin-top: 37px;
    margin-bottom: -20px;
}

  .button, .customer .button {
    font-size: 1.8rem!important;
}

  .multicolumn-card__info-text.bullet_prodotto {
    margin-top: 7px !important;
    margin-bottom: -2px !important;
    font-size: 1.2rem;

}

  .product-recommendations--single-block{

   .card-information__bottom {
    margin-top: 2px!important;
}

  .card-information {
    margin-top: -5px!important;
    background-color: #F3F3F3!important;
    padding-bottom: 7px !important;
}

  .card-information__wrapper {
    align-items: center!important;
}
    
  h3.card__title {
            font-size: x-small !important;
            /* display: none !important; */
            -webkit-line-clamp: var(--line-clamp-count, 1);
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            padding: 1px 0px 0px 6px;
            margin-bottom: 6px;
}

  .price.price--on-sale {
            font-size: 11px !important;
            margin-top: -5px!important;
        }
  }


  .product-recommendations--single-block {
    grid-template-columns: 1fr 1fr 1fr!important;
    gap: 0rem!important;
    padding-top: 6px!important;
    margin-top: 25px!important;

}

.product-recommendations--single-block {
    gap: 0.9rem!important;
}

 .product-recommendations--single-block a.unstyled-link.product-page__popolar-product-vendor.caption-with-letter-spacing.vendor-link.subtitle {
    display: none!important;
}

  product-recommendations.product-recommendations--single {
        margin-bottom: -16px !important;
        margin-top: -12px;
    }

  a.classemia{
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
}

    a.button.button--simple.facets__reset.no_submit  {
    display: none!important;
}

   a.button.button--simple.no_submit{
    display: inline-flex!important;
}

  .facets-menu__all-items-count {
    display: none!important;
}

  h2.facets-menu__title.mobile-facets__open {
    margin-bottom: 40px!important;
}

  h4.facets__details-title {
    margin-bottom: -10px!important;
}

  .facets__details {
    margin-bottom: 20px!important;
}

  .facets__list li {
    margin-bottom: 1.2rem!important;
}
  
  .facets__list {
  list-style: none!important; /* Rimuove i punti della lista */
  padding: 0!important; /* Rimuove il padding predefinito */
  margin: 0!important; /* Rimuove il margine predefinito */
}

 /* .facets__item {
  display: inline-block!important;
  margin-right: 10px!important; 
}
*/

 .facets__main {
    position: sticky!important;
    top: -1px!important;
    bottom: 0 !important;
    z-index: 5!important;
    background-color: white!important;
    align-self: flex-start !important;
}

  .facets-menu {
    margin-top: 17%!important;
}

 .type-filter__list li {
    margin-top: 18px !important;
    margin-bottom: 20px !important;
}

  #header-mobile-menu > div.header-mobile__menu.color-background-4.active > ul.header-mobile__menu-header.list-unstyled.no-js-hidden > li:nth-child(2) > a{
    padding:2rem 0rem!important;

  }

  .facets__wrapper {
    padding: 1.55rem !important;

}

.facets__sort-by {
    display: none !important;
}

  div#ProductCount {
    display: none!important;
}

  .product-form__controls-group label {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 20vw !important;
  height: 44px !important;
  cursor: pointer !important;
  color: #000 !important;
  border:0.5px solid gray!important;
  transition: background-color 0.3s, color 0.3s !important;
  font-weight: 400!important;
  font-family: Arial!important;
  font-size: 12px!important;
}

  .product-section .price-wrapper .price-item {
    font-size: 1.6rem!important;
}

  .product-section .product__info-container .product-parameters {
    margin-top: 17px!important;
    margin-bottom: 17px!important;
}

  .product-section .product__media-wrapper{
    --color-border: white!important;
}

  .product__info-wrapper {
    padding-top: 0 !important;
}

  .product__media-sublist{
    display: none!important;
}

  .product__outer--mobile-order .product__info-wrapper {
    margin-top: 0!important;
}

  .product__media-wrapper {
    width: 111%!important;
    margin-left: -20px!important;
    margin-bottom: -8px!important;

}

  .product__outer {
    padding-top: 0!important;
}

  .product-form__controls-group {
  display: flex !important;
  flex-wrap: wrap !important;
  grid-gap: 2vw!important;
}

  .product-markers__img {
    padding-bottom: 0!important;
}

  .ticker-section{
      margin-left: 20px!important;
    margin-right: 20px!important;
}

  .slideshow-section .color-background-4 {
    background-color: transparent!important;
}

.slideshow-section a.button.button--primary.button--primary-size {
    background-color: #000 !important;
}

/* .slideshow-section .slideshow-slide__text, .slideshow-section .swiper-buttons__wrapper .swiper-buttons__box {
    margin: 64% auto 0%!important;
}*/

  section[id*="split_screen_slideshow_3FUtj7"] {
    display: none!important;
}
  
.split-screen-slideshow__text-slider .swiper-pagination-bullets {
	display: none!important;
}

.split-screen-slideshow__text-slider .h1 {
    display: none!important;
}

  .product-media-modal .swiper-zoom-container img {
    width: 120%!important;
        height: -webkit-fill-available!important;
    max-width: 500%!important;
    max-height: 500%!important;
}

  .badge {
    padding: 0.6rem 0.8rem!important;
}

  .card__badge {
    top: 0.6rem!important;
    right: 0rem!important;
}


  .popular-products .container{
    padding-left: 0rem!important;
    padding-right: 0rem!important;
 }

  .card-information{

.card-information .card-information__wrapper .price {
    font-size: 1.2rem!important;
}

  a.unstyled-link.caption-with-letter-spacing.vendor-link.subtitle {
    align-self: center!important;
    font-size: 8px !important;
}

  h3.card__title.h5 {
    text-align: center!important;
    font-size: 12px !important;

}
  .price {
    align-self: center!important;
    font-size:1.2rem!important;
}
  }

li.collection-product-card{
    margin-bottom: 12px!important;
}

  h5, .h5 {
    font-size: clamp(1.3rem, var(--font-heading-h5-size)* .7, var(--font-heading-h5-size))!important;
}

  .card-information__wrapper {
    align-items: center!important;
}

  .product-slider .card__badge {
    top: 1.6rem!important;
    right: 1.6rem!important;
  }

  .product-slider .card-information__wrapper {
    align-items: center!important;
    margin-top: 15px!important;
    margin-bottom: -45px!important;
}

  .product-slider .card-information__wrapper .h5, .product-markers__box .card-information__wrapper .h5{
    font-size: clamp(2.1rem, var(--font-heading-h5-size)* .7, var(--font-heading-h5-size)) !important;
}

  
  
}








@media only screen and (min-width: 1200px) {

 .product__info-wrapper{
  position: sticky!important;
  top: 0!important;
  bottom: 0!important;
  align-self: flex-start!important;
}

}







/* DESKTOP VISTA */
@media only screen and (min-width: 1200px) {

      .drawer .cart__ctas {
        margin-top: 0rem!important;
    }

  .fi-invoice-wrapper {
    padding-block: 0px!important;
}

  

  .size-table th, .size-table td {
    padding: 8px 3px!important;
}

  .size-table th{
    font-size: 12px!important;
}

  .size-table td{
    font-size: 13px!important;
}

  .size-guide-container {
    gap: 10px!important;
}

  /* SFONDO CLOTHING DESKTOP */
  .blockqoute.section-template--17133232783548__blockqoute_jfxnRQ-padding{
    background-image: url(/cdn/shop/files/Plastic_wrap__1.webp?v=1733499590);
}
  
/* SFONDO GRAFFITI DESKTOP */
  .blockqoute.section-template--17133440827580__blockqoute_jfxnRQ-padding{
    background-image: url(/cdn/shop/files/Graffiti_Brands_Mobile.webp?v=1733500588);
}

/* SFONDO GOODS AND BOOK DESKTOP */
  .blockqoute.section-template--17133440303292__blockqoute_jfxnRQ-padding {
    background-image: url(/cdn/shop/files/Books_Goods_Brand_Mobile.webp?v=1733500588);
}

 .template-search .container {
    max-width: none!important;
}

  .template-search .search__form-text {
    margin: 0;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}

   .collection-results--products {
    gap: 10px!important;
}

  .predictive-search__results-list_products, .predictive-search__results-list_pages, .predictive-search__results-list_collections, .predictive-search__results-list_articles {
    gap: 3px!important;
}

  .size-guide-container {
    align-items: center!important;
}

  span.button-simpl__label {
    font-size: var(--font-heading-h5-size)!important;
}

  .footer__column--social {
  position: relative;
}

.footer__column--social.section_border_left::before,
.footer__column--social.section_border_right::after {
  content: "";
  position: absolute;
  top: -64px;
  bottom: 20px;
  width: 1px;
  background-color: rgb(69, 69, 68);
}

.footer__column--social.section_border_left::before {
  left: 0;
}

.footer__column--social.section_border_right::after {
  right: 0;
}

  .footer__blocks-wrapper {
    justify-content: space-around!important;
}

  h6.footer-block__heading {
    display: none!important;
}

  .footer-block--logo:first-child {
        margin-right: unset !important;
    }

.type-filter__container {
    width: 100% !important;
    overflow-x: auto !important;
    cursor: grab !important;
    user-select: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.type-filter__list {
    display: flex !important;
    white-space: nowrap !important;
}

.type-filter__input {
    pointer-events: auto !important;
}

  .collection-banner__title {
    max-width: 1920px!important;
}

 .template-product-gift .product__media-sublist.js-media-sublist.no-js-hidden.swiper.swiper-backface-hidden.swiper-thumbs.swiper-initialized.swiper-vertical.swiper-pointer-events.swiper-free-mode.swiper-autoheight.swiper-watch-progress {
    display: none!important;
}

  .template-collection > div.container{
       max-width: none!important;
  }

  .collection {
        margin-top: 10px!important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

  .product__info-wrapper {
    padding-top: 0!important;
    margin-top: -20px!important;
}  

      .product__outer--mobile-order.product__outer--desktop-order .product__media-wrapper:after {
        top: -24px!important;
    }

 .product-recommendations .section-header__title__block {
    margin-left: 4rem!important;
}

  .popular-products .section-header__title__block {
    margin-left: 4rem!important;
}

  .collection-grid {
        --gap: 0rem!important;
        --grid-width: calc( 100% / var(--per-row))!important;
    }

  span.blockqoute__box-text__elem.h1 {
    display: none!important;
}

.blockqoute__wrapper .blockqoute__box-text {
    margin: 4rem 0!important;
}

.blockqoute__wrapper .blockqoute__box .blockqoute__block {
    max-width: 85%!important;
    padding: 11rem 0px!important;
}

.blockqoute__wrapper .blockqoute__box-text {
    margin: 4rem 0!important;
    text-align: left!important;
    line-height: 7.5rem!important;
}

.blockqoute__wrapper .blockqoute__box-text a {
    color: white!important;
    text-decoration-color: white!important;
    text-underline-offset: .6rem;
}
  


  

.popular-products{

  .container{
   padding-left: 0!important;
   padding-right: 0!important;
  }
}

  .template-index, .template-page-graffiti, .template-page-goods-books, .template-page-brands, .template-page-family{
    
  .popular-products__wrapper li:nth-child(6) {
    display: none;
}

  .popular-products__wrapper {
        grid-template-columns: repeat(5, 1fr)!important;
    }
  }
  

  .swiper-pagination-bullets {
        bottom: 32% !important;
        gap: 1.1rem !important;
    }

  product-recommendations > div.container > div > ul > li:nth-child(9){
display:none!important;
}

product-recommendations > div.container > div > ul > li:nth-child(10){
display:none!important;
}

  h2.drawer__heading {
    font-size: xx-large!important;
}

  .drawer__header {
        padding: 2.5rem 0rem 2.5rem 5.5rem!important;
    }

  .facets__sort-by {
    display: none!important;
} 

  .facets__product-count {
    justify-content: end!important;
}

  .facets__product-count {
        margin: 0 0 0 6rem!important;
    }

      .facets__product-count {
        border-right: 0!important;
    }

  .picker-line {
    height: 1px!important;
}

  .footer .newsletter__form {
        max-width: 0!important;
        width: 100%;
    }

  h4.newsletter__title.title--section.title--section-m-none {
    display: none!important;
}

 .footer__blocks-container.container form#contact_form {
    display: none!important;
}

  .newsletter__text {
    display: none!important;
}

  

  nav.breadcrumb.breadcrumb__desktop {
    margin-left: 20px;
    margin-top: -40px;
    background-color: #f3f3f3;
    padding: 5px 10px;
    width: calc(50% - 20px) !important;

}

  .product__outer.container.product__outer--desktop-order.product__outer--mobile-order {
    margin-top: 23px!important;
}

   h3.card__title.h5{
      -webkit-line-clamp: var(--line-clamp-count, 1);
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
    }

  .product-recommendations__list {
    gap: 1px!important;
}

  .product__media-list__container--large {
    gap: 0rem!important;
}

  .collection-product-list {
    --gap: 10px!important;
}


  .card-information {
    background-color: white;
    padding-left: 12px;
    padding-bottom: 10px;
    padding-top: 0 !important;
}

  .product__media-list__container--large .product__media-item:not(:last-child):after {
    height: 0px!important;
}

   .scroll-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

  .scroll-top {
        width: 25%;
        height: 6.2rem !important;
        background-color: black !important;
        border: 1px solid white !important;
        left: 50%;
        bottom: 0%;
        transform: translate(-50%, -50%);
    }

  .lista_nostra{
    margin-top: 23px;
    margin-bottom: -16px;
}

  .descrizione_nostra {
    margin-top: 20px;
    margin-bottom: -23px;
}

  .button, .customer .button {
    font-size: 1.8rem!important;
}

  .multicolumn-card__info-text.bullet_prodotto {
    margin-top: 8px !important;
    margin-bottom: -8px !important;
    font-size: 14px !important;

}

  .product-recommendations--single-block{

   .card-information__bottom {
    margin-top: 2px!important;
}

  .card-information {
    margin-top: -5px!important;
    background-color: #F3F3F3!important;
    padding-bottom: 7px !important;
}

  .card-information__wrapper {
    align-items: center!important;
}

  
  h3.card__title {
    font-size: small !important;
    -webkit-line-clamp: var(--line-clamp-count, 1)!important;
    -webkit-box-orient: vertical!important;
     display: -webkit-box!important;
     overflow: hidden!important;
}

  .price.price--on-sale {
    font-size: 12.5px !important;
}


  }

  .product-recommendations--single-block {
        gap: 1.5rem !important;
        margin-top: 22px !important;
        margin-bottom: -2px !important;
    }

  /*
  .product-recommendations--single-block {
    gap: 0.9rem!important;
}

      .product-recommendations--single-block {
        width: 41%!important;
        margin-top: 15px!important;
        margin-bottom: -22px!important;
    }


 .product-recommendations--single-block .card-wrapper {
     border: 0.5px solid gray !important;
}

 

.product-recommendations--single-block .card-information {
    display: none !important;
}

  */

  .facets__wrapper facet-remove {
    display: none!important;
}



  .type-filter__list li {
    margin-top: 18px !important;
    margin-bottom: 25px !important;
}

  .facets__wrapper {
    padding: 0 !important;
}


  .split-screen-slideshow__image-slider__box img, .split-screen-slideshow__image-slider__box svg {
    max-width: 101%!important;
    width: 101%!important;
}

  .product-form__controls-group label {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 90px !important;
  height: 47px !important;
  cursor: pointer !important;
  color: #000 !important;
  border:0.5px solid gray!important;
  transition: background-color 0.3s, color 0.3s !important;
  font-weight: 400!important;
  font-family: Arial!important;
  font-size: 12px!important;
}

  .product-form__controls-group {
  display: flex !important;
  flex-wrap: wrap !important;
  grid-gap: .5vw!important;
}

  .product-slider__wrapper__text-swiper-wrapper {
    padding-bottom: 0!important;
}

  .product-slider .card-information__wrapper {
    align-items: center!important;
    margin-top: 5px!important;

}

  section[id^="shopify-section-template--"][id*="slideshow_MgrTDz"] {
    display: none!important;
}

  .header__wrapper.header-position-left {
    grid-template-columns: auto 2fr 1fr!important;
}

  .card-information {
    padding-top: 1rem!important;
}

.header-mega-menu__have-submenu__list {
    gap: 8rem!important;
}

  .collection-grid {
    --gap: 1rem!important;
}

  .collection-grid .container {
    padding-left: 0!important;
    padding-right: 0!important;
}


.price {
    margin-top: 0.4rem!important;
}

.collection-product-card .caption-with-letter-spacing {
    margin-bottom: 0.2rem!important;
  }
}

#ShopifyChat {
  z-index: 100!important;
}

.fattureitalia-andrea{
    font-family: var(--font-button-family)!important;
    font-weight: var(--font-button-weight)!important;
    font-style: var(--font-button-style)!important;
    text-transform: var(--font-button-text-transform)!important;
    letter-spacing: var(--font-button-letter-spacing)!important;
    text-decoration: none!important;
    font-size: clamp(1.3rem, var(--font-heading-h5-size)* .7, var(--font-heading-h5-size)) !important;
    color: grey!important;
}


