/* ============================================
   Old Records LTS — stylesheet.css (Base Layer)
   ============================================ */
   
@font-face {
    font-family: 'poppinsbold';
    src: url('fontface/poppins-bold-webfont.eot');
    src: url('fontface/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/poppins-bold-webfont.woff2') format('woff2'),
         url('fontface/poppins-bold-webfont.ttf') format('truetype'),
         url('fontface/poppins-bold-webfont.svg#poppinsbold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* ← ADĂUGAT */
}
@font-face {
    font-family: 'poppinsmedium';
    src: url('fontface/poppins-medium-webfont.eot');
    src: url('fontface/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/poppins-medium-webfont.woff2') format('woff2'),
         url('fontface/poppins-medium-webfont.ttf') format('truetype'),
         url('fontface/poppins-medium-webfont.svg#poppinsmedium') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* ← ADĂUGAT */
}
@font-face {
    font-family: 'poppinssemibold';
    src: url('fontface/poppins-semibold-webfont.eot');
    src: url('fontface/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/poppins-semibold-webfont.woff2') format('woff2'),
         url('fontface/poppins-semibold-webfont.ttf') format('truetype'),
         url('fontface/poppins-semibold-webfont.svg#poppinssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* ← ADĂUGAT */
}
@font-face {
    font-family: 'interregular';
    src: url('fontface/inter-regular-webfont.eot');
    src: url('fontface/inter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/inter-regular-webfont.woff2') format('woff2'),
         url('fontface/inter-regular-webfont.ttf') format('truetype'),
         url('fontface/inter-regular-webfont.svg#interregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* ← ADĂUGAT */
}
@font-face {
    font-family: 'intersemi_bold';
    src: url('fontface/inter-semibold-webfont.eot');
    src: url('fontface/inter-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontface/inter-semibold-webfont.woff2') format('woff2'),
         url('fontface/inter-semibold-webfont.ttf') format('truetype'),
         url('fontface/inter-semibold-webfont.svg#intersemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap; /* ← ADĂUGAT */
}

/* ----------- 1. Reset & Box Model ----------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
	height: 100%;
}
/* ----------- 2. Body & Layout Base ---------- */
body {
  font-family: 'interregular', 'Inter', sans-serif;
  background-color: #fff; /* crem pale */
  color: #111;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ----------- 3. Typography ------------------ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'poppinsbold', 'Poppins', sans-serif;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
p {
font-family: 'interregular', 'Inter', sans-serif;
  margin-bottom: 1em;
  font-weight: 400;
  color: #333;
  font-size:1rem;
}
/* ----------- 4. Links & Buttons ------------- */
a {
	font-family: 'intersemi_bold', 'Inter', sans-serif;
  color: #b80c09;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #00a5ae;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.red{
	color:#b80c09;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* Container standard 12-col fluid */
.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1rem;
}
/* container */
#container {
  position: relative !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
}
/* content */
#content, #column-left, #column-right {
 padding-bottom: 0 !important;
}

#content li {
	font-size: 1rem;
}

.btn {
	font-family: 'poppinssemibold', 'Poppins', sans-serif;
	display: inline-block;
	background-color: #fff;
	color: #444;
	border: 2px solid #b80c09;
	border-radius: 50px;
	padding: 0.5rem 0.7rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}
.btn.active {
	background-color: #b80c09;
	border-color: #b80c09;
}

.btn:hover {
  background-color: #00a5ae;
  color: #f9f9f9;
  transform: translateY(-2px);
}
.row.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-xl-4 {
	padding: 0;
  margin-bottom: 0;
}



/* ----------- 5. Sections -------------------- */
.section {
	font-family: 'interregular', 'Inter', sans-serif;
  position: relative;
  padding: 4rem 0;
}

.section-light {
  background-color: #f9f9f9; /* fundal neutru */
}

.section-dark {
  background-color: #111;
  color: #f9f9f9;
}

/* ----------- 6. Utility Classes ------------- */
.text-center { text-align: center; }
.text-light { color: #f9f9f9; }
.bg-accent { background-color: #b80c09; }
.bg-secondary { background-color: #00a5ae; }

.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mb-4 { margin-bottom: 1rem; }

/* ============================================
   Section 1.2 — HERO (Old Records)
   ============================================ */

.or-hero {
	font-family: 'poppinsbold', 'Poppins', sans-serif;
  /* ====== BACKGROUND FALLBACK (browsere vechi) ====== */
  background-color: #111; /* în caz că imaginea nu se încarcă deloc */
  background-image: url('../image/hero-bg-1.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  /* ====== BACKGROUND MODERN (image-set cu WebP preferat) ====== */
  background-image: image-set(
    url('../image/hero-bg-1.webp') type('image/webp'),
    url('../image/hero-bg-1.jpg') type('image/jpeg')
  );
	
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.or-hero h1{
	color:#fff;
}

/* Overlay */
.or-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Content container */
.or-hero .or-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 1rem;
}

/* Headings */
.or-hero__title {
	font-family: 'poppinsbold', 'Poppins', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.or-hero__subtitle {
	font-family: 'interregular', 'Inter', sans-serif;
  font-size: 1.25rem;
  color: #f9f9f9; /* crem pale din paletă */
  margin-bottom: 2rem;
  line-height: 1.6;
  max-width: 600px;
}

/* CTA Button */
.or-hero__cta {
	font-family: 'poppinssemibold', 'Poppins', sans-serif;
  display: inline-block;
  background-color: #b80c09; /* roșu accent */
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.9rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.or-hero__cta:hover {
  background-color: #00a5ae; /* turcoaz accent */
  color: #f9f9f9;
  transform: translateY(-2px);
}

/* ----------- Responsive Breakpoints ----------- */

/* Tablets */
@media (max-width: 1024px) {
  .or-hero__title { font-size: 2.75rem; }
  .or-hero__subtitle { font-size: 1.1rem; }
}

/* Mobile */
@media (max-width: 768px) {
	.or-hero {
    background-image: url('../image/hero-bg-mobile.jpg');
	background-image: image-set(
    url('../image/hero-bg-mobile.webp') type('image/webp'),
    url('../image/hero-bg-mobile.jpg') type('image/jpeg')
  );
  }

  .or-hero {
    min-height: 50vh;
    padding: 3rem 1rem;
  }
  .or-hero__title { font-size: 2rem; }
  .or-hero__subtitle { font-size: 1.2rem; }
  .or-hero__cta {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}
/* === */

/* === Multi-carousel core layout === */
.multi-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.multi-carousel-inner {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* Itemele caruselului – responsive 4 / 3 / 2 / 1 */
.multi-carousel-item {
  flex: 0 0 auto;
  width: 100%; /* default: 1 imagine pe mobil */
  box-sizing: border-box;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .multi-carousel-item {
    width: calc(100% / 2); /* 2 pe tabletă orizontală */
  }
}

@media (min-width: 1024px) {
  .multi-carousel-item {
    width: calc(100% / 3); /* 3 pe desktop standard */
  }
}

@media (min-width: 1440px) {
  .multi-carousel-item {
    width: calc(100% / 4); /* 4 pe desktop mare */
  }
}


/* Butoane navigare */
.multi-carousel-prev,
.multi-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  padding: 0.6rem 1rem;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.multi-carousel-prev:hover,
.multi-carousel-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.multi-carousel-prev {
  left: 10px;
}

.multi-carousel-next {
  right: 10px;
}

/* === Carusel AJAX — Descoperă după Gen (#genres) === */
#genres .multi-carousel {
  position: relative;
  overflow: hidden;          /* ascunde continutul care iese din cadru */
  width: 100%;
}

/* === Linie internă — derulare infinită === */
#genres .multi-carousel-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;          /* nu auto — evită scrollbarul */
  scroll-behavior: auto;     /* nu smooth — animația JS e continuă */
  gap: 0;
  will-change: transform, scroll-position;
  user-select: none;         /* previne selecția textului la mișcare */
}

/* === Item produs === */
#genres .multi-carousel-item {
  flex: 0 0 auto;
  width: 80%;                /* mobil implicit */
  padding: 0 8px;
  scroll-snap-align: none;   /* dezactivăm snapping-ul — derulare liberă */
  transition: transform 0.3s ease;
}

#genres .multi-carousel-item:hover {
  transform: scale(1.03);    /* efect subtil la hover */
}

/* === Layout responsive === */
@media (min-width: 768px) {
  #genres .multi-carousel-item {
    width: calc(100% / 2);
  }
}
@media (min-width: 1024px) {
  #genres .multi-carousel-item {
    width: calc(100% / 3);
  }
}
@media (min-width: 1440px) {
  #genres .multi-carousel-item {
    width: calc(100% / 4);
  }
}

/* === Săgeți navigație === */
#genres .multi-carousel-prev,
#genres .multi-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  border: none;
  color: #fff;
  padding: 0.6rem 1rem;
  cursor: pointer;
  z-index: 50;               /* 🔹 peste overflow hidden */
  border-radius: 50%;
  transition: background 0.25s ease, transform 0.25s ease;
  pointer-events: auto;      /* 🔹 reactiv după overflow hidden */
}

#genres .multi-carousel-prev:hover,
#genres .multi-carousel-next:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-50%) scale(1.1);
}

#genres .multi-carousel-prev {
  left: 10px;
}
#genres .multi-carousel-next {
  right: 10px;
}

