:root {
  --hc-primary: #ff6a00;
  --hc-primary-2: #ff8a3d;
  --hc-dark: #0b1320;
  --hc-muted: #6c757d;
  --hc-surface: #ffffff;
  --hc-surface-2: #f7f8fb;
  --hc-border: rgba(15, 23, 42, 0.12);
  --hc-shadow: 0 14px 30px rgba(2, 6, 23, 0.10);
  --hc-shadow-soft: 0 10px 24px rgba(2, 6, 23, 0.08);
}

.hc-font-primary {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.hc-font-secondary {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.hc-section {
  padding: 72px 0;
}

.hc-skin .btn-hc {
  --bs-btn-bg: var(--hc-primary);
  --bs-btn-border-color: var(--hc-primary);
  --bs-btn-hover-bg: #e85f00;
  --bs-btn-hover-border-color: #e85f00;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 106, 0;
}

.hc-skin .btn-hc-outline {
  --bs-btn-color: var(--hc-primary);
  --bs-btn-border-color: rgba(255, 106, 0, 0.35);
  --bs-btn-hover-bg: rgba(255, 106, 0, 0.10);
  --bs-btn-hover-border-color: rgba(255, 106, 0, 0.55);
  --bs-btn-hover-color: var(--hc-primary);
}

.hc-topbar {
  background: #0b1320;
  color: rgba(255,255,255,.85);
  font-size: 14px;
}
.hc-topbar a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
}
.hc-topbar a:hover {
  color: #fff;
  text-decoration: underline;
}

.hc-header {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.hc-header-search .form-control {
  border-radius: 999px;
  padding-left: 1.1rem;
  padding-right: 3.2rem;
  border-color: rgba(15, 23, 42, 0.12);
}
.hc-header-search .hc-search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
  padding: .45rem .9rem;
}

.hc-header-actions .btn {
  border-radius: 10px;
  padding: .45rem .8rem;
  font-weight: 700;
}

.hc-hero {
  position: relative;
  padding: 92px 0 72px;
  background: linear-gradient(180deg, #0b1320 0%, #0f172a 100%);
  overflow: hidden;
}

.hc-hero-bg,
.hc-hero-overlay {
  position: absolute;
  inset: 0;
}

.hc-hero-bg {
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.05);
  opacity: var(--hc-hero-bg-opacity, 0.55);
}

.hc-hero-overlay {
  background: linear-gradient(180deg, rgba(11,19,32,.65) 0%, rgba(11,19,32,.85) 65%, rgba(11,19,32,.95) 100%);
  opacity: var(--hc-hero-overlay-opacity, 1);
}

.hc-hero-accent {
  position: absolute;
  width: 950px;
  height: 520px;
  left: -220px;
  top: -220px;
  background: rgba(255, 106, 0, 0.28);
  border-radius: 999px;
  filter: blur(0px);
  opacity: var(--hc-hero-accent-opacity, 1);
  pointer-events: none;
}

.hc-hero .container {
  position: relative;
  z-index: 3;
}

.hc-hero .hc-hero-title {
  color: #fff;
  letter-spacing: -0.03em;
}
.hc-hero .hc-hero-desc {
  color: rgba(255,255,255,.78);
  max-width: 44rem;
}

.hc-hero .hc-hero-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 18px;
  box-shadow: var(--hc-shadow);
}

.hc-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .4rem .8rem;
  border: 1px solid var(--hc-border);
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  font-weight: 700;
  color: var(--hc-dark);
}

.hc-card {
  border: 1px solid var(--hc-border);
  border-radius: 16px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hc-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--hc-shadow-soft);
  border-color: rgba(255, 106, 0, 0.28);
}

.hc-product-code {
  display: inline-flex;
  align-items: center;
  padding: .15rem .5rem;
  border-radius: 999px;
  border: 1px solid var(--hc-border);
  font-weight: 700;
  color: var(--hc-dark);
  background: #fff;
}

.hc-product-thumb {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  background: #f1f5f9;
}

.hc-product-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .15rem .55rem;
  border-radius: 999px;
  background: rgba(255, 106, 0, 0.12);
  color: #ff6a00;
  font-weight: 800;
  font-size: 12px;
}

.hc-category-tabs {
  flex-wrap: wrap;
  gap: 10px;
}

