/** Shopify CDN: Minification failed

Line 2616:0 Unexpected "<"
Line 2688:0 Unexpected "<"

**/
/* =========================================================
   GLADIATOR LIGHTING — CUSTOM.CSS
   CLEANED / DEDUPED / ORGANIZED
   ========================================================= */

/* =========================================================
   CART / SHIPPING CALCULATOR
   ========================================================= */

.cart__shipping-calculator shipping-calculator country-province-selector.grid {
  grid-template-columns: repeat(1, auto);
}

.cart__shipping-calculator shipping-calculator country-province-selector.grid .xl\:col-span-2,
.cart__shipping-calculator shipping-calculator country-province-selector.grid .xl\:col-span-3 {
  grid-column: span 3 / span 2;
}

.cart .cart__summary .dynamic-cart-btns {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .cart__summary .btn.btn--primary {
    min-height: 56px;
    font-size: 16px;
    font-weight: 600;
  }
}

/* =========================================================
   PRODUCT PAGE — ADD TO CART / QUANTITY / RFQ
   ========================================================= */

.product-info .js-product-form-main .product-info__add-to-cart {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.product-info .product-info__add-to-cart quantity-input.inline-block {
  max-width: 150px;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.product-info quantity-input + .product-info__add-button {
  margin-inline-start: 0;
}

.product-info .quantity__label.form__label {
  padding-right: 10px;
}

.product-info .quantity__selecter select.quantity__select {
  appearance: auto;
  cursor: pointer;
  padding: 10px 20px;
}

.product-info .product-info__add-to-cart quantity-input.inline-block::before {
  content: "QTY";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #111;
  white-space: nowrap;
}

.product-info .product-info__add-to-cart quantity-input.inline-block .qty-input {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
}

.product-info .product-info__add-to-cart quantity-input.inline-block .label.visually-hidden {
  display: none !important;
}

/* Add to Quote spacing / divider */
.product-info__add-button {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-info__add-button .rfq-btn {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px solid #e5e5e5;
  display: block;
}

/* Quantity note box */
.quantity__note-box {
  margin-bottom: 10px;
  padding: 10px 12px;
  background: #fff8e1;
  border: 1px solid #e0c56e;
  border-left: 4px solid #c9a227;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #222;
}

/* =========================================================
   PRODUCT PAGE — VENDOR / SKU / MOQ / SHIPPING
   ========================================================= */

.product-vendor,
.product-vendor a {
  font-weight: 700;
}

.product-sku > span:first-child,
.product-info__barcode > span:first-child {
  font-weight: 700;
}

.product-sku__value {
  background-color: #fff3a0;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.3;
  margin-left: 4px;
}

.product .product-info__sticky .min-qty-buy.min-quantity-text,
.product .product-info__sticky .min-qty-buy.discounted-text {
  background-color: #fff3a0;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.4;
  margin: 6px 0 0;
}

.product .product-info__sticky .min-qty-buy.min-quantity-text strong,
.product .product-info__sticky .min-qty-buy.discounted-text strong {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.4);
  padding: 2px 6px;
  border-radius: 3px;
}

/* Shipping highlight */
.shipping-main {
  display: flex;
  width: 100%;
}

.shipping-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #f6e27f;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #d6b84d;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.shipping-box .truck-icon {
  display: flex;
  align-items: center;
}

.shipping-box .truck-icon img {
  width: 56px;
  height: auto;
  max-width: none;
}

.shipping-box .ship-text {
  font-size: 15px;
  font-weight: 700;
  text-transform: none !important;
  color: #000;
  letter-spacing: 0.2px;
}

/* =========================================================
   PRODUCT PAGE — PRICE STYLING
   ========================================================= */

.product-price {
  margin-bottom: 12px;
}

.product-price .product-info__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  line-height: 1.1;
}

.product-price .price,
.product-price .price__container,
.product-price .price__regular,
.product-price .price__sale {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}

