:root {
  --fec-red: #e10032;
  --fec-black: #000;
  --fec-gold: #ffbe3c;
  --fec-mint: #d6f2e3;
  --fec-teal: #0f96a0;
  --fec-whatsapp: #25d366;
  --fec-ink: #141922;
  --fec-muted: #5c6675;
  --fec-line: #e6e9ee;
  --fec-soft: #f7f8fa;
}

body {
  color: var(--fec-ink);
  font-family: "Rubik", Arial, sans-serif;
  background: #fff;
}

a,
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  color: var(--fec-red);
}

.container {
  max-width: 1180px;
}

.fec-topline {
  background: var(--fec-red);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}

.fec-topline__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 38px;
}

.fec-topline a {
  color: #fff;
  text-decoration: underline;
}

.fec-nav {
  background: var(--fec-black);
  color: #fff;
  border: 0;
}

.fec-nav .container {
  min-height: 40px;
}

.fec-nav__claim {
  color: var(--fec-gold);
  font-weight: 700;
  line-height: 40px;
}

.fec-nav__links {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  line-height: 40px;
}

.fec-nav__links a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.78rem;
}

#header .header-top.fec-header {
  padding: 18px 0;
  background: #fff;
  border-bottom: 1px solid var(--fec-line);
}

.fec-header__row {
  display: flex;
  align-items: center;
}

.fec-logo img {
  width: auto;
  max-width: 230px;
  height: auto;
}

.fec-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.fec-search-wrap {
  flex: 1;
  max-width: none;
  min-width: 0;
}

.fec-search-wrap #search_widget,
.fec-search-wrap #search_widget form {
  width: 100%;
}

.fec-search-wrap #search_widget input {
  min-height: 46px;
  border: 2px solid var(--fec-line);
  border-radius: 6px;
  font-family: "Rubik", Arial, sans-serif;
}

.fec-header__cta,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 6px;
  background: var(--fec-red);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.fec-header__cta:hover {
  color: #fff;
  background: #c9002d;
  text-decoration: none;
}

#header .top-menu a[data-depth="0"] {
  color: var(--fec-ink);
  font-weight: 800;
}

#header .top-menu a[data-depth="0"]:hover {
  color: var(--fec-red);
}

#header #_desktop_top_menu {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

#header #_desktop_top_menu .top-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  margin: 0;
}

#header #_desktop_top_menu .top-menu a[data-depth="0"] {
  font-size: 0.86rem;
  line-height: 1.15;
  white-space: normal;
}

.fec-search-wrap #search_widget {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}

.fec-header__cta {
  flex: 0 0 auto;
}

#header #_desktop_top_menu .sub-menu {
  border: 1px solid var(--fec-line);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

#wrapper {
  background: var(--fec-soft);
  box-shadow: none;
  padding-top: 24px;
}

.breadcrumb {
  background: transparent;
  font-size: 0.82rem;
}

.page-home h2,
.featured-products h2,
.products-section-title {
  color: var(--fec-ink);
  font-weight: 800;
  text-transform: none;
}

.fec-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  padding: 32px;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(225, 0, 50, 0.94), rgba(225, 0, 50, 0.72)),
    linear-gradient(90deg, var(--fec-red), var(--fec-black));
  color: #fff;
}

.fec-home-hero__copy {
  max-width: 760px;
}

.fec-home-hero__copy span {
  color: var(--fec-gold);
  font-weight: 800;
  text-transform: uppercase;
}

.fec-home-hero h1 {
  margin: 10px 0;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.08;
}

.fec-home-hero p {
  max-width: 620px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
}

.fec-home-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--fec-gold);
  color: var(--fec-black);
  font-weight: 900;
  text-decoration: none;
}

.fec-home-hero__cta:hover {
  color: var(--fec-black);
  text-decoration: none;
}

.fec-home-hero__panel {
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}

.fec-home-hero__panel strong {
  color: #fff;
  font-size: 1.05rem;
}

.fec-home-hero__panel span {
  padding: 10px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 700;
}

.fec-category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 32px;
}

.fec-category-strip a {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--fec-line);
  border-radius: 8px;
  background: #fff;
  color: var(--fec-ink);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.fec-category-strip span {
  display: block;
  margin-bottom: 8px;
  color: var(--fec-red);
  font-weight: 900;
}

.fec-category-strip small {
  color: var(--fec-muted);
  line-height: 1.35;
}

.product-miniature .thumbnail-container,
.fec-product-card .thumbnail-container {
  width: auto;
  height: auto;
  min-height: 420px;
  border: 1px solid var(--fec-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fec-product-card .thumbnail-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.fec-product-card .thumbnail-top {
  position: relative;
  min-height: 250px;
  background: linear-gradient(180deg, #fff, var(--fec-soft));
}

.fec-product-card .product-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  padding: 20px;
}

.fec-card-badge,
.product-flags li.product-flag,
.product-flag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--fec-gold);
  color: var(--fec-black);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fec-product-card .product-description {
  position: static;
  height: auto;
  padding: 18px;
  background: #fff;
}

.fec-product-card .product-title,
.fec-product-card .product-title a {
  color: var(--fec-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.fec-product-card .product-price-and-shipping {
  margin: 12px 0;
  text-align: left;
}

.fec-product-card .price,
.product-price {
  color: var(--fec-red);
  font-weight: 800;
}

.fec-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
  background: var(--fec-teal);
  color: #fff;
  font-weight: 800;
}

.fec-card-cta:hover {
  color: #fff;
  background: #0b7d85;
  text-decoration: none;
}

.product-add-to-cart,
.add-to-cart {
  display: none !important;
}

.product-container {
  background: #fff;
  border: 1px solid var(--fec-line);
  border-radius: 8px;
  padding: 24px;
}

.product-information {
  color: var(--fec-muted);
}

.fec-availability-box {
  display: grid;
  gap: 14px;
  margin: 22px 0;
  padding: 18px;
  border: 2px solid var(--fec-red);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 190, 60, 0.22), #fff);
}

.fec-availability-copy {
  display: grid;
  gap: 4px;
}

.fec-availability-kicker {
  color: var(--fec-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fec-availability-copy strong {
  color: var(--fec-ink);
  font-size: 1rem;
}

.fec-availability-copy small {
  color: var(--fec-muted);
}

.fec-whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--fec-whatsapp);
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.fec-whatsapp-button:hover,
.fec-whatsapp-button:focus {
  background: #1da851;
  color: #fff;
  text-decoration: none;
}

.tabs {
  border-radius: 8px;
  border: 1px solid var(--fec-line);
  box-shadow: none;
}

.footer-container {
  border-top: 4px solid var(--fec-red);
  background: var(--fec-black);
  color: #fff;
}

.footer-container li a,
.footer-container .h3,
.footer-container .h4,
.footer-container .block-contact {
  color: #fff;
}

@media (min-width: 768px) {
  .fec-availability-box {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .fec-home-hero {
    grid-template-columns: 1fr;
  }

  .fec-category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .fec-topline__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 0;
  }

  .fec-header__right {
    display: block;
  }

  .fec-header__cta {
    width: 100%;
    margin-top: 12px;
  }

  .fec-home-hero {
    padding: 22px;
  }

  .fec-home-hero h1 {
    font-size: 1.7rem;
  }

  .fec-category-strip {
    grid-template-columns: 1fr;
  }
}
