/*
Theme Name: RoadLegend Child
Template: astra
Version: 1.0
*/

* {
  box-sizing: border-box;
}

body {
  background: #050505;
  color: #fff;
}

.rl-page {
  display: block !important;
  width: 100% !important;
  overflow-x: hidden;
  background: #050505;
}

.rl-page > section {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  clear: both !important;
}

.rl-container {
  width: min(1400px, 94%);
  margin: 0 auto;
}

.rl-hero {
  position: relative;
  min-height: 820px;
  display: flex !important;
  align-items: center;
  overflow: hidden;
  width: 100% !important;
  flex: none !important;
}

.rl-hero-bg {
  position: absolute;
  inset: 0;
  background-size: 100%;
  background-position: center 20%;
  z-index: 1;
}

.rl-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,.95),
    rgba(0,0,0,.55),
    rgba(0,0,0,.2)
  );
  z-index: 2;
}

.rl-hero .rl-container {
  position: relative;
  z-index: 3;
}

.rl-hero-content {
  max-width: 720px;
}

.rl-eyebrow {
  font-weight: 800;
  margin-bottom: 20px;
}

.rl-hero h1 {
  font-size: clamp(58px, 8vw, 120px);
  line-height: .9;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #ffffff;
}

.rl-hero h1 span {
  display: block;
  color: #ff2a00;
}

.rl-hero p {
  max-width: 560px;
  font-size: 20px;
  line-height: 1.6;
}

.rl-btn-row {
  display: flex;
  gap: 18px;
  margin-top: 35px;
}

.rl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff2a00;
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 5px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #ff2a00;
  transition: all 0.25s ease;
}

.rl-btn:hover,
.rl-btn:focus {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
}

.rl-btn-outline {
  background: transparent;
  border: 1px solid #fff;
}

.rl-btn-outline:hover,
.rl-btn-outline:focus {
  background: #ff2a00 !important;
  color: #ffffff !important;
  border-color: #ff2a00 !important;
}

.rl-section {
  padding: 90px 0;
  background: #050505;
  clear: both;
  width: 100% !important;
  flex: none !important;
}

.rl-title {
  font-size: 46px;
  text-transform: uppercase;
  margin-bottom: 35px;
  color: #fff;
}

.rl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.rl-card {
  background: #0d0d0d;
  border: 1px solid #222;
  border-radius: 10px;
  overflow: hidden;
}

.rl-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.rl-card-body {
  padding: 20px;
}

.rl-card-body h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.rl-price {
  color: #ff2a00;
  font-weight: 900;
  margin-bottom: 16px;
}

.rl-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.rl-feature {
  background: #0d0d0d;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 40px 25px;
  text-align: center;
}

.rl-feature h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.rl-feature p {
  color: #fff;
}

.rl-news {
  background: #0d0d0d;
  border: 1px solid #222;
  border-radius: 12px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.rl-news h2 {
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.rl-news p {
  color: #fff;
}

.rl-news input {
  width: 420px;
  max-width: 100%;
  background: #111;
  border: 1px solid #333;
  color: #fff;
  padding: 16px;
}
.rl-product-page {
    background: #050505;
    color: #fff;
}

.rl-product-hero {
    padding: 70px 0;
    background:
        radial-gradient(circle at top right, rgba(255, 42, 0, .18), transparent 35%),
        #050505;
}

.rl-product-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 42px;
    align-items: start;
}

.rl-gallery,
.rl-buy-box,
.rl-tab-card {
    background: #0d0d0d;
    border: 1px solid #202020;
    border-radius: 16px;
}

.rl-gallery {
    padding: 18px;
}

.rl-main-product-img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 12px;
}

.rl-thumb-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.rl-thumb {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #2a2a2a;
}

.rl-buy-box {
    padding: 32px;
    position: sticky;
    top: 110px;
}

.rl-badge {
    display: inline-block;
    background: #ff2a00;
    color: #fff;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.rl-buy-box h1 {
    font-size: 42px;
    line-height: 1;
    margin: 20px 0;
    color: #fff;
}

.rl-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.rl-meta span {
    background: #171717;
    border: 1px solid #2a2a2a;
    padding: 8px 10px;
    border-radius: 6px;
    color: #cfcfcf;
    font-size: 13px;
}

.rl-product-price {
    font-size: 36px;
    color: #ff2a00;
    font-weight: 900;
    margin-bottom: 18px;
}

.rl-short {
    color: #bdbdbd;
    line-height: 1.7;
}

.rl-product-actions {
    display: grid;
    gap: 12px;
    margin: 28px 0;
}

.rl-product-actions .edd-add-to-cart,
.rl-product-actions .edd_go_to_checkout,
.rl-product-actions .edd-submit,
.rl-product-actions .rl-btn {
    width: 100%;
    background: #ff2a00 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 8px !important;
    padding: 16px 20px !important;
    font-weight: 900 !important;
    text-align: center;
    text-transform: uppercase;
}