.product-price .price-item--sale,
.product-price .price-item--final,
.product-price .price-item {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.product-price .price-item--regular,
.product-price s.price-item,
.product-price .price-item--compare {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.65;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.product-price .unit-price,
.product-price .price__unit-price,
.product-price [data-unit-price],
.product-price .unit-price-caption,
.product-price .unit-price-measurement {
  display: none !important;
}

.product-price .pack-unit-price {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.85;
}

.product-price .shipping-main {
  margin-top: 10px;
}

.product-price .min-qty-buy {
  margin-top: 8px;
}

/* =========================================================
   PRODUCT DESCRIPTION / SPECS
   ========================================================= */

.product__description h2,
.rte h2,
.product-description h2 {
  font-size: 17px !important;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.2px;
  background: #f3f4f6;
  padding: 10px 14px;
  margin-top: 28px;
  margin-bottom: 0;
  border-left: 4px solid #9aa0a6;
  border-bottom: none;
}

.product__description h2:first-child,
.rte h2:first-child {
  margin-top: 12px;
}

.product__description h2 + *,
.rte h2 + * {
  background: #fafafa;
  padding: 12px 14px 14px;
  margin-top: 0;
}

.product__description p,
.rte p {
  margin: 0 0 10px 0;
}

.product__description ul,
.rte ul {
  padding-left: 18px;
  margin: 0;
}

.product__description li,
.rte li {
  margin-bottom: 5px;
}

.product__description h2:not(:first-child),
.rte h2:not(:first-child) {
  margin-top: 22px;
}

/* Fix double bullets */
.product-details ul,
.product-info ul {
  list-style: disc !important;
  padding-left: 18px !important;
  margin: 12px 0 !important;
}

.product-details ul li::before,
.product-info ul li::before {
  content: none !important;
  display: none !important;
}

.product-details ul li,
.product-info ul li {
  padding-left: 0 !important;
  position: static !important;
}

/* =========================================================
   COLLECTION DESCRIPTION / BANNER
   ========================================================= */

.collection-banner__content .rte,
.collection-banner__content .rte * {
  text-align: justify !important;
  text-justify: inter-word !important;
}

.section--template.cc-collection-banner {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.section--template.cc-collection-banner .metaobject-collections {
  order: 1;
}

.section--template.cc-collection-banner .container {
  order: 2;
}

.collection-banner .collection-banner__content-wide {
  width: 100%;
  text-align: center;
}

.metaobject-collections {
  margin-top: 10px;
  margin-bottom: 30px;
}

.metaobject-collections .page-width {
  width: 100%;
}

/* =========================================================
   SUB-COLLECTION / META CATEGORY GRID
   ========================================================= */

.meta-cat-row {
  display: flex;
  flex-wrap: wrap;
}

.meta-cat-row .meta-cat-col {
  width: 20%;
  padding: 10px;
  display: flex;
}

.meta-cat-row .meta-cat-col a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  width: 100%;
  border: 1px solid #efefef;
}

.meta-cat-row .meta-cat-col a span.meta-cat-img {
  margin-bottom: 20px;
}

.meta-cat-row .meta-cat-col a span.meta-cat-img img {
  width: 100%;
  object-fit: contain;
  height: 250px;
  padding: 12px;
  transition: all .5s ease;
}

.meta-cat-row .meta-cat-col a span.meta-cat-name {
  height: 42px;
  overflow: hidden;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 1.25;
  transition: all .5s ease;
}

/* =========================================================
   CONTACT / STORE / MANUFACTURER
   ========================================================= */

.contact-page-row {
  display: flex;
  flex-wrap: wrap;
}

.contact-page-row .contact-page-left {
  width: 30%;
}

.contact-page-row .contact-page-right {
  width: 70%;
}

.store_data .store-name {
  font-family: Calibri;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
}

.store_data .store-address,
.store_data .store-phone,
.store_data .store-email {
  padding-left: 30px;
  line-height: 20px;
  margin: 0 0 20px;
  font-size: 16px;
  font-family: Calibri;
  color: #000;
}

.store_data .store-address {
  background: url(loc-ic-footer.png) no-repeat left top;
}

.store_data .store-phone {
  background: url(call-ic-footer.png) no-repeat left center;
}

.store_data .store-email {
  background: url(mail-ic-footer.png) no-repeat left center;
}

.store_data .store-phone a,
.store_data .store-email a {
  text-decoration: none;
  color: #000;
}

.manufacturer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.manufacturer-row .manufacturer-col {
  width: calc(20% - 16px);
  padding: 20px;
  border: 1px solid #cccccc;
  text-align: center;
}

.manufacturer-row .manufacturer-col a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%;
  text-decoration: none;
  font-size: 17px;
  font-family: Calibri;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}

.manufacturer-row .manufacturer-col .manufacturer-img img {
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  width: 100%;
}

/* =========================================================
   HEADER / NAV / PROMO STRIP
   ========================================================= */

.cc-promo-strip .section--padded-xsmall {
  padding-top: 4px;
  padding-bottom: 4px;
}

.cc-promo-strip .border-top {
  border: 0;
}

.collection-banner .collection-banner__content-wide {
  width: 100%;
  text-align: center;
}

.main-nav__item--toggle .icon {
  top: -4px;
  position: relative;
}

.header.is-out header.header__grid:before,
.header.is-out header.header__grid:after {
  opacity: 0;
}

@media only screen and (min-width: 769px) {
  .header .main-menu {
    background: #000;
    color: #fff;
    position: relative;
  }

  header.header__grid:before,
  header.header__grid:after {
    display: none;
  }

  .header .main-nav li {
    border-left: none;
    position: relative;
  }

  .header .main-nav li > a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 18px;
    display: inline-block;
  }

  .header .main-nav li:hover {
    background: transparent;
  }

  .header .main-nav li::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 6px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.25s ease;
  }

  .header .main-nav li:hover::after {
    width: 80%;
  }

  .header .main-nav li li {
    border: 0;
  }

  .header .main-nav li li a {
    font-weight: 400;
  }
}

/* remove duplicate underline */
.header .main-nav > li > a,
.header .main-nav > li > a:hover,
.header .main-nav > li > a:focus {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.header .main-nav > li > a::after,
.header .main-nav > li > a::before {
  content: none !important;
  display: none !important;
}

/* =========================================================
   COLLECTION / CARD LAYOUT
   ========================================================= */

.template-collection main {
  background: #fafafa;
  padding-top: 18px;
  padding-bottom: 40px;
}

.template-collection .card--product {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 12px;
  transition: transform .15s ease, box-shadow .15s ease;
}

@media (hover:hover) {
  .template-collection .card--product:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
  }
}

.template-collection product-card.card--product,
.template-collection .card__info-container,
.template-collection .card__info,
.template-collection .card__info.w-full {
  height: 100%;
}

.template-collection .card__info-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 230px;
}

.template-collection .card__title {
  line-height: 1.25;
  min-height: 6.5em;
  margin-bottom: 8px;
}

.template-collection .price {
  padding-top: 10px;
}

/* =========================================================
   MORE INFO BUTTON
   ========================================================= */

.gl-card-moreinfo {
  margin-top: 10px;
  width: 100%;
}

.card .gl-card-moreinfo {
  margin-top: 10px;
  width: 100%;
}

.gl-moreinfo-btn {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.1;
  border-radius: 8px;
  text-align: center;
}

.card a.gl-moreinfo-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none !important;
  background: #2f2f2f;
  border: 1px solid #2f2f2f;
  transition: all .15s ease;
}

@media (hover:hover) {
  .card a.gl-moreinfo-btn:hover {
    background: #444444;
    border-color: #444444;
    transform: translateY(-1px);
  }
}

.card a.gl-moreinfo-btn:active {
  background: #1f1f1f;
  border-color: #1f1f1f;
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .card a.gl-moreinfo-btn {
    padding: 14px 12px;
    font-size: 15px;
  }
}

/* =========================================================
   COLLECTION CARD PRICE
   ========================================================= */

.card--product .price__default {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  border-radius: 10px !important;
  background: #f6f7f9 !important;
  border: 1px solid #e3e6ea !important;
}

.card--product strong.price__current,
.card--product .price__current {
  font-weight: 900 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  color: #111827 !important;
}

