@import url("https://fonts.googleapis.com/css2?family=Gravitas+One&family=Kameron:wght@400..700&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

body {
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #fef7f7 0%, #fdf2f2 100%);
}

section {
  margin: 10px 13% 0;
}

select {
  padding: 10px 40px 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 154, 139, 0.2);
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23333" d="M1 1l5 5 5-5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: rgba(255, 154, 139, 0.04);
}

* {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  margin: 0;
  padding: 0;
}

section.add-com #listaComentarii {
  display: block;
  width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Comentarii - stilizare pentru pagina user.html */
section.add-com .scrie {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

section.add-com .scrie textarea {
  width: 100%;
  min-height: 90px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 154, 139, 0.25);
  background: rgba(255, 255, 255, 0.9);
  resize: vertical;
  font-size: 14px;
}

section.add-com .scrie button {
  align-self: flex-end;
  padding: 8px 14px;
  border-radius: 8px;
}

#listaComentarii .comment-item {
  display: flex;
  gap: 12px;
  align-items: flex-start !important;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 8px 0;
  box-shadow: 0 6px 18px rgba(255, 154, 139, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.comment-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid rgba(255, 154, 139, 0.12);
}

.comment-body {
  flex: 1;
}

.comment-text {
  width: 100%;
  min-height: auto;
  max-width: 100%;
  border: none;
  background: transparent;
  font-size: 15px;
  padding: 4px 0;
  overflow: hidden;
  line-height: 1.4;
  font-family: inherit;
  box-sizing: border-box;
  transition: height 0.15s ease;
  border-radius: 5px;
}

.comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #666;
  font-size: 13px;
}

.comment-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.comment-actions button {
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 14px;
}

.comment-actions .save {
  background: #4caf50;
  color: white;
  border: none;
}

.comment-actions .delete {
  background: #ff6666;
  color: white;
  border: none;
}

button {
  background-image: linear-gradient(
    90deg,
    #ff9a8b 0%,
    #ff6a88 55%,
    #ff99ac 100%
  );
  color: #ffffff;
  border: none;
  padding: 10px 5px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5%;
  font-weight: 800;
}

h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pret-vechi {
  text-decoration: line-through;
  color: #888888;
  font-size: 14px;
}

.pret-redus {
  font-size: 16px;
  font-weight: 800;
  color: #ff0033;
}

.badge-reducere {
  font-size: 14px;
  font-weight: 800;
  color: #ff0033;
  margin-top: 5px;
}

/* INDEX */

header.index {
  height: 100vh;
  position: relative;
}

header * {
  font-weight: 600;
}

header nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13%;
  border-bottom: 1px solid rgba(255, 154, 139, 0.119);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(255, 154, 139, 0.1);
  z-index: 1000;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.373);
}

header nav .linkuri {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  width: 50%;
}

header nav .linkuri a {
  text-decoration: none;
  color: #000000;
  font-weight: 800;
  font-size: 16px;
  position: relative;
  transition: all 0.3s ease;
  padding: 8px 10px;
  border-radius: 25px;
}

header nav .linkuri a:hover {
  color: #ff6a88;
  background: rgba(255, 154, 139, 0.1);
  transform: translateY(-1px);
}

header nav .linkuri a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  transition: width 0.3s ease;
  border-radius: 1px;
}

header nav .linkuri a:hover::after {
  width: 80%;
}

header nav img.logo {
  width: 70px;
  height: auto;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 8px rgba(255, 154, 139, 0.2));
}

header nav .inf {
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 50%;
}

header nav .inf .limba {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px;
  background: rgba(255, 154, 139, 0.05);
  transition: all 0.3s ease;
}

header nav .inf .limba:hover {
  background: rgba(255, 154, 139, 0.1);
  color: #ff6a88;
}

header nav .inf .nr {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 20px;
  background: rgba(255, 154, 139, 0.05);
  transition: all 0.3s ease;
}

header nav .inf .nr:hover {
  background: rgba(255, 154, 139, 0.1);
  color: #ff6a88;
}

header nav .inf a[href*="cos.html"] {
  position: relative;
}

header nav .inf .cos,
header nav .inf .salv {
  position: relative;
  display: block;
}

header nav .inf i,
header nav .inf i {
  font-size: 25px;
}

header nav .inf a,
header nav .inf button.logoogle {
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 20px;
  background: rgba(255, 154, 139, 0.05);
}

header nav .inf a:hover,
header nav .inf button.logoogle:hover {
  background: rgba(255, 154, 139, 0.1);
  color: #ff6a88;
}

header nav .inf .cos #cartCount,
header nav .inf .salv #savedCount {
  position: absolute;
  top: -1px;
  left: 30px;
  background: #ff4444c4;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(255, 68, 68, 0.3);
  z-index: 10;
}

header nav .inf button {
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
}

header.index {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../imagini/header.jpg") center / cover no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  width: 100%;
  height: 100vh;
}

header .helo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px);
  padding: 80px 13% 40px;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
}

header .helo .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

header .helo .text p {
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  opacity: 0.9;
}

header .helo .text h1 {
  font-family: "Playfair Display";
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
}

header .helo .text button {
  width: 220px;
  background: #ffffff;
  color: #ff6a88;
  border: none;
  padding: 10px 5px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 154, 139, 0.3);
}

header .helo .text button:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 25px rgba(255, 154, 139, 0.4);
}

header .helo img {
  flex: 1;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
}

/* torturi populare */
section.tort-popular {
  padding: 60px 0 0;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.tort-popular h2 {
  font-family: "Playfair Display";
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.linie {
  width: 150px;
  height: 7px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  border-radius: 20px;
  border: none;
  margin: 8px 0;
}

section.tort-popular p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #666;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

section.tort-popular .trei {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

section.tort-popular .trei .produs {
  background: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-shadow: 0 15px 35px rgba(255, 154, 139, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 154, 139, 0.1);
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
  width: 250px;
}

section.tort-popular .trei .produs:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px rgba(255, 115, 93, 0.2);
  border-color: rgba(255, 99, 75, 0.3);
}

section.tort-popular .trei .produs .img-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
}

section.tort-popular .trei .produs .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s ease;
}

section.tort-popular .trei .produs .badge-reducere {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 25px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
  animation: pulse 2s infinite;
}

section.tort-popular .trei .produs h3 {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0;
  text-align: center;
  padding: 0 20px;
}

section.tort-popular .trei .produs > p:nth-of-type(1) {
  font-size: 14px;
  color: #666;
  margin: 5px 15px;
  flex-grow: 1;
  line-height: 1.5;
  text-align: center;
}

section.tort-popular .trei .produs > p:nth-of-type(2) {
  text-align: center;
}

section.tort-popular .trei .produs .pret-vechi {
  text-decoration: line-through;
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

section.tort-popular .trei .produs .pret-redus {
  color: #ff6a88;
  font-weight: 700;
  font-size: 20px;
}

section.tort-popular .trei .produs .reducer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

section.tort-popular .trei .produs .red {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

section.tort-popular .trei .produs span {
  font-weight: 700;
  font-size: 20px;
  color: #ff6a88;
}

section.tort-popular .trei .produs .btn-detalii {
  margin: 10px 15px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 12px rgba(255, 106, 136, 0.3);
}

section.tort-popular .trei .produs .btn-detalii:hover {
  box-shadow: 0 8px 20px rgba(255, 106, 136, 0.4);
}

/* reducere */
section.reducere {
  position: relative;
  overflow: hidden;
  background-color: #ff9a8b;
  background-image: linear-gradient(
    90deg,
    #ff9a8b 0%,
    #ff6a88 55%,
    #ff99ac 100%
  );
  margin: 0;
  margin-top: 100px;
  padding: 5% 10%;
}

section.reducere .reduc .text-top,
section.reducere .reduc .text-bottom {
  position: absolute;
  white-space: nowrap;
  font-size: 40px;
  color: #ffffffbd;
  will-change: transform;
}

section.reducere .reduc .text-top {
  top: 0;
}

section.reducere .reduc .text-bottom {
  bottom: 0;
}

section.reducere .reduc .continut {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

section.reducere .reduc .continut .text {
  width: 40%;
}

section.reducere .reduc .continut .text h2 {
  color: white;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 800;
}

section.reducere .reduc .continut .text p {
  font-size: 17px;
  color: #ffffff;
}

section.reducere .reduc .continut .text button {
  margin-top: 10px;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 154, 139, 0.3);
  position: relative;
  z-index: 800;
}

section.reducere .reduc .continut .timer {
  text-align: end;
  position: absolute;
  right: 10%;
  margin-top: 100px;
  width: 100%;
}

section.reducere .reduc .continut .timer p {
  font-size: 30px;
  color: white;
}

section.reducere .reduc .continut .timer span.time {
  color: #ffffff;
  font-size: 180px;
  font-weight: 800;
}

section.reducere .reduc .continut .text .produse {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 10px;
}

section.reducere .reduc .continut .text .produs {
  background-color: #ffffff;
  width: 35%;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

section.reducere .reduc .continut .text .produs img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 10px 10px 0 0;
}

section.reducere .reduc .preturi {
  display: flex;
  flex-direction: end;
  align-items: center;
}

section.reducere .reduc .badge-reducere {
  font-size: 15px;
  font-weight: 800;
  color: #ff0033;
  background: white;
  border-radius: 4px;
  padding: 2px 5px;
  position: absolute;
  top: 5px;
  left: 10px;
}

section.reducere .reduc .preturi {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}

section.reducere .reduc .preturi .pret-vechi {
  text-decoration: line-through;
  color: #888888;
  font-size: 14px;
}

section.reducere .reduc .preturi .pret-redus {
  font-size: 18px;
  font-weight: 800;
  color: #ff0033;
  margin-left: 5px;
}

section.reducere .reduc .continut .text .produs .nume {
  font-family: "Playfair Display";
  margin: 0 0 5px 0;
}

section.reducere .reduc .continut .text .produs .nume strong {
  font-weight: 800;
}

/* comentarii */
section.coment {
  border-radius: 20px;
  margin: 100px 13% 0;
}

section.coment h2 {
  font-family: "Playfair Display";
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
  text-align: center;
}

section.coment .carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

section.coment .carousel-wrapper {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}

section.coment .carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  touch-action: none;
}

section.coment .carousel-item {
  flex: 0 0 calc(100% / 3);
  box-sizing: border-box;
}

section.coment .carousel-btn {
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

section.coment .carousel-btn i {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 40px;
  font-weight: 800;
}

section.coment .carousel-btn:active {
  transform: scale(0.95);
}

section.coment .carousel-btn-prev {
  order: -1;
}

section.coment #comentarii {
  display: flex;
}

section.coment #comentarii .com {
  background: #ffffff;
  border-radius: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 30px;
  color: #333;
  box-shadow: 0 15px 35px rgba(255, 154, 139, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 154, 139, 0.1);
  overflow: hidden;
  height: inherit;
}

section.coment #comentarii .com:hover {
  box-shadow:
    rgba(255, 154, 139, 0.15) 0px 2px 5px -1px,
    rgba(255, 154, 139, 0.15) 0px 1px 3px -1px;
  border-color: rgba(255, 154, 139, 0.2);
}

