/** Shopify CDN: Minification failed

Line 235:0 Unexpected "}"
Line 243:2 Unexpected "}"

**/
.mm-size-modal-top-btn,
.mm-btn-modal_popup
{
align-items: center;
justify-content: center;
margin: 10px 0;
}
.mm-size-modal-top-btn,
.mm-btn-modal_popup{
display: none;
}
.mm-size-modal-end-step-3-text li {
margin-bottom: 8px;
}

.mm-size-modal-wrapper {
  display: block !important;
}
.mm-size-modal-wrapper .mm-size-modal-filter {
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.mm-size-modal-wrapper.mm-visible .mm-size-modal-filter {
  opacity: 1;
  pointer-events: auto;
}
.mm-size-modal-wrapper .mm-size-modal-container {
  transform: translate(-50%, 0%);
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}
.mm-size-modal-wrapper.mm-visible .mm-size-modal-container {
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
}
.mm-size-modal-filter {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(5px) grayscale(100%);
  z-index: 9999;
  display: block !important;
}
.mm-size-modal-container {
  width: 400px;
  max-width: 95%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 99999;
  display: block;
  border-radius: 16px;
  border: 1px solid #B9B9B9;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* TOP */
.mm-size-modal-top {
  padding: 18px 22px;
}
.mm-size-modal-top-banner {
  position: relative;
  display:flex;
  align-items:center;
  justify-content : center;
  padding: 0 20px;
}
.mm-size-modal-top-banner button {
  border: none;
  background: none;
  position: absolute;
  top: calc(50% - 8px);
  right: -4px;
  display: flex;
  align-items: center;
}
.mm-size-modal-top-banner svg{
  width: 16px;
  cursor: pointer;
}
.mm-size-modal-top p {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #151515;
}
.mm-size-selects-container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  grid-gap: 14px;
}
.mm-size-select-container {
  width: 100%;
}
.mm-size-select-container label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  display: flex;
  grid-gap: 6px;
  align-items: center;
  margin-bottom: 6px;
}
.mm-size-select-label-index {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  color: white;
  background: black;
}
.mm-size-select-container select {
  width: 100%;
  padding: 10px 5px;
  border: solid 1px #D6D5DD;
  cursor: pointer;
}
.mm-size-model-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
  padding-right: 0;
  grid-gap: 8px;
  animation: slideLeft .3s;
}
.mm-size-model-container > div {
  display: flex;
  flex-grow: 1;
  width : inherit;
  grid-gap: 8px;
}
#mmModalSizeSubmit {
  height: 39px;
  width: 60px;
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
#mm-size-result {
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #2B2B2B;
  position: relative;
  animation: slideLeft .3s;
}

/* BOTTOM */
.mm-size-modal-bottom {
  padding: 30px 15px 15px;
}
.mm-size-modal-bottom p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #151515;
}
.mm-size-modal-bottom p.mm-size-modal-light-text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #959595;
}

@keyframes slideLeft {
  from {
    left: 60px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
  .inputlength , .inputwidth{
    width: 48%;
    border: solid 1px #D6D5DD;
    padding: 10px 5px;
    cursor: pointer;
  }

  .output{
    width:100%;
  }
  button.compare{
    border-radius: 0 ;
    height: 40px;
    width: 100% ;
    text-transform: uppercase;
    display: flex;
    align-items:center;
    justify-content:center;
    font-size: 12px ;
    position: relative;
    color: #636569 ;
    background-color: #F3F1F0;
    border: solid 1px #D6D5DD;
    cursor:pointer;
  }
  button.compare:hover{
    font-weight:900;
  }
}
  .site-box-content.fix-me-with-margin{
    padding: 100px 0 0 0 !important;
  }
  .modal_popup{
    width: 100%;
    position: static;
  }
  }


  .fa-times{
    border: 2px solid black;
    font-size: 18px;
    right: -10px;
    top: -10px;
    background: white;
    width: 33px;
    position: absolute;
    border-radius: 30px;
    padding: 0 8px;
    cursor: pointer;
  }
  .popup_bg{
    height: -webkit-fill-available;
    width: 100%;
    top: 0px;
    z-index: 100;
    position: fixed;
    background: #00000085;
    padding: 20% 50%;
    height:100%;
  }
  .h1 {
    width: 48%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
  }
  .heading{
    display: flex;
    margin-top: 6%;
  }
  .size {
    border: 5px solid #CCCCCC;
    color: #CCCCCC;
    font-size: 28px;
    height: 96px;
    border-radius: 8px;
    text-align: center;
    margin-left: 26%;
    width:60px;
    font-weight: 900;
    display: table-cell;
    vertical-align: middle;
  }
  .heading_size{
    margin-bottom: 2rem;
  }
  .heading_size > span{
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #2B2B2B;
  }
  .size_selected{
    display:block;
  }
  .size_deselected{
    display:none;
  }