.card--product s.price__was,
.card--product .price__was {
  opacity: .55 !important;
  font-size: 13px !important;
}

.card--product .price__default::before {
  content: "Price";
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #6b7280;
}

/* brand heading logo */
.brand-heading__logo + .brand-heading__text {
  display: none;
}

.brand-heading__logo {
  max-height: 90px;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* =========================================================
   CART QUANTITY / REMOVE
   ========================================================= */

/* input sizing */
#cart-items .cart-items .cart-item__qty .qty-input__input {
  padding: 0 15px;
  width: auto;
  min-width: 2.5em;
}

/* remove icon alignment */
#cart-items .cart-items .cart-item__qty .cart-item__remove {
  margin-top: 0 !important;
}

/* hide qty label in drawer only */
.cart-drawer .cart-item__qty quantity-input label {
  display: none !important;
}

/* qty row alignment */
.cart-item__qty > .flex.items-center.mt-4 {
  display: flex;
  align-items: center !important;
  gap: 12px;
}

.cart-item__qty > .flex.items-center.mt-4 quantity-input {
  display: flex !important;
  align-items: center !important;
}

.cart-item__qty > .flex.items-center.mt-4 .cart-item__remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

.cart-item__qty > .flex.items-center.mt-4 .cart-item__remove svg {
  display: block !important;
}

/* uniform width */
.cart-item__qty .qty-input__input,
.cart-item__qty select.qty-input__input {
  width: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.cart-item__qty .qty-input {
  width: auto;
}

/* cart page only qty labels */
.template-cart label.label[for^="quantity-"],
.template-cart label.label.visually-hidden[for^="quantity-"],
.template-cart label.label:has(+ .qty-input) {
  position: static !important;
  width: auto !important;
  height: auto !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  display: inline-block !important;
  margin: 0 10px 0 0 !important;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: #111;
  white-space: nowrap;
  vertical-align: middle;
}

.template-cart .qty-input {
  display: inline-flex !important;
  align-items: center;
  vertical-align: middle;
  width: auto !important;
}

.template-cart .qty-input::before,
.template-cart .qty-input--combined::before {
  content: none !important;
}

/* =========================================================
   UPCHARGE / MW WIDGET
   ========================================================= */

.mw-stack,
.mw-stack__item,
.mw-label,
.mw-fee__control-container,
.mw-fee__control-title,
.mw-fee__tooltip-container,
.mw-text {
  text-align: left !important;
}

.mw-stack.mw-stack--vertical {
  width: 100%;
  background: #f3f5f7;
  border: 1px solid #c7cdd4;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 12px 0 10px 0;
  position: relative;
  transition: border .2s ease, box-shadow .2s ease;
}

.mw-stack.mw-stack--vertical::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: #2f4f6f;
  border-radius: 4px;
}