/* === Scrollbar complet ascuns (universal) === */
#genres .multi-carousel-inner {
  scrollbar-width: none;          /* Firefox */
}
#genres .multi-carousel-inner::-webkit-scrollbar {
  display: none;                  /* Chrome, Safari */
}

/* === Ajustare z-index pentru conținut (imagini / butoane) === */
#genres .multi-carousel-item img {
  display: block;
  width: 100%;
  max-width:250px;
  height: auto;
  border-radius: 12px;
  margin-right: auto;
  margin-left: auto;
}

#genres .multi-carousel-item {
  text-align: center;
  padding: 1rem 0.75rem;
}

#genres .multi-carousel-item .description {
  font-family: 'interregular', 'Inter', sans-serif;
  color: #333;
  margin-top: 0.75rem;
  line-height: 1.4;
  min-height: 3.5rem; /* menține înălțimea egală între carduri */
}

#genres .multi-carousel-item .description h4 {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.3rem;
  line-height: 1.3;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

#genres .multi-carousel-item .description h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

#genres .multi-carousel-item .description h4 a:hover {
  color: #00a5ae; /* turcoaz hover */
}

#genres .multi-carousel-item .description p {
  font-family: 'interregular', 'Inter', sans-serif;
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

#genres .multi-carousel-item .price {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: #b80c09; /* roșu accent primar */
  font-weight: 600;
  margin-top: 0.6rem;
}

