
.favorites-grid {
  padding: 0;
  margin-bottom: 160px !important;
}

@media (min-width: 769px) {
  .favorites-grid {
    margin-bottom: 40px !important;
  }
}

/* ==========================================================================
FAVORIS CSS - VERSION ULTRA DYNAMIQUE 🔥
========================================================================== */

/* ===== PAGE FAVORIS VIDE - VERSION DYNAMIQUE ===== */
.empty-favorites-container {
min-height: 65vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 50px 20px;
text-align: center;
background: linear-gradient(135deg, #bc010108 0%, #9e000012 100%);
position: relative;
overflow: hidden;
border-radius: 25px;
margin: 20px 0;
}

.empty-favorites-card {
  padding: 0 !important;
}

.empty-favorites-card .empty-favorites-container.empty-favorites--minimal {
  background: transparent;
  border-radius: 12px;
  margin: 0;
  min-height: 40vh;
}

.empty-favorites-container::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, #bc010115 1px, transparent 1px);
background-size: 60px 60px;
animation: moveFavBackground 25s linear infinite;
}

@keyframes moveFavBackground {
0% { transform: translate(0, 0) rotate(0deg); }
100% { transform: translate(60px, 60px) rotate(360deg); }
}

.empty-favorites-icon {
font-size: 130px;
color: #e74c3c;
margin-bottom: 35px;
position: relative;
z-index: 1;
animation: heartBeat 1.5s ease-in-out infinite;
filter: drop-shadow(0 15px 30px rgba(231, 76, 60, 0.4));
}

@keyframes heartBeat {
0%, 100% {
transform: scale(1);
}
10%, 30% {
transform: scale(1.1);
}
20%, 40% {
transform: scale(1.05) rotate(-5deg);
}
50% {
transform: scale(1.15) rotate(5deg);
}
60% {
transform: scale(1.1) rotate(-3deg);
}
70% {
transform: scale(1.05) rotate(3deg);
}
}

.empty-favorites-title {
font-size: 34px;
font-weight: 900;
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 18px;
position: relative;
z-index: 1;
animation: favTitleSlide 1s ease-out;
letter-spacing: -0.5px;
}

@keyframes favTitleSlide {
0% {
opacity: 0;
transform: translateY(-40px) scale(0.9);
}
100% {
opacity: 1;
transform: translateY(0) scale(1);
}
}

.empty-favorites-subtitle {
font-size: 18px;
color: #64748b;
margin-bottom: 45px;
max-width: 450px;
position: relative;
z-index: 1;
animation: favSubtitleFade 1.3s ease-out;
line-height: 1.6;
}