.mw-fee__control-container label.mw-label {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.mw-fee__control-title {
  margin-left: 0 !important;
}

.mw-text--style-strong {
  color: #1d2a36 !important;
  font-weight: 600;
  font-size: 15px;
}

.mw-fee__control-title .mw-text {
  font-size: 14px;
  color: #334155;
  font-weight: 500;
}

.mw-fee__control--type-checkbox {
  width: 18px;
  height: 18px;
  accent-color: #2f4f6f;
}

.mw-icon {
  color: #64748b;
}

.mw-stack.mw-stack--vertical:hover {
  border-color: #2f4f6f;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}

[data-fee-required-message]:not(.mw-hidden) {
  display: block !important;
  background: #fff1f1;
  border: 1px solid #d64545;
  color: #b91c1c;
  padding: 9px 12px;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

[data-fee-required-message]:not(.mw-hidden) ~ .mw-label .mw-text--style-negative {
  color: #b91c1c !important;
}

.mw-fee__control-title::after {
  content: "Automatically removed once the minimum is reached.";
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-top: 3px;
  font-weight: 400;
}

/* =========================================================
   MISC
   ========================================================= */

.product-details .product-details__block a {
  color: #0067f7;
}

.cc-icons-with-text {
  margin-top: 20px;
}

.product__media video,
.product-media video,
.media video,
.deferred-media video {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media only screen and (max-width: 1840px) {
  header.header__grid:after {
    width: 19%;
  }
}

@media only screen and (max-width: 1640px) {
  header.header__grid:after {
    width: 14%;
  }
}

@media only screen and (max-width: 1440px) {
  header:after {
    display: none;
  }

  header.header__grid:before {
    width: 100%;
    height: 92px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #c5c5c5;
  }

  .main-nav:before {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #fff;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    opacity: 0.1;
  }

  .header .main-menu {
    background: #c5c5c5;
  }
}

@media only screen and (max-width: 1279px) {
  .meta-cat-row .meta-cat-col {
    width: 25%;
  }
}

@media only screen and (max-width: 992px) {
  .contact-page-row .contact-page-left,
  .contact-page-row .contact-page-right {
    width: 100%;
  }

  .contact-page-row .contact-page-left {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .meta-cat-row .meta-cat-col {
    width: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .header .main-menu {
    background: transparent;
  }

  header.header__grid:before {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .meta-cat-row .meta-cat-col {
    width: 50%;
  }

  .meta-cat-row .meta-cat-col a span.meta-cat-img img {
    height: 140px;
    padding: 8px;
  }

  .meta-cat-row .meta-cat-col a span.meta-cat-name {
    height: auto;
    overflow: visible;
    font-size: 14px;
  }
}

/* =========================================================
   GLADIATOR LIGHTING — PRODUCT DESCRIPTION SPEC GRID STYLES
   Product page description, application copy, and technical specs
   ========================================================= */

.gl-product-description {
  font-size: 15px;
  line-height: 1.65;
  color: #333;
  max-width: 980px;
}

.gl-product-section {
  margin-bottom: 34px;
}

.gl-product-section h2 {
  font-size: 19px;
  font-weight: 650;
  line-height: 1.35;
  margin: 0;
  padding-bottom: 9px;
  margin-bottom: 22px !important;
  border-bottom: 2px solid #e6e6e6;
  color: #1f1f1f;
}

.gl-product-section p {
  margin: 0 0 13px;
}

.gl-product-section p strong {
  font-weight: 650;
  color: #111;
}

.gl-product-intro {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  color: #111;
  margin: 0 0 18px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.gl-spec-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 6px;
}

.gl-spec-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: start;
  padding: 11px 14px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  background: #fbfbfb;
  min-width: 0;
  transition:
    box-shadow .18s ease,
    border-color .18s ease,
    background-color .18s ease;
}

.gl-spec-item:nth-child(even) {
  background: #f6f6f6;
}

.gl-spec-item strong {
  display: block;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  color: #222;
}

.gl-spec-item span {
  display: block;
  font-size: 14px;
  line-height: 1.45;
  color: #444;
  overflow-wrap: anywhere;
}

.gl-spec-item:hover {
  border-color: #d8d8d8;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

@media screen and (max-width: 749px) {
  .gl-product-description {
    font-size: 14px;
  }

  .gl-product-section h2 {
    font-size: 18px;
  }

  .gl-spec-item {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 11px 12px;
  }
}

/* ==========================================================
   GLADIATOR LIGHTING - BULK ORDER SAVINGS (SLIM INLINE BAR)
========================================================== */

.gl-bulk-slim {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr 1.25fr;
  margin: 18px 0;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

.gl-bulk-slim__label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #111;
  color: #fff;
}

.gl-bulk-slim__icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: #f5a623;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
}

.gl-bulk-slim__label strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.gl-bulk-slim__label small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  opacity: .95;
}

.gl-bulk-slim__tier {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
  padding: 10px 8px;
  text-align: center;
  border-left: 1px solid #e5e5e5;
}

.gl-bulk-slim__tier strong {
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #111;
}

.gl-bulk-slim__tier span {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  color: #2ea043;
}

.gl-bulk-slim__tier--featured span {
  color: #f97316;
}

.gl-bulk-slim__tier--featured small{
  display:block;
  margin-top:6px;
  padding-top:6px;
  border-top:1px solid #e2e2e2;
  font-size:10px;
  font-weight:800;
  color:#555555;
  text-transform:uppercase;
  letter-spacing:.04em;
  line-height:1.1;
}

/* Tablet */
@media (max-width: 1100px) {

  .gl-bulk-slim {
    grid-template-columns: 1fr 1fr;
  }

  .gl-bulk-slim__label {
    grid-column: 1 / -1;
  }

  .gl-bulk-slim__tier {
    border-left: none;
    border-top: 1px solid #e5e5e5;
  }

  .gl-bulk-slim__tier:nth-child(odd) {
    border-left: 1px solid #e5e5e5;
  }

}

/* Phone */
@media (max-width: 520px) {

  .gl-bulk-slim {
    grid-template-columns: 1fr;
  }

  .gl-bulk-slim__tier:nth-child(odd) {
    border-left: none;
  }

}

/* ==========================================================
   GLADIATOR LIGHTING - OPTION 4 FREE SHIPPING PILL
========================================================== */

.announcement,
.announcement__wrapper,
.announcement__container {
  background: #111 !important;
}

.announcement {
  border-bottom: 2px solid #2ea043;
}

.announcement__text {
  display: flex;
  justify-content: center;
}

.announcement__text .rte {
  line-height: 1;
}

.gl-free-ship-pill {
  display: inline-flex;
  align-items: center;
  margin: 2px auto;
  padding: 2px;
  border: 2px solid #2ea043;
  border-radius: 999px;
  background: #111;
  overflow: hidden;
}

.gl-free-ship-icon {
  width: 28px;
  height: 28px;
  margin-right: 6px;
  border-radius: 50%;
  background: #fff;
  color: #2ea043;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
}

.gl-free-ship-green {
  background: #2ea043;
  color: #fff;
  padding: 6px 14px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .03em;
  border-radius: 999px 0 0 999px;
  line-height: 1;
}

.gl-free-ship-black {
  background: #111;
  color: #fff;
  padding: 6px 14px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1;
}

@media (max-width: 768px) {

  .gl-free-ship-pill {
    transform: scale(.90);
    transform-origin: center;
  }

  .gl-free-ship-green,
  .gl-free-ship-black {
    font-size: 12px;
    padding: 5px 10px;
  }

  .gl-free-ship-icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

}

/* ==========================================================
   GLADIATOR LIGHTING - HOMEPAGE SLIDESHOW SPACING FIX
========================================================== */

#shopify-section-template--17250149499036__slideshow {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#template--17250149499036__slideshow.slideshow-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#template--17250149499036__slideshow .slideshow {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* =========================================================
   CONTACT + REQUEST QUOTE PAGE REDESIGN
   ========================================================= */

.cc-contact-form .section {
  background: #f6f6f6;
  padding-top: 46px;
  padding-bottom: 60px;
}

.cc-contact-form .section__heading {
  font-size: 34px !important;
  font-weight: 900 !important;
  color: #111111;
  border-left: 6px solid #ff6a00;
  padding-left: 16px;
  margin-bottom: 28px;
}

.contact-page-row {
  display: grid !important;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: start;
}

.contact-page-row .contact-page-left,
.contact-page-row .contact-page-right {
  width: auto !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 28px;
}

.contact-page-row .contact-page-left {
  background: #111111;
  color: #ffffff;
  border-top: 5px solid #ff6a00;
}

.contact-page-row .contact-page-left .store-name,
.contact-page-row .contact-page-left .store-address,
.contact-page-row .contact-page-left .store-phone,
.contact-page-row .contact-page-left .store-email {
  color: #ffffff !important;
}

.contact-page-row .contact-page-left a {
  color: #ff6a00 !important;
  font-weight: 800;
  text-decoration: none;
}

.contact-page-right input,
.contact-page-right textarea,
.contact-page-right .input {
  border: 1px solid #d8d8d8 !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  padding: 13px 14px !important;
  font-size: 15px;
}

.contact-page-right textarea {
  min-height: 140px;
}

.contact-page-right .btn,
.contact-page-right button[type="submit"] {
  background: #ff6a00 !important;
  color: #111111 !important;
  border: none !important;
  border-radius: 7px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  padding: 15px 28px !important;
}

.contact-page-right .btn:hover,
.contact-page-right button[type="submit"]:hover {
  background: #e95f00 !important;
}

.rfq_form_page {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .contact-page-row {
    grid-template-columns: 1fr !important;
  }

  .contact-page-row .contact-page-left {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .cc-contact-form .section__heading {
    font-size: 26px !important;
  }

  .contact-page-row .contact-page-left,
  .contact-page-row .contact-page-right {
    padding: 22px;
  }
}

/* RFQ PAGE ONLY - LEFT PANEL CONTENT BOOST */
#shopify-section-template--19956728725660__form .contact-page-left .store_data::after {
  content: "Need bulk pricing, project pricing, or help sourcing a product? Send us your SKU numbers, quantities, and project details. \A\A✓ Free Shipping On Orders Over $1000 \A✓ Contractor & Project Quotes \A✓ Fast Lighting Support \A✓ Continental USA Shipments Only";
  white-space: pre-line;
  display: block;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

/* RFQ heading cleanup */
#shopify-section-template--19956728725660__form .section__heading {
  text-align: left !important;
  max-width: 900px;
  font-size: 30px !important;
  line-height: 1.25;
}

/* RFQ form full width inside card */
#shopify-section-template--19956728725660__form .contact-page-right .form {
  max-width: none !important;
}

/* CONTACT PAGE ONLY - LEFT PANEL BOOST */
#shopify-section-template--17250149564572__form .contact-page-left .store_data::after {
  content: "Have a question about an order, product, shipping, or availability? Contact our team and we’ll help point you in the right direction. \A\A✓ Product Support \A✓ Order Questions \A✓ Shipping Help \A✓ General Customer Service";
  white-space: pre-line;
  display: block;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}

#shopify-section-template--17250149564572__form .section__heading {
  text-align: left !important;
  max-width: 900px;
  font-size: 30px !important;
  line-height: 1.25;
}

#shopify-section-template--17250149564572__form .contact-page-right .form {
  max-width: none !important;
}

/* =========================================================
   GLADIATOR LIGHTING — HEADER COLLECTION MENU FINAL PREMIUM
   ========================================================= */

@media only screen and (min-width: 769px) {

  .header .main-menu {
    background: transparent !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .header .main-menu__content {
    width: 100% !important;
    justify-content: center !important;
  }

  .header .main-menu nav {
    width: min(1590px, calc(100vw - 64px)) !important;
    max-width: 1590px !important;
    margin: 0 auto !important;
  }

  .header .main-nav {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    gap: 0 !important;
    background: #080808 !important;
    border: 1px solid #2b2b2b !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 14px rgba(0,0,0,.18);
  }

  .header .main-nav::before {
    display: none !important;
  }

  .header .main-nav > li {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    position: relative !important;
    margin: 0 !important;
    border-right: 1px solid rgba(255,106,0,.55) !important;
    background: linear-gradient(
      180deg,
      #1b1b1b 0%,
      #070707 100%
    ) !important;
    transition: all .2s ease;
  }

  .header .main-nav > li:last-child {
    border-right: none !important;
  }

  .header .main-nav > li > a,
  .header .main-nav > li > details,
  .header .main-nav > li > details > summary,
  .header .main-nav > li > details > summary > a {
    width: 100% !important;
    height: 100% !important;
  }

  .header .main-nav > li > a,
  .header .main-nav > li > details > summary > a {
    min-height: 62px !important;
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    letter-spacing: .2px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* HOVER */

  .header .main-nav > li:hover {
    background: linear-gradient(
      180deg,
      rgba(255,106,0,.22) 0%,
      rgba(255,106,0,.10) 100%
    ) !important;
  }

  .header .main-nav > li:hover > a,
  .header .main-nav > li:hover > details > summary > a {
    color: #ffffff !important;
  }

/* ORANGE UNDERLINE */

.header .main-nav > li::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 4px !important;
  background: #ff6a00 !important;
  opacity: 0 !important;
  transform: none !important;
  transition: opacity .2s ease !important;
}

.header .main-nav > li:hover::after {
  opacity: 1 !important;
}

/* ACTIVE TAB */

.header .main-nav > li:has(a[aria-current="page"]),
.header .main-nav > li:has(a.is-active) {
  background: linear-gradient(
    180deg,
    #ff8a24 0%,
    #ff6a00 60%,
    #e85f00 100%
  ) !important;

  border-left: 1px solid #ff8a24 !important;
  border-right: 1px solid #ff8a24 !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -2px 0 rgba(0,0,0,.22),
    0 6px 12px rgba(0,0,0,.35) !important;

  transform: translateY(-4px) !important;
  z-index: 20 !important;
}

.header .main-nav > li:has(a[aria-current="page"]) > a,
.header .main-nav > li:has(a.is-active) > a {
  color: #ffffff !important;
}

.header .main-nav > li:has(a[aria-current="page"])::after,
.header .main-nav > li:has(a.is-active)::after {
  opacity: 1 !important;
  height: 4px !important;
  background: rgba(0,0,0,.35) !important;
}

  /* HOME BUTTON */

  .header .main-nav > li.gl-home-nav {
    flex: 0 0 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
  }

  .header .main-nav > li.gl-home-nav > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .header .main-nav > li.gl-home-nav svg {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
  }

  .header .main-nav > li.gl-home-nav:hover svg {
    color: #ffffff !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1350px) {

  .header .main-menu nav {
    width: min(1590px, calc(100vw - 32px)) !important;
  }

  .header .main-nav > li > a,
  .header .main-nav > li > details > summary > a {
    font-size: 12px !important;
    padding: 0 6px !important;
  }
}

/* Hide Home Button On Mobile */

@media only screen and (max-width: 768px) {

  .gl-home-nav {
    display: none !important;
  }

}

/* Align collection card prices + More Info buttons */
#filter-results .grid > li {
  display: flex;
}

#filter-results product-card.card {
  width: 100%;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
}

#filter-results .card__info-container,
#filter-results .card__info,
#filter-results .card__info-inner {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100% !important;
}

