.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}














.cart-button {
  cursor: pointer;
  font-size: 1.4rem;
  border-radius: 16px;
  border: none;
  padding: 2px;
  background: radial-gradient(circle 80px at 80% -10%, #ffffff, #181b1b);
  position: relative;
}
.cart-button::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 60%;
  border-radius: 120px;
  top: 0;
  right: 0;
  box-shadow: 0 0 20px #ffffff38;
  z-index: -1;
}

.cart-blob {
  position: absolute;
  width: 70px;
  height: 100%;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  background: radial-gradient(
    circle 60px at 0% 100%,
    #ff0000,
    #ee909046,
    transparent
  );
  box-shadow: -10px 10px 30px #ff00002d;
}

.cart-inner {
  padding: 5px;
  border-radius: 14px;
  color: #fff;
  z-index: 3;
  position: relative;
  background: radial-gradient(
    circle 80px at 80% -50%,
    #777777,
    #000000bc
  );
}
.cart-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 14px;
  background: radial-gradient(
    circle 60px at 0% 100%,
    #ff00001a,
    #ff00002a,
    transparent
  );
  position: absolute;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  border: 2px solid;
  box-sizing: border-box;
  color: black;
  border-radius: 50%;
  display: grid;
  animation: l11 1.5s infinite linear;
  transform-origin: 50% 80%;
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  border: inherit;
  border-radius: 50%;
  animation: inherit;
  animation-duration: 1s;
  transform-origin: inherit;
}

.loader:after {
  --s: -1;
}

@keyframes l11 {
  100% {
    transform: rotate(calc(var(--s, 1) * 1turn));
  }
}

/* Styles for the overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Ensure it's above all other content */
}
.enstock {
  position: absolute; /* Positionne l'étiquette par rapport au conteneur */
  top: 10px; /* Positionne l'étiquette à 10 pixels du haut du conteneur */
  right: 10px;
  
  /* Positionne l'étiquette à 10 pixels du bord gauche du conteneur */
  background-color: rgba(
    0,
    128,
    0,
    0.603
  ); /* Couleur de fond verte avec une légère transparence */
  color: white; /* Couleur du texte */
  padding: 5px 10px; /* Espacement autour du texte */
  border-radius: 5px; /* Coins arrondis */
  font-size: 14px; /* Taille du texte */
  font-weight: bold; /* Texte en gras */
  z-index: 10; /* Assure que l'étiquette est au-dessus de l'image */
  white-space: nowrap; /* Empêche le texte de se casser en plusieurs lignes */
}
/* From Uiverse.io by adamgiebl */
.cssbuttons-io-button {
  align-items: center;
  font-family: inherit;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  padding: 0.7em 1.4em 0.7em 1.1em;
  color: white;
  background: linear-gradient(
    0deg,
    rgba(20, 167, 62, 1) 0%,
    rgba(102, 247, 113, 1) 100%
  );
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  border-radius: 20em;
}

.cssbuttons-io-button svg {
  margin-right: 6px;
}

/* Ensures the link container doesn't interfere with the fixed positioning */
.product-link {
  position: relative;
  display: inline-block; /* Ensure it behaves like a block element, but still inline */
}

/* Ensures that the badge is always in the top-left corner of the screen */
.bgrated {
  position: absolute;
  top: 10px; /* Adjust for spacing from top */
  left: 10px; /* Adjust for spacing from the left */
  margin: 0; /* Reset any margin */
  padding: 0; /* Reset any padding */
  z-index: 1000; /* Ensure the badge is below the navbar */
  width: 80px; /* Badge width */
  height: 80px; /* Badge height */
}

/* Optional: Make sure the badge image is responsive */
.bgrated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ensure responsiveness by adding a media query */
@media (max-width: 768px) {
  .bgrated {
    top: 20px; /* Adjust spacing for smaller screens */
    left: 20px; /* Adjust spacing for smaller screens */
    width: 85px; /* Adjust size for smaller screens */
    height: 85px; /* Adjust size for smaller screens */
  }
}