.modal_p{
    text-align: center;
    font-style: italic;
    color: grey;
    font-family: 'Lato';
}

/* END */
.mm-size-modal-end {
  padding: 8px 21px;
  background: #F5F5F5;
  border-radius: 0 0 16px 16px;

}
.mm-size-modal-end-step-1 {
  cursor: pointer;
}
.mm-size-modal-end-step-1-title,
.mm-size-modal-end-step-2-title {
  font-weight: bold;
  margin: 0 0 8px;
  text-align: center;
}
.mm-size-modal-end-step-1-text {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  color: rgba(var(--color-foreground),.75);
}
.mm-size-modal-end .mm-size-submit {
  width: 96px;
  min-width: 96px;
  max-width: 96px;
  padding: 4px;
  font-size: 14px;
}
.mm-size-modal-end-step-2 input {
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid #B9B9B9;
  background: #FFF;
  cursor: pointer;
  flex-grow: 1;
  font-size: 16px;
}
.mm-size-modal-end-step-3 {
  position: relative;
}
.mm-size-modal-end-step-3-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}
.mm-size-modal-end-step-3-text p {
  margin: 0;
  font-weight: 900;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

/* PREDICTIVE SEARCH (PHONES) */
.mm-size-search-container {
  position: relative;
  margin-top: 10px;
}
.mm-size-search-input-wrapper {
  position: relative;
  width: 100%;
}
.mm-size-search-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 5px;
  border: 1px solid #000;
  background: #FFF;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.4;
  background: transparent;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  text-transform: lowercase;
  font-weight: bold;
}
/* Le lowercase ci-dessus ne s'applique qu'au texte saisi : on garde l'invite
   (placeholder) en casse normale, 1re lettre majuscule. (16/06/2026, Christopher.) */
.mm-size-search-input::placeholder {
  text-transform: none;
}
.mm-size-search-input:focus {
  outline: none;
  border-color: #151515;
}
.mm-size-search-overlay {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.4;
  color: #999;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  text-transform: lowercase;
}
.mm-size-search-results {
  position: absolute;
  top: calc(100% - 4px);
  left: 0;
  right: 0;
  background: white;
  border: solid 1px #000;
  border-radius: 0 0 5px 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 380px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.mm-size-search-results::-webkit-scrollbar {
  width: 6px;
}
.mm-size-search-results::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mm-size-search-results::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.mm-size-search-results::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.mm-size-search-result-item {
  padding: 3px 12px;
  cursor: pointer;
  color: #151515;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color .15s;
  text-transform: lowercase;
}
.mm-size-search-result-item * {
  font-size: 12px;
}
.mm-size-search-result-item:last-of-type {
  border-bottom: none;
}
.mm-size-search-result-item:hover,
.mm-size-search-result-item.mm-size-search-result-active {
  background-color: #f5f5f5;
}
.mm-size-search-result-item strong {
  font-weight: 700;
  font-size: 10px;
}
.mm-size-search-result-brand {
  font-weight: 400;
}
.mm-size-search-result-model {
  font-weight: 400;
}
.mm-size-search-result-not-found-sticky {
  position: sticky;
  bottom: 0;
  background: #F7F7F8;
  padding: 10px 12px;
  border-top: 1px solid #D6D5DD;
  font-size: 13px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mm-size-search-result-not-found-sticky * {
  font-size: 11px;
}
.mm-size-search-not-found {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  border: solid 1px #D6D5DD;
}
.mm-size-search-not-found > * {
  font-size: 11px;
}
.mm-size-search-not-found-link {
  text-decoration: underline;
  cursor: pointer;
  color: #151515;
  font-weight: 600;
}
.mm-size-search-not-found-link:hover {
  color: #1C4E9A;
}

@media(max-width:768px) {
  
  .mm-size-search-overlay,
  .mm-moto-search-overlay,
  .mm-moto-modal-end-step-2 input,
  .mm-size-modal-end-step-2 input {
    font-size: 16px !important;
  }
}
/* Arrondis harmonisés dans le modal "guide des tailles" : même border-radius
   (8px) pour la barre de recherche, le bouton "Sélectionner" et "Acheter en un
   clic". Avant : 5px / 4px / 8px incohérents (hérités des classes globales de
   boutons .mm-btn-primary / .mm-btn-tertiary). Ces classes étant spécifiques au
   modal, l'override !important ne touche pas les boutons ailleurs.
   (Retour Christopher 16/06/2026.) */
.mm-size-search-input,
.mm-size-modal-top-btn {
  border-radius: 8px !important;
}