#filter-results .card__title {
  min-height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#filter-results .card__info-inner > .flex.items-end.w-full.mt-auto {
  margin-top: auto !important;
}

#filter-results .price--bottom {
  margin-bottom: 8px;
}

#filter-results .gl-card-moreinfo {
  width: 100%;
}

#filter-results .gl-moreinfo-btn {
  width: 100%;
  display: block;
  text-align: center;
}

/* =========================================================
   COLLECTION CARD TITLE HEIGHT FIX
   Prevents descender characters (g, j, p, q, y) from being
   clipped on collection card titles and allows multi-line
   category names to display correctly.
   ========================================================= */

.meta-cat-name {
  height: auto !important;
  max-height: none !important;
  min-height: 55px !important;
  line-height: 1.4 !important;
  overflow: visible !important;
  padding: 10px 10px 12px !important;
}

.meta-cat-col,
.meta-cat-col a {
  overflow: visible !important;
}

/* Fix Shopify payment icons showing bullets on mobile */
.payment-methods,
.payment-methods ul,
.payment-icons,
.payment-icons ul,
.product-payment-methods ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.payment-methods li,
.payment-icons li,
.product-payment-methods li {
    list-style: none !important;
}

.payment-methods ul,
.payment-icons ul,
.product-payment-methods ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
}