/* Responsive — spacing mai aerisit pe mobil */
@media (max-width: 768px) {
  #genres .multi-carousel-item {
    padding: 0.75rem 0.5rem;
  }

  #genres .multi-carousel-item .description h4 {
    font-size: 0.95rem;
  }

  #genres .multi-carousel-item .description p {
    font-size: 0.85rem;
  }

  #genres .multi-carousel-item .price {
    font-size: 0.9rem;
  }
}

.or-genres__tabs .btn.btn-outline-dark.me-2 {
	margin-bottom: 1rem;
}

.or-banner-meta {
  font-family: 'Inter', sans-serif;
  line-height: 1.4;
}

.or-banner-artist {
  font-size: 0.85rem;
  opacity: 0.8;
}

.or-banner-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 2px 0;
}

.or-banner-price {
  font-size: 0.9rem;
  color: #b80c09; /* roșul primar din paletă */
}

/* ============================================
   Section — Timeline Vinil — Istoria Discului
   ============================================ */
.or-timeline {
	font-family: 'interregular', 'Inter', sans-serif;
  background-color: #f9f9f9; /* fundal crem retro */
  text-align: center;
  padding: 4rem 0;
  position: relative;
}

.or-timeline__title {
  font-family: 'poppinsbold', 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #b80c09; /* roșu accent primar */
  margin-bottom: 0.5rem;
}

.or-timeline__subtitle {
  font-family: 'interregular', 'Inter', sans-serif;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 2rem;
}

/* Container carusel (banner.twig output) */
.or-timeline__slider {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

/* Slide individual — imagine banner */
.or-timeline__slider .banner {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.or-timeline__slider .banner:hover {
  transform: scale(1.02);
}

/* Imagine banner (full width) */
.or-timeline__slider .banner img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.9);
  transition: filter 0.3s ease;
}

.or-timeline__slider .banner:hover img {
  filter: brightness(1);
}

/* Caption (text + buton Vezi decada) */
.or-timeline__slider .banner .text-center {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  font-family: 'Poppins', sans-serif;
}

.or-timeline__slider .banner .text-center h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.or-timeline__slider .banner .text-center p {
  font-size: 1rem;
  color: #f9f9f9;
  margin-bottom: 1rem;
}

/* Buton “Vezi decada” (moștenit din .btn global) */
.or-timeline__slider .banner .btn {
  background-color: #b80c09;
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 0.6rem 1.4rem;
  font-size: 0.95rem;
}

.or-timeline__slider .banner .btn:hover {
  background-color: #00a5ae;
  color: #f9f9f9;
  transform: translateY(-2px);
}

/* Navigație carusel (dacă se folosește multi-carousel) */
.or-timeline__slider .multi-carousel-prev,
.or-timeline__slider .multi-carousel-next {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-radius: 50%;
}

.or-timeline__slider .multi-carousel-prev:hover,
.or-timeline__slider .multi-carousel-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* Responsive */
@media (max-width: 768px) {
  .or-timeline {
    padding: 3rem 1rem;
  }
  .or-timeline__title {
    font-size: 1.6rem;
  }
  .or-timeline__slider .banner .text-center h3 {
    font-size: 1.5rem;
  }
  .or-timeline__slider .banner .text-center p {
    font-size: 0.9rem;
  }
}

/* ============================================
   Section — Home CARDS (Vinil / CD / Prima Presa)
   ============================================ */

.or-categories {
  background-color: #f9f9f9;
  padding: 3rem 0; /* redus */
  border-top: 1px solid rgba(0,0,0,0.05);
}

.or-categories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  text-align: center;
}

