* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #ff6600;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

.hero {
    background-color: #ffa500;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.cta {
    padding: 15px 30px;
    background-color: #008000;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.categories {
    padding: 50px 20px;
    text-align: center;
}

.category-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    
}

/* === Menu mobile === */
.mobile-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #ff6600;
    color: white;
    transition: left 0.3s ease;
    z-index: 1000;
}

.mobile-menu ul {
    list-style: none;
    padding: 20px;
}

.mobile-menu ul li {
    margin: 20px 0;
}

.mobile-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

/* === Media Queries === */
@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .hamburger {
        display: block;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 28px;
    }

    .cta {
        font-size: 12px;
    }
}


.offcanvas-start {
    width: 70%; /* Ajuster la largeur du menu */
}

@media only screen and (max-device-width: 768px){
    #hide_on_mobile{
        display: none;
    }
}


#mycard  .card-body p,h5{
    webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(123, 123, 123);
    display: -webkit-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 4px;
    margin-top: 0px;
    overflow: hidden;
  
}

#mycard  .card-body #prix{
    webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgb(123, 123, 123);
    display: -webkit-box;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 4px;
    margin-top: 0px;
    overflow: hidden;
   font-weight: bold;

  }

  
#mycard  .card-body #prix_panier{
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

    color: rgb(67, 158, 74);

    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   }
   
#mycard  .card-body button{
    font-size: 15px;
    background-color: #ffa500;
    color: white;
    font-weight: 600;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
   }

     
#mycard  .card-body button:hover{
    background-color: #ff6600;
    color: white;
    font-weight: 600;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
   }
/*--------------------------------------------------------------*/



/*------------------------------------PRODUCTS SECTION-------------------------------------------*/

.product-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* Aligner les éléments au début */
    background-color: white;
}

.product-container .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.product-container img {
    max-width: 75%;
    height: auto;
    margin-right: 20px; /* Espace entre l'image et les détails */
}

.product-container .product-details {
    flex: 1; /* Laisser les détails du produit occuper tout l'espace restant */
    margin-top: 0;
}

@media (max-width: 768px) {
    .product-container .row {
        flex-direction: column; /* Passer en colonne sur mobile */
        align-items: center; /* Centrer les éléments sur mobile */
        margin-left: 20px;
        margin-right: 20px;

      
    }

    .product-container img {
        margin-right: 0;
        margin-bottom: 20px; /* Ajouter de l'espace sous l'image sur mobile */
    }

    .product-container .product-details {
        margin-top: 0; /* Supprimer l'espace supplémentaire sur mobile */
    }

    .product-container .row ,p, span, h2 {
       font-size: 13px;
    }
}

@media (max-width: 768px) {
    .votre-classe-image {
      order: 1; /* ou un autre ordre */
    }
  }

  @media (max-width: 768px) {
    .votre-classe-image {
      position: relative; /* ou un autre réglage de position */
    }
  }

  #btn_ekle{

    background-color: #ff6000;
    width: 200px;
    border: none;
  }
  
  #btn_ekle:hover{

    background-color:rgb(22, 189, 6);
    width: 200px;
    border: none;
  }
  
  /*---------------------------------------------------*/
  











/*
header {
    border-bottom: 2px solid orange;
}

.nav-link {
    padding: 10px 20px;
}

input[type="text"] {
    border: 1px solid #ccc;
}

button {
    color: white;
    background-color: orange;
}

.cart img {
    margin-right: 5px;
}

*/
/*
#mycard .card {
  background-color: #f2f2f2;
  border-radius: 15px;
  border: 1px solid #ddd;
  padding: 15px;
  transition: 0.3s ease;
}

#mycard .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

#mycard .card img {
  border-radius: 10px;
  margin-bottom: 15px;
}

#mycard .card-body {
  text-align: left;
}

#mycard .card-body h5 {
  font-weight: bold;
  font-size: 16px;
  color: #222;
}

#mycard .card-body .subtitle {
  color: #777;
  font-size: 14px;
  margin-bottom: 8px;
}

#mycard .stars {
  color: gold;
  margin-bottom: 8px;
}

#mycard #prix {
  font-weight: bold;
  font-size: 16px;
  color: #444;
}

#mycard #prix_panier {
  color: #2e9e44;
  font-weight: bold;
  margin-bottom: 12px;
}

#mycard .add-btn {
  background-color: #ffa500;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  width: 100%;
  transition: 0.3s;
}

#mycard .add-btn:hover {
  background-color: #ff6600;
}
*/

