* {
    font-family: 'GT America mono';
}
:root {
    --feuilletop: 1cm;
  }
.dummy {
    display: none;
}

button {
    border:none;
    cursor:pointer;
    padding:7px 12px;
}
button:hover {
   background-color: #1e8fff23;
}
.EANs {
    display: flex;
    flex-direction: column;
    gap:12px;
  }
  .EANs > div {
      display: flex;
      align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition:opacity 100ms ease;
  }


  .removed {
      opacity: 0;
  }
  .EANs > div input {
    border: none;
  }
  .EANs > div button {
    border: none;
    padding:7px 12px;
    height: 30px;
    border-radius: 10px;
    cursor:pointer;
    transition: background-color 200ms ease;
    width:fit-content;

  }
  .EANs > div button.active {
    background-color: #1e90ff;
    color:white;
  }
 
  .barcode {
    padding-left: 10px;
    width: 70px;
    height: 18px;
  }
  .print {
      position:absolute;
      top:12px;
      right: 12px;


  }

.nbrOfBarCode {
    width: 50px;
}
.barcodes {
    display:none;
}
.containerbarcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ProductTitle {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 4px;
    margin-left: 0px;
}
.ProductBrand {
    text-transform: uppercase;
    text-align: center;
    font-size: 4px;
    width: 100%;
    text-align: center;
    font-size: 4px;
    margin-left: 0px;
}
.ProductPrice {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 4.5px;
    margin-left: 0px;
}
span.sizing {
    font-size: 4.5px;
    margin-left: 0px;
}
span.oldPrice {
    text-decoration: line-through;
}
.containerForProduct {
    display: flex;gap: 3px;}

.product {
    scroll-snap-align: start;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding:10px;
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius:10px;
    background-color: #ddd;
    cursor:pointer;
  }
  .product .image {
    width: 150px;
    height: 150px;
    object-fit: cover;
  }
  .product p {
      text-align: center;
    font-size:12px;
    margin:0px;
  }
  .products {
      display: flex;
      justify-content: flex-start;
      gap:12px;
      flex-wrap: nowrap;
      scroll-snap-type: inline mandatory;
    overscroll-behavior-inline: contain;
      overflow-x: auto;
      overflow-y: hidden;
  }
@page {
    margin:0cm;
}
@media print {
    body {
        margin:0;
    }
    .containerbarcode {
        width: 6.99cm;
        height: 3.5cm;
        place-content: center;
    }
    .news {
        display:none!important;
    }
    .products {
        display: none!important;
    }
    .barcodes {
        display:flex!important;
        flex-direction: row;
        flex-wrap: wrap;
        gap:0px;
    }
    .barcode {
        display: none;
  }
  .barcodes .barcode {
    height: 50px;
    display:block!important;
    width: 200px;
}
  h1, .content, button, input {
    display: none;
  }
  .ean {
    box-shadow: none !important;
  }
  .EANs {
  display: none;
  }
  label {
      display:none;
  }
  span.ProductPrice {
    font-size: 12px;
}
span.sizing {
    font-size: 12px;
}
span.ProductBrand {
    font-size: 10px;
}

span.ProductTitle {
    font-size: 12px;
}
.action{
    display: none;
}
  }
  
  select.sizingExt {
    font-size: 17px;
    border: none;
}

select.sizing {
    border: solid 1px #00000040;
}
button.modifyOnShopify {
    background-color: rgb(25, 146, 25);
    color: white;
}
.eanCustom .delete {
    display:none;
}