.or-category {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 1.5rem; /* redus */
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.or-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* --- Header: icon + titlu aliniate --- */
.or-category__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.or-category__icon {
  font-size: 1.5rem;
  color: #b80c09;
}

.or-category__title {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.4px;
  margin: 0;
}

.or-category__desc {
  font-family: 'interregular', 'Inter', sans-serif;
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

.or-category__btn {
	font-family: 'poppinssemibold', 'Poppins', sans-serif;
  display: inline-block;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  background-color: #b80c09;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
}

.or-category__btn:hover {
  background-color: #00a5ae;
  color: #f9f9f9;
  transform: translateY(-2px);
}

.or-category__btn--disabled {
  background-color: #ccc;
  color: #777;
  cursor: not-allowed;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .or-categories { padding: 2.5rem 1rem; }
  .or-category { padding: 1.5rem; }
  .or-category__title { font-size: 1.1rem; }
  .or-category__icon { font-size: 1.3rem; }
  .or-category__desc { font-size: 1rem; }
}

/* === Responsive YouTube Embeds === */
.lite-youtube {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;

}

/* ============================================
   Component — PRODUCT THUMB (Global LTS Style)
   ============================================ */

.product-thumb {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.product-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* === Imagine === */
.product-thumb .image {
  position: relative;
  background-color: #f9f9f9;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.product-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-thumb:hover .image img {
  transform: scale(1.05);
}

/* === Conținut === */
.product-thumb .content {
  padding: 1rem 1.25rem 3.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-thumb .description h4 {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.product-thumb .description h4 a {
  color: inherit;
  text-decoration: none;
}

.product-thumb .description h4 a:hover {
  color: #00a5ae;
}

.product-thumb .description p {
  font-family: 'interregular', 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #333;
  line-height: 1.4;
  flex-grow: 1;
}

/* === Preț === */
.product-thumb .price {
	font-family: 'poppinssemibold', 'Poppins', sans-serif;
  margin-top: 0.75rem;
  font-size: 0.95rem;
  color: #b80c09;
  font-weight: 600;
}

.product-thumb .price-tax {
  font-size: 0.75rem;
  color: #777;
  margin-top: 0.2rem;
}

/* === Butoane === */
.product-thumb .button {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.product-thumb .button button {
  flex: 1;
  background: #f9f9f9;
  color: #333;
  border: none;
  padding: 0.6rem 0;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.product-thumb .button button:hover {
  background: #b80c09;
  color: #fff;
}

.product-thumb .button i {
  pointer-events: none;
  font-size: 1rem;
}

/* === Responsive === */
@media (max-width: 768px) {
  .product-thumb {
    border-radius: 10px;
  }
  .product-thumb .content {
    padding: 0.8rem 1rem 3rem;
  }
  .product-thumb .description h4 {
    font-size: 0.95rem;
  }
}

.input-group.mb-3.lts-search-form {
	margin-top: 2.2em;
}
#cart .dropdown.d-grid {
	margin-top: 2.5em;
	float: right;
}
#menu {
	padding: 0;
	margin-bottom: 0;
	margin-top: 2.4em;
}

@media (max-width: 768px) {
	.input-group.mb-3.lts-search-form {
	margin-top:1em;
}
#cart .dropdown.d-grid {
	margin-top: 0.7em;
	float: right;
	margin-bottom: 0.75em;
}
#menu{
	margin-top: 0.5em;
}
}

/* === Old Records — Search Bar (revizuit) === */
.lts-search-form {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid rgba(184, 12, 9, 1); /* 🔴 roșu subtil, translucid */
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  z-index: 1000;
}

.lts-search-form:focus-within {
  border-color: transparent; /* evită conturul pătrat */
  box-shadow: 0 0 0 3px rgba(184,12,9,0.35),
              0 4px 14px rgba(0,0,0,0.08); /* dublu strat subtil */
  background-clip: padding-box; /* ✅ menține forma curată rotunjită */
}

.lts-search-form input[name="search"] {
  flex: 1;
  border: none;
  padding: 0.75rem 1.25rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  background: transparent;
  color: #111;
  outline: none;
}

.lts-search-form input::placeholder {
  color: #777;
  font-size: 1rem; /* 🔹 ajustează după preferință (ex: 1.05rem sau 1.1rem) */
}

.lts-search-form button {
  background-color: #b80c09;
  color: #fff;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 50px !important; /* 🔁 rotunjire completă, nu doar pe o parte */
  transition: all 0.3s ease;
}

.lts-search-form button:hover {
  background-color: #00a5ae;
  transform: translateY(-1px);
}

.lts-search-form i {
  font-size: 1.1rem;
}

.lts-search-form input[name="search"]:focus,
.lts-search-form button:focus {
  outline: none !important; /* elimină conturul standard browser */
  box-shadow: none;          /* previne glow-ul implicit */
}

/* Previne efectul dreptunghiular al browserului (sistem / Chrome autofill) */
.lts-search-form input[name="search"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  border-radius: 50px;
}

/* opțional — focus custom subtil */
.lts-search-form:focus-within {
  border-color: transparent;
  box-shadow: 0 0 0 2px rgba(184,12,9,0.3);
  background-color: #fff;
}

/* === Responsive === */
@media (max-width: 768px) {
  .lts-search-form input[name="search"] {
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
  }
  .lts-search-form button {
    padding: 0.65rem 0.9rem;
  }
}

/* === Old Records — Cart Discret Header === */
#cart .btn-lg {
  background: #f9f9f9;  /* gri foarte deschis, translucid */
  color: #333;                      /* text gri mediu */
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 0.9rem;                /* mai mic decât implicit */
  font-weight: 500;
  max-width: 150px;
  padding: 0.6rem 1rem;
  border-radius: 50px;              /* rotunjire consistentă cu search */
  box-shadow: none;
  transition: all 0.25s ease;
}

/* Hover subtil */
#cart .btn-lg:hover {
  background: rgba(0,0,0,0.08);
  color: #111;
  transform: translateY(-1px);
}

/* Icon și text aliniate armonios */
#cart .btn-lg i {
  font-size: 1rem;
  margin-right: 6px;
  color: #b80c09; /* accent roșu subtil din paletă */
}

/* Elimină efectul gros al dropdown-ului */
#cart .dropdown-menu {
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.05);
  background-color: #fff;
  font-size: 0.9rem;
}

/* Responsive — menține proporția pe mobil */
@media (max-width: 768px) {
  #cart .btn-lg {
    font-size: 0.85rem;
    padding: 0.55rem 0.9rem;
  }
  #cart .btn-lg i {
    font-size: 0.95rem;
  }
}

/* === Old Records — Header Menu (v2.0 LTS) === */

.container.new-menu {
	max-width: 185px;
	width: auto;
	padding: 0;
	margin: 0;
}
.or-menu {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
}

.or-menu__toggle {
  background-color: #fff;
  color: #444;
  border: 1px solid #b80c09;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  transition: all 0.3s ease;
}

.or-menu__toggle:hover {
  background-color: #00a5ae;
  transform: translateY(-2px);
}