.product-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.image-wrapper {
  height: 180px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-detail {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.product-price {
  margin-bottom: 15px;
}

.current-price {
  font-size: 18px;
  font-weight: bold;
  color: #e60023;
}

.cart-price {
  font-size: 13px;
  color: #555;
  display: block;
}

.add-btn {
  background: linear-gradient(45deg, #ff4d4d, #ff0000);
  border: none;
  color: white;
  padding: 10px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.add-btn:hover {
  opacity: 0.9;
}


/**/

.product-card {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 15px;
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.product-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.product-detail {
  color: #777;
  font-size: 14px;
  margin-bottom: 8px;
}

.stars {
  color: #ffb400;
  margin-bottom: 8px;
  font-size: 14px;
}

.star-gray {
  color: #ccc;
}

.price {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.price-cart {
  color: #1a8f2f;
  font-weight: 600;
  margin-bottom: 12px;
}

.quantity-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: #ddd;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}

.qty-btn:hover {
  background: #ccc;
}

.quantity-value {
  font-weight: 600;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.add-btn {
  width: 100%;
  background: #ffa500;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.add-btn:hover {
  background: #ff8c00;
}

.cart-icon {
  font-weight: bold;
  cursor: pointer;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.cart-icon {
  background: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  width:auto;
}

.cart-icon:hover {
  background: #f8f8f8;
}

#cart-count {
  background: #ff4d4d;
  color: white;
  padding: 3px 8px;
  border-radius: 50%;
  font-size: 13px;
}




/**/
/* =========================
   CART ICON (Header)
========================= */

.cart-icon {
  background: #ffffff;
  padding: 8px 18px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  font-weight: 600;
  transition: 0.3s ease;
}

.cart-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

#cart-count {
  background: #ff4d4d;
  color: white;
  padding: 4px 8px;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 5px;
}


/* =========================
   OFFCANVAS PANIER
========================= */

.offcanvas {
  width: 380px !important;
}

.offcanvas-header {
  border-bottom: 1px solid #eee;
}

.offcanvas-title {
  font-weight: 600;
}


/* =========================
   CART ITEM
========================= */

#cart-items {
  max-height: 400px;
  overflow-y: auto;
}

#cart-items::-webkit-scrollbar {
  width: 5px;
}

#cart-items::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.2s;
}

.cart-item:hover {
  background: #f0f0f0;
}

.cart-item img {
  border-radius: 8px;
}


/* =========================
   REMOVE BUTTON
========================= */

.remove-btn {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* =========================
   TOTAL SECTION
========================= */

#cart-total {
  font-size: 18px;
  color: #ff6600;
}


/* =========================
   COMMANDER BUTTON
========================= */

.offcanvas .btn-warning {
  background: linear-gradient(45deg, #ffa500, #ff8c00);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  padding: 12px;
  transition: 0.3s;
}

.offcanvas .btn-warning:hover {
  opacity: 0.9;
}


.products-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
}

/* Responsive */
@media (max-width: 1400px) {
  .products-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*--------------------AJUSTER LES IMAGES-------------------*/
.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-img {
  height: 180px;
  object-fit: contain; /* garde proportions */
  width: 100%;
}

.product-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*------------------------------------------------------*/

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 20px;
  background: #f8f9fa;
  border-right: 1px solid #eee;
}

.category-item {
  padding: 2px 0;
  cursor: pointer;
  transition: 0.3s;
  font-size: 10px;
}


 strong{
 
  font-size: 13px;
}

.category-item:hover {
  color: #ff6600;
  transform: translateX(5px);
}


/**/

.top-filters {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.filter-pill {
  background: #f1f1f1;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-pill:hover {
  background: #ff6600;
  color: white;
}

/*-------------------------------*/
.product-title {
  margin-bottom: 2px;
}

.product-detail {
  margin-bottom: 4px;
}

.stars {
  margin-bottom: 4px;
}

.price {
  margin-bottom: 3px;
  font-weight: 600;
}

.price-cart {
  margin-bottom: 4px;
  font-size: 14px;
}

.product-content {
  line-height: 1.2;
}

.add-btn {
  white-space: nowrap;
}

/**/

body {
  background: #ffffff;
}

.product-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}


/*---------------------------------------------------*/

.toast-add {
  position: absolute;
  background: #16c172;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.toast-add.show {
  opacity: 1;
  transform: translateY(-10px);
}

/*------------------------------load*/
.product-navigation-bottom {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 40px 0;
}

.nav-btn {
  background: white;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.nav-btn:hover {
  background: #f9a000;
  color: white;
  border-color: #f9a000;
}

.nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
  

/*--------------------------------------------*/





body{
  background:#f5f5f5;
}

.product-container{
  background:white;
  padding:30px;
  border-radius:12px;
  box-shadow:0 4px 15px rgba(0,0,0,0.08);
}

.product-image{
  width:100%;
  border-radius:12px;
}

.price{
  font-size:12px;
  font-weight:bold;
  color:#00a650;
}

.old-price{
  text-decoration:line-through;
  color:gray;
  margin-left:10px;
}

.add-btn{
  background:#ff6000;
  color:white;
  border:none;
  padding:12px;
  border-radius:8px;
  width:100%;
  font-size:18px;
  font-weight:600;
  transition:0.3s;
}

.add-btn:hover{
  background:#e65300;
}

.quantity-box{
  display:flex;
  align-items:center;
  margin-bottom:15px;
}

.qty-btn{
  width:35px;
  height:35px;
  border:none;
  background:#eee;
  font-size:20px;
}

.quantity-value{
  width:40px;
  text-align:center;
  font-weight:bold;
}

.badge-promo{
  background:#ffeded;
  color:#ff3b3b;
  padding:5px 10px;
  border-radius:6px;
  font-size:14px;
}



/*----------------------------------------footer*/


.footer {
  background-color: #111;
  color: #fff;
  padding: 50px 20px 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 6 colonnes égales */
  gap: 40px;
  max-width: 1400px;
  margin: auto;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 2px solid #c9a227;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-column p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #ccc;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 4px;
  font-size: 11px;
  color: #ddd;
  transition: 0.3s;
}

.footer-column ul li:hover {
  color: #c9a227;
  cursor: pointer;
  text-align: justify;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}

/* 🔹 Responsive */
@media (max-width: 1200px) {
  .footer-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}

/*--------------------DEFİLER----------------------*/
.scroll-container img {
  height: 50px;             /* taille des icônes */
  margin-right: 15px;       /* espace entre les icônes */
  border-radius: 50%;       /* rend les icônes rondes */
  border: 2px solid #ff7a00; /* couleur de bordure dorée */
  padding: 5px;             /* un petit espace entre l’icône et la bordure */
  box-shadow: 0 4px 8px rgba(0,0,0,0.3); /* effet léger d’ombre pour relief */
  transition: transform 1s, box-shadow 1s, border-color 1s; /* animation au survol */
}

.scroll-container img:hover {
  transform: scale(1.2);       /* zoom au survol */
  box-shadow: 0 8px 16px rgba(0,0,0,0.4); /* ombre plus prononcée */
  border-color: #ffcc00;       /* changement de couleur au survol */
}



.scroll-container {
  display: flex;
  overflow: hidden;          /* cache les images hors du conteneur */
  width: 100%;               /* largeur du conteneur */
}

.scroll-track {
  display: flex;
  animation: scrollSlow 60s linear infinite; /* animation de 60s, très lente */
}

.scroll-track img {
  height: 50px;             
  margin-right: 15px;       
  border-radius: 50%;       
  border: 2px  #ff7a00;
  padding: 5px;             
  box-shadow: 0 4px 8px rgba(0,0,0,0.3); 
  transition: transform 1s, box-shadow 1s, border-color 1s;
}

.scroll-track img:hover {
  transform: scale(1.2);       
  box-shadow: 0 8px 16px rgba(0,0,0,0.4); 
  border-color:  #ff7a00, #ff3c00;  
}

@keyframes scrollSlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* ajuste selon le nombre d'images */
  }
}

/*------------------------------------------------------------*/

.icon-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c9a227;
  padding: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, filter 0.3s;
}

.icon-item img:hover {
  transform: scale(1.2);
  box-shadow: 0 8px 16px rgba(0,0,0,0.4);
  border-color: #ffcc00;
  filter: hue-rotate(45deg); /* change légèrement la teinte */
}


.icon-row {
  display: flex;
  justify-content: space-between; /* espace uniforme entre les icônes */
  align-items: center;
  padding: 10px 20px;
  background-color: #fff; /* ou la couleur de ton choix */
  overflow-x: auto;       /* permet le scroll horizontal si écran trop petit */
  gap: 15px;              /* espace entre chaque icône */
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: #333;
}


/**/


.icon-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c9a227;
  padding: 5px;
  background: linear-gradient(45deg, #ffcc00, #ff5733, #c2ff33, #33ffe0);
  background-size: 400% 400%;
  animation: gradientBG 5s ease infinite;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.3s, box-shadow 0.3s;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/*----------------------------------------*/

@keyframes rainbow-border {
  0% { border-color: #c9a227; }
  25% { border-color: #ff5733; }
  50% { border-color: #33ff57; }
  75% { border-color:#e65300; }
  100% { border-color: #c9a227; }
}

.icon-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c9a227;
  padding: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  animation: rainbow-border 3s linear infinite; /* animation continue */
  transition: transform 0.3s, box-shadow 0.3s;
}


/* Cacher la rangée d'icônes sur les écrans petits (téléphones) */
@media (max-width: 768px) {
  .icon-row {
    display: none;
  }
}
/*------------------------------------*/

#bizkimiz p,h3,li,h4{
  font-size: 12px;


}