/* Payment icons mobile spacing cleanup */
.payment-methods ul,
.payment-icons ul,
.product-payment-methods ul {
  justify-content: flex-start !important;
  row-gap: 12px !important;
  column-gap: 12px !important;
}

.payment-methods li,
.payment-icons li,
.product-payment-methods li {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   GLADIATOR PRODUCT PAGE TITLE STYLING
   ========================================================= */

.product-title.h5{
    margin-bottom:0;
}

.gl-product-title-brand{
    display:block;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    color:#666666;
    line-height:1.2;
    letter-spacing:0.02em;
}

.gl-product-title-sku{
    display:block;
    margin-top:2px;
    font-size:34px;
    font-weight:800;
    color:#111111;
    line-height:1.05;
    letter-spacing:-0.03em;
}

.gl-product-title-sub{
    display:block;
    margin-top:12px;
    font-size:16px;
    font-weight:400;
    color:#666666;
    line-height:1.45;
}

@media (max-width: 749px){

    .gl-product-title-brand{
        font-size:14px;
    }

    .gl-product-title-sku{
        font-size:24px;
    }

    .gl-product-title-sub{
        font-size:15px;
    }

}

/* =========================================================
   END GLADIATOR PRODUCT PAGE TITLE STYLING
   ========================================================= */

/* =========================================================
   GLADIATOR COLLECTION PRODUCT CARD TITLE STYLING
   ========================================================= */

.gl-card-title-split .card-link{
    display:block;
}

.gl-card-title-brand{
    display:block;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    color:#666666;
    line-height:1.2;
    letter-spacing:0.02em;
}

.gl-card-title-sku{
    display:block;
    margin-top:2px;
    font-size:17px;
    font-weight:800;
    color:#111111;
    line-height:1.15;
    letter-spacing:-0.02em;
}

.gl-card-title-sub{
    display:block;
    margin-top:7px;
    font-size:14px;
    font-weight:400;
    color:#444444;
    line-height:1.35;
    min-height:58px;
}

.gl-card-title-split,
.gl-card-title-split .card-link,
.gl-card-title-sub{
    overflow:visible !important;
    text-overflow:unset !important;
    white-space:normal !important;
    -webkit-line-clamp:unset !important;
    display:block;
}

@media (max-width: 749px){

    .gl-card-title-brand{
        font-size:12px;
    }

    .gl-card-title-sku{
        font-size:15px;
    }

    .gl-card-title-sub{
        font-size:13px;
    }

}

/* =========================================================
   END GLADIATOR COLLECTION PRODUCT CARD TITLE STYLING
   ========================================================= */

/* =========================================================
   GLADIATOR PRODUCT BRAND / SKU ROW
   ========================================================= */

.product-vendor-sku{
    font-size:14px;
    line-height:1.4;
}

.product-vendor-sku .product-vendor,
.product-vendor-sku .product-sku{
    color:#111111;
}

.product-vendor-sku a{
    color:#111111;
    font-weight:700;
    text-decoration:none;
}

.product-sku__value{
    font-weight:700;
}

/* =========================================================
   END GLADIATOR PRODUCT BRAND / SKU ROW
   ========================================================= */

/* =========================================================
   GLADIATOR COLLECTION FILTER DIVIDERS
   ========================================================= */

.facets__filters{
    border-top:4px solid #FF6A00;
}

.facets .filter{
    margin-top:18px;
}

.facets .filter:first-child{
    margin-top:0;
}

.facets .filter__toggle{
    border-top:4px solid #FF6A00;
    padding-top:18px;
    font-weight:700;
}

.filter__toggle .flex-auto{
    color:#111111;
}

.filter__label,
.filter__count{
    color:#111111;
}

.checkbox:checked + .filter__label,
.checkbox:checked + .filter__label .filter__count{
    color:#111111;
}

/* =========================================================
   END GLADIATOR COLLECTION FILTER DIVIDERS
   ========================================================= */

   /* =========================================================
   GLADIATOR PRODUCT DOWNLOADS STYLING
   ========================================================= */

.pdf_dwnload_block h3{
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    color:#111111;
    margin-bottom:12px;
}

.pdf_dwnload a{
    display:flex;
    align-items:center;
    gap:12px;
    width:100%;
    padding:14px 16px;
    border:1px solid #e2e2e2;
    border-left:4px solid #FF6A00;
    border-radius:6px;
    background:#ffffff;
    color:#111111;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    text-decoration:none;
    box-shadow:none;
    transition:all .2s ease;
}

.pdf_dwnload a:hover{
    border-color:#FF6A00;
    background:#fff7f0;
}

.pdf_dwnload .icon_pdf img{
    width:24px;
    height:24px;
    display:block;
}

.pdf_dwnload .text_label{
    line-height:1.2;
}

/* =========================================================
   END GLADIATOR PRODUCT DOWNLOADS STYLING
   ========================================================= */

   /* =========================================================
   GLADIATOR UPC DISPLAY
   ========================================================= */

.product-info__barcode{
    display:block;
    margin-top:18px;
    padding:14px 16px;
    border:1px solid #e2e2e2;
    border-left:4px solid #FF6A00;
    border-radius:6px;
    background:#ffffff;
}

.product-info-label{
    display:block;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#666666;
    margin-bottom:4px;
}

.product-info__barcode-value{
    display:block;
    font-size:16px;
    font-weight:700;
    color:#111111;
}

/* =========================================================
   END GLADIATOR UPC DISPLAY
   ========================================================= */

   .product-info__add-button .btn{
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.product-info__add-button .btn:hover{
    background:#FF6A00;
    border-color:#FF6A00;
}

/* =========================================================
   GLADIATOR CART TRUST SECTION
   ========================================================= */

.gl-cart-trust-row{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin:24px 0 32px;
    padding:14px;
    background:#fafafa;
    border-radius:14px;
}

.gl-cart-trust-card{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
    background:#ffffff;
    border:1px solid #e2e2e2;
    border-radius:12px;
    padding:14px;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

.gl-cart-trust-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:12px;
    background:#111111;
    color:#FF6A00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:900;
    line-height:1;
    box-shadow:0 2px 6px rgba(0,0,0,.15);
}

.gl-cart-trust-content{
    min-width:0;
}

.gl-cart-trust-content strong{
    display:block;
    font-size:15px;
    font-weight:900;
    color:#111111;
    line-height:1.15;
    margin-bottom:4px;
    text-transform:uppercase;
    word-break:normal;
    overflow-wrap:normal;
}

.gl-cart-trust-content span{
    display:block;
    font-size:13px;
    color:#333333;
    line-height:1.3;
    word-break:normal;
    overflow-wrap:normal;
}

@media (max-width: 1100px){
    .gl-cart-trust-row{
        grid-template-columns:1fr;
    }
}

/* =========================================================
   END GLADIATOR CART TRUST SECTION
   ========================================================= */

/* =========================================================
   GLADIATOR CART BULK SAVINGS BAR
   ========================================================= */

.gl-bulk-slim--cart{
    margin-top:22px;
    margin-bottom:22px;
    display:grid;
    grid-template-columns:2fr 1.2fr 1.2fr 1.2fr 1.45fr;
    width:100%;
}

.gl-bulk-slim--cart .gl-bulk-slim__label{
    padding:18px 18px;
}

.gl-bulk-slim--cart .gl-bulk-slim__icon{
    width:38px;
    height:38px;
    min-width:38px;
    font-size:22px;
}

.gl-bulk-slim--cart .gl-bulk-slim__label strong{
    font-size:18px;
    font-weight:900;
    line-height:1;
    letter-spacing:.02em;
    text-transform:uppercase;
}

.gl-bulk-slim--cart .gl-bulk-slim__label small{
    display:block;
    margin-top:5px;
    font-size:13px;
    font-weight:600;
    line-height:1.2;
    opacity:.95;
}

.gl-bulk-slim--cart .gl-bulk-slim__tier{
    padding:18px 10px;
}

.gl-bulk-slim--cart .gl-bulk-slim__tier strong{
    font-size:24px;
    font-weight:900;
    line-height:1;
}

.gl-bulk-slim--cart .gl-bulk-slim__tier span{
    display:block;
    margin-top:6px;
    font-size:18px;
    font-weight:900;
    line-height:1;
}

.gl-bulk-slim--cart .gl-bulk-slim__tier--featured{
    padding:16px 8px;
}

.gl-bulk-slim--cart .gl-bulk-slim__tier--featured small{
    display:block;
    margin-top:8px;
    padding-top:8px;
    border-top:1px solid #e2e2e2;
    font-size:12px;
    font-weight:800;
    color:#555555;
    text-transform:uppercase;
    letter-spacing:.04em;
    line-height:1.1;
}

@media (max-width: 749px){

    .gl-bulk-slim--cart{
        grid-template-columns:repeat(4, 1fr);
    }

    .gl-bulk-slim--cart .gl-bulk-slim__label{
        grid-column:1 / -1;
    }

    .gl-bulk-slim--cart .gl-bulk-slim__tier strong{
        font-size:18px;
    }

    .gl-bulk-slim--cart .gl-bulk-slim__tier span{
        font-size:14px;
    }

    .gl-bulk-slim--cart .gl-bulk-slim__tier--featured small{
        font-size:10px;
    }

}

/* =========================================================
   END GLADIATOR CART BULK SAVINGS BAR
   ========================================================= */

   /* =========================================================
   MOBILE CART BULK SAVINGS ALIGNMENT FIX
   ========================================================= */

@media (max-width: 749px){

    .gl-bulk-slim--cart{
        grid-template-columns:repeat(4, 1fr) !important;
    }

    .gl-bulk-slim--cart .gl-bulk-slim__label{
        grid-column:1 / -1;
    }

    .gl-bulk-slim--cart .gl-bulk-slim__tier{
        min-width:0;
        padding:14px 6px;
        text-align:center;
    }

    .gl-bulk-slim--cart .gl-bulk-slim__tier--featured{
        padding-left:4px;
        padding-right:4px;
    }

}

/* =========================================================
   END MOBILE CART BULK SAVINGS ALIGNMENT FIX
   ========================================================= */

   /* =========================================================
   GLADIATOR CART SECTION DIVIDER
   ========================================================= */

.gl-cart-divider{
    margin:20px 0 24px;
    border:0;
    border-top:1px solid #dddddd;
}

/* =========================================================
   END GLADIATOR CART SECTION DIVIDER
   ========================================================= */

/* =========================================================
   GLADIATOR CART SAVINGS HIGHLIGHT
   ========================================================= */

.gl-cart-savings-list{
    list-style:none;
    margin:18px 0 22px;
    padding:0;
}

.gl-savings-banner{
    width:100%;
    display:flex !important;
    align-items:center;
    gap:18px;
    padding:18px 22px;
    background:
        radial-gradient(circle at 88% 50%, rgba(46,160,67,.14) 0%, rgba(46,160,67,0) 34%),
        linear-gradient(90deg, #f1fff1 0%, #ffffff 100%);
    border:2px solid #2ea043;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(46,160,67,.16);
}

.gl-savings-icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:50%;
    background:#2ea043;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    font-weight:900;
    line-height:1;
}

.gl-savings-copy{
    flex:1 1 auto;
    padding-left:18px;
    border-left:2px solid rgba(46,160,67,.35);
}

.gl-savings-copy strong{
    display:block;
    font-size:22px;
    font-weight:900;
    color:#0f3f18;
    line-height:1.1;
    letter-spacing:.02em;
}

.gl-savings-copy small{
    display:block;
    margin-top:6px;
    font-size:16px;
    font-weight:500;
    color:#123d1b;
    line-height:1.25;
}

.gl-savings-copy small b{
    color:#2ea043;
    font-weight:900;
}

.gl-savings-tag{
    width:52px;
    height:52px;
    min-width:52px;
    border:3px solid rgba(46,160,67,.35);
    border-radius:12px;
    color:#2ea043;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:900;
    transform:rotate(-10deg);
    opacity:.75;
}

@media (max-width: 749px){

    .gl-savings-banner{
        gap:12px;
        padding:14px 16px;
    }

    .gl-savings-icon{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:24px;
    }

    .gl-savings-copy{
        padding-left:12px;
    }

    .gl-savings-copy strong{
        font-size:15px;
    }

    .gl-savings-copy small{
        font-size:13px;
    }

    .gl-savings-tag{
        display:none;
    }

}

/* =========================================================
   END GLADIATOR CART SAVINGS HIGHLIGHT
   ========================================================= */

   /* =========================================================
   GLADIATOR CART ITEM TITLE FORMAT
   ========================================================= */

.gl-cart-item-title{
    display:block;
    text-decoration:none;
}

.gl-cart-item-brand{
    display:block;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    color:#666666;
    line-height:1.2;
    letter-spacing:.02em;
}

.gl-cart-item-sku{
    display:block;
    margin-top:3px;
    font-size:22px;
    font-weight:900;
    color:#111111;
    line-height:1.05;
    letter-spacing:-.02em;
}

.gl-cart-item-desc{
    display:block;
    margin-top:8px;
    font-size:15px;
    font-weight:600;
    color:#555555;
    line-height:1.4;
}

@media (max-width: 749px){

    .gl-cart-item-sku{
        font-size:18px;
    }

    .gl-cart-item-desc{
        font-size:14px;
    }

}

/* =========================================================
   END GLADIATOR CART ITEM TITLE FORMAT
   ========================================================= */

<style>
/* ####################################################### */
/* ########## START MANUFACTURER LOGO SECTION CSS ######## */
/* ####################################################### */

.page__content {
  margin: 0;
}

.manufacturer-row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 35px !important;
  width: 100% !important;
}

.manufacturer-col {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  display: block !important;
}

.manufacturer-col a {
  display: block !important;
  text-align: center;
  text-decoration: none;
}

.manufacturer-img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.manufacturer-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block;
}