.or-menu__list .nav-link {
  color: #f9f9f9;
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.or-menu__list .nav-link:hover,
.or-menu__list .nav-link:focus {
  color: #00a5ae;
}

.or-menu .dropdown-menu {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 1rem;
}

.or-menu .dropdown-item {
  color: #111;
  font-family: 'interregular', 'Inter', sans-serif;
  transition: all 0.3s ease;
}

.or-menu .dropdown-item:hover {
  color: #b80c09;
  background-color: #f9f9f9;
}

/* Responsive */
@media (max-width: 992px) {
  .or-menu__toggle {
    width: 100%;
    justify-content: center;
  }
  .or-menu__list {
    background-color: #111;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1rem 0;
  }
  .or-menu__list .nav-link {
    display: block;
    padding: 0.8rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
}

/* ============================================
   Old Records — Navbar Menu Layer (v3.1 Light)
   ============================================ */

#navbar-menu.or-menu__list {
  position: absolute;
  top: 100%; /* sub butonul Categorii */
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #f9f9f9; /* fundal luminos */
  border-top: 3px solid #b80c09; /* roșu accent primar */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 16px 16px;
  padding: 1.5rem 0;
  display: none;
  animation: fadeSlideDown 0.35s ease forwards;
}

/* Efect smooth */
@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Conținut intern */
#navbar-menu ul.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  max-width: 1200px;
}

/* Elemente primare (categoriile principale) */
#navbar-menu .nav-link {
  color: #111;
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0.5rem 0.75rem;
  transition: color 0.3s ease;
}

#navbar-menu .nav-link:hover,
#navbar-menu .nav-link:focus {
  color: #00a5ae; /* turcoaz accent secundar */
}

/* Dropdowns */
#navbar-menu .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  min-width: 240px;
  padding: 1rem;
  display: none;
  z-index: 1000;
}

#navbar-menu .dropdown:hover .dropdown-menu {
  display: block;
}

/* Linkuri dropdown */
#navbar-menu .dropdown-item {
  color: #333;
  font-family: 'interregular', 'Inter', sans-serif;
  font-size: 0.95rem;
  padding: 0.4rem 0;
  transition: all 0.25s ease;
}

#navbar-menu .dropdown-item:hover {
  color: #b80c09; /* roșu accent */
  background-color: #f9f9f9;
  transform: translateX(3px);
}

/* Divider */
#navbar-menu .dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0.75rem 0;
}

/* === Responsive === */
@media (max-width: 992px) {
  #navbar-menu.or-menu__list {
    padding: 0.75rem 0;
  }

  #navbar-menu ul.navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  #navbar-menu .nav-link {
    display: block;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    text-align: left;
  }

  #navbar-menu .dropdown-menu {
    border: none;
    padding: 0.5rem 1rem;
  }

  #navbar-menu .dropdown-item {
    color: #111;
  }

  #navbar-menu .dropdown-item:hover {
    color: #00a5ae;
    background-color: transparent;
  }
}

.or-banner-btn {
  display: inline-block;
  background-color: #b80c09; /* roșu accent primar */
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 0.5rem 1.4rem;
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
}

.or-banner-btn:hover {
  background-color: #00a5ae; /* turcoaz accent secundar */
  color: #f9f9f9;
  transform: translateY(-2px);
}

/* === Old Records — eliminare buton Compare === */
.product-thumb .button button[formaction*="compare.add"] {
  display: none !important;
  visibility: hidden !important;
}

/* === Old Records — butoane cu text === */
.product-thumb .button button[formaction*="cart.add"] {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  color: #b80c09;
}

.product-thumb .button button[formaction*="wishlist.add"] {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}

.product-thumb .button button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: 'intersemi_bold', 'Inter', sans-serif;
}

h3.featured {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 2rem;
}

/* ============================================
   Section — FOOTER (Old Records LTS)
   ============================================ */

footer {
	font-family: 'interregular', 'Inter', sans-serif;
  background-color: #303030; /* fundal închis elegant */
  color: #e2e2e2;
  padding-top: 30px;
  padding-bottom:5px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-family: 'interregular', 'Inter', sans-serif;
  position: relative;
  width: 100%;
  z-index: 5;
}

footer .container {
	border-bottom: 1px solid;
	padding-bottom: 2rem;
}

/* Layout grilă curat */
footer .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

footer h5 {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #f9f9f9;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  position: relative;
}

/* Linie accent sub heading */
footer h5::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background-color: #b80c09; /* roșu accent */
  margin-top: 6px;
  border-radius: 2px;
}

/* Linkuri footer */
footer ul.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul.list-unstyled li {
  margin-bottom: 0.5rem;
}

footer ul.list-unstyled li a {
  color: #ccc;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

footer ul.list-unstyled li a:hover {
  color: #00a5ae; /* turcoaz hover */
  transform: translateX(4px);
}

/* Responsivitate */
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .col-sm-3 {
    flex: 1 1 100%;
  }
  footer h5::after {
    margin-left: auto;
    margin-right: auto;
  }
  footer ul.list-unstyled li a:hover {
    transform: none;
  }
}

/* ============================================
   Component — BREADCRUMB (Old Records LTS)
   ============================================ */

.breadcrumb {
  background-color: #f9f9f9; /* fundal neutru crem */
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.6rem 1.4rem;
  margin: 1.5rem 0 2rem;
  font-family: 'interregular', 'Inter', sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.05);
}