.added {
  position: absolute;
  bottom: 175;
  right: 0;
  margin-right: 50px;
  width: 50px; /* Ajustez cette propriété si nécessaire */
  height: 50px; /* Couleur du texte */
  background-color: #c4ffc6ae;
  border-radius: 30px;
}
.ended {
  position: absolute; /* Positionne l'étiquette par rapport au conteneur */
  top: 10px; /* Positionne l'étiquette à 10 pixels du haut du conteneur */
  right: 10px; /* Positionne l'étiquette à 10 pixels du bord gauche du conteneur */
  background-color: rgba(
    213,
    0,
    0,
    0.603
  ); /* Couleur de fond verte avec une légère transparence */
  color: white; /* Couleur du texte */
  padding: 5px 10px; /* Espacement autour du texte */
  border-radius: 5px; /* Coins arrondis */
  font-size: 14px; /* Taille du texte */
  font-weight: bold; /* Texte en gras */
  z-index: 10; /* Assure que l'étiquette est au-dessus de l'image */
  white-space: nowrap; /* Empêche le texte de se casser en plusieurs lignes */
}

.img-thumbnail {
  width: 400px; /* Desired width */
  height: 400px; /* Desired height */
  object-fit: cover; /* Ensure images cover the box without distortion */
  border-radius: 30px;
}
.like-dislike-container {
    --dark-grey: #000000;
    --middle-grey: #000000;
    --lightest-grey: linear-gradient(#00000034,#0000001b);
    --shadow: 0 5px 15px 0 #00000026;
    --shadow-active: 0 5px 5px 0 #00000026;
    --border-radius-main: 10px;
    --border-radius-icon: 50px;
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    cursor: default;
    color: var(--dark-grey);
    opacity: .9;
    margin: auto;
    padding: 1.5rem;
    font-weight: 600;
    background: var(--lightest-grey);
    max-width: max-content;
    border-radius: var(--border-radius-main);
    box-shadow: var(--shadow);
    transition: .2s ease all;
  }
  
  .like-dislike-container:hover {
    box-shadow: var(--shadow-active);
  }
  
  .like-dislike-container .tool-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    top: 0;
    right: 0;
    border-radius: var(--border-radius-main);
  }
  
  .like-dislike-container .btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: .8rem;
    height: .8rem;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    background-color: #ff5f5f80;
    border: none;
    border-radius: var(--border-radius-main);
    transition: .2s ease all;
  }
  
  .like-dislike-container .btn-close:hover {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: #ff5f5fcc;
    box-shadow: var(--shadow-active);
  }
  
  .like-dislike-container .btn-close:active {
    width: .9rem;
    height: .9rem;
    font-size: .9rem;
    color: #ffffffde;
    --shadow-btn-close: 0 3px 3px 0 #00000026;
    box-shadow: var(--shadow-btn-close);
  }
  
  .like-dislike-container .text-content {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.6;
    cursor: default;
  }
  
  .like-dislike-container .icons-box {
    display: flex;
  }
  
  .like-dislike-container .icons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    border: 1px solid var(--middle-grey);
    border-radius: var(--border-radius-icon);
    transition: .2s ease all;
  }
  
  .like-dislike-container .icons:hover {
    opacity: .9;
    box-shadow: var(--shadow);
  }
  
  .like-dislike-container .icons:active {
    opacity: .9;
    box-shadow: var(--shadow-active);
  }
  
  .like-dislike-container .icons .btn-label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    cursor: pointer;
    position: relative;
  }
  
  .like-dislike-container .like-text-content {
    border-right: 0.1rem solid var(--dark-grey);
    padding: 0 0.6rem 0 0.5rem;
    pointer-events: none;
  }
  
  .like-dislike-container .dislike-text-content {
    border-left: 0.1rem solid var(--dark-grey);
    padding: 0 0.5rem 0 0.6rem;
    pointer-events: none;
  }
  
  .like-dislike-container .icons .svgs {
    width: 1.3rem;
    fill: #000000;
    box-sizing: content-box;
    padding: 10px 10px;
    transition: .2s ease all;
  }
  
  /* Hide the default checkbox */
  .like-dislike-container .icons .input-box {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .like-dislike-container .icons #icon-like-regular {
    display: block;
  }
  
  .like-dislike-container .icons #icon-like-solid {
    display: none;
  }
  
  .like-dislike-container .icons:hover :is(#icon-like-solid, #icon-like-regular) {
    animation: rotate-icon-like 0.7s ease-in-out both;
  }
  
  .like-dislike-container .icons #like-checkbox:checked ~ #icon-like-regular {
    display: none;
    animation: checked-icon-like 0.5s;
  }
  
  .like-dislike-container .icons #like-checkbox:checked ~ #icon-like-solid {
    display: block;
    animation: checked-icon-like 0.5s;
  }
  
  .like-dislike-container .icons #icon-dislike-regular {
    display: block;
    transform: rotate(180deg);
  }
  
  .like-dislike-container .icons #icon-dislike-solid {
    display: none;
    transform: rotate(180deg);
  }
  
  .like-dislike-container .icons:hover :is(#icon-dislike-solid, #icon-dislike-regular) {
    animation: rotate-icon-dislike 0.7s ease-in-out both;
  }
  
  .like-dislike-container .icons #dislike-checkbox:checked ~ #icon-dislike-regular {
    display: none;
    animation: checked-icon-dislike 0.5s;
  }
  
  .like-dislike-container .icons #dislike-checkbox:checked ~ #icon-dislike-solid {
    display: block;
    animation: checked-icon-dislike 0.5s;
  }
  
  .like-dislike-container .icons .fireworks {
    transform: scale(0.4);
  }
  
  .like-dislike-container .icons #like-checkbox:checked ~ .fireworks > .checked-like-fx {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 40px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    animation: 1s fireworks-bang ease-out forwards, 1s fireworks-gravity ease-in forwards, 5s fireworks-position linear forwards;
    animation-duration: 1.25s, 1.25s, 6.25s;
  }
  
  .like-dislike-container .icons #dislike-checkbox:checked ~ .fireworks > .checked-dislike-fx {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 40px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    animation: 1s fireworks-bang ease-out forwards, 1s fireworks-gravity ease-in forwards, 5s fireworks-position linear forwards;
    animation-duration: 1.25s, 1.25s, 6.25s;
  }
  
  /* Shake Animation */
  @keyframes rotate-icon-like {
    0% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  
    25% {
      transform: rotate(3deg) translate3d(0, 0, 0);
    }
  
    50% {
      transform: rotate(-3deg) translate3d(0, 0, 0);
    }
  
    75% {
      transform: rotate(1deg) translate3d(0, 0, 0);
    }
  
    100% {
      transform: rotate(0deg) translate3d(0, 0, 0);
    }
  }
  
  @keyframes rotate-icon-dislike {
    0% {
      transform: rotate(180deg) translate3d(0, 0, 0);
    }
  
    25% {
      transform: rotate(183deg) translate3d(0, 0, 0);
    }
  
    50% {
      transform: rotate(177deg) translate3d(0, 0, 0);
    }
  
    75% {
      transform: rotate(181deg) translate3d(0, 0, 0);
    }
  
    100% {
      transform: rotate(180deg) translate3d(0, 0, 0);
    }
  }
  
  /* Checked Animation */
  @keyframes checked-icon-like {
    0% {
      transform: scale(0);
      opacity: 0;
    }
  
    50% {
      transform: scale(1.2) rotate(-10deg);
    }
  }
  
  @keyframes checked-icon-dislike {
    0% {
      transform: scale(0) rotate(180deg);
      opacity: 0;
    }
  
    50% {
      transform: scale(1.2) rotate(170deg);
    }
  }
  
  /* Fireworks Animation */
  @keyframes fireworks-position {
    0%, 19.9% {
      margin-top: 10%;
      margin-left: 40%;
    }
  
    20%, 39.9% {
      margin-top: 40%;
      margin-left: 30%;
    }
  
    40%, 59.9% {
      margin-top: 20%;
      margin-left: 70%;
    }
  
    60%, 79.9% {
      margin-top: 30%;
      margin-left: 20%;
    }
  
    80%, 99.9% {
      margin-top: 30%;
      margin-left: 80%;
    }
  }
  
  @keyframes fireworks-gravity {
    to {
      transform: translateY(200px);
      opacity: 0;
    }
  }
  
  @keyframes fireworks-bang {
    to {
      box-shadow: 114px -107.3333333333px #8800ff, 212px -166.3333333333px #a600ff, 197px -6.3333333333px #ff006a, 179px -329.3333333333px #3300ff, -167px -262.3333333333px #ff0062, 233px 65.6666666667px #ff008c, 81px 42.6666666667px #0051ff, -13px 54.6666666667px #00ff2b, -60px -183.3333333333px #0900ff, 127px -259.3333333333px #ff00e6, 117px -122.3333333333px #00b7ff, 95px 20.6666666667px #ff8000, 115px 1.6666666667px #0004ff, -160px -328.3333333333px #00ff40, 69px -242.3333333333px #000dff, -208px -230.3333333333px #ff0400, 30px -15.3333333333px #e6ff00, 235px -15.3333333333px #fb00ff, 80px -232.3333333333px #d5ff00, 175px -173.3333333333px #00ff3c, -187px -176.3333333333px #aaff00, 4px 26.6666666667px #ff6f00, 227px -106.3333333333px #ff0099, 119px 17.6666666667px #00ffd5, -102px 4.6666666667px #ff0088, -16px -4.3333333333px #00fff7, -201px -310.3333333333px #00ffdd, 64px -181.3333333333px #f700ff, -234px -15.3333333333px #00fffb, -184px -263.3333333333px #aa00ff, 96px -303.3333333333px #0037ff, -139px 10.6666666667px #0026ff, 25px -205.3333333333px #00ff2b, -129px -322.3333333333px #40ff00, -235px -187.3333333333px #26ff00, -136px -237.3333333333px #0091ff, -82px -321.3333333333px #6a00ff, 7px -267.3333333333px #ff00c8, -155px 30.6666666667px #0059ff, -85px -73.3333333333px #6a00ff, 60px -199.3333333333px #55ff00, -9px -289.3333333333px #00ffaa, -208px -167.3333333333px #00ff80, -13px -299.3333333333px #ff0004, 179px -164.3333333333px #ff0044, -112px 12.6666666667px #0051ff, -209px -125.3333333333px #ff00bb, 14px -101.3333333333px #00ff95, -184px -292.3333333333px #ff0099, -26px -168.3333333333px #09ff00, 129px -67.3333333333px #0084ff, -17px -23.3333333333px #0059ff, 129px 34.6666666667px #7300ff, 35px -24.3333333333px #ffd900, -12px -297.3333333333px #ff8400, 129px -156.3333333333px #0dff00, 157px -29.3333333333px #1a00ff, -221px 6.6666666667px #ff0062, 0px -311.3333333333px #ff006a, 155px 50.6666666667px #00ffaa, -71px -318.3333333333px #0073ff;
    }
  }














