@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url("https://fonts.cdnfonts.com/css/montserrat");
.auth-field {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #111827;
  background: white;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none; }
  .auth-field::-moz-placeholder {
    color: #9ca3af; }
  .auth-field::placeholder {
    color: #9ca3af; }
  .auth-field:focus {
    border-color: #111827;
    box-shadow: 0 0 0 1px #111827; }

.auth-field-password {
  padding-right: 44px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s; }

.hide-price-global-true {
  position: fixed;
  top: 105px;
  right: 25px;
  z-index: 98; }

.btn-add-principale {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #bdbcbc;
  font-weight: bolder;
  background-color: white !important; }

.hide-price-global-false {
  position: fixed;
  top: 105px;
  right: 75px;
  z-index: 98; }

.product-card {
  box-shadow: 0 2px 7px #dfdfdf;
  background: #fafafa;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 15px; }

.fa-eye {
  display: none; }

.display-eye {
  display: inline !important; }

.product-card:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.5);
  transition: 0.5s; }

.product-card:hover .fa-eye {
  transition: 0.5s;
  display: block; }

.product-card:hover .btn-icon-wishlist {
  transition: 0.5s;
  display: block; }

.product-card:hover .btn-icon-wishlist-check {
  transition: 0.5s;
  display: block; }

.badge {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  padding: 8px 10px;
  width: 100%; }

.badge-client {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  padding: 8px;
  width: 20%;
  border-radius: 10px; }

.badge-client-show-item {
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 4px 18px;
  width: 35%;
  border-radius: 4px; }

.product-tumb {
  height: 190px;
  background: white;
  box-shadow: 0 1px 1px #dfdfdf; }

.product-tumb img {
  max-width: 100%;
  max-height: 100%; }

.product-details {
  padding: 15px; }

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(27, 22, 22, 0.507);
  margin-bottom: 4px; }

.product-details h5 a {
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  transition: 0.3s; }

.product-details h5 a:hover {
  color: #fbb72c; }

.product-details p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #5e5d5d; }

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
  height: 60px; }

.product-price {
  font-size: 18px;
  color: #fbb72c;
  font-weight: 600; }

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px; }

.product-links {
  text-align: center; }

.product-links a {
  display: inline-block;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.685);
  transition: 0.3s;
  font-size: 30px; }