.hc-category-tabs .nav-link {
  border-radius: 999px;
  border: 1px solid var(--hc-border);
  background: rgba(255, 255, 255, 0.8);
  color: var(--hc-dark);
  font-weight: 800;
  padding: .45rem .85rem;
}

.hc-category-tabs .nav-link:hover {
  border-color: rgba(255, 106, 0, 0.35);
}

.hc-category-tabs .nav-link.active {
  background: rgba(255, 106, 0, 0.12);
  border-color: rgba(255, 106, 0, 0.35);
  color: #ff6a00;
}

.hc-products-carousel .hc-swiper {
  padding: 6px 6px 18px;
}

.hc-products-carousel .swiper-button-prev,
.hc-products-carousel .swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--hc-border);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(2, 6, 23, 0.08);
}

.hc-products-carousel .swiper-button-prev:after,
.hc-products-carousel .swiper-button-next:after {
  font-size: 16px;
  color: var(--hc-dark);
  font-weight: 900;
}

.hc-products-carousel .swiper-pagination-bullet {
  background: rgba(15, 23, 42, 0.25);
  opacity: 1;
}

.hc-products-carousel .swiper-pagination-bullet-active {
  background: var(--hc-primary);
}

.hc-footer {
  background: #0b1320;
  color: #fff;
}

.hc-footer a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
}

.hc-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Cart Styles */
.hc-cart-widget .dropdown-toggle::after {
  display: none;
}
.hc-cart-widget .badge {
  padding: 0.35em 0.5em;
  font-weight: 800;
  border: 2px solid #fff;
}
@keyframes hcPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
.pulse-anim {
  animation: hcPulse 0.3s ease;
}
.hc-cart-item:hover {
  background: rgba(0,0,0,0.015);
}

/* Hover cart: bridge pointer gap between toggle and dropdown (Popper offset) */
.hc-cart-widget[data-hc-cart-trigger="hover"] .hc-cart-dropdown {
  margin-top: 0;
}
.hc-cart-widget[data-hc-cart-trigger="hover"] .hc-cart-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}
.hc-cart-dropdown-align {
  width: 100%;
}

/* Resumo do carrinho no modal de orçamento (fora do campo Obs) */
.hc-quote-cart-summary .hc-quote-cart-line:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.hc-quote-cart-summary .hc-cart-remove-btn:hover {
  background: rgba(220, 53, 69, 0.12) !important;
}

/* Orçar / carrinho nos slides: ficam clicáveis por cima do Swiper */
.hc-swiper.swiper .hc-quote-btn,
.hc-swiper.swiper .hc-add-to-cart-btn {
  position: relative;
  z-index: 2;
}

@keyframes hcAddToCartApplied {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

/* Botão adicionar ao carrinho nos cards — mais visível */
.hc-add-to-cart-btn {
  flex-shrink: 0;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0.55rem !important;
  border-radius: 12px !important;
  border: 2px solid var(--hc-primary) !important;
  background: #fff !important;
  color: var(--hc-primary) !important;
  box-shadow: 0 4px 14px rgba(2, 6, 23, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.hc-add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.16);
  background: color-mix(in srgb, var(--hc-primary) 14%, #fff) !important;
  color: var(--hc-primary) !important;
}
.hc-add-to-cart-btn:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--hc-primary) 45%, transparent);
  outline-offset: 2px;
}
.hc-add-to-cart-btn .hc-add-to-cart-icon {
  display: block;
}
.hc-add-to-cart-btn.hc-add-to-cart-applied {
  animation: hcAddToCartApplied 0.75s ease;
}

/* FAB carrinho fixo — canto inferior direito */
.hc-cart-fab {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 1040;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hc-primary);
  color: #fff;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.22);
  animation: hcCartFabPulse 2.2s ease-in-out infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hc-cart-fab:hover {
  transform: scale(1.06);
  box-shadow: 0 12px 32px rgba(2, 6, 23, 0.28);
}
.hc-cart-fab:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
@keyframes hcCartFabPulse {
  0%,
  100% {
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.22), 0 0 0 0 color-mix(in srgb, var(--hc-primary) 50%, transparent);
  }
  50% {
    box-shadow: 0 10px 32px rgba(2, 6, 23, 0.26), 0 0 0 12px color-mix(in srgb, var(--hc-primary) 0%, transparent);
  }
}