.manufacturer-title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

@media screen and (max-width: 900px) {
  .manufacturer-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 500px) {
  .manufacturer-row {
    grid-template-columns: 1fr !important;
  }
}

/* ##################################################### */
/* ########### END MANUFACTURER LOGO SECTION CSS ####### */
/* ##################################################### */
</style>
/* Gladiator 2.3 test v3: restore live homepage spacing between navigation and first slideshow */
body.template-index main#MainContent > .shopify-section:first-child,
body.template-index main#MainContent > section:first-child,
body.template-index .main-content > .shopify-section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.template-index .section.slideshow,
body.template-index .slideshow,
body.template-index .cc-slideshow,
body.template-index [id*="__slideshow"] {
  margin-top: 0 !important;
}

/* Gladiator v6: remove extra homepage gap between custom navigation and first slideshow/banner */
#main-content > .shopify-section:first-child,
#main-content > .shopify-section:first-child > .slideshow-section,
#main-content > .shopify-section:first-child .slideshow-section.section,
#main-content > .shopify-section:first-child [id$="__slideshow"],
#main-content > .shopify-section:first-child [id*="__slideshow"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#main-content > .shopify-section:first-child .slideshow-section.section.container {
  margin-top: 0 !important;
}

/* Keep this fix scoped to the homepage slideshow only */
#main-content > .shopify-section:first-child + .shopify-section {
  /* no change; placeholder to keep subsequent homepage sections using theme defaults */
}


