@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&family=Oswald:wght@400;500;600;700&display=swap");

:root {
  --cp-black: #040304;
  --cp-rust: #a43f1c;
  --cp-burgundy: #822430;
  --cp-brown: #582814;
  --cp-cream: #d9ceaf;
  --cp-snow: #f4efe2;
  --cp-line: rgba(217, 206, 175, 0.14);
  --cp-notch-md: 14px;
  --cp-notch-sm: 10px;
  --cp-shape-md: polygon(var(--cp-notch-md) 0, calc(100% - var(--cp-notch-md)) 0, 100% var(--cp-notch-md), 100% calc(100% - var(--cp-notch-md)), calc(100% - var(--cp-notch-md)) 100%, var(--cp-notch-md) 100%, 0 calc(100% - var(--cp-notch-md)), 0 var(--cp-notch-md));
  --cp-shape-sm: polygon(var(--cp-notch-sm) 0, calc(100% - var(--cp-notch-sm)) 0, 100% var(--cp-notch-sm), 100% calc(100% - var(--cp-notch-sm)), calc(100% - var(--cp-notch-sm)) 100%, var(--cp-notch-sm) 100%, 0 calc(100% - var(--cp-notch-sm)), 0 var(--cp-notch-sm));
}

.cp-global-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(88, 40, 20, 0.38);
  background: linear-gradient(90deg, rgba(4, 3, 4, 0.94), rgba(24, 14, 10, 0.92) 48%, rgba(4, 3, 4, 0.94));
  backdrop-filter: blur(18px);
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
}

.cp-global-header__inner {
  width: min(calc(100% - 36px), 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 88px;
}

.cp-global-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.cp-global-brand .elementor-widget-theme-site-logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border: 1px solid rgba(217, 206, 175, 0.28);
  background: linear-gradient(180deg, rgba(217, 206, 175, 0.06), rgba(217, 206, 175, 0.02)), rgba(10, 16, 14, 0.92);
  padding: 8px;
  clip-path: var(--cp-shape-sm);
}

.cp-global-brand .elementor-heading-title {
  margin: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--cp-snow);
}

.cp-global-brand .elementor-widget-text-editor {
  color: rgba(217, 206, 175, 0.62);
  font-size: 0.95rem;
  line-height: 1.5;
}

.cp-global-nav {
  justify-self: center;
}

.cp-global-menu .elementor-nav-menu {
  gap: 18px;
}

.cp-global-menu .elementor-item {
  position: relative;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(217, 206, 175, 0.72);
  transition: color 0.2s ease;
}

.cp-global-menu .elementor-item:hover,
.cp-global-menu .elementor-item.elementor-item-active {
  color: var(--cp-snow);
}

.cp-global-menu .elementor-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--cp-rust), var(--cp-burgundy));
  transition: transform 0.2s ease;
}

.cp-global-menu .elementor-item:hover::after,
.cp-global-menu .elementor-item.elementor-item-active::after {
  transform: scaleX(1);
}

.cp-global-menu .sub-menu {
  background: rgba(10, 16, 14, 0.98) !important;
  border: 1px solid rgba(217, 206, 175, 0.08) !important;
}

.cp-global-menu .sub-menu .elementor-sub-item {
  color: rgba(217, 206, 175, 0.82) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.cp-global-menu .sub-menu .elementor-sub-item:hover {
  color: var(--cp-snow) !important;
  background: rgba(217, 206, 175, 0.04) !important;
}

.cp-global-cta .elementor-button {
  min-height: 56px;
  padding: 0 30px;
  border: 1px solid rgba(46, 24, 12, 0.78);
  color: var(--cp-snow);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: linear-gradient(rgba(28, 15, 8, 0.16), rgba(28, 15, 8, 0.16)), url("https://cattlepunchers.com/wp-content/uploads/2026/03/Wood-Button.png") center / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 241, 217, 0.26), inset 0 -1px 0 rgba(45, 25, 12, 0.55), 0 14px 28px rgba(0, 0, 0, 0.28);
  text-shadow: 0 1px 0 rgba(31, 18, 9, 0.6);
  clip-path: var(--cp-shape-md);
}

.cp-global-cta .elementor-button:hover {
  border-color: rgba(65, 35, 18, 0.92);
  transform: translateY(-2px) scale(1.01);
}

.cp-global-menu .elementor-menu-toggle {
  border: 1px solid var(--cp-line);
  background: rgba(217, 206, 175, 0.04);
  color: var(--cp-snow);
  clip-path: var(--cp-shape-sm);
}

@media (max-width: 1024px) {
  .cp-global-header__inner {
    width: min(calc(100% - 22px), 1380px);
    grid-template-columns: 1fr auto;
  }

  .cp-global-actions {
    display: none;
  }
}
#site-footer {
  display: none !important;
}
@media (max-width: 1024px) {
  footer[data-elementor-type="footer"] .e-con-inner,
  footer[data-elementor-type="footer"] .elementor-container,
  footer[data-elementor-type="footer"] .elementor-element {
    width: min(calc(100% - 22px), 1380px);
  }
}
body.tax-product_cat,
body.tax-product_tag {
  background: #ffffff !important;
}

body.woocommerce main#content,
body.woocommerce .site-main,
body.woocommerce .entry-content,
body.woocommerce-page main#content,
body.woocommerce-page .site-main,
body.woocommerce-page .entry-content,
body.post-type-archive-product main#content,
body.post-type-archive-product .site-main,
body.post-type-archive-product .entry-content,
body.tax-product_cat main#content,
body.tax-product_cat .site-main,
body.tax-product_cat .entry-content,
body.tax-product_tag main#content,
body.tax-product_tag .site-main,
body.tax-product_tag .entry-content {
  background: #ffffff !important;
}

main#content,
.site-main,
.entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.elementor-location-header {
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(88, 40, 20, 0.38) !important;
}
body.post-type-archive-product .entry-header,
body.post-type-archive-product .page-header,
body.post-type-archive-product .archive-header,
body.post-type-archive-product .breadcrumbs,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .entry-title,
body.post-type-archive-product .page-title,
body.post-type-archive-product h1.page-title {
  display: none !important;
}
body.post-type-archive-product .site-header,
body.post-type-archive-product .elementor-location-header {
  display: none !important;
}
