.elementor-61 .elementor-element.elementor-element-15f189b{--display:flex;--background-transition:0.3s;}.elementor-61 .elementor-element.elementor-element-15f189b:not(.elementor-motion-effects-element-type-background), .elementor-61 .elementor-element.elementor-element-15f189b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-61 .elementor-element.elementor-element-15f189b, .elementor-61 .elementor-element.elementor-element-15f189b::before{--border-transition:0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-61 .elementor-element.elementor-element-15f189b{--width:1600px;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-0c84639 */* { 
      margin: 0; 
      padding: 0; 
      box-sizing: border-box; 
      font-family: 'Helvetica Neue', Arial, sans-serif;
    }
 

    /* Geolocation Info Bar */
    .geolocation-info {
      background: #f0f0f0;
      padding: 8px 20px;
      font-size: 14px;
      border-bottom: 1px solid #ddd;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .geolocation-info .address {
      color: #333;
    }
    
    .geolocation-info .delivery-time {
      color: #ff0000;
      font-weight: bold;
      margin-left: 10px;
    }
    
    .geolocation-info .update-location {
      background: #000;
      color: #fff;
      border: none;
      padding: 4px 10px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 12px;
      transition: background-color 0.3s;
    }
    
    .geolocation-info .update-location:hover {
      background: #ff0000;
    }

    /* Main Header (Amazon structure with PUMA colors) */
    .amazon-header {
      background: #fff;
      color: #000;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      position: sticky;
      top: 0;
      z-index: 100;
    }
    
    .amazon-header .logo img {
      height: 40px;
    }

    /* Search Bar */
  .amazon-header {
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000; /* Changed from 100 to 1000 */
}
    
    .amazon-search input {
      flex: 1;
      border: none;
      font-size: 14px;
      padding: 10px 15px;
    }
    
    .amazon-search button {
      background: none;
      border: none;
      padding: 0 15px;
      cursor: pointer;
      color: #666;
    }

    /* Dokan Link Styling */
    .dokan-link-container {
      position: absolute;
      right: 45px;
      top: 50%;
      transform: translateY(-50%);
    }
    
    #dokan-dynamic-link {
      color: #0066c0;
      text-decoration: none;
      font-size: 12px;
      white-space: nowrap;
      background: rgba(255,255,255,0.9);
      padding: 2px 6px;
      border-radius: 3px;
    }
    
    #dokan-dynamic-link:hover {
      text-decoration: underline;
    }

    /* Right side (Icons) */
    .amazon-links {
      display: flex;
      gap: 20px;
      align-items: center;
    }
    
    .amazon-links a {
      color: #000;
      text-decoration: none;
      font-size: 18px;
      position: relative;
      display: flex;
      align-items: center;
      line-height: 1;
    }
    
    .cart-count {
      position: absolute;
      top: -8px;
      right: -8px;
      background-color: #ff0000;
      color: white;
      font-size: 10px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Sport Category Bar */
  .nav-container {
  background: #000;
  position: relative;
  z-index: 999; /* Add this */
}
    
    .scrollmenu {
      display: flex;
      align-items: center;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    
    .scrollmenu::-webkit-scrollbar { 
      display: none; 
    }
    
    .scrollmenu a {
      display: inline-block;
      color: white;
      padding: 15px 20px;
      text-decoration: none;
      white-space: nowrap;
      flex-shrink: 0;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      transition: background-color 0.3s;
    }
    
    .scrollmenu a:hover {
      background-color: #ff0000;
    }

    /* Desktop and larger screens - Geolocation BELOW categories */
    @media (min-width: 769px) {
      .geolocation-info {
        order: 3;
        margin-top: 0;
      }
      
      .header-structure {
        display: flex;
        flex-direction: column;
      }
      
      .amazon-header {
        order: 1;
      }
      
      .nav-container {
        order: 2;
      }
      
      .geolocation-info {
        order: 3;
      }
    }

    /* Tablet-specific styles (769px - 1024px) */
    @media (min-width: 769px) and (max-width: 1024px) {
      .amazon-header {
        padding: 12px 15px;
        flex-wrap: nowrap;
      }
      
      .amazon-search {
        margin: 0 15px;
        max-width: 400px;
      }
      
      .amazon-links {
        gap: 15px;
      }
      
      .amazon-links a {
        font-size: 16px;
      }
      
      .logo {
        flex-shrink: 0;
      }
      
      .amazon-search {
        flex: 1;
        min-width: 250px;
      }
      
      .amazon-links {
        flex-shrink: 0;
      }
      
      .scrollmenu a {
        padding: 12px 15px;
        font-size: 13px;
      }
      
      .dokan-link-container {
        right: 40px;
      }
      
      #dokan-dynamic-link {
        font-size: 11px;
      }
      
      .geolocation-info .address-info {
        font-size: 13px;
      }
    }

    /* Small tablet/mobile landscape (481px - 768px) */
    @media (min-width: 481px) and (max-width: 768px) {
      .amazon-header {
        flex-wrap: nowrap;
        padding: 12px 15px;
        gap: 10px;
      }
      
      .amazon-search {
        order: 2;
        margin: 0 10px;
        flex: 1;
        min-width: 150px;
        max-width: none;
      }
      
      .amazon-links {
        order: 3;
        flex-shrink: 0;
        gap: 12px;
      }
      
      .geolocation-info {
        padding: 8px 15px;
        font-size: 12px;
      }
      
      .dokan-link-container {
        right: 40px;
      }
      
      #dokan-dynamic-link {
        font-size: 11px;
      }
      
      .geolocation-info .address-container {
        display: flex;
        flex-direction: column;
        gap: 2px;
      }
    }

    /* Very small screens (up to 480px) */
    @media (max-width: 480px) {
      .amazon-header {
        flex-wrap: wrap; 
        padding: 10px 15px;
      }

      .logo {
        order: 1;
        flex-grow: 0;
        margin-right: auto;
      }
      
      .amazon-links {
        order: 2;
        flex-shrink: 0;
        gap: 10px;
      }

      .amazon-search {
        order: 3;
        width: 100%;
        margin: 10px 0 0 0;
        max-width: none;
      }
      
      .scrollmenu a {
        padding: 10px 12px;
        font-size: 12px;
      }
      
      .geolocation-info {
        padding: 8px 10px;
        font-size: 11px;
        flex-direction: column;
        gap: 5px;
        align-items: flex-start;
      }
      
      .dokan-link-container {
        display: none; /* Hide on very small screens */
      }
      
      .geolocation-info .address-container {
        display: flex;
        flex-direction: column;
        gap: 2px;
        width: 100%;
      }
      
      .geolocation-info .update-location {
        align-self: flex-end;
        margin-top: 5px;
      }
    }/* End custom CSS */