.elementor-4766 .elementor-element.elementor-element-2f8af06{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS *//* ========================================================
   RACE DYNAMICS // UNIFIED HEADWEAR COLLECTION (TACTICAL HUD)
   ======================================================== */

.rd-headwear-wrapper {
  background-color: #05070A;
  color: #94A3B8;
  font-family: 'Inter', -apple-system, sans-serif;
  padding: 40px 20px 80px;
  background-image: 
    linear-gradient(rgba(20, 27, 38, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 27, 38, 0.35) 1px, transparent 1px);
  background-size: 32px 32px;
  box-sizing: border-box;
}

/* Header Section */
.rd-headwear-header {
  max-width: 1240px;
  margin: 0 auto 40px;
}

.rd-header-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(5, 223, 114, 0.08);
  border: 1px solid #05DF72;
  border-radius: 4px;
  padding: 5px 12px;
  margin-bottom: 16px;
}

.rd-pulse-dot {
  width: 7px;
  height: 7px;
  background-color: #05DF72;
  border-radius: 50%;
  box-shadow: 0 0 8px #05DF72;
  animation: rdHeadwearPulse 2s infinite ease-in-out;
}

@keyframes rdHeadwearPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.8); }
}

.rd-header-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: #05DF72;
  letter-spacing: 1px;
}

.rd-collection-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0 0 12px 0;
}

.rd-collection-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #8A99AD;
  max-width: 780px;
  margin: 0;
}

/* Outer Card Frame with Corner Brackets */
.rd-card-frame {
  position: relative;
  background: #0A0D12;
  border: 1px solid #1E2633;
  border-radius: 4px;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

.rd-corner-tl {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #05DF72;
  border-left: 2px solid #05DF72;
  pointer-events: none;
}

.rd-corner-br {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #05DF72;
  border-right: 2px solid #05DF72;
  pointer-events: none;
}

/* Product Blocks */
.rd-product-block {
  max-width: 1240px;
  margin: 0 auto 50px;
}

.rd-hero-frame {
  padding: 40px 48px;
  margin-bottom: 24px;
}

.rd-split-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Left: Product Info */
.rd-sku-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: #FF9900;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.rd-item-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin: 0 0 14px 0;
}

.rd-price-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px;
  font-weight: 800;
  color: #05DF72;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.rd-tax-note {
  font-size: 10.5px;
  color: #64748B;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.rd-item-para {
  font-size: 14.5px;
  line-height: 1.65;
  color: #CBD5E1;
  margin-bottom: 22px;
}

/* Color Selectors */
.rd-item-options {
  margin-bottom: 28px;
}

.rd-option-label {
  display: block;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: #94A3B8;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.rd-color-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rd-color-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0E131A;
  border: 1px solid #1E2633;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-family: 'JetBrains Mono', monospace;
  color: #CBD5E1;
}

.rd-color-pill.active {
  border-color: #05DF72;
  color: #FFFFFF;
}

.rd-color-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.rd-color-circle.black { background: #0A0A0A; border: 1px solid #334155; }
.rd-color-circle.white { background: #FFFFFF; }
.rd-color-circle.lgrey { background: #94A3B8; }
.rd-color-circle.dgrey { background: #334155; }

/* Action Dock */
.rd-action-dock {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rd-btn-buy {
  background: #05DF72;
  color: #05070A;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(5, 223, 114, 0.35);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.rd-btn-buy:hover {
  background: #FFFFFF;
  color: #05070A;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.rd-policy-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: #64748B;
  letter-spacing: 0.5px;
}

/* Right Media Box */
.rd-media-box {
  position: relative;
  background: #06080B;
  border: 1px solid #1E2633;
  border-radius: 4px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
}

.rd-badge-overlay {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(6, 8, 11, 0.85);
  border: 1px solid #1E2633;
  color: #05DF72;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 2px;
}

.rd-product-img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.7));
  transition: transform 0.3s ease;
}

.rd-media-box:hover .rd-product-img {
  transform: scale(1.03);
}

/* Specs Bento Grid */
.rd-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rd-grid-2x3 {
  grid-template-columns: repeat(3, 1fr);
}

.rd-spec-card {
  background: #0A0D12;
  border: 1px solid #1A212D;
  border-radius: 4px;
  padding: 22px 20px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.rd-spec-card:hover {
  border-color: #273448;
  transform: translateY(-2px);
}

.rd-spec-head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.rd-sq-dot {
  width: 7px;
  height: 7px;
  background: #05DF72;
  box-shadow: 0 0 6px #05DF72;
  flex-shrink: 0;
  margin-top: 4px;
}

.rd-spec-head h4 {
  font-family: 'Syne', sans-serif;
  font-size: 13.5px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.35;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.rd-spec-card p {
  font-size: 12.5px;
  line-height: 1.6;
  color: #8A99AD;
  margin: 0;
}

/* Section Divider */
.rd-section-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1240px;
  margin: 50px auto 60px;
}

.rd-divider-line {
  flex: 1;
  height: 1px;
  background: #1E2633;
}

.rd-divider-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
  letter-spacing: 1.5px;
}

/* Bottom Global Banner */
.rd-bottom-banner {
  padding: 30px 40px;
  margin-top: 20px;
}

.rd-banner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.rd-banner-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 8px 0;
  text-transform: uppercase;
}

.rd-banner-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #94A3B8;
  margin: 0;
}

.rd-btn-cta {
  background: #05DF72;
  color: #05070A;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 13px 28px;
  border-radius: 3px;
  white-space: nowrap;
  box-shadow: 0 0 16px rgba(5, 223, 114, 0.35);
  transition: all 0.2s ease;
}

.rd-btn-cta:hover {
  background: #FFFFFF;
  color: #05070A;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
  .rd-split-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .rd-specs-grid, .rd-grid-2x3 {
    grid-template-columns: 1fr;
  }
  .rd-hero-frame {
    padding: 28px 20px;
  }
  .rd-media-box {
    min-height: 280px;
  }
  .rd-banner-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .rd-btn-cta, .rd-btn-buy {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */