/* ==========================================================================
   GLOBAL & LAYOUT BASE STYLES
   ========================================================================== */
/* Unlock Master Container Lock */
body.main.thirteen-sixty-six .main {
  max-width: 100% !important; }

/* 
 * STATIC PAGES ONLY: 100% FULL-WIDTH & GUTTER REMOVAL
 * Applies strictly to static web pages using body.page-type-page so 
 * Product/Category pages remain safely intact.
 */
body.page-type-page .body.content,
body.page-type-page .main,
body.page-type-page .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

/* Overpower BigCommerce Page Builder column gutters (10.5px) */
body.page-type-page [data-sub-layout],
body.page-type-page [data-sub-layout-container] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

/* Force inner page wrappers to expand flush to screen edges */
body.page-type-page .page,
body.page-type-page .page-full-width,
body.page-type-page .page-content-full,
body.page-type-page .custom-page-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

/* Strip top and bottom gaps between header/footer and page content */
body.page-type-page .body {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

* {
  box-sizing: border-box; }

/* ==========================================================================
   MARQUEE SCROLLING BANNER
   ========================================================================== */
.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; }

/* ==========================================================================
   CONTACT US MODULE STYLING
   ========================================================================== */
.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 */
.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; }

/* 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
   ========================================================================== */
.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;
  border: 1px solid #e0e0e0 !important;
  border-left: 5px solid #cb0039 !important;
  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; }

.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; }

.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%;
  margin-top: 8px;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #444; }

/* ==========================================================================
   UNIFIED BRANDING CARDS (Summary, Trailer Details, & Applications)
   ========================================================================== */
.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; }

.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; }

.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; }

.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; }

.mxii-empty-check:not(:has(li)) {
  display: none !important; }

/* ==========================================================================
   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; }

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

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

.productView-title {
  line-height: 1.05 !important; }

.productView-details .price-section {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.mxii-top-sku {
  padding-bottom: 15px; }

/* ==========================================================================
   HEADER & MENU LOCATION BARS
   ========================================================================== */
.global-locations-bar a {
  text-decoration: underline; }

.desktop-locations {
  float: right;
  padding-right: 20px;
  display: block; }

.mobile-locations {
  display: none;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background-color: transparent;
  border-top: 1px solid #e5e5e5;
  clear: both; }

@media (max-width: 800px) {
  .desktop-locations {
    display: none !important; }
  .mobile-locations {
    display: block !important; } }

#product-images-container {
  margin-top: 0 !important;
  padding-top: 0 !important; }

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

.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; }

.container.main {
  margin-bottom: 0px; }