section.coment #comentarii .com:hover::before {
  height: 6px;
}

section.coment #comentarii .com img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid transparent;
  background:
    linear-gradient(135deg, #ff9a8b, #ff6a88) padding-box,
    linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%) border-box;
  box-shadow: 0 8px 20px rgba(255, 154, 139, 0.2);
  transition: all 0.3s ease;
}

section.coment #comentarii .com:hover img {
  box-shadow: 0 12px 25px rgba(255, 154, 139, 0.3);
}

section.coment #comentarii .com .user {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  position: relative;
}

section.coment #comentarii .com .user::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  border-radius: 1px;
}

section.coment #comentarii .com .text {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  font-style: italic;
  max-width: 280px;
  position: relative;
  z-index: 1;
  flex-grow: 1;
}

section.coment #comentarii .com .text::before {
  content: '"';
  font-size: 60px;
  color: rgba(255, 154, 139, 0.1);
  position: absolute;
  top: -20px;
  left: -15px;
  font-family: "Georgia", serif;
  z-index: -1;
}

section.coment #comentarii .com .text::after {
  content: '"';
  font-size: 60px;
  color: rgba(255, 154, 139, 0.1);
  position: absolute;
  bottom: -40px;
  right: -15px;
  font-family: "Georgia", serif;
  z-index: -1;
}

/* Responsive */
@media (max-width: 1024px) {
  section.coment .carousel-item {
    flex: 0 0 50%;
  }

  section.coment .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  section.coment .carousel-item {
    flex: 0 0 100%;
  }

  section.coment .carousel-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
    gap: 10px;
  }

  section.coment .carousel-container {
    gap: 10px;
  }
}

/* craft */
section.crafti {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 60px 20px;
  border-radius: 20px;
  gap: 40px;
}

section.crafti .text {
  flex: 1;
}

section.crafti .text h2 {
  font-family: "Playfair Display";
  font-size: 48px;
  margin-bottom: 5px;
  font-weight: 700;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
}

section.crafti .text p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #666;
  line-height: 1.6;
}

section.crafti .text button {
  font-weight: 600;
  font-size: 17px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 154, 139, 0.3);
}

section.crafti .text button:hover {
  box-shadow: 0 8px 25px rgba(255, 154, 139, 0.4);
}

section.crafti img {
  flex: 1;
  max-width: 500px;
  height: 400px;
  object-fit: cover;
}

/* ADMIN */

section.admin {
  margin: 120px 13% 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(255, 154, 139, 0.1);
  border: 2px solid rgba(255, 154, 139, 0.1);
  position: relative;
  overflow: hidden;
}

section.admin::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  border-radius: 25px 25px 0 0;
}

section.admin .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

section.admin .info #info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
  position: relative;
  z-index: 1;
}

section.admin .info h2 {
  font-size: 48px;
  font-family: "Playfair Display";
  font-weight: 700;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0;
}

section.admin .info .deconectare {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 154, 139, 0.3);
}

section.admin .info .deconectare:hover {
  box-shadow: 0 8px 25px rgba(255, 154, 139, 0.4);
}

section.admin #adminInfo {
  text-align: center;
  margin-top: 20px;
}

section.admin #adminInfo img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid transparent;
  background:
    linear-gradient(135deg, #ff9a8b, #ff6a88) padding-box,
    linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%) border-box;
  box-shadow: 0 8px 20px rgba(255, 154, 139, 0.2);
  margin-bottom: 20px;
}

section.admin #adminInfo b {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 24px;
  color: #333;
}

/* comentarii */

section.comentarii {
  border-radius: 20px;
}

section.comentarii h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
  text-align: center;
}

section.comentarii .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.comentarii .date #coms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

section.comentarii .date #coms .comentariu {
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(255, 154, 139, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 154, 139, 0.1);
  position: relative;
  overflow: hidden;
}

section.comentarii .date #coms .comentariu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  border-radius: 20px 20px 0 0;
}

section.comentarii .date #coms .comentariu:hover {
  box-shadow: 0 20px 40px rgba(255, 154, 139, 0.15);
}

section.comentarii .date #coms .comentariu img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #ff9a8b;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(255, 154, 139, 0.2);
}

section.comentarii .date #coms .comentariu b {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
}

section.comentarii .date #coms .comentariu p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 5px;
}

section.comentarii .date #coms .comentariu button {
  font-size: 14px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 10px 50px;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: auto;
}

section.comentarii .date #coms .comentariu button:hover {
  box-shadow: 0 4px 12px rgba(255, 154, 139, 0.3);
}

section.comentarii .date #toggleComments {
  margin-top: 30px;
  font-size: 16px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 154, 139, 0.3);
}

section.comentarii .date #toggleComments:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 154, 139, 0.4);
}

/* comenzi */

section.comenzi,
section.com-efect {
  background: linear-gradient(135deg, #fef7f7 0%, #fdf2f2 100%);
  border-radius: 20px;
  margin: 50px 13%;
}

.comment-author {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 0;
}

section.comenzi h2,
section.com-efect h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 40px;
  text-align: center;
}

section.comenzi #orders,
section.com-efect #completedOrders {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

section.comenzi #orders .order-item,
section.com-efect #completedOrders .order-item {
  background: white;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px;
  box-shadow: 0 6px 15px rgba(255, 154, 139, 0.07);
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 154, 139, 0.08);
  position: relative;
  overflow: hidden;
}

section.com-efect #completedOrders .order-item {
  background: linear-gradient(135deg, #e8f5e8 0%, #f1f8e9 100%);
  border: 1px solid rgba(51, 95, 48, 0.2);
}