.product-links a:hover {
  color: #fbb72c; }

.input_quantity {
  width: 150px;
  margin: 6px auto 0px auto;
  text-align: center;
  height: 25px; }

.input_quantity-show {
  width: 150px;
  margin: 7px auto 0px auto;
  text-align: center;
  height: 35px; }

.btn-qty-input {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 4px;
  width: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  font-size: 15px;
  margin: 0px 10px; }

.btn-qty-input-show {
  border: 0px solid black;
  background-color: white;
  color: #2b2b55;
  width: 40px;
  cursor: pointer;
  font-weight: bolder;
  font-size: 30px;
  margin-left: 8px;
  margin-right: 8px; }

.btn-qty-input:hover {
  border: 2px solid black;
  background-color: #000000;
  color: white; }

.bg-btn-add-cart-rupture {
  background-color: #f351518e;
  margin-top: 0px;
  border-radius: 15px;
  margin-top: 5px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.bg-btn-add-cart-inside {
  background-color: white;
  color: black;
  border: 1px solid black;
  margin-top: 15px;
  margin-top: 5px;
  padding: 12px; }

.bg-btn-add-cart-add {
  width: 100%;
  background-color: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  border-radius: 15px;
  border: 1px solid gray;
  color: black; }

.bg-btn-add-cart-add:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.hide-btn {
  display: none; }

.pagination {
  margin-top: 50px;
  margin-bottom: 100px;
  justify-content: center; }

.badge-section {
  position: absolute;
  top: 25px;
  left: 20px;
  width: 100%; }

.show-section {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 99; }

.add-to-cart-new {
  position: absolute;
  top: 100px;
  right: 18px;
  z-index: 99; }

.btn-add-wishlist {
  position: absolute;
  top: 110px;
  right: 20px; }

.btn-add-wishlist-show {
  width: 100%; }

.btn-icon-wishlist {
  border: transparent;
  background-color: white;
  font-size: 28px;
  padding: 0 10px;
  display: none; }
  .btn-icon-wishlist svg {
    color: #8f8b8b83; }

.btn-icon-wishlist-check {
  border: transparent;
  background-color: white;
  font-size: 28px;
  padding: 0 6px; }
  .btn-icon-wishlist-check svg {
    color: red; }

.card-dispo {
  background-color: green;
  color: white; }

.card-dispo-le {
  background-color: #d66800;
  color: white; }

.fa-eye {
  color: #8f8b8b83; }

@media (max-width: 680px) {
  .hide-price-global-true {
    position: fixed;
    top: 90px;
    right: 25px; }
  .hide-price-global-false {
    position: fixed;
    top: 90px;
    left: 25px; } }

.input_quantity_cart {
  text-align: center;
  height: 25px;
  min-width: 150px; }

.btn-qty-input-cart {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 4px;
  width: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  font-size: 15px;
  margin: 0px 10px; }

.btn-qty-input-cart:hover {
  border: 2px solid black;
  background-color: #000000;
  color: white; }

@media only screen and (min-width: 1050px) {
  /* For mobile phones: */
  .img-cart-cadre {
    padding: 0.10rem;
    background-color: #fff;
    max-width: 100px;
    height: 90px; }
  .image-wishlist img {
    width: 70px;
    height: 70px; }
  .width-cart {
    margin: 0 auto;
    width: 80%; }
  .h-custom {
    height: 100vh !important; } }

@media only screen and (max-width: 1049px) {
  /* For mobile phones: */
  .ref-cart {
    font-size: 14px; }
  .img-cart-cadre {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto; }
  .image-wishlist img {
    width: 65px;
    height: 65px; }
  .width-cart {
    margin: 0 auto;
    width: 100%; } }

.cart-input-new {
  width: 80px;
  height: 40px; }

@media only screen and (max-width: 1050px) {
  /* For mobile phones: */
  #img-order-item {
    width: 50px;
    height: 50px; }
  .order-items-page {
    width: 90%;
    overflow-x: auto;
    margin: 0px auto 25px auto; }
  .display-float-prices-order {
    margin: 0px auto 80px auto;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 2px 7px #dfdfdf; } }

@media only screen and (min-width: 1049px) {
  /* For mobile phones: */
  #img-order-item {
    width: 65px;
    height: 65px; }
  .order-items-page {
    width: 80%;
    overflow-x: auto;
    margin: 0px auto 100px auto; }
  .display-float-prices-order {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 2px 7px #dfdfdf; } }

.btn-wishlist-show-item {
  position: absolute;
  top: -100px;
  right: 5px;
  z-index: 1; }

.add-to-cart-show:hover {
  background-color: white;
  color: black;
  border: 1px black solid; }

.bg-btn-add-cart-rupture-show {
  background-color: #f351518e;
  width: 100%;
  border-radius: 15px;
  margin-top: 40px;
  padding: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.bg-btn-add-cart-inside-show {
  background-color: white;
  width: 100%;
  text-align: center;
  margin: 5px auto;
  padding: 18px 100px;
  border: 1px solid black; }

.username {
  font-size: 12px; }

.comment-profile {
  line-height: 17px; }

.date span {
  font-size: 12px; }

.p-ratings i {
  color: #f6d151;
  font-size: 12px; }

.btn-long {
  padding-left: 35px;
  padding-right: 35px; }

.buttons {
  margin-top: 15px; }

.buttons .btn {
  height: 46px; }

.buttons .cart {
  border-color: #ff7676;
  color: #ff7676; }

.buttons .cart:hover {
  background-color: #e86464 !important;
  color: #fff; }

.buttons .buy {
  color: #fff;
  background-color: #ff7676;
  border-color: #ff7676; }

.buttons .buy:focus,
.buy:active {
  color: #fff;
  background-color: #ff7676;
  border-color: #ff7676;
  box-shadow: none; }

.buttons .buy:hover {
  color: #fff;
  background-color: #e86464;
  border-color: #e86464; }

.buttons .wishlist {
  background-color: #fff;
  border-color: #ff7676; }

.buttons .wishlist:hover {
  background-color: #e86464;
  border-color: #e86464;
  color: #fff; }

.buttons .wishlist:hover i {
  color: #fff; }

.buttons .wishlist i {
  color: #ff7676; }

label.radio {
  cursor: pointer; }

label.radio input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none; }

label.radio span {
  border: 2px solid #8f37aa;
  display: inline-block;
  color: #8f37aa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  transition: 0.5s all; }

label.radio .red {
  background-color: red;
  border-color: red; }

label.radio .blue {
  background-color: blue;
  border-color: blue; }

label.radio .green {
  background-color: green;
  border-color: green; }

label.radio .orange {
  background-color: orange;
  border-color: orange; }

label.radio input:checked + span {
  color: #fff;
  position: relative; }

label.radio input:checked + span::before {
  opacity: 1;
  content: '\2713';
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  left: 4px; }

.add-to-cart-item-show {
  display: flex;
  justify-content: center; }

@media (min-width: 1200px) {
  .add-to-cart-show {
    background-color: black;
    color: white;
    width: 100%; }
  .item-solo {
    margin: 0 auto;
    width: 80%; }
  .card-similar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px; } }

@media (max-width: 1199px) {
  .add-to-cart-show {
    background-color: black;
    color: white;
    width: 100%; }
  .item-solo {
    margin: 0 auto;
    width: 85%; }
  .card-similar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px; } }

@media (max-width: 990px) {
  .card-similar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
  .item-solo {
    margin: 0 auto;
    width: 90%; }
  .add-to-cart-show {
    margin-top: 25px;
    background-color: black;
    color: white;
    width: 100%; }
  .add-to-cart-item-show {
    display: block; } }

.wrapper-show {
  display: flex;
  justify-content: center; }

.image-thumbnails-container {
  display: flex;
  align-items: center;
  /* Centre verticalement les vignettes par rapport à l'image principale */ }

.wrapper-show .thumbnail {
  width: 120px;
  max-height: 450px;
  margin-left: -50px;
  /* Si tu veux conserver ce décalage */
  opacity: 0.95;
  display: flex;
  flex-direction: column; }

.scroll-active {
  padding-top: 10px;
  overflow-y: scroll; }

.wrapper-show .thumbnail.active {
  opacity: 1;
  border: 2px solid #202020; }

.wrapper-show .thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  border-radius: 10px;
  border: gray solid 1px; }

.wrapper-show .mainImage {
  overflow: hidden;
  width: 100%;
  height: 600px;
  border-radius: 10px;
  cursor: zoom-in;
  border: gray 1px solid; }

.wrapper-show .mainImage img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover; }

.hidden {
  display: none; }

.thead-wishlist,
.tr-wishlist {
  display: table;
  width: 100%;
  table-layout: fixed; }

.tbody-wishlist {
  display: block;
  height: 660px;
  overflow: auto; }

@media (max-width: 990px) {
  .thead-wishlist,
  .tr-wishlist {
    display: inline;
    width: 100%;
    overflow: auto; }
  .tbody-wishlist {
    display: block;
    height: 660px;
    overflow: auto; } }

.alert {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 2000;
  max-width: 380px;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  font-size: 13px; }

.auto-dismiss {
  animation: fadeOut 12s ease-in forwards; }

@keyframes fadeOut {
  0%, 80% {
    opacity: 1; }
  100% {
    opacity: 0;
    pointer-events: none; } }

.avatar {
  width: 40px;
  border-radius: 50%; }

.avatar-large {
  width: 56px;
  border-radius: 50%; }

.avatar-bordered {
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid; }

.avatar-square {
  width: 40px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid; }

#navbar {
  height: 62px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); }

.navbar-inner {
  max-width: 1800px; }

.navbar-logo-link {
  line-height: 1.2; }

#navbar-links {
  scrollbar-width: none;
  -ms-overflow-style: none; }
  #navbar-links::-webkit-scrollbar {
    display: none; }

.navbar-icon-btn {
  border: 1px solid #e5e7eb;
  outline: none; }

.navbar-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  font-size: 9px;
  font-weight: 700;
  font-family: inherit;
  color: white; }
  .navbar-badge--cart {
    background: #374151; }
  .navbar-badge--wishlist {
    background: #fb7185; }

.navbar-price-icon {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  z-index: 1; }
  .navbar-price-icon--hidden {
    color: #f87171; }
  .navbar-price-icon--visible {
    color: #6b7280; }

#user-dd-menu {
  top: 100%; }

#navbar-mobile-menu {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  max-height: 80vh;
  overflow-y: auto; }

#search-overlay {
  background: rgba(17, 24, 39, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px); }

.search-overlay-content {
  pointer-events: none; }

.search-overlay-form {
  max-width: 680px;
  pointer-events: auto; }

.search-form-wrap {
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); }

.search-hint {
  pointer-events: none; }

.search-kbd {
  background: rgba(255, 255, 255, 0.15);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace; }

button.navbar-lnk {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  -webkit-font-smoothing: antialiased; }

.navbar-lnk:hover {
  color: #111827 !important;
  border-bottom-color: #111827 !important; }

.search-overlay-input {
  width: 100% !important;
  padding: 18px 18px 18px 52px !important;
  font-size: 18px !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: white !important;
  color: #111827 !important;
  font-family: "Montserrat", sans-serif !important;
  flex: 1 !important;
  min-width: 0 !important; }
  .search-overlay-input::-moz-placeholder {
    color: #9ca3af !important; }
  .search-overlay-input::placeholder {
    color: #9ca3af !important; }

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1500px;
  margin: auto;
  padding-left: 70px;
  padding-right: 70px; }

.cards-dash {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  max-width: 1250px;
  margin: auto;
  padding-left: 70px;
  padding-right: 70px; }

.cards-category {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  max-width: 1600px;
  margin: 20px auto 100px auto;
  padding-left: 40px;
  padding-right: 40px; }

.message_frais_more_black_index {
  padding: 25px;
  background-color: #8f8b8b;
  color: white;
  width: 70%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid gray;
  margin: 25px auto 100px auto; }

.message_frais_more_black_cart {
  padding: 20px 10px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid gray;
  margin: 10px auto;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }

.title-page {
  margin: 100px auto 0px auto;
  background-color: rgba(35, 42, 63, 0.089);
  max-width: 500px;
  padding: 10px; }

.title-card {
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.39); }

.title-card-cat {
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.39); }

.card-catalogue-index {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }

.cards-index {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  width: 1500px;
  margin: auto; }

.card-category {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }

.card-category-dash {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: end;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }

.card-category-index {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

@media (min-width: 100px) and (max-width: 600px) {
  .cards {
    grid-template-columns: 1fr;
    grid-row-gap: 8px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .cards-category {
    display: block;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .cards-catalogues-index {
    display: grid;
    grid-template-columns: 1fr;
    width: 400px;
    margin: auto; }
  .card-catalogue-index {
    height: 350px; }
  .card-category {
    height: 350px; }
  .message_frais_more_black_index {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 601px) and (max-width: 1000px) {
  .cards-catalogues-index {
    display: grid;
    grid-template-columns: 1fr;
    width: 500px;
    margin: auto; }
  .card-catalogue-index {
    height: 350px; }
  .cards {
    grid-template-columns: 1fr; }
  .cards-category {
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 1001px) and (max-width: 1599px) {
  .cards-catalogues-index {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    max-width: 1200px;
    margin: auto; }
  .card-catalogue-index {
    height: 500px; }
  .cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 100px; }
  .cards-dash {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 100px; }
  .cards-category {
    grid-template-columns: 1fr 1fr 1fr; } }

@media (min-width: 1600px) {
  .cards-catalogues-index {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    width: 1100px;
    margin: auto; }
  .card-catalogue-index {
    height: 450px; }
  .cards {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .cards-dash {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .cards-category {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

.breadcrumbs-display {
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
  background-color: #E9ECEF;
  color: #6c757d; }
  .breadcrumbs-display a {
    color: black;
    font-weight: bolder;
    background-color: white;
    padding: 5px 14px;
    border-radius: 10px; }
  .breadcrumbs-display a:hover {
    color: gray;
    font-weight: bolder; }

body {
  font-family: "Montserrat", sans-serif;
  padding-top: 98px; }

a {
  text-decoration: none; }

#navbar .dropdown-item:hover, #navbar .dropdown-item:focus {
  background-color: #f9fafb;
  color: #111827; }

#navbar .nav-link:hover {
  color: #111827 !important; }

nav::-webkit-scrollbar {
  display: none; }

.faire-cat-card {
  position: relative;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: transform 0.3s ease; }
  .faire-cat-card:hover {
    transform: scale(1.02); }
  .faire-cat-card--no-img {
    background: #f3f4f6;
    align-items: center; }

.faire-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  transition: background 0.3s ease; }

.faire-cat-card:hover .faire-cat-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 60%); }

.faire-cat-name {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0 12px 14px;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .faire-cat-name--dark {
    color: #374151;
    position: static;
    padding: 0 12px; }

.faire-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; }

@media (max-width: 1400px) {
  .faire-grid {
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 1050px) {
  .faire-grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 680px) {
  .faire-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; } }

.faire-product-card {
  background: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: transparent; }
  .faire-product-card * {
    -webkit-tap-highlight-color: transparent; }

.faire-product-img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f7f7f7; }
  .faire-product-img-wrap:hover .faire-wishlist-btn {
    opacity: 1; }

.faire-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  background: white;
  color: #111827;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.5px; }

.faire-item-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px; }
  .faire-item-badges .faire-item-badge {
    background: white;
    color: #111827;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.3px;
    display: inline-block; }

.faire-wishlist-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease; }
  .faire-wishlist-btn.faire-wishlist-btn--active {
    opacity: 1; }
  .faire-wishlist-btn .btn-add-wishlist {
    position: static; }
  .faire-wishlist-btn .btn-icon-wishlist,
  .faire-wishlist-btn .btn-icon-wishlist-check {
    border: none;
    background: white;
    font-size: 18px;
    padding: 5px 7px;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    display: block;
    line-height: 1; }
    .faire-wishlist-btn .btn-icon-wishlist svg, .faire-wishlist-btn .btn-icon-wishlist i,
    .faire-wishlist-btn .btn-icon-wishlist-check svg,
    .faire-wishlist-btn .btn-icon-wishlist-check i {
      color: #555; }
  .faire-wishlist-btn .btn-icon-wishlist-check svg, .faire-wishlist-btn .btn-icon-wishlist-check i {
    color: #e53e3e; }

.faire-img-link {
  display: block;
  width: 100%;
  height: 100%; }

.faire-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.25s ease; }

.faire-product-info {
  padding: 10px 6px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px; }

.faire-ref {
  font-size: 10px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0; }

.faire-name {
  font-size: 13px;
  color: #111827;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px; }

.faire-price {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin: 4px 0 0; }

.faire-price-unit {
  font-weight: 400;
  color: #9ca3af;
  font-size: 11px; }

.faire-price-promo {
  font-size: 13px;
  font-weight: 700;
  color: #c0392b; }

.faire-price-old {
  font-size: 11px;
  font-weight: 400;
  color: #111827;
  text-decoration: line-through; }

.faire-pcb {
  font-size: 11px;
  color: #9ca3af;
  margin: 0; }

.faire-price-blurred {
  filter: blur(5px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none; }

.faire-dispo {
  margin-top: 4px; }

.faire-dispo-ok {
  font-size: 11px;
  color: #059669;
  font-weight: 600; }

.faire-dispo-soon {
  font-size: 11px;
  color: #d97706;
  font-weight: 600; }

.faire-dispo-out {
  font-size: 11px;
  color: #dc2626;
  font-weight: 600; }

.faire-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-top: 1px solid #f3f4f6;
  padding-top: 10px;
  margin-top: 8px; }

.faire-qty-val {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  min-width: 32px;
  text-align: center; }

.faire-qty-btn,
.btn-add-principale {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
  background: white;
  font-weight: 700;
  font-size: 16px;
  color: #374151;
  cursor: pointer;
  transition: all 0.15s;
  padding: 0; }
  .faire-qty-btn:hover:not(:disabled),
  .btn-add-principale:hover:not(:disabled) {
    background: #f3f4f6;
    border-color: #9ca3af; }
  .faire-qty-btn:disabled,
  .btn-add-principale:disabled {
    opacity: 0.35;
    cursor: not-allowed; }

form:has(.faire-qty-btn),
form:has(.btn-add-principale) {
  display: contents; }

.qty-pill-wrap {
  display: inline-flex;
  align-items: center;
  border: 2px solid #e5e7eb;
  border-radius: 100px;
  padding: 5px 8px;
  background: white;
  transition: border-color 0.15s; }
  .qty-pill-wrap:hover {
    border-color: #9ca3af; }
  .qty-pill-wrap > div {
    display: flex;
    align-items: center; }
    .qty-pill-wrap > div > div {
      display: flex;
      align-items: center; }
  .qty-pill-wrap .btn-add-principale {
    border-color: transparent;
    background: transparent; }
    .qty-pill-wrap .btn-add-principale:hover:not(:disabled) {
      background: #f3f4f6; }

.add-to-cart-item-show {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap; }

.input_quantity {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  min-width: 40px;
  text-align: center; }

.width-card-new {
  width: 100%; }

#float-prices-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
  z-index: 500;
  padding: 12px 24px; }
  #float-prices-bar .float-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 14px;
    color: #6b7280;
    flex-wrap: wrap; }
  #float-prices-bar strong {
    color: #111827; }
  #float-prices-bar .sep {
    color: #e5e7eb; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 40px 0 60px;
  list-style: none;
  padding: 0; }
  .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    background: white;
    transition: all 0.15s; }
    .pagination .page-item .page-link:hover {
      background: #f9fafb;
      border-color: #9ca3af;
      color: #111827; }
  .pagination .page-item.active .page-link {
    background: #111827;
    border-color: #111827;
    color: white;
    font-weight: 700; }
  .pagination .page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none; }

.auto-dismiss {
  animation: fadeOut 12s ease-in forwards; }

@keyframes fadeOut {
  0%, 85% {
    opacity: 1; }
  100% {
    opacity: 0;
    pointer-events: none; } }

.back_to_top {
  position: fixed !important;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999; }
  .back_to_top:hover {
    background: #f9fafb; }
  .back_to_top i {
    font-size: 12px;
    color: #6b7280; }

.breadcrumbs-display-new {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 16px; }
  .breadcrumbs-display-new a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500; }
    .breadcrumbs-display-new a:hover {
      color: #111827; }

.faire-search {
  display: flex; }
  .faire-search input {
    border: 1px solid #e5e7eb;
    border-right: none;
    padding: 8px 14px;
    font-size: 13px;
    width: 260px;
    outline: none;
    background: white; }
    .faire-search input:focus {
      border-color: #374151; }
    .faire-search input::-moz-placeholder {
      color: #aaa;
      font-style: italic; }
    .faire-search input::placeholder {
      color: #aaa;
      font-style: italic; }
  .faire-search button {
    background: #111827;
    color: white;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 13px; }
    .faire-search button:hover {
      background: #374151; }

.price-toggle-strike {
  text-decoration: line-through !important;
  text-decoration-color: currentColor !important;
  text-decoration-line: line-through !important; }

.cat-tabs-nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important; }
  .cat-tabs-nav::-webkit-scrollbar {
    display: none !important; }

.price-btn-hidden {
  position: relative !important;
  overflow: hidden !important; }
  .price-btn-hidden::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 2px;
    background: #dc2626;
    transform: translate(-50%, -50%) rotate(-35deg);
    border-radius: 1px; }

.home-tab {
  display: inline-flex;
  flex-shrink: 0 !important;
  align-items: center;
  height: 46px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
  flex-shrink: 0; }
  .home-tab:hover {
    color: #111827; }
  .home-tab--active {
    color: #111827;
    border-bottom-color: #111827; }

.sort-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  justify-content: center; }

.sort-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.15s; }
  .sort-pill:hover {
    border-color: #111827;
    color: #111827;
    text-decoration: none; }
  .sort-pill--active {
    background: #111827;
    border-color: #111827;
    color: #fff; }
    .sort-pill--active:hover {
      color: #fff; }

.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }

@media (max-width: 900px) {
  .collections-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 560px) {
  .collections-grid {
    grid-template-columns: 1fr; } }

.coll-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  cursor: pointer; }
  .coll-card:hover .coll-img {
    transform: scale(1.04); }
  .coll-card:hover .coll-overlay {
    background: rgba(0, 0, 0, 0.1); }

.coll-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease; }
  .coll-img--placeholder {
    background: #f3f4f6; }

.coll-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease; }

.coll-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 100%); }

.coll-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 4px; }

.coll-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin: 0 0 8px;
  line-height: 1.25;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

.coll-cta {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px; }

.categories-home-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px; }

@media (max-width: 1200px) {
  .categories-home-grid {
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 900px) {
  .categories-home-grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 560px) {
  .categories-home-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; } }

.cat-home-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  cursor: pointer; }
  .cat-home-card:hover .cat-home-img {
    transform: scale(1.04); }
  .cat-home-card:hover .cat-home-overlay {
    background: rgba(0, 0, 0, 0.1); }

.cat-home-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease; }
  .cat-home-img--placeholder {
    background: #f3f4f6; }

.cat-home-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 55%);
  transition: background 0.3s ease; }

.cat-home-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 12px 12px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin: 0;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

@media (max-width: 768px) {
  .faire-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; }
  #float-prices-bar .float-inner {
    font-size: 11px;
    gap: 10px; } }

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  padding-left: 0;
  list-style: none; }
  .pagination .page-item .page-link {
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px !important;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: white;
    transition: background 0.15s, color 0.15s; }
    .pagination .page-item .page-link:hover {
      background: #f3f4f6;
      color: #111827; }
  .pagination .page-item.active .page-link {
    background: #111827;
    border-color: #111827;
    color: white; }
  .pagination .page-item.disabled .page-link {
    color: #9ca3af;
    background: white;
    border-color: #e5e7eb; }
  .pagination .page-item.disabled.gap .page-link {
    border-color: transparent;
    background: transparent;
    color: #6b7280;
    letter-spacing: 1px; }

@media (max-width: 640px) {
  .pagination {
    gap: 3px; }
    .pagination .page-item .page-link {
      font-size: 12px;
      padding: 5px 8px;
      min-width: 36px;
      text-align: center; } }

.table-page-wrap {
  padding-top: 32px;
  padding-bottom: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px; }

.table-scroll-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 640px) {
  .table-page-wrap {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 48px; }
  .table-scroll-wrap table {
    min-width: 520px; } }

.order-show-bottom-pad {
  padding-bottom: 80px; }

.order-bottom-wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap; }

.order-shipping-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  padding: 12px 16px;
  background: #f9fafb; }

.order-totals-card {
  width: min(24rem, 100%);
  margin-left: auto; }

.order-eye-btn span {
  color: white !important; }

.order-eye-btn span svg,
.order-eye-btn span svg path {
  fill: white !important; }

.flash-anim {
  animation: slideInFlash 0.3s ease; }

.flash-close-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #9ca3af;
  line-height: 1; }

@keyframes slideInFlash {
  from {
    opacity: 0;
    transform: translateY(16px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.flash-toast-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #111827;
  color: white;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); }

.flash-toast-close {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 16px; }
  .flash-toast-close:hover {
    color: white; }

.annonce-bar {
  height: 36px; }

.annonce-ticker {
  display: flex;
  white-space: nowrap;
  animation: annonce-scroll 15s linear infinite; }

.annonce-ticker__text {
  padding-right: 400px;
  flex-shrink: 0; }

@keyframes annonce-scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }

.float-price-empty {
  color: #9ca3af;
  font-size: 13px; }

.float-price-total {
  font-weight: 400;
  color: #6b7280; }

.float-prices-blurred {
  filter: blur(4px); }

.cart-qty-pill {
  display: inline-flex;
  align-items: center;
  border: 2px solid #d1d5db;
  border-radius: 9999px;
  padding: 6px 8px;
  background: white; }

.cart-qty-input {
  -moz-appearance: textfield; }

.cart-qty-input::-webkit-outer-spin-button,
.cart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input.no-spin[type=number] {
  -moz-appearance: textfield; }

input.no-spin[type=number]::-webkit-outer-spin-button,
input.no-spin[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.search-input {
  width: 220px;
  padding: 8px 14px !important;
  font-size: 13px !important;
  border: 1px solid #e5e7eb !important;
  border-right: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: white !important;
  color: #374151 !important;
  font-family: "Montserrat", sans-serif !important;
  transition: border-color 0.15s; }
  .search-input:focus {
    border-color: #374151 !important;
    box-shadow: none !important; }
  .search-input::-moz-placeholder {
    color: #9ca3af !important; }
  .search-input::placeholder {
    color: #9ca3af !important; }

.wishlist-page-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px; }

.wishlist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px; }

.wishlist-header-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0; }

.wishlist-header-link {
  font-size: 13px;
  color: #6b7280;
  border: 1px solid #e5e7eb;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 2px; }
  .wishlist-header-link:hover {
    border-color: #9ca3af;
    color: #374151; }

.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; }

.wishlist-card {
  position: relative;
  background: white;
  border: 1px solid #f3f4f6;
  border-radius: 2px;
  overflow: hidden; }

.wishlist-card-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  background: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #9ca3af; }
  .wishlist-card-delete:hover {
    background: #fee2e2 !important;
    color: #dc2626 !important; }
  .wishlist-card-delete i {
    font-size: 10px; }

.wishlist-card-img-link {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f7f7f7; }

.wishlist-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease; }
  .wishlist-card-img:hover {
    transform: scale(1.04); }

.wishlist-card-info {
  padding: 10px 10px 12px; }

.wishlist-card-ref {
  font-size: 10px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 3px; }

.wishlist-card-name {
  font-size: 12px;
  color: #111827;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 32px; }

.wishlist-in-cart {
  font-size: 11px;
  color: #059669;
  font-weight: 600;
  text-align: center;
  padding: 7px;
  background: #f0fdf4;
  border-radius: 2px; }

.wishlist-sold-out {
  font-size: 11px;
  color: #dc2626;
  font-weight: 600;
  text-align: center;
  padding: 7px;
  background: #fff1f2;
  border-radius: 2px; }

.wishlist-add-btn {
  width: 100%;
  background: #111827;
  color: white;
  border: none;
  padding: 9px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
  letter-spacing: 0.3px;
  display: block; }
  .wishlist-add-btn:hover {
    background: #374151; }

.wishlist-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 120px; }

.wishlist-empty-icon {
  font-size: 52px;
  color: #e5e7eb;
  margin-bottom: 20px; }

.wishlist-empty-title {
  font-size: 20px;
  font-weight: 700;
  color: #374151;
  margin: 0 0 10px; }

.wishlist-empty-text {
  font-size: 14px;
  color: #9ca3af;
  margin: 0 0 24px; }

.wishlist-empty-link {
  background: #111827;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 2px; }
  .wishlist-empty-link:hover {
    background: #374151; }

@media (max-width: 1200px) {
  .wishlist-grid {
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 900px) {
  .wishlist-grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 640px) {
  .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px; }
  .wishlist-page-wrap {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px; } }

.order-edit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px; }

.order-edit-label {
  font-size: 11px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 4px; }

.order-edit-title {
  font-size: 20px;
  font-weight: 700;
  color: #dc2626;
  margin: 0; }

.order-edit-status-badge {
  font-size: 12px;
  color: #6b7280;
  background: #fef3c7;
  border: 1px solid #fde68a;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600; }
  .order-edit-status-badge i {
    margin-right: 5px; }

.order-edit-delete-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff1f2;
  text-decoration: none;
  color: #dc2626;
  transition: all 0.15s; }
  .order-edit-delete-btn:hover {
    background: #dc2626 !important;
    color: white !important; }
  .order-edit-delete-btn i {
    font-size: 11px; }

.order-edit-thumb {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  border: 1px solid #f3f4f6;
  display: block; }

.order-edit-ref {
  font-size: 11px;
  color: #6b7280;
  font-family: monospace;
  font-weight: 700;
  text-transform: uppercase; }

.order-edit-name {
  color: #374151;
  font-weight: 500;
  max-width: 280px; }

.order-edit-price {
  font-weight: 600;
  color: #374151; }

.order-edit-price-input {
  width: 80px;
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  background: #f9fafb; }

.order-edit-qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 2px 6px; }

.order-edit-qty-btn {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.order-edit-qty-input {
  width: 52px;
  text-align: center;
  border: none;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  padding: 0;
  background: none;
  -moz-appearance: textfield; }
  .order-edit-qty-input::-webkit-outer-spin-button, .order-edit-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.order-edit-recap {
  width: 320px;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  padding: 20px 24px;
  background: #fafafa; }

.order-edit-confirm-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #111827;
  color: white;
  padding: 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  margin-top: 16px;
  letter-spacing: 0.3px; }
  .order-edit-confirm-btn:hover {
    background: #374151;
    color: white; }

.order-complete-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px 120px; }

.order-complete-icon {
  width: 64px;
  height: 64px;
  background: #f0fdf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px; }
  .order-complete-icon i {
    font-size: 24px;
    color: #059669; }

.order-complete-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px; }

.order-complete-text {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 32px;
  max-width: 400px;
  line-height: 1.6; }

.order-complete-link {
  background: #111827;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block; }
  .order-complete-link:hover {
    background: #374151;
    color: white; }

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal; }