.breadcrumb-item {
  color: #333;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #b80c09; /* roșu accent primar */
  font-weight: 600;
  margin: 0 0.5rem;
}

.breadcrumb > li.breadcrumb-item::after {
  content: "›";
  position: static;         /* elimină poziționarea care făcea să iasă din chenar */
  display: inline-block;
  font-size: 1rem;        /* 🔹 mai mic, armonios cu textul */
  color: #b80c09;           /* 🔴 roșu accent primar */
  margin: 0 0.35rem;        /* 🔹 spațiu echilibrat între elemente */
  transform: translateY(1px); /* 🔹 centru vertical corect */
}


.breadcrumb-item a {
  color: #b80c09;
  text-decoration: none;
  font-family: 'intersemi_bold', 'Inter', sans-serif;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb-item a:hover {
  color: #00a5ae; /* turcoaz hover */
  transform: translateY(-1px);
}

.breadcrumb-item i {
  font-size: 0.9rem;
  color: #b80c09;
}

.breadcrumb-item span {
  color: #333;
}

/* Ultimul element — pagină curentă */
.breadcrumb-item:last-child span {
  font-weight: 600;
  color: #111;
}

/* Responsivitate */
@media (max-width: 768px) {
  .breadcrumb {
    border-radius: 30px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .breadcrumb-item{
	  font-size:0.8rem;
  }
  .breadcrumb > li.breadcrumb-item{
	  padding-left:10px !important;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    margin: 0 0.3rem;
  }
  .breadcrumb i {
    font-size: 11px !important;
}
}

/* ============================================
   Subcategorii — Pagina categorie părinte
   ============================================ */
#product-category .row.row-cols-sm-2.row-cols-lg-4,
#product-category #content .row {
  display: flex;
  flex-wrap: wrap;
 
}

#product-category .row.row-cols-sm-2.row-cols-lg-4{
	 margin-top: 2rem;
}



#product-category .row.row-cols-sm-2.row-cols-lg-4 .col,
#product-category #content .row .col-sm-3 {
  flex: 1 1 200px;
}

#product-category .row.row-cols-sm-2.row-cols-lg-4 .col ul,
#product-category #content .row .col-sm-3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	justify-items: center;
}

#product-category .row.row-cols-sm-2.row-cols-lg-4 .col ul li,
#product-category #content .row .col-sm-3 ul li {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  text-align: center;
  padding: 1rem 0.5rem;
  max-width: 200px;
}

#product-category .row.row-cols-sm-2.row-cols-lg-4 .col ul li:hover,
#product-category #content .row .col-sm-3 ul li:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

#product-category .row.row-cols-sm-2.row-cols-lg-4 .col ul li a,
#product-category #content .row .col-sm-3 ul li a {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #111;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}

#product-category .row.row-cols-sm-2.row-cols-lg-4 .col ul li a:hover,
#product-category #content .row .col-sm-3 ul li a:hover {
  color: #00a5ae; /* turcoaz secundar */
}

/* Accent subtil pe hover */
#product-category .row.row-cols-sm-2.row-cols-lg-4 .col ul li:hover a,
#product-category #content .row .col-sm-3 ul li:hover a {
  color: #b80c09; /* roșu primar */
}

/* Responsive */
@media (max-width: 768px) {
  #product-category .row.row-cols-sm-2.row-cols-lg-4,
#product-category #content .row  {
    gap: 1rem;
  }

  #product-category .row.row-cols-sm-2.row-cols-lg-4 .col ul li,
#product-category #content .row .col-sm-3 ul li  {
    padding: 1rem;
  }

  #product-category .row.row-cols-sm-2.row-cols-lg-4 .col ul li a,
#product-category #content .row .col-sm-3 ul li a  {
    font-size: 1rem;
  }
}

/* ==== OLD RECORDS — Scroll pentru grupurile de filtre ==== */

/* 1️⃣ — aplicăm doar pe filtrele din coloana stângă */
#column-left .list-group-item > div[id^="filter-group-"] {
  max-height: 150px;            /* înălțime vizibilă — ajustează după preferință */
  overflow-y: auto;             /* scroll doar pe verticală */
  overflow-x: hidden;
  padding-right: 6px;           /* spațiu pentru scrollbar */
  margin-bottom: 0.5rem;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 8px;
  background-color: #fff;
}

/* 2️⃣ — scrollbar discret, integrat în stilul Old Records */
#column-left .list-group-item > div[id^="filter-group-"]::-webkit-scrollbar {
  width: 6px;
}

#column-left .list-group-item > div[id^="filter-group-"]::-webkit-scrollbar-thumb {
  background-color: rgba(184, 12, 9, 0.3);   /* roșu accent transparent */
  border-radius: 4px;
}

#column-left .list-group-item > div[id^="filter-group-"]::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 165, 174, 0.6);  /* turcoaz la hover */
}

/* 3️⃣ — stil suplimentar pentru titlurile grupurilor */
#column-left .list-group-item:first-of-type,
#column-left .list-group-item > a.list-group-item {
  font-size: 0.95rem;
  color: #111;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* 4️⃣ — ajustare generală spacing */
#column-left .form-check {
  margin-bottom: 0.35rem;
}

#product-category .col-9 {
	width: 100%;
}

.or-decade {
	border: 1px solid #b80c09;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

/* Search Filter Mobile */

@media (max-width: 768px) {
  #column-left.or-filters-active {
    display: block !important;
  }
}