section.comenzi #orders .order-item::before,
section.com-efect #completedOrders .order-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  border-radius: 20px 20px 0 0;
}

section.com-efect #completedOrders .order-item::before {
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
}

section.comenzi #orders .order-item:hover,
section.com-efect #completedOrders .order-item:hover {
  box-shadow: 0 20px 40px rgba(255, 154, 139, 0.15);
}

section.comenzi #orders .order-item .info,
section.com-efect #completedOrders .order-item .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

section.comenzi #orders .order-item .info .user,
section.com-efect #completedOrders .order-item .info .user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ff9a8b;
  box-shadow: 0 2px 6px rgba(255, 154, 139, 0.12);
}

section.com-efect #completedOrders .order-item .info .user {
  border-color: #4caf50;
}

section.comenzi #orders .order-item .info .date,
section.com-efect #completedOrders .order-item .info .date {
  text-align: left;
  flex: 1;
}

section.comenzi #orders .order-item .info .date select,
section.com-efect #completedOrders .order-item .info .date select {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  margin: 8px 0;
}

section.comenzi #orders .order-item .info .date select:hover,
section.com-efect #completedOrders .order-item .info .date select:hover {
  box-shadow: 0 4px 12px rgba(255, 154, 139, 0.3);
}

section.comenzi #orders .order-item .info .date p,
section.com-efect #completedOrders .order-item .info .date p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

section.comenzi #orders .order-item .prod,
section.com-efect #completedOrders .order-item .prod {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 100%;
  margin-bottom: 12px;
}

section.comenzi #orders .order-item .prod-ascuns,
section.com-efect #completedOrders .order-item .prod-ascuns {
  background-color: #4caf50;
}

section.comenzi #orders .order-item .prod .produs,
section.com-efect #completedOrders .order-item .prod .produs {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(255, 154, 139, 0.08);
}

section.comenzi #orders .order-item .prod .produs img,
section.com-efect #completedOrders .order-item .prod .produs img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 6px;
}

section.comenzi #orders .order-item .prod .produs .infor p,
section.com-efect #completedOrders .order-item .prod .produs .infor p {
  font-size: 12px;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
}

section.comenzi #orders .order-item .prod .produs button,
section.com-efect #completedOrders .order-item .prod .produs button {
  padding: 5px 10px;
  border-radius: 5px;
}

section.comenzi #orders .order-item .prod .produs .detaliii,
section.com-efect #completedOrders .order-item .prod .produs .detaliii {
  list-style: disc;
  margin-left: 10px;
}

section.comenzi #orders .order-item .prod .produs li,
section.com-efect #completedOrders .order-item .prod .produs li {
  font-size: 11px;
  color: #888;
  text-align: start;
  margin: 2px 0;
}

section.comenzi #orders .order-item .prod .produs .infor .nume,
section.com-efect #completedOrders .order-item .prod .produs .infor .nume {
  color: #ff6a88;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

section.comenzi #orders .order-item button.delete {
  font-size: 13px;
  background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 8px;
}

section.comenzi #orders .order-item .extra,
section.com-efect #completedOrders .order-item .extra {
  font-size: 14px;
  background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 15px;
}

section.com-efect #completedOrders .order-item .extra {
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
}

/* adauga produs si reducere */

section.ad-reducere {
  padding: 20px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border-radius: 25px;
  box-shadow: 0 20px 40px rgba(255, 154, 139, 0.1);
  border: 2px solid rgba(255, 154, 139, 0.1);
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

section.ad-reducere::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  border-radius: 25px 25px 0 0;
}

section.ad-reducere h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
}

form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  position: relative;
  z-index: 1;
}

label {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

input,
textarea {
  padding: 15px 20px;
  border: 2px solid rgba(255, 154, 139, 0.2);
  border-radius: 15px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #fafafa;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #ff6a88;
  background: white;
  box-shadow: 0 0 0 3px rgba(255, 106, 136, 0.1);
  transform: translateY(-1px);
}

textarea {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

input[type="file"] {
  padding: 10px;
  border-style: dashed;
  background: rgba(255, 154, 139, 0.05);
}

input[type="file"]:hover {
  background: rgba(255, 154, 139, 0.1);
}

section.ad-reducere button {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 154, 139, 0.3);
  align-self: center;
  margin-top: 10px;
}

section.ad-reducere button:hover {
  box-shadow: 0 8px 25px rgba(255, 154, 139, 0.4);
}

section.ad-reducere .end-start {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  width: 100%;
}

section.ad-reducere .end-start .start,
section.ad-reducere .end-start .end {
  display: flex;
  flex-direction: column;
}

section.ad-reducere #productsCheckboxes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 100%;
  margin-top: 10px;
}

section.ad-reducere #productsCheckboxes .product-card {
  border: 2px solid rgba(255, 154, 139, 0.2);
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  background: white;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 12px rgba(255, 154, 139, 0.1);
}

section.ad-reducere #productsCheckboxes .product-card:hover {
  border-color: #ff6a88;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 154, 139, 0.2);
}

section.ad-reducere #productsCheckboxes .product-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

section.ad-reducere #productsCheckboxes .product-card input {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  accent-color: #ff6a88;
  cursor: pointer;
}

input[type="checkbox"] {
  accent-color: #ff6a88;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 4px;
}

section.ad-reducere button.adaugat {
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

section.ad-reducere button.adaugat:hover {
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
}

/* USER CONT */
section.user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0;
}

section.user .posibil h1 {
  font-family: "Playfair Display";
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 60px;
  background-image: linear-gradient(
    270deg,
    #ff9a8b 0%,
    #ff6a88 55%,
    #ff99ac 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

section.user .posibil p {
  font-size: 18px;
}

section.user .posibil span {
  font-weight: 800;
  font-size: 20px;
}

section.user .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.user .info img {
  width: 400px;
  border-radius: 50%;
}

section.user .info .but {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

section.user .info .but button {
  font-size: 20px;
}

/* adauga comentariu */
section.add-com {
  font-size: 30px;
}

section.add-com h2 {
  font-family: "Playfair Display";
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  background-image: linear-gradient(
    270deg,
    #ff9a8b 0%,
    #ff6a88 55%,
    #ff99ac 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  width: 100%;
}

section.add-com .scrie {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

section.add-com .scrie textarea {
  height: 50px;
  width: 100%;
}

section.add-com .scrie button {
  font-size: 18px;
  padding: 5px 15px;
}

section.add-com #listaComentarii div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

section.add-com #listaComentarii div .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

#comentariuText {
  padding: 15px 20px;
  width: 95%;
}

section.add-com #listaComentarii button {
  background-image: none;
  background: none;
  color: #000000;
  padding: 0;
  font-size: 12px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 10px;
}

section.add-com #listaComentarii button i {
  transition: all 0.2s ease;
  font-size: 25px;
}

section.add-com #listaComentarii button.save:hover i {
  color: #4caf50;
}

section.add-com #listaComentarii button.delete:hover i {
  color: #ce2a2a;
}

section.produse {
  padding: 120px 0 0;
}

section.produse h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 50px 0;
  text-align: center;
}

/* Filter panel */
section.produse .filter-panel {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(255, 154, 139, 0.12);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

section.produse .filter-panel h3 {
  font-family: "Playfair Display";
  font-size: 40px;
  font-weight: 800;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 18px;
}

section.produse .filter-inputs {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

section.produse .filter-inputs input,
section.produse .filter-inputs select,
section.produse .filter-inputs button {
  flex: 1;
  min-width: 150px;
}

section.produse .filter-inputs button {
  font-size: 15px;
  border-radius: 5px;
}

section.produse .filter-inputs input,
section.produse .filter-inputs select {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 154, 139, 0.2);
  font-size: 14px;
}

section.produse .filter-inputs input {
  background: rgba(255, 154, 139, 0.04);
  color: #333;
}

section.produse .filter-inputs select {
  cursor: pointer;
}

section.produse .filter-inputs input::placeholder {
  color: #999;
}

section.produse .produse-category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 20px 0;
}

@media (max-width: 1024px) {
  section.produse .produse-category,
  section.tort-popular .trei {
    grid-template-columns: repeat(3, 1fr);
  }
}

section.produse .produse-category .produs {
  background: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-shadow: 0 15px 35px rgba(255, 154, 139, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 154, 139, 0.1);
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
  width: 100%;
}

.produs {
  cursor: pointer;
}

section.produse .produse-category .produs:hover {
  box-shadow: 0 25px 50px rgba(255, 115, 93, 0.2);
  border-color: rgba(255, 99, 75, 0.3);
}

section.produse .produse-category .produs .product-link {
  width: 100%;
}

section.produse .produse-category .produs .img-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

section.produse .produse-category .produs .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s ease;
}

section.produse .produse-category .produs h3 {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 10px 0 5px;
  text-align: center;
  padding: 0 20px;
}

section.produse .produse-category .produs p {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 0 15px;
  margin: 0 0 10px;
}

section.produse .produse-category .produs .reducer .red {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

section.produse .produse-category .produs .reducer .red .pret-vechi {
  text-decoration: line-through;
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

section.produse .produse-category .produs .reducer .red .pret-redus {
  color: #ff6a88;
  font-weight: 700;
  font-size: 20px;
  border-radius: 20px;
}

section.produse .produse-category .produs .img-wrapper .badge-reducere {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 25px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

section.produse .produse-category .produs .canti {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.produse .produse-category .produs .canti .derul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
}

section.produse .produse-category .produs .canti .derul button {
  background: none;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 10px;
}

section.produse .produse-category .produs .canti .derul button i {
  font-size: 18px;
  color: #666666;
}

section.produse .produse-category .produs .canti button {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255, 154, 139, 0.28);
  margin: 0;
  text-align: center;
}

section.produse .produse-category .produs .detalii {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255, 154, 139, 0.28);
  margin: 10px 0 0;
  text-align: center;
}

.heart-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px !important;
  cursor: pointer;
  z-index: 20;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.heart-icon:hover {
  color: #ff6a88 !important;
  transform: scale(1.1);
}

.heart-icon.active {
  color: #ff6a88 !important;
}

/* COS */
section.cos {
  margin: 120px 13% 50px;
}

section.cos h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  text-align: center;
}

section.cos #cosDisplay {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  section.cos #cosDisplay {
    grid-template-columns: repeat(2, 1fr);
  }
}

section.cos #cosDisplay .produs.cos-item {
  background: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 15px 35px rgba(255, 154, 139, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 154, 139, 0.1);
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

section.cos #cosDisplay .produs.cos-item:hover {
  box-shadow: 0 25px 50px rgba(255, 154, 139, 0.2);
  border-color: rgba(255, 154, 139, 0.3);
}

section.cos #cosDisplay .produs .img-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

section.cos #cosDisplay .produs .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.4s ease;
}

section.cos #cosDisplay .produs .img-wrapper .badge-reducere {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 25px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
  animation: pulse 2s infinite;
}

section.cos #cosDisplay .produs h3 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 0 20px;
}

section.cos #cosDisplay .produs p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