@keyframes favSubtitleFade {
0% {
opacity: 0;
transform: translateY(-25px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

.empty-favorites-actions {
display: flex;
gap: 18px;
margin-bottom: 70px;
flex-wrap: wrap;
justify-content: center;
position: relative;
z-index: 1;
animation: favActionsFade 1.6s ease-out;
}

@keyframes favActionsFade {
0% {
opacity: 0;
transform: scale(0.85) translateY(20px);
}
100% {
opacity: 1;
transform: scale(1) translateY(0);
}
}

.btn-discover-products,
.btn-back-catalogue {
padding: 18px 36px;
border-radius: 50px;
font-size: 17px;
font-weight: 800;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 14px;
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
letter-spacing: 0.3px;
}

.btn-discover-products::before,
.btn-back-catalogue::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.4);
transform: translate(-50%, -50%);
transition: width 0.7s, height 0.7s;
}

.btn-discover-products:hover::before,
.btn-back-catalogue:hover::before {
width: 350px;
height: 350px;
}

.btn-discover-products {
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
color: white;
box-shadow: 0 12px 35px rgba(231, 76, 60, 0.5);
border: none;
}

.btn-discover-products:hover {
transform: translateY(-6px) scale(1.08);
box-shadow: 0 18px 45px rgba(231, 76, 60, 0.65);
}

.btn-discover-products:active {
transform: translateY(-3px) scale(1.04);
}

.btn-back-catalogue {
background: white;
color: #e74c3c;
border: 3px solid #e74c3c;
box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}

.btn-back-catalogue:hover {
background: rgba(231, 76, 60, 0.08);
transform: translateY(-6px) scale(1.08);
box-shadow: 0 12px 35px rgba(231, 76, 60, 0.35);
}

.btn-back-catalogue:active {
transform: translateY(-3px) scale(1.04);
}

/* ===== SUGGESTIONS PRODUITS SIMILAIRES ===== */
.suggestions-favorites-section {
width: 100%;
max-width: 1250px;
margin-top: 70px;
position: relative;
z-index: 1;
animation: favSectionSlideUp 2s ease-out;
}

@keyframes favSectionSlideUp {
0% {
opacity: 0;
transform: translateY(60px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

.suggestions-favorites-title {
font-size: 30px;
font-weight: 900;
color: #1e293b;
margin-bottom: 40px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}

.suggestions-favorites-title i {
color: #f59e0b;
font-size: 35px;
animation: starRotate 3s ease-in-out infinite;
}

@keyframes starRotate {
0%, 100% {
transform: rotate(0deg) scale(1);
filter: drop-shadow(0 0 8px #f59e0b);
}
50% {
transform: rotate(180deg) scale(1.25);
filter: drop-shadow(0 0 20px #f59e0b);
}
}

.suggestions-favorites-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 28px;
padding: 0 20px;
}

.suggestion-favorite-card {
background: white;
border-radius: 22px;
overflow: hidden;
box-shadow: 0 6px 25px rgba(0,0,0,0.09);
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
position: relative;
animation: favCardFadeIn 0.7s ease-out backwards;
}

.suggestion-favorite-card:nth-child(1) { animation-delay: 0.1s; }
.suggestion-favorite-card:nth-child(2) { animation-delay: 0.2s; }
.suggestion-favorite-card:nth-child(3) { animation-delay: 0.3s; }
.suggestion-favorite-card:nth-child(4) { animation-delay: 0.4s; }
.suggestion-favorite-card:nth-child(5) { animation-delay: 0.5s; }
.suggestion-favorite-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes favCardFadeIn {
0% {
opacity: 0;
transform: translateY(40px) scale(0.88);
}
100% {
opacity: 1;
transform: translateY(0) scale(1);
}
}

.suggestion-favorite-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #e74c3c15 0%, #c0392b15 100%);
opacity: 0;
transition: opacity 0.5s;
z-index: 1;
}

.suggestion-favorite-card:hover::before {
opacity: 1;
}

.suggestion-favorite-card:hover {
transform: translateY(-12px) scale(1.04) rotateZ(1deg);
box-shadow: 0 25px 50px rgba(231, 76, 60, 0.25);
}

.suggestion-favorite-image {
width: 100%;
height: 230px;
overflow: hidden;
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
position: relative;
}

.suggestion-favorite-image::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent);
transition: left 0.7s;
}

.suggestion-favorite-card:hover .suggestion-favorite-image::after {
left: 200%;
}

.suggestion-favorite-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.suggestion-favorite-card:hover .suggestion-favorite-image img {
transform: scale(1.18) rotate(-2deg);
}

.suggestion-favorite-info {
padding: 20px;
position: relative;
z-index: 2;
}

.suggestion-favorite-info h3 {
font-size: 17px;
font-weight: 800;
color: #1e293b;
margin-bottom: 12px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
min-height: 48px;
transition: color 0.4s;
}

.suggestion-favorite-card:hover .suggestion-favorite-info h3 {
color: #e74c3c;
}

.favorite-product-category {
display: inline-block;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.8px;
color: #e74c3c;
background: rgba(231, 76, 60, 0.12);
padding: 6px 14px;
border-radius: 25px;
margin-bottom: 14px;
transition: all 0.4s;
}

.suggestion-favorite-card:hover .favorite-product-category {
background: #e74c3c;
color: white;
transform: scale(1.08);
}

.suggestion-favorite-footer {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 18px;
}

.favorite-product-price {
font-size: 22px;
font-weight: 900;
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.btn-add-favorite-quick {
width: 50px;
height: 50px;
border-radius: 50%;
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
color: white;
border: none;
font-size: 22px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
box-shadow: 0 6px 18px rgba(231, 76, 60, 0.45);
position: relative;
overflow: hidden;
}

.btn-add-favorite-quick::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.6);
transform: translate(-50%, -50%);
transition: width 0.7s, height 0.7s;
}

.btn-add-favorite-quick:hover::before {
width: 120px;
height: 120px;
}

.btn-add-favorite-quick:hover {
transform: scale(1.25) rotate(180deg);
box-shadow: 0 10px 30px rgba(231, 76, 60, 0.7);
}

.btn-add-favorite-quick:active {
transform: scale(1.15) rotate(180deg);
}

/* ===== HEADER DES FAVORIS ===== */
.favorites-header {
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(15px);
padding: 2.5rem;
border-radius: 25px;
margin-bottom: 2.5rem;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(226, 232, 240, 0.5);
position: relative;
overflow: hidden;
animation: headerSlideDown 0.8s ease-out;
}

@keyframes headerSlideDown {
0% {
opacity: 0;
transform: translateY(-30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

.favorites-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(135deg, #e74c3c 0%, #bc0101 100%);
animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
0%, 100% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
}

.favorites-header h1 {
margin: 0;
color: #1e293b;
font-weight: 900;
font-size: 2.2rem;
display: flex;
align-items: center;
gap: 15px;
animation: titleBounce 0.6s ease-out 0.3s backwards;
}

@keyframes titleBounce {
0% {
opacity: 0;
transform: scale(0.8);
}
60% {
transform: scale(1.05);
}
100% {
opacity: 1;
transform: scale(1);
}
}

.favorites-header h1 i {
color: #e74c3c;
font-size: 2rem;
animation: iconSpin 1s ease-in-out 0.8s;
}

@keyframes iconSpin {
0%, 100% { transform: rotate(0deg); }
50% { transform: rotate(360deg); }
}

/* ===== CATÉGORIES ===== */
.category-section {
background: #ffffff;
border-radius: 20px;
border: 1px solid rgba(226, 232, 240, 0.6);
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
padding: 20px;
margin: 25px 0;
animation: categoryFadeIn 0.8s ease-out backwards;
}

.category-section:nth-child(1) { animation-delay: 0.2s; }
.category-section:nth-child(2) { animation-delay: 0.4s; }
.category-section:nth-child(3) { animation-delay: 0.6s; }

@keyframes categoryFadeIn {
0% {
opacity: 0;
transform: translateX(-30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}

.category-title {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin: 0 0 18px 0;
padding: 6px 4px 14px 4px;
color: #0f172a;
font-weight: 800;
font-size: 1.25rem;
border-bottom: 2px solid rgba(226, 232, 240, 0.7);
position: relative;
}

.category-title::after {
content: '';
position: absolute;
bottom: -2px;
left: 0;
width: 120px;
height: 3px;
background: linear-gradient(90deg, #bc0101, #9e0000);
border-radius: 3px;
animation: lineExpand 0.6s ease-out;
}

@keyframes lineExpand {
0% { width: 0; }
100% { width: 80px; }
}

.category-count {
font-size: 0.95rem;
color: white;
font-weight: 800;
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
padding: 8px 18px;
border-radius: 25px;
box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
border: 3px solid white;
animation: countPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes countPop {
0% { transform: scale(0); }
60% { transform: scale(1.15); }
100% { transform: scale(1); }
}

/* ===== ITEMS FAVORIS ===== */
.favorite-item {
position: relative;
overflow: visible;
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.favorite-item:hover {
transform: translateY(-8px) scale(1.03);
box-shadow: 0 15px 45px rgba(231, 76, 60, 0.2);
}

.favorite-date {
display: flex;
align-items: center;
gap: 8px;
font-size: 0.78rem;
color: #64748b;
margin-top: 10px;
padding: 6px 12px;
background: rgba(148, 163, 184, 0.12);
border-radius: 15px;
border: 1px solid rgba(148, 163, 184, 0.25);
width: fit-content;
transition: all 0.3s;
}

.favorite-item:hover .favorite-date {
background: rgba(231, 76, 60, 0.1);
border-color: rgba(231, 76, 60, 0.3);
color: #e74c3c;
}

.favorite-date i {
color: #bc0101;
font-size: 0.75rem;
}

/* ===== BOUTON FAVORI ACTIF ===== */
.favorite-btn.active {
color: #e74c3c !important;
/* Le background est géré par ::after */
background: transparent !important;
border: none !important;
transform: none;
}

/* Style du pseudo-élément ::after pour le bouton actif */
.favorite-btn.active::after {
background: #e74c3c !important;
box-shadow: 0 6px 18px rgba(231, 76, 60, 0.35);
}

.favorite-btn.active i {
color: #ffffff !important;
}

.favorite-btn.active:hover::after {
background: #c0392b !important;
transform: translate(-50%, -50%) scale(1.08);
box-shadow: 0 8px 25px rgba(192, 57, 43, 0.5);
}

.favorite-btn.active:hover i {
color: #ffffff !important;
}

/* ===== ANIMATION DE SUPPRESSION ===== */
.favorite-item.removing {
animation: favoriteRemove 0.7s ease-in-out forwards;
}

@keyframes favoriteRemove {
0% {
opacity: 1;
transform: scale(1) rotateY(0deg);
}
40% {
opacity: 0.6;
transform: scale(0.95) rotateY(90deg);
}
100% {
opacity: 0;
transform: scale(0.7) rotateY(180deg);
height: 0;
margin: 0;
padding: 0;
}
}

/* ===== ANIMATION PULSE PANIER ===== */
.cart-pulse {
animation: cartPulse 0.6s ease;
}

@keyframes cartPulse {
0% { transform: scale(1); }
50% { transform: scale(1.3); }
100% { transform: scale(1); }
}

/* ===== SIDEBAR FILTRES ===== */
.filters-sidebar {
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(15px);
border-radius: 25px;
padding: 2rem;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 2.5rem;
height: fit-content;
position: sticky;
top: 20px;
border: 1px solid rgba(226, 232, 240, 0.5);
animation: sidebarSlideIn 0.8s ease-out;
}

@keyframes sidebarSlideIn {
0% {
opacity: 0;
transform: translateX(-30px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}

.sidebar-section {
margin-bottom: 2.5rem;
padding-bottom: 2rem;
border-bottom: 2px solid rgba(226, 232, 240, 0.4);
}

.sidebar-section:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}

.sidebar-section h4 {
color: #1e293b;
font-weight: 800;
margin-bottom: 1.2rem;
font-size: 1.2rem;
display: flex;
align-items: center;
gap: 10px;
}

.sidebar-section h4 i {
color: #e74c3c;
font-size: 1.1rem;
}

.sidebar-section .form-control,
.sidebar-section .form-select {
border-radius: 15px;
border: 2px solid rgba(226, 232, 240, 0.6);
padding: 12px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
background: rgba(248, 250, 252, 0.5);
font-size: 0.95rem;
font-weight: 600;
}

.sidebar-section .form-control:focus,
.sidebar-section .form-select:focus {
border-color: #e74c3c;
box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.15);
background: white;
transform: translateY(-2px);
}

.sidebar-section .btn {
border-radius: 15px;
padding: 12px 20px;
font-weight: 800;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 3px solid transparent;
font-size: 0.95rem;
letter-spacing: 0.3px;
}

.sidebar-section .btn-outline-danger {
color: #e74c3c;
border-color: #e74c3c;
background: transparent;
}

.sidebar-section .btn-outline-danger:hover {
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
color: white;
transform: translateY(-3px) scale(1.03);
box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
}

.sidebar-section .btn-outline-primary {
color: #bc0101;
border-color: #bc0101;
background: transparent;
}

.sidebar-section .btn-outline-primary:hover {
background: linear-gradient(135deg, #bc0101 0%, #9e0000 100%);
color: white;
transform: translateY(-3px) scale(1.03);
box-shadow: 0 8px 25px #bc010140;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
.empty-favorites-icon {
font-size: 95px;
}

.empty-favorites-title {
font-size: 27px;
}

.empty-favorites-subtitle {
font-size: 16px;
}

.empty-favorites-actions {
flex-direction: column;
width: 100%;
max-width: 340px;
}

.btn-discover-products,
.btn-back-catalogue {
width: 100%;
justify-content: center;
}

.suggestions-favorites-title {
font-size: 24px;
}

.suggestions-favorites-grid {
grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
gap: 18px;
padding: 0 15px;
}

.suggestion-favorite-image {
height: 170px;
}

.favorites-header {
padding: 1.8rem;
}

.favorites-header h1 {
font-size: 1.6rem;
}

.category-title {
font-size: 1.3rem;
}

.filters-sidebar {
position: static;
}
}

@media (max-width: 480px) {
.empty-favorites-container {
padding: 35px 15px;
}

.empty-favorites-icon {
font-size: 75px;
}

.empty-favorites-title {
font-size: 23px;
}

.suggestions-favorites-grid {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
padding: 0 10px;
}
}

/* ===== ANIMATIONS SUPPLÉMENTAIRES ===== */
@keyframes heartShake {
0%, 100% { transform: rotate(0deg); }
10%, 30%, 50%, 70%, 90% { transform: rotate(-3deg); }
20%, 40%, 60%, 80% { transform: rotate(3deg); }
}

.btn-discover-products:hover i,
.btn-back-catalogue:hover i {
animation: heartShake 0.6s;
}

/* Effet particules autour du coeur */
.empty-favorites-icon::after {
content: '❤️';
position: absolute;
top: -20px;
right: -20px;
font-size: 30px;
opacity: 0;
animation: particleFloat 2s ease-in-out infinite;
}

@keyframes particleFloat {
0% {
opacity: 0;
transform: translate(0, 0);
}
50% {
opacity: 1;
transform: translate(20px, -30px);
}
100% {
opacity: 0;
transform: translate(40px, -60px);
}
}

/* Header des favoris style panier */
.checkout-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 15px;
padding: 20px;
background: white;
border-radius: 20px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
margin-bottom: 25px;
 
top: 70px;
z-index: 100;
backdrop-filter: blur(10px);
border: 1px solid rgba(226, 232, 240, 0.5);
}

.back-btn,
.delete-btn {
width: 45px;
height: 45px;
border-radius: 50%;
border: none;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
font-size: 18px;
position: relative;
overflow: hidden;
}

.back-btn {
background: #bc010115;
color: #bc0101;
}

.back-btn::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: #bc010130;
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
}

.back-btn:hover::before {
width: 100px;
height: 100px;
}

.back-btn:hover {
background: #bc0101;
color: white;
transform: scale(1.15);
box-shadow: 0 8px 20px #bc010140;
}

.delete-btn {
background: rgba(231, 76, 60, 0.12);
color: #e74c3c;
}

.delete-btn::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(231, 76, 60, 0.3);
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
}

.delete-btn:hover::before {
width: 100px;
height: 100px;
}

.delete-btn:hover {
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
color: white;
transform: scale(1.15) rotate(10deg);
box-shadow: 0 8px 20px rgba(231, 76, 60, 0.5);
}

.delete-btn:active {
transform: scale(1.05) rotate(5deg);
}

.header-info {
flex: 1;
text-align: center;
}

.header-info h1 {
font-size: 20px;
font-weight: 800;
margin: 0 0 5px 0;
background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.header-info .resto-name {
font-size: 13px;
color: #64748b;
font-weight: 600;
}

/* Animation d'entrée */
@keyframes headerSlideDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

.checkout-header {
animation: headerSlideDown 0.6s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
.checkout-header {
padding: 15px;
top: 60px;
gap: 10px;
}

.back-btn,
.delete-btn {
width: 40px;
height: 40px;
font-size: 16px;
}

.header-info h1 {
font-size: 18px;
}

.header-info .resto-name {
font-size: 12px;
}
}

@media (max-width: 480px) {
.checkout-header {
padding: 12px;
}

.back-btn,
.delete-btn {
width: 36px;
height: 36px;
font-size: 14px;
}

.header-info h1 {
font-size: 16px;
}

.header-info .resto-name {
font-size: 11px;
}
}