@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body {
    position: relative;
    height: 100%; 
}

.footer-custom{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgb(222, 234, 248);
    box-shadow:0px 0px 10px 0.1rem rgba(0, 0, 0, 0.082);
}

.footer-custom li {
    list-style: none;
}

.navbar {
    box-shadow:0px 0px 10px 0.1rem rgba(0, 0, 0, 0.479);
}

.product-item {
    margin-bottom: 1.5em;
    position: relative;
}

.product-item h5 {
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 0.1em;
}

.product-subtitle {
    display: block;
    margin-bottom: 0.2em;
}

.product-price {
    font-weight: bold;
    display: block;
}

.col-form-label{
    font-weight: bold;
    /* margin-bottom: 0.3em; */
}

strong {
    display: block;
    padding: 7px 0;
}

[name="order"] .form-check {
    background-color: rgba(225, 232, 235, 0.295);
    padding: 1.5em 3em;
    margin-bottom: .5em;
    border-radius: .3em;
    box-shadow:0px 0px 5px 0.1rem rgba(0, 0, 0, 0.1);

}

[name="order"] .form-check:hover {
    box-shadow:0px 0px 10px 0.1rem rgba(0, 0, 0, 0.30);
}

.cart-summary {
    padding: 1em;
    background-color: rgba(225, 232, 235, 0.295);
    box-shadow:0px 0px 5px 0.1rem rgba(0, 0, 0, 0.1);
}