.rl-product-actions .rl-btn-outline {
    background: transparent !important;
    border: 1px solid #fff !important;
}

.rl-product-trust {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rl-product-trust li {
    padding: 11px 0;
    color: #d2d2d2;
    border-bottom: 1px solid #222;
}

.rl-product-trust li::before {
    content: "✓";
    color: #ff2a00;
    font-weight: 900;
    margin-right: 10px;
}

.rl-product-tabs {
    padding: 30px 0 80px;
}

.rl-tab-card {
    padding: 34px;
}

.rl-tab-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border-bottom: 1px solid #262626;
    padding-bottom: 18px;
    margin-bottom: 34px;
}

.rl-tab-nav a {
    color: #fff;
    background: #151515;
    border: 1px solid #292929;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 800;
}

.rl-tab-section {
    padding: 24px 0;
    border-bottom: 1px solid #202020;
}

.rl-tab-section h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 18px;
}

.rl-tab-section p,
.rl-tab-section li,
.rl-spec-grid div {
    color: #c8c8c8;
    line-height: 1.7;
}

.rl-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.rl-spec-grid div {
    background: #141414;
    border: 1px solid #262626;
    border-radius: 10px;
    padding: 18px;
}

.rl-related {
    padding: 70px 0;
    background: #080808;
}

@media (max-width: 900px) {
    .rl-product-grid {
        grid-template-columns: 1fr;
    }

    .rl-buy-box {
        position: static;
    }

    .rl-main-product-img {
        height: 360px;
    }

    .rl-spec-grid {
        grid-template-columns: 1fr;
    }
}

/* HEADER COLORS */

.site-header,
.ast-primary-header-bar,
.ast-builder-menu-1 {
  background: #000 !important;
}

.site-title,
.site-title a {
  color: #fff !important;
}

.main-header-menu a,
.ast-header-navigation a {
  color: #fff !important;
}

.main-header-menu a:hover,
.ast-header-navigation a:hover {
  color: #ff2a00 !important;
}

.current-menu-item a {
  color: #ff2a00 !important;
}
/* HEADER SITE TITLE COLOR */

.site-title a,
.site-title {
  color: #ff2a00 !important;
  text-shadow: 0 0 12px rgba(255,42,0,.35);
}
.site-title a:hover {
    color: #ffffff !important;
}
.site-title a {
    color: #ff2a00 !important;
    text-shadow: 0 0 15px rgba(255,42,0,.45);
}

/* REDDS MODDING CUSTOM HEADER */

.rl-site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #050505;
    border-bottom: 1px solid #1d1d1d;
}

.rl-header-inner {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.rl-site-logo {
    color: #ff2a00;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rl-main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.rl-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rl-menu a {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
}

.rl-menu a:hover {
    color: #ff2a00;
}

.rl-header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.rl-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.rl-cart-count {
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: #ff2a00;
    color: #ffffff;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rl-cart-notice {
    display: none;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 99999;
    background: #111111;
    border: 1px solid #ff2a00;
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 8px;
}

.rl-cart-notice a {
    color: #ff2a00;
    font-weight: 900;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .rl-header-inner {
        flex-wrap: wrap;
        padding: 16px 0;
    }

    .rl-main-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .rl-menu {
        gap: 18px;
        white-space: nowrap;
    }

    .rl-site-logo {
        font-size: 22px;
    }
}
.rl-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    background: transparent;
    border: 1px solid #333;
    border-radius: 6px;
    cursor: pointer;
    padding: 9px;
}

.rl-menu-toggle span {
    display: block;
    height: 3px;
    background: #fff;
    margin: 5px 0;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .rl-header-inner {
        position: relative;
    }

    .rl-menu-toggle {
        display: block;
        order: 3;
    }

    .rl-main-nav {
        display: none;
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        background: #050505;
        border-top: 1px solid #1d1d1d;
        padding: 20px;
        z-index: 9999;
    }

    .rl-main-nav.is-open {
        display: block;
    }

    .rl-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .rl-header-actions {
        margin-left: auto;
    }
}

/* RESPONSIVE */

@media (max-width: 1100px) {

  .rl-grid,
  .rl-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .rl-news {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 650px) {

  .rl-grid,
  .rl-features {
    grid-template-columns: 1fr;
  }

  .rl-btn-row,
  .rl-card-buttons {
    flex-direction: column;
  }

  .rl-hero {
    min-height: 680px;
  }

  .rl-hero p {
    font-size: 17px;
  }

  .rl-news {
    padding: 35px;
  }

  .rl-news h2 {
    font-size: 30px;
  }
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rl-grid,
  .rl-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .rl-news {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 650px) {
  .rl-grid,
  .rl-features {
    grid-template-columns: 1fr;
  }

  .rl-btn-row {
    flex-direction: column;
  }

  .rl-hero {
    min-height: 680px;
  }

  .rl-hero p {
    font-size: 17px;
  }
}