section.cos #cosDisplay .produs .pret-info {
  text-align: center;
}

section.cos #cosDisplay .produs .cantitate {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  background: white;
  display: block;
  bottom: 5px;
  right: 5px;
  padding: 1px 15px;
  border-radius: 3px;
}

section.cos #cosDisplay .produs .detalii {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 154, 139, 0.3);
  margin: 0 20px 15px;
  text-align: center;
}

section.cos #cosDisplay .produs .detalii:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 154, 139, 0.4);
}

section.cos #cosDisplay .produs .actiuni {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.cos #cosDisplay .produs .actiuni i {
  color: #ffffff;
}

section.cos #cosDisplay .produs .actiuni .sterge-cos {
  background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
  color: white;
  border: none;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

section.cos .order-form {
  margin: 40px 0;
  padding: 30px;
  background: linear-gradient(
    135deg,
    rgba(255, 154, 139, 0.05) 0%,
    rgba(255, 106, 136, 0.05) 100%
  );
  border-radius: 20px;
  border: 2px solid rgba(255, 154, 139, 0.1);
}

section.cos .order-form h3 {
  font-size: 25px;
  font-weight: 800;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-family: "Playfair Display";
}

section.cos .form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

section.cos .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 10px;
}

section.cos .form-group input,
section.cos .form-group textarea {
  width: 100%;
  box-sizing: border-box;
}

.invalid {
  border: 2px solid #ff4d4d !important;
  background-color: #fff0f0 !important;
  box-shadow: 0 0 0 4px rgba(255, 77, 77, 0.08);
}

textarea.invalid {
  outline: none;
}

.order-error {
  color: #b30000;
  font-size: 14px;
  margin: 8px 0;
}

section.order-section {
  text-align: center;
  margin-top: 40px;
  border-radius: 25px;
}

section.cos .order-section #placeOrderBtn {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 154, 139, 0.3);
  font-family: "Playfair Display";
}

section.cos .order-section #placeOrderBtn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 154, 139, 0.4);
}

/* SALVARI SECTION */
section.salvari {
  margin: 80px 0 50px;
  padding: 60px 0;
}

section.salvari h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 50px;
  text-align: center;
}

section.salvari #salvariDisplay {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  section.salvari #salvariDisplay {
    grid-template-columns: repeat(2, 1fr);
  }
}

section.salvari #salvariDisplay .produs.salvare-item {
  background: white;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-shadow: 0 15px 35px rgba(255, 154, 139, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 154, 139, 0.1);
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

section.salvari #salvariDisplay .produs.salvare-item:hover {
  box-shadow: 0 25px 50px rgba(255, 154, 139, 0.2);
  border-color: rgba(255, 154, 139, 0.3);
}

section.salvari #salvariDisplay .produs .img-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}

section.salvari #salvariDisplay .produs .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

section.salvari #salvariDisplay .produs .img-wrapper .badge-reducere {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
  color: white;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 25px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
  animation: pulse 2s infinite;
}

section.salvari #salvariDisplay .produs h3 {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 5px 0 0;
  text-align: center;
  padding: 0 20px;
}

section.salvari #salvariDisplay .produs p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 0;
}

section.salvari #salvariDisplay .produs .pret-info {
  margin: 10px 0;
  text-align: center;
}

section.salvari #salvariDisplay .produs .actiuni {
  width: 100%;
  display: flex;
  justify-content: center;
}

section.salvari #salvariDisplay .produs .detalii,
section.salvari #salvariDisplay .produs .actiuni .adauga-cos {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  color: white;
  border: none;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 154, 139, 0.3);
  width: 80%;
  margin-top: 10px;
}

section.salvari #salvariDisplay .produs .actiuni .adauga-cos i {
  color: #ffffff;
}

/* craft */
section.craft {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding: 40px 0;
}

section.craft h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 30px;
}

section.craft .left {
  flex: 1;
  min-width: 350px;
  padding: 40px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(255, 154, 139, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 154, 139, 0.2);
}

section.craft h3 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 22px;
  color: #ff6a88;
  margin-bottom: 12px;
  border-left: 4px solid #ff9a8b;
  padding-left: 12px;
}

section.craft h4 {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 8px;
}

section.craft .left select,
section.craft .left input[type="color"] {
  width: 100%;
  padding: 10px 40px 10px 12px;
  margin-bottom: 10px;
  border: 2px solid rgba(255, 154, 139, 0.3);
  border-radius: 8px;
  font-size: 14px;
  background: white;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

section.craft .left select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23333" d="M1 1l5 5 5-5"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}

section.craft select:hover,
section.craft input[type="color"]:hover {
  border-color: #ff9a8b;
  box-shadow: 0 2px 8px rgba(255, 154, 139, 0.15);
}

section.craft select:focus,
section.craft input[type="color"]:focus {
  outline: none;
  border-color: #ff6a88;
  box-shadow: 0 0 0 3px rgba(255, 106, 136, 0.1);
}

section.craft button {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}

section.craft button:active {
  transform: translateY(0);
}

section.craft #decorOptions {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

section.craft .total {
  padding: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 154, 139, 0.1) 0%,
    rgba(255, 106, 136, 0.1) 100%
  );
  border-radius: 10px;
  border-left: 5px solid #ff6a88;
  font-weight: 600;
  color: #333;
}

section.craft .total button {
  margin-top: 10px;
}

section.craft .total button.adauga,
section.craft .total button.incepe {
  margin: 10px 0 0;
}