@media (max-width: 768px) {
  /* === Pop-up mobil pentru filtre === */
  #column-left.or-filters-active {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    z-index: 9999;
    overflow-y: auto;
    padding: 1.5rem;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    animation: fadeSlideIn 0.25s ease forwards;
  }

  /* Buton închidere (dreapta sus) */
  #column-left .or-filters-close {
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 10000;
    background: #f9f9f9;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  #column-left .or-filters-close button {
    background: #b80c09;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    font-family: 'poppinssemibold', 'Poppins', sans-serif;
    transition: all 0.3s ease;
  }

  #column-left .or-filters-close button:hover {
    background: #00a5ae;
    transform: translateY(-1px);
  }

  /* Efect intrare */
  @keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* Overlay fundal */
  body.or-overlay-active::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    animation: fadeIn 0.3s ease forwards;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
}

/* ============================================
   Component — PAGINATION (Old Records LTS)
   ============================================ */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  padding: 1.5rem 0;
  margin: 2rem 0;
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
}

.pagination .page-item {
  display: inline-block;
}

.pagination .page-link {
  display: inline-block;
  padding: 0.55rem 1rem;
  border: 1px solid #b80c09;
  border-radius: 50px;
  background-color: #fff;
  color: #b80c09;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}

.pagination .page-link:hover {
  background-color: #00a5ae;
  border-color: #00a5ae;
  color: #fff;
  transform: translateY(-2px);
}

.pagination .page-item.active .page-link,
.pagination .page-link:focus {
  background-color: #b80c09;
  color: #fff;
  border-color: #b80c09;
  box-shadow: 0 0 0 3px rgba(184, 12, 9, 0.2);
}

.pagination .page-item.disabled .page-link {
  background-color: #eee;
  border-color: #ddd;
  color: #999;
  cursor: not-allowed;
}

/* Arrows “>” și “>|” */
.pagination .page-link[href*="page="]:has(> i),
.pagination .page-link[href*="page="][aria-label] {
  font-weight: 600;
}

.pagination .page-link[href*="page="]:hover {
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .pagination {
    gap: 0.3rem;
  }
  .pagination .page-link {
    padding: 0.45rem 0.75rem;
    font-size: 0.9rem;
  }
}

/* === Old Records — Disponibilitate Produs === */
li.stock {
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  font-size: 1rem;
  color: #111; /* text standard */
  margin-top: 0.75rem;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(184, 12, 9, 0.3); /* roșu subtil */
  border-radius: 50px;
  background-color: #f9f9f9; /* fundal neutru */
  display: inline-block;
  transition: all 0.3s ease;
}

li.stock span {
  color: #00a5ae; /* turcoaz — accent pozitiv */
  font-weight: 600;
  letter-spacing: 0.4px;
}

li.stock:hover {
  background-color: #00a5ae;
  color: #f9f9f9;
  border-color: #00a5ae;
  transform: translateY(-2px);
}

li.stock:hover span {
  color: #f9f9f9;
}

#cookie .col-12.p-2.text-center p {
	color: #fff;
}

#cookie .col-12.p-2.text-center p a {
	text-decoration: underline;
}

#cookie button {
	background-color: #b80c09 !important;
}

#cookie button + button {
	background-color: #fff !important;
}


.or-free-shipping {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f9f9f9;
  border: 1px dashed rgba(184, 12, 9, 0.4);
  border-radius: 8px;
  padding: 0.6rem 1rem;
  margin: 1rem 0;
  font-family: 'interregular', 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #111;
}

.or-free-shipping i {
  color: #00a5ae;
  font-size: 1.1rem;
}

.or-free-shipping:hover {
  border-color: #00a5ae;
  transform: translateY(-1px);
  transition: all 0.3s ease;
}

.manufacturer-description {
  background-color: #f9f9f9;
  color: #333;
  font-family: 'Inter', sans-serif;
  padding: 1rem 0;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.manufacturer-description .container {
  max-width: unset;
  font-size: 1rem;
}
.manufacturer-description p {
  font-size: 1.05rem;
  margin-bottom: 1em;
}

@media (max-width: 768px){
	footer{
		margin-top:1rem;
	}
}

a.btn.or-timeline__btn {
	font-size: 0.75rem;
}

#anpc {
	text-align: center;
	margin-top: 1.5rem;
}

@media (min-width: 576px) {
  footer .col-sm-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}

#information-contact form fieldset fieldset {
	max-width: 200px;
	margin-left: auto;
}
#information-contact form fieldset fieldset legend {
	font-size: 1rem;
}

.product_manufacturer_description {
	font-size: 1rem;
	margin-bottom: 2rem;
}

#product-info .tab-content + h3 {
	font-size: 1.3rem;
}
#product-info h1 {
	margin-top: 2rem;
}

/* ============================================
   Old Records — Display Control (Sort + Limit)
   ============================================ */

#display-control {
	font-family: 'interregular', 'Inter', sans-serif;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

/* ---- Labelurile din input-group ---- */
#display-control .input-group-text {
  background: #fff;
  border: 1px solid #b80c09;
  color: #111;
  font-size: 0.9rem;
  font-family: 'poppinssemibold', 'Poppins', sans-serif;
  border-radius: 50px 0 0 50px;
  padding: 0.55rem 1rem;
}

