.scroll-container {
  overflow: hidden;
  /* Hide text that goes outside the box */
  white-space: nowrap;
  /* Keep text in a single line */ }

.scroll-text {
  display: inline-block;
  padding-left: 100%;
  /* Start from the right edge */
  animation: my-scroll 30s linear infinite; }

@keyframes my-scroll {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }

.banners .banner {
  font-family: Lato;
  font-weight: 500;
  font-size: 25px; }

* {
  box-sizing: border-box; }

.contactus-container {
  display: flex;
  width: 100%; }

/* Left sidebar column */
.contactus-left-col {
  width: 30%;
  background-color: #ddd;
  padding: 10px; }

/* Right main content column */
.contactus-right-col {
  width: 70%;
  background-color: #f0f0f0;
  padding: 10px; }

@media (max-width: 768px) {
  .contactus-container {
    flex-direction: column; }
  .contactus-left-col,
  .contactus-right-col {
    width: 100%; } }

/* ==========================================================================
   SAFE EXTERNAL COMPONENT DESIGN
   ========================================================================== */
/* Clean Vertical Stacking for Options & Modifiers (No added styling) */
.productView-options [data-product-option-change] .form-field {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important; }

/* Force the header label to sit on its own line above the input */
.productView-options [data-product-option-change] .form-label {
  display: block !important;
  float: none !important;
  clear: both !important;
  text-align: left !important;
  margin-bottom: 8px !important;
  /* Standard browser spacing */ }

/* Force the select menu to clear the float and sit below the label */
.productView-options [data-product-option-change] select.form-select {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important; }

/* ==========================================================================
   PRODUCT VIEW DETAILS PANEL STYLING
   ========================================================================== */
/* Outer parent details container sidebar styling */
.productView-details {
  background-color: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 6px !important;
  padding: 25px !important;
  margin-bottom: 25px !important;
  box-sizing: border-box !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important; }

/* ==========================================================================
   MXII UNIQUE OPTIONS SECTION STYLING (The Custom Inner Box)
   ========================================================================== */
.mxii-options-card {
  background-color: #f8f9fa !important;
  /* Premium light presentation grey */
  border: 1px solid #e0e0e0 !important;
  border-left: 5px solid #cb0039 !important;
  /* Bold custom brand crimson bar */
  border-radius: 4px !important;
  padding: 20px !important;
  margin-top: 25px !important;
  margin-bottom: 15px !important;
  box-sizing: border-box !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  clear: both !important; }

/* Ensure child select labels stack cleanly and read optimally inside the box */
.mxii-options-card [data-product-option-change] .form-label {
  display: block !important;
  float: none !important;
  clear: both !important;
  text-align: left !important;
  margin-top: 15px !important;
  margin-bottom: 8px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  color: #333333 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important; }

/* Guarantee select menus behave normally inside the layout */
.mxii-options-card [data-product-option-change] select.form-select {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important; }

/* Product Meta Description Summary Layout Fix */
.productView-info .summary-label {
  float: left;
  clear: both;
  text-align: left;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px; }

.productView-info .summary-value {
  float: left;
  width: 95%;
  /* Adjusts text width to match the rest of the store details */
  margin-top: 8px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #444; }

/* ==========================================================================
   UNIFIED BRANDING CARDS (Summary, Trailer Details, & Applications)
   ========================================================================== */
/* Symmetric Structural Outer Layout Modules */
.mxii-summary-box,
.mxii-trailer-specs-box,
.mxii-apps-box {
  background-color: #f8f9fa !important;
  border: 1px solid #e0e0e0 !important;
  border-left: 4px solid #cb0039 !important;
  border-radius: 4px !important;
  padding: 15px !important;
  margin: 20px 0 15px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
  clear: both !important;
  display: block !important; }

/* 90% Uniform Centered Header Badges used across all three containers */
.mxii-section-badge {
  display: block !important;
  background-color: #cb0039 !important;
  color: #ffffff !important;
  font-size: 0.85em !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 6px 10px !important;
  border-radius: 3px !important;
  margin: 0 auto 15px auto !important;
  width: 90% !important;
  max-width: 90% !important;
  text-align: center !important;
  box-sizing: border-box !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }

/* Specific Summary Card Text Rules */
.mxii-summary-box .summary-value {
  font-size: 0.95em !important;
  color: #444444 !important;
  line-height: 1.6 !important;
  padding: 0 10px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }

/* Common Bulleted Specification and Text Properties */
.mxii-trailer-specs-list,
.mxii-apps-list {
  margin: 0 !important;
  padding-left: 25px !important;
  list-style-type: square !important; }

.mxii-trailer-specs-list li,
.mxii-apps-list li {
  font-size: 0.95em !important;
  color: #333333 !important;
  line-height: 1.6 !important;
  margin-bottom: 6px !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; }

.mxii-trailer-specs-list li strong {
  color: #1a202c !important;
  font-weight: 700 !important; }

.mxii-trailer-specs-list li:last-child,
.mxii-apps-list li:last-child {
  margin-bottom: 0 !important; }

/* Dynamic cleanup script fallback to hide empty items */
.mxii-empty-check:not(:has(li)) {
  display: none !important; }

/* Custom Product Specifications Grid */
.mxii-specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 40px;
  width: 100%;
  max-width: 100%; }

.mxii-spec-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0; }

.mxii-spec-name {
  font-weight: bold;
  text-align: left; }

.mxii-spec-value {
  text-align: right; }

/* Responsive Breakpoints for Grid */
@media (max-width: 800px) {
  .mxii-specs-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 550px) {
  .mxii-specs-grid {
    grid-template-columns: 1fr; } }

/* Fix H1 line height on text wrap */
.productView-title {
  line-height: 1.05 !important; }

/* Remove default padding/margin in the injected pricing component */
.productView-details .price-section {
  padding-top: 0 !important;
  margin-top: 0 !important; }

/* Add bottom padding exclusively to the top Stock# element */
.mxii-top-sku {
  padding-bottom: 15px; }

/* Shared Styles */
.global-locations-bar a {
  text-decoration: underline; }

/* Desktop Locations Bar */
.desktop-locations {
  float: right;
  padding-right: 20px;
  display: block; }

/* Mobile Locations Bar (Inside Sticky Menu) */
.mobile-locations {
  display: none;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background-color: transparent;
  /* Adjust if you need a specific background color here */
  border-top: 1px solid #e5e5e5;
  /* Adds a nice divider between the search bar and the links */
  clear: both; }

/* Responsive Toggling */
/* Adjust the 800px breakpoint if your theme's mobile menu triggers at a different screen width */
@media (max-width: 800px) {
  .desktop-locations {
    display: none !important; }
  .mobile-locations {
    display: block !important; } }

/* Pulls the image container up to align with the right-hand details column */
#product-images-container {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.productView {
  padding-top: 0 !important; }

/* Universal Header Menu Locations Section */
.global-menu-locations-footer {
  display: block !important;
  width: 100%;
  clear: both;
  padding: 15px 20px;
  background-color: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  box-sizing: border-box; }

.global-locations-heading {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.5px; }

.global-locations-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap; }

.global-locations-buttons .global-btn {
  margin: 0 !important;
  min-width: 150px;
  padding: 10px 20px; }