section.craft .total input {
  width: 93%;
  padding: 5px 10px;
  margin: 5px 0;
  border: 2px solid rgba(255, 154, 139, 0.3);
  border-radius: 8px;
  font-size: 14px;
  background: white;
  color: #333;
  cursor: pointer;
}

section.craft .right {
  flex: 1;
  min-height: 300px;
  background: linear-gradient(
    135deg,
    rgba(255, 245, 238, 1) 0%,
    rgba(255, 240, 245, 1) 100%
  );
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(255, 154, 139, 0.15);
  border: 2px solid rgba(255, 154, 139, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 0;
  overflow-y: auto;
  position: sticky;
  top: 100px;
  height: fit-content;
}

section.craft .right img {
  max-width: 90%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  max-width: 300px;
  height: auto;
}

section.craft .right img.cream {
  margin-top: -20px;
  margin-bottom: -50px;
}

section.craft .right img.filling {
  margin-top: -30px;
  margin-bottom: -50px;
}

section.edit {
  margin-top: 200px;
}

@media (max-width: 1024px) {
  section.craft {
    flex-direction: column;
    gap: 30px;
  }

  section.craft .right {
    width: 100%;
    min-height: 400px;
    position: static !important;
    top: unset !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  section.craft {
    margin-top: 100px;
  }

  section.craft .left {
    padding: 25px;
  }

  section.craft h2 {
    font-size: 32px;
  }

  section.craft h3 {
    font-size: 18px;
  }
}

.carousel-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.carousel-wrapper {
  overflow: hidden;
  flex: 1;
}

.carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.carousel-item {
  flex: 0 0 calc((100% - 32px) / 3);
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

.carousel-item .com {
  background: white;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  height: 160px;
  /* înălțime fixă pentru toate comentariile */
  display: flex;
  gap: 12px;
  align-items: center;
  /* centru vertical */
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}

.carousel-item img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 56px;
}

/* Containerul pentru text ia tot spațiul disponibil */
.carousel-item .com > div {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 600px) {
  .carousel-item .com {
    height: 140px;
    /* ajustare mobil */
  }
}

.carousel-btn {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .carousel-item {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media (max-width: 600px) {
  .carousel-item {
    flex: 0 0 100%;
  }

  .carousel-btn {
    display: none;
  }
}

/* Pagination dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  border: none;
  padding: 0;
  transition:
    transform 0.2s,
    background 0.2s;
  cursor: pointer;
}

.carousel-dots .dot.active {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 100%);
  transform: scale(1.2);
}

/* Drag / pointer helpers */
.carousel-wrapper {
  touch-action: pan-y;
}

.carousel-wrapper .carousel-track {
  cursor: grab;
}

.carousel-wrapper .carousel-track.dragging {
  cursor: grabbing;
}

/* footer */
footer {
  background: #ffffff;
  padding: 40px 0;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  width: 90%;
  margin: 0 auto;
}

.footer-section {
  position: relative;
}

.footer-section h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
}

.footer-section h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 2px;
  background-color: #000000;
  transition:
    width 0.5s ease,
    left 0.3s ease;
}

.footer-section:hover h3::after {
  width: 70%;
}

.footer-section p,
.footer-section ul,
.footer-section a,
.footer-section i {
  font-size: 0.95em;
  line-height: 1.8;
}

.footer-section p:hover,
.footer-section ul:hover,
.footer-section a:hover,
.footer-section i:hover {
  color: #ff6a88;
  transition: color 0.3s;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li a {
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-right: 5px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10%;
}

.social-icons a:hover {
  color: #ff6a88;
}

.footer-bottom p {
  text-align: center;
  margin: 10px 4% 0;
}

/* despre noi */

header .infic {
  margin: 120px 13% 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

header .infic p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 800px;
  margin-top: 20px;
}

header .infic .imagini {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
}

header .infic .imagini img {
  width: 23%;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

section.cine {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

section.cine p {
  font-size: 18px;
  line-height: 1.4;
}

section.cine p span {
  font-weight: 800;
}

section.cine img {
  width: 45%;
  border-radius: 65% 35% 60% 40% / 28% 50% 50% 72%;
}

section.istoria {
  padding: 60px 0;
  border-radius: 20px;
  margin: 50px 13%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.istoria p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  color: #666;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* secrete */
section.secrete {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}

section.secrete img {
  width: 50%;
  height: 350px;
  border: none;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

section.secrete .info {
  width: 50%;
}

section.secrete .info p {
  font-size: 18px;
  margin-bottom: 10px;
}

section.secrete .info .citata {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 5px;
  font-weight: 800;
}

section.secrete .info .cine {
  text-align: end;
}

section.secrete .info .cine span {
  font-weight: 800;
  font-size: 18px;
}

/* cum lucrez */

section.lucru {
  margin: 100px 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.lucru p {
  font-size: 18px;
  text-align: center;
  color: #666;
  line-height: 1.6;
}

section.lucru .detalii {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 5px;
  text-align: center;
  margin-top: 10px;
}

section.lucru .detalii .din {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

section.lucru .detalii .din .un {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

section.lucru .detalii .din .un img {
  width: 80px;
  height: 80px;
  margin-top: 35px;
  object-fit: contain;
}

section.lucru .detalii .din h3 {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 22px;
  margin: 10px 0 5px;
}

section.lucru .detalii .din p {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

/* servicii */
section.servicii {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

section.servicii h2 {
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 55px;
  font-size: 42px;
  margin-bottom: 15px;
}

section.servicii .card-group {
  display: flex;
  gap: 25px;
}

section.servicii .card {
  width: 300px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}

section.servicii .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: 0.5s;
}

section.servicii .card .layer {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

section.servicii .card .info {
  position: absolute;
  bottom: -50%;
  padding: 15px;
  opacity: 0;
  transition:
    0.5s bottom,
    1.75s opacity;
}

section.servicii .card:hover {
  transform: scale(1.05);
  color: #ffffff;
}

section.servicii .card:hover .layer {
  opacity: 1;
}

section.servicii .card:hover .info {
  bottom: 20px;
  opacity: 1;
}

section.servicii .info h3 {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 45px;
  font-size: 30px;
}

section.servicii .info p {
  font-size: 20px;
  margin-top: 3px;
  color: #ffffff;
}

section.servicii .card-group:hover .card:not(:hover) {
  filter: blur(5px);
}

/* galerie */
section.galerie {
  margin: 150px 13% 50px;
}

section.galerie h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 42px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
  text-align: center;
}

section.galerie .imeg {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

section.galerie .imeg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

section.galerie .imeg img:hover {
  filter: brightness(0.9);
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}

.lightbox.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
}

#lightbox-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 32px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lightbox-nav:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.lightbox-nav i {
  color: #ffffff;
}

.lightbox-close i {
  color: #ffffff;
}

.lightbox-prev {
  left: 200px;
}

.lightbox-next {
  right: 200px;
}

.lightbox-close {
  position: absolute;
  top: 50px;
  right: 200px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 28px;
  cursor: pointer;
  border-radius: 10px;
  transition: background-color 0.3s ease;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.lightbox-close:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1001;
}

body.lightbox-open .hamburger i {
  color: #fff !important;
}

/* contacte */
section.contacte {
  margin: 150px 13% 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
}

section.contacte p {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  max-width: 600px;
}

section.contacte .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  width: 100%;
}

section.contacte .info .del {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-shadow: 0 15px 35px rgba(255, 154, 139, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid rgba(255, 154, 139, 0.1);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  background: white;
  height: 230px;
}

section.contacte .info .del:hover {
  box-shadow: 0 25px 50px rgba(255, 115, 93, 0.2);
  border-color: rgba(255, 99, 75, 0.3);
}

section.contacte .info .del i {
  font-weight: 800;
  font-size: 50px;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}

section.contacte .info .del h3 {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 22px;
  color: #ff6a88;
}

section.contacte .info .del p {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

section.contacte .info .del a {
  display: inline-block;
  background: linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border: none;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 800;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

section.harta {
  margin: 50px 13% 100px;
}

section.harta iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

/* detaliile tortului */
section.prod {
  margin: 150px 13% 50px;
}

section.prod .detalii-produse {
  flex: 1;
  min-width: 350px;
  height: 500px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(255, 154, 139, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 154, 139, 0.2);
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

section.prod .detalii-produse img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

section.prod .detalii-produse .info {
  width: 50%;
  height: 100%;
  padding: 150px 50px;
}

section.prod .detalii-produse .info .price {
  font-size: 20px;
  font-weight: 800;
}

section.prod .detalii-produse .info .descriere {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

section.prod .detalii-produse .info ul {
  padding: 0;
  margin-left: 17px;
}

/* Product description clamp */
.produs .prod-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 6px 0 0 0;
  color: #444;
  line-height: 1.2em;
  max-height: 3.6em;
}

nav.mobile-nav {
  display: none;
}

/* Hide mobile elements on desktop */
.hamburger {
  display: none;
}

.mobile-menu {
  display: none;
}

.mobile-user-section {
  display: none;
}

.mobile-login-section {
  display: none;
}

/* noutati */
section.noutati {
  margin: 120px 13% 50px;
}

section.noutati h2 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

section.noutati #noutatiContainer {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  gap: 10px;
}

section.noutati #noutatiContainer article {
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

section.noutati #noutatiContainer article h3 {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 22px;
  color: #ff6a88;
}

section.noutati #noutatiContainer article .data {
  font-size: 14px;
  color: #999;
}

section.noutati #noutatiContainer article .text {
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
}

section.noutati #noutatiContainer article .foto {
  height: auto;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: start;
  justify-content: start;
  gap: 10px;
}

section.noutati #noutatiContainer article .foto img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

section.admin #info .poza {
  border-radius: 10px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid transparent;
  background:
    linear-gradient(135deg, #ff9a8b, #ff6a88) padding-box,
    linear-gradient(135deg, #ff9a8b 0%, #ff6a88 50%, #ff99ac 100%) border-box;
  box-shadow: 0 8px 20px rgba(255, 154, 139, 0.2);
}

/* Stilizare comenzi user.html */
.order-item .info {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 10px;
}

.order-item .info .user {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffb3b3;
  box-shadow: 0 2px 8px rgba(255, 154, 139, 0.1);
}

.order-item .info .date p {
  margin: 2px 0;
  font-size: 16px;
}

.order-item .info .date p strong {
  font-weight: 700;
}

.order-item .info .date .status {
  font-weight: 700;
  color: #ff0033;
  margin-top: 6px;
}

.order-item .info .date p span.label {
  font-weight: 700;
}

.status strong {
  font-weight: 800;
}

.order-item .info .date p span.value {
  font-weight: 400;
  color: #222;
}

.order-item .prod {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0 0;
}

.order-item .prod .produs {
  font-size: 13px !important;
  background: #fff6f6;
  border-radius: 8px;
  padding: 8px 10px;
  margin: 0;
  box-shadow: 0 2px 8px rgba(255, 154, 139, 0.06);
}

.order-item .prod .produs b {
  font-size: 14px;
  font-weight: 700;
  color: #ff6a88;
  display: block;
  margin-bottom: 2px;
}

.order-item .prod .produs p {
  font-size: 12px;
  margin: 2px 0;
}