/* Gladiator v8: real sidebar copy for RFQ/contact panels, independent of Shopify section IDs */
.contact-page-left .gl-contact-panel-extra {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;
}
.contact-page-left .gl-contact-panel-extra p {
  margin: 0 0 22px 0;
}
.contact-page-left .gl-contact-panel-extra ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-page-left .gl-contact-panel-extra li {
  margin: 0;
  padding: 0;
}
.contact-page-left .gl-contact-panel-extra li::before {
  content: "✓ ";
  color: #ffffff;
  font-weight: 900;
}


/* =========================================================
   GLADIATOR CART PRODUCT TITLE STYLING
   ========================================================= */

.gl-cart-title-split{
    display:block;
    text-decoration:none;
}

.gl-cart-title-brand{
    display:block;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    color:#666666;
    line-height:1.2;
    letter-spacing:0.02em;
}

.gl-cart-title-sku{
    display:block;
    margin-top:2px;
    font-size:22px;
    font-weight:800;
    color:#111111;
    line-height:1.15;
    letter-spacing:-0.02em;
}

.gl-cart-title-sub{
    display:block;
    margin-top:7px;
    font-size:15px;
    font-weight:600;
    color:#444444;
    line-height:1.35;
}

@media (max-width: 749px){
    .gl-cart-title-brand{
        font-size:12px;
    }

    .gl-cart-title-sku{
        font-size:18px;
    }

    .gl-cart-title-sub{
        font-size:14px;
    }
}

/* =========================================================
   END GLADIATOR CART PRODUCT TITLE STYLING
   ========================================================= */
