@charset "UTF-8";

.free_ship_per_category {
  padding: 16px;
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 16px;
}

/* ── FAQ accordion ──────────────────────────────────────────────────── */
.entry-content .wp-block-details {
  margin: 0 0 8px 0;
  border: 1px solid #e8d5d5;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  transition: box-shadow 200ms ease;
}

.entry-content .wp-block-details:hover {
  box-shadow: 0 2px 12px rgba(139, 14, 14, 0.08);
}

.entry-content .wp-block-details summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  user-select: none;
  transition: background-color 150ms ease, color 150ms ease;
}

.entry-content .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.entry-content .wp-block-details summary::marker {
  display: none;
}

.entry-content .wp-block-details summary::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f5e8e8;
  color: #8b0e0e;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  transition: background-color 150ms ease, color 150ms ease;
}

.entry-content .wp-block-details summary strong {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.entry-content .wp-block-details[open] > summary {
  color: #8b0e0e;
  background-color: #fdf5f5;
  border-bottom: 1px solid #e8d5d5;
}

.entry-content .wp-block-details[open] > summary::after {
  content: "−";
  background-color: #8b0e0e;
  color: #ffffff;
}

.entry-content .wp-block-details > p,
.entry-content .wp-block-details > div {
  margin: 0;
  padding: 16px 20px 18px;
  font-size: 15px;
  color: #555555;
  line-height: 1.75;
  animation: faqFadeIn 200ms ease;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .entry-content .wp-block-details summary {
    font-size: 14px;
    padding: 14px 16px;
  }

  .entry-content .wp-block-details > p,
  .entry-content .wp-block-details > div {
    font-size: 14px;
    padding: 12px 16px 16px;
  }
}

.produse {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .mobile_categories,
  .show_categories {
    display: none !important;
  }
}

.mobile_togglecolumn,
.mobile_togglemenu {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 600;
  transition: background-color 250ms ease-in-out ease-in-out;
}
.mobile_togglecolumn:disabled,
.mobile_togglemenu:disabled {
  cursor: not-allowed;
}
.mobile_togglecolumn:hover,
.mobile_togglemenu:hover {
  background-color: #e0e0e0;
}
@media (min-width: 1024px) {
  .mobile_togglecolumn,
  .mobile_togglemenu {
    display: none !important;
  }
}

.mobile_togglecolumn::after,
.mobile_togglemenu::after {
  content: "+";
  float: right;
  font-weight: 700;
  font-size: 18px;
}

.mobile_togglecolumn.active::after,
.mobile_togglemenu.active::after {
  content: "−";
}

/* ── Testimoniale (grid vechi — păstrat pentru compatibilitate) ── */
.container_testimoniale {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .container_testimoniale {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .container_testimoniale {
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.testimonial-item .testimonial-text {
  font-style: italic;
  color: #666666;
  margin-bottom: 12px;
  line-height: 1.75;
}
.testimonial-item .testimonial-text::before {
  content: '"';
  font-size: 28px;
  color: #8b0e0e;
  margin-right: 8px;
}
.testimonial-item .testimonial-author {
  font-weight: 600;
  color: #222222;
}
.testimonial-item .testimonial-image {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  object-fit: cover;
  margin-top: 12px;
}

.attribut_box {
  padding: 16px;
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 16px;
}
.attribut_box .attribute-label {
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.attribut_box select {
  width: 100%;
  padding: 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.ribbon-2 {
  position: relative;
  display: inline-block;
}
.ribbon-2::before, .ribbon-2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.ribbon-2::before {
  left: 0;
  border-width: 0 0 2.6em 2.6em;
  border-color: transparent transparent #e74c3c transparent;
}
.ribbon-2::after {
  right: 0;
  border-width: 2.6em 2.6em 0 0;
  border-color: #e74c3c transparent transparent transparent;
}

.product-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .product-carousel {
    gap: 24px;
  }
}
.product-carousel .carousel-item {
  flex: 0 0 auto;
  width: 200px;
  min-width: 200px;
}
@media (min-width: 768px) {
  .product-carousel .carousel-item {
    width: 250px;
    min-width: 250px;
  }
}

.cky-notice-btn-wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cky-notice-btn-wrapper button {
  flex: 1;
}

mark,
.search-highlight {
  background-color: #d4af37;
  padding: 0 4px;
  border-radius: 4px;
}

.waitlist-table {
  width: 100%;
  border-collapse: collapse;
}
.waitlist-table thead {
  background-color: #f8f8f8;
}
.waitlist-table th {
  padding: 16px;
  text-align: left;
  border-bottom: 2px solid #e0e0e0;
}
.waitlist-table td {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.waitlist-table tbody tr:hover {
  background-color: rgba(139, 14, 14, 0.02);
}

.product-list-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-list-widget li {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.product-list-widget li:last-child {
  border-bottom: none;
}
.product-list-widget li a {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #222222;
  text-decoration: none;
}
.product-list-widget li a:hover {
  color: #8b0e0e;
}
.product-list-widget li img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
}
.product-list-widget li .product-title {
  font-size: 14px;
  flex: 1;
}
.product-list-widget li .product-price {
  font-weight: 700;
  color: #8b0e0e;
  white-space: nowrap;
}

/* ── Pagina Parteneri ───────────────────────────────────────────── */
.parteneri .entry-content p,
.parteneri .entry-content span {
  font-size: 15px !important;
  font-family: inherit !important;
  color: #333333 !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

/* Numele orașului — targetat după culoarea veche #993366 */
.parteneri .entry-content span[style*="993366"] {
  display: block !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #8b0e0e !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 0 10px !important;
  border-bottom: 2px solid #e8d5d5 !important;
  margin-top: 32px !important;
}

.parteneri .entry-content span[style*="993366"] strong {
  font-size: inherit !important;
  color: inherit !important;
}

/* Reset indentarea cu margin-left din editorul vechi */
.parteneri .entry-content p[style*="margin-left"] {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* Numele magazinului (strong em) */
.parteneri .entry-content strong em,
.parteneri .entry-content em strong {
  font-style: normal;
  font-weight: 700;
  color: #1a1a1a !important;
  font-size: 15px !important;
}

/* Paragrafele cu date de contact */
.parteneri .entry-content p {
  margin-bottom: 2px !important;
  line-height: 1.6 !important;
}

/* Spațiere înainte de fiecare bloc de magazin */
.parteneri .entry-content p + p:has(strong em),
.parteneri .entry-content p + p:has(em strong) {
  margin-top: 20px !important;
}