#display-control .col-md-4.offset-md-1.col-6,
#display-control .col-lg-4.offset-lg-1.col-6,
#display-control .input-group.mb-3 {
	margin: 0 !important;
}
/* ---- Select ---- */
#display-control select.form-select {
  border: 1px solid #b80c09;
  border-left: none;
  background: #fff;
  color: #111;
  font-size: 0.9rem;
  padding: 0.55rem 1rem;
  font-family: 'interregular', 'Inter', sans-serif;
  border-radius: 0 50px 50px 0;
  transition: all 0.3s ease;
}

/* Hover + focus (în spiritul template-ului) */
#display-control select.form-select:hover,
#display-control select.form-select:focus {
  border-color: #00a5ae;
  color: #00a5ae;
  box-shadow: 0 0 0 3px rgba(0,165,174,0.25);
  outline: none;
}

/* ---- Mobile optimizat ---- */
@media (max-width: 768px) {
  #display-control {
    padding: 1rem;
    border-radius: 16px;
	margin-bottom: 0;
  }
  #display-control .input-group {
    margin-bottom: 1rem;
  }
  #display-control .input-group-text,
  #display-control select.form-select {
    font-size: 0.85rem;
    padding: 0.5rem 0.9rem;
  }
  #display-control .col-md-4.offset-md-1.col-6 {
    width: 100%;
	margin-bottom: 1rem !important;
}
#display-control .col-lg-4.offset-lg-1.col-6{
	 width: 100%;
}
}

@media (min-width: 1200px) {
  #product-list .col.mb-3,
  .row.row-cols-1.row-cols-sm-2.row-cols-md-3.row-cols-xl-4 .col.mb-3,
  .col-12.col-sm-6.col-md-4.mb-4 {
	width: 20%;
}
#column-left + #content #product-list .col.mb-3,
#column-left + #content #product-list  .col-12.col-sm-6.col-md-4.mb-4
 {
	width: 20%;
}
}

@media (min-width: 250px) {
	.row-cols-sm-2{
		gap: 0 !important;
	}
  .row-cols-sm-2 > * {
    width: 50%;
  }
}

.list-inline-item.webuy a span, .list-inline-item.webuy a i {
	color: #00a5ae;
}
.list-inline-item.webuy a i {
	font-size: 110%;
}
.list-inline-item.webuy .d-none {
	display: inline !important;
}
.col-4.language-switch {
	width: 10%;
}

@media (max-width: 768px) {
#product-search, #product-category {
	margin-top: -1rem;
}

#product-search .text-end.mb-3.d-block.d-md-none, #product-category .text-end.mb-3.d-block.d-md-none {
	margin-bottom: 0 !important;
}
#navbar-menu li.nav-item {
    width: 100%;
    min-width: 150px;
}
}

/* === Old Records — Navigație Prev/Next produs (revizuit) === */
.mfp-wrap{
	z-index:10000 !important;
}

.or-product-nav {
  position: absolute;
  width: 100%;
}

/* === Old Records — Navigație Prev/Next produs — poziționare fixă === */
.or-product-prev,
.or-product-next {
  position: fixed;        /* ✅ fix pe ecran, nu în interiorul containerului */
  top: 50%;               /* centrat vertical */
  transform: translateY(-50%);
  background: rgba(0,0,0,0.45);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999;          /* peste toate elementele */
  opacity: 0.9;
}


.or-product-prev:hover,
.or-product-next:hover {
  background: rgba(0,0,0,0.7);
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

.or-product-prev { left: 20px; }
.or-product-next { right: 20px; }

/* --- responsive: mobil --- */
@media (max-width: 768px) {
  .or-product-nav {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.2rem;
  }

 .or-product-prev,
  .or-product-next {
    width: 42px;
    height: 42px;
    font-size: 1.1rem;
  }
}

/* === Old Records — Feedback instant la click săgeată === */
.or-product-prev.clicked,
.or-product-next.clicked {
  transform: scale(0.85);
  background: #b80c09 !important;
  transition: all 0.2s ease;
}

.or-product-prev.clicked i,
.or-product-next.clicked i {
  opacity: 0.9;
}

.mfp-arrow, .mfp-arrow::before {
	opacity: 1 !important;
}
.mfp-arrow-left::after {
	border-right: 17px solid #fff !important;
}
.mfp-arrow-right::after {
	border-left: 17px solid #fff !important;
}
.mfp-arrow-left::before {
	border-right: 27px solid #b80c09 !important;
}
.mfp-arrow-right::before {
	border-left: 27px solid #b80c09 !important;
}

.dropdown-menu.dropdown-menu-right.show {
	z-index: 100000;
}

/* === end Template Oldrecords ===*/

header .col-lg-3 {
	width: auto;
}
header .col-md-3.col-lg-4 {
	width: 20%;
}

@media (max-width: 992px){
	header .col-md-3.col-lg-4 {
	width: 15%;
}
}

@media (max-width: 768px){
	header .col-md-3.col-lg-4 {
	width: 25%;
}
header .col-md-5 {
	width: 75%;
}
#logo img {
  max-width: 80px !important;
}
#top, header {
	margin-bottom: 1rem;
}
}

@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 100px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
  .section { padding: 3rem 1rem; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
}
/* menu */
#menu .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
.product-thumb .description h4 {
  font-weight: 500;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  border: none;
  border-top: 1px solid var(--bs-border-color);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button.buy {
	min-width: 75%;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
