    /* ===== Products Page Specific Styles ===== */

    /* Page Hero - shorter than homepage */
    .page-hero {
      position: relative;
      height: 45vh;
      min-height: 350px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      z-index: 12;
    }

    .page-hero .hero-bg {
      background-image: url('/images/Hero2.jpg');
    }

    .page-hero-content {
      text-align: center;
      z-index: 1;
      max-width: 900px;
      padding: 0 2rem;
    }

    .page-hero-content h1 {
      font-family: var(--font-serif);
      font-size: 3.2rem;
      margin-bottom: 1rem;
      letter-spacing: 2px;
      animation: fadeInUp 1s ease-out;
    }

    .page-hero-content p {
      font-size: 1.15rem;
      color: var(--text-secondary);
      max-width: 600px;
      margin: 0 auto;
      animation: fadeInUp 1.2s ease-out;
    }
    
    @media (min-width: 1000px)
    {
      .section-2-col
      {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 100px;
      }
    }
    
    
    .arcade-desc-bullet-points .desc-icon {
      font-size: 18.5px;
    }
    .arcade-desc-bullet-points .row-wrapper {
      height: 24px;
    }
    
    
    .arcade-desc-bullet-points .joystick-icon {
      height: 17.5px;
      width: 17px;
      transform: translateY(1px);
      margin-right: 2px;
    }
    .arcade-desc-bullet-points .trackball-icon {
      height: 15.5px;
      width: 16.5px;
      transform: translateY(3.5px);
      margin-right: 2px;
    }
    .arcade-desc-bullet-points .row-wrapper {
      height: 24px;
    }
    
    .product-price .old_price {
      text-decoration: line-through;
      display: inline-block;
      font-size: 24px;
      font-weight: 700;
      color: #c2c2c2;
    }
    
    .product-price .new_price {
      display: inline-block;
      font-size: 32px;
      font-weight: 700;
    }
    
    #divShipping {
      display: inline-block;
    }
    
    .product-price {
      position:sticky;
      top: 0px;
      background: rgba(10,10,10,0.95);
      z-index: 10;
      padding-top: 100px;
      margin-top: -100px;
      
    }
    
    .product-description
    {
      background: #333;
      padding: 1.5rem 0;
    }
    
    .product-description .product-column:first-child div
    {
      padding-bottom: 12px;
      
    }
    
    .product-description .product-column:first-child p
    {
      padding-bottom: 12px;
      
    }
    
    .why-da {
        position: relative;
    }
    /* Icons for Joystick, etc */
    .joystick-icon {
        width: 13.5px;
        margin-right: 1.5px;
    }

    .why-da .col-md-6 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .why-da .col1 {
        padding-left: 18px;
    }

    .why-da .col2 {
        padding-left: 0;
    }
    .why-da-subheader {
        /* color: #E6730A !important;
        font-size: 19px !important;
        font-weight: bold;
        margin-bottom: 12px !important; */
    }

    .why-da dt {
        font-size: 16px;
        list-style: none;
    }

    .why-da dd {
        font-size: 14px;
        margin-left: 15px;
        padding-top: 2px;
        padding-bottom: 4px;
    }

    .why-da p {
        color: #f5840c;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 5px;
        font-style: italic;
    }

    .xmas-sell-out-sticker {
        width: 190px;
        position: absolute;
        right: 47%;
        top: -54%;
    }

    @media (max-width: 1200px) {
        .xmas-sell-out-sticker {
            right: -3%;
            top: -46%;
        }
    }
    @media (max-width: 992px) {
        .xmas-sell-out-sticker {
            width: 152px;
            right: -9%;
            top: -19%;
        }
        .why-da .col2 {
            padding-left: 18px;
        }
    }
    @media (max-width: 767px) {
        .xmas-sell-out-sticker {
            z-index: 1000;
        }
    }
    @media (max-width: 600px) {
        .xmas-sell-out-sticker {
            width: 140px;
            right: -4%;
            top: 35%;
        }
    }
    @media (max-width: 480px) {
        .xmas-sell-out-sticker {
            width: 130px;
            right: -5%;
            top: 40%;
        }
    }
    
    .section-content {
      margin:auto;
      max-width: 1500px;
    }
    
    .price_custuom_titel
    {
      display: grid;
      grid-template-columns: 2fr auto;
      font-size:16px;
      font-weight: 700;
    }
    
    .product-upgrades ul {
      list-style-type: none;
      
    }
    
    @media (min-width: 576px) {   
      section {
        max-width: 540px;
        margin:auto;
      }
      .page-hero
      {
        max-width: 100%;
        
      }
      
    }
    @media (min-width: 768px) {
      section {
        max-width: 720px;
      }
      
      .page-hero
      {
        max-width: 100%;
        
      }
    }
    @media (min-width: 992px) {
        
      section {
        
        max-width: 960px;
      }
      
      .page-hero
      {
        max-width: 100%;
        
      }
    }
    
    @media (min-width: 1200px) {
      section {
        max-width: 1140px;
      }
      
      .page-hero
      {
        max-width: 100%;
        
      }
    }
    
    
    
    .product-upgrades .old_price {
      text-decoration: line-through;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      color: #a2a2a2;
    }
    
    .product-upgrades .new_price {
      display: inline-block;
      font-size:16px;
      font-weight: 700;
    }
    
    .price_custuom_desc p
    {
      font-size: 14px;
      margin-left: 10px;
      margin-right: 10px;
    }
    
    .price_custuom_text
    {
      margin: 10px;
      color: rgb(175, 175, 175);
    }
    
    
    .price_custuom_row
    {
      display:grid;
      grid-template-columns: 1fr auto;
      grid-column-gap: 20px;
      
    }
    
    .price_custuom_checkbox
    {
      align-self: center;
    }
    
    
    .card-body
    {
      background: rgba(25,25,25,0.95);
      outline: 3px solid rgba(35, 35, 35, 0.85);
      border-radius: 20px;
      margin-bottom: 20px;
      padding: 10px;
      transition: 0.5s ease;
    }
    .card-header
    {
      margin-left: 20px;
      margin-right: 20px;
    }
    
    .card:hover .card-body
    {
      
      background: rgba(35,35,35,0.95);
      outline: 3px solid rgba(45, 45, 45, 0.85);
      transition: 0.5s ease;
    }
    
    .sale-price
    {
      color:red;
    }
    
    
    label:has(.price_custuom_row input[type="checkbox"]:checked) .price_custuom_text
    {
      color: white;
    }
    
    /* tooltip fade show bs-tooltip-top */
    .tooltip-inner
    {
      width: 500px;
      max-height: 500px;
      background: rgba(0, 0, 0, 0.85);
      padding: 15px;
      border-radius: 15px;
      border: 2px solid black;
    }
    
    .tooltip-inner img
    {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      text-align: center;
    }
    
    .section-content-narrow
    {
      
      margin:auto;
      max-width: 750px;
      
    }
    
    .gallery-container
    {
      width: 100%;
      padding-top: 100%;
      position:relative;
      border-radius: 15px;
      overflow: hidden;
    }
    
    #gallery-content
    {
      width: 100%;
      height: 100%;
      position:absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
    
    .d-none
    {
      display:none;
      
    }
    
    .reviews .quote
    {
      font-size: 1.2rem;
      
    }
    
    
.reviews .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #222;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
  color: #EB3518;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
  transition: all 0.5s ease 0s;
  transform: translateY(-50%);
  font-style: normal;
}

.reviews
{
  position:relative;
  overflow: hidden;
  text-align: center;
}

.reviews .arrow:hover {
  background-color: #EB3518;
  color: #FFF;
}

.gallery-tooltip-img
{
  border-radius: 10%;
  
}
