/** Shopify CDN: Minification failed

Line 335:0 Unexpected "}"
Line 792:19 Expected identifier but found whitespace
Line 792:20 Unexpected "0."
Line 792:23 Unexpected "{"
Line 792:32 Expected ":"
Line 792:60 Expected ":"

**/
/* Desktop/Mobile Only */

.desktop-only { display: block; }
.mobile-only { display: none; }

@media screen and (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: block; }
}

/* Text Styling Fixes */

.product-item__title,
  .radio__Zlegend__option-name,
  .radio__legend__value,
  .tab-link,
  .apo-title {
    font-weight: 600 !important;
    text-transform: uppercase;
  }

  .product__heading {
    text-transform: uppercase;
    font-weight: 600;
  }

  .price {
    font-weight: 600 !important;
  }

  .btn {
    font-weight: 600 !important;
    font-size: 0.8rem;
  }

  .gl-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2rem;
  }

.header__logo {
  padding-right: 1rem;
}

/* Newsletter Form */

  .gl-newsletter-section {
    display: grid;
  }

  .GL-newsletter-form {
    --border: var(--text-a35);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .newsletter-title {
    font-size: 1rem;
  }

  .newsletter-container {
    justify-self: center !important;
    width: 60%;
  }

  .GL-newsletter-input {
    width: 100%;
    padding: 0.85rem 16px !important;
    margin: 0px !important;
  }

  .gl-subscribe-button {
    color: #D48326;
    background-color: black;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 1rem 1.5rem;
  }

@media screen and (max-width: 640px) {
  .GL-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-container {
    justify-self: center !important;
    width: 100%;
    padding: 1rem;
  }

  .gl-subscribe-button-solo {
    width: 100%;
  }
}

/* Buttons */
  .GL-primary-button {
    display: inline-block;
    background-color: #000;
    color: #D48326;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
  }

  .GL-secondary-button {
    display: inline-block;
    background-color: #f7f7f7;
    color: #D48326;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
  }

  .GL-primary-button:hover {
    background-color: #222;
  }

  @media screen and (max-width: 768px) {
.GL-primary-button-fixed {
    display: inline-block;
    background-color: #000;
    color: #D48326;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    width: 12rem;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
  }
  }

    @media screen and (min-width: 768px) {
  .GL-primary-button-fixed {
    display: inline-block;
    background-color: #000;
    color: #D48326;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    width: 12rem;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: background-color 0.3s ease;
  }    
    }

  .GL-primary-button-fixed:hover {
    background-color: #222;
  }

/* Direction/Optimization */
  @media screen and (max-width: 768px) {
  .rev_mobile {
   flex-direction: column-reverse !important;
  }
}

/* Text Boxes */
  .image-half,
  .text-half {
    width: 100%;
}

.image-half {
  display: flex;
  width: 50%;
  align-items: center;
}

@media screen and (min-width: 768px) {
.image-split-60 {
  display: flex;
  width: 60%;
  align-items: center;
}
}

@media screen and (max-width: 768px) {
.image-split-60 {
  display: flex;
  width: 100%;
  align-items: center;
}
}

@media screen and (min-width: 768px) {
.text-half-40 {
  width: 40%;
  padding: 4rem 4rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.text-half-40 h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
  
.text-half {
  width: 50%;
  padding: 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  
.text-half h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.text-half-justify-end {
  justify-content: end !important;
}
  
.text-half-img-background {
  width: 50%;
  padding: 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 0rem;
}

.text-half-img-background h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
}

@media screen and (max-width: 768px) {
.text-half {
  width: 100%;
  padding: 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-half-img-background {
  width: 100%;
  padding: 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 45px;
  max-width: 89%;
}

.text-half-img-background h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.text-half h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
}

.text-half .rte {
  font-size: inherit;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
.text-half-40 {
  padding: 1rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4rem
}
.text-half-40 h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
}
  
.text-half {
  padding: 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-half h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
}

@media screen and (min-width: 768px) {
.text-half {
  width: 50%;
  padding: 4rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
  
.text-half h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
}
  
.text-half .rte {
  font-size: inherit;
  line-height: 1.3;
}

.text-half .rte-bold {
  font-size: inherit;
  line-height: 1.3;
  font-weight: 600;
  margin-left: 40px;
  margin-top: 10px;
  text-transform: uppercase;
}

/* Header Banner */


.header-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 700px;
}

.header-banner__image,
.header-banner__video {
  width: 100%;
  height: auto;
  display: block;  
}

@media screen and (max-width: 768px) {
  .header-banner__image,
  .header-banner__video {
  width: 100%;
  height: auto;
  display: block;  
  object-fit:cover;
  min-height: 500px;
}
  }

.header-banner__video-wrapper {
  position: relative;
  padding-bottom: 51.5%; /* 16:9 ratio */
  height: 0;
  min-height: 500px
}

.header-banner__video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%; /* force crop */
  height: 120%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
.header-banner__video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%; /* force crop */
  height: 110%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
}

@media screen and (min-width: 460px) and (max-width: 767px) {
.header-banner__video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210%; /* force crop */
  height: 210%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
}

@media screen and (max-width: 459px) {
.header-banner__video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290%; /* force crop */
  height: 290%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
}

.header-banner__heading {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 0rem;
  text-transform: uppercase;
  line-height: 5rem;
  max-width: 100%;
}

.header-banner__text {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.header-banner__button {
  background-color: black;
  color: white;
  padding: 0.7rem 2.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-left: 55px;
}

.header-banner__overlay-left {
  position: absolute;
  bottom: 0rem;
  left: 2rem;
  background-color: white;
  padding: 3rem;
  width: 60%;
  max-width: 1200px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .header-banner__overlay-left {
    width: 80%;
    left: 0rem;
    bottom: 0rem;
    padding: 1.5rem;
    display: flow;
  }
}

.header-banner__overlay {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  background-color: white;
  padding: 3rem;
  width: 60%;
  max-width: 1200px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  text-align: left;
}

@media screen and (max-width: 768px) {
  .header-banner__overlay {
    width: 80%;
    right: 0rem;
    bottom: 0rem;
    padding: 1.5rem;
    display: flow;
  }

.header-banner__text {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.header-banner__button {
  background-color: black;
  color: white;
  padding: 0.7rem 2.2rem;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  margin-top: 8px;
}

  .header-banner__heading {
    font-size: 3.5rem;
    text-wrap-mode: nowrap;
    line-height: 2rem;
  }

  .header-banner__button {
    text-align: center;
    text-transform: uppercase;
  }
}

/* Split Imag v2 mask */

.image-split-wrapper {
  position: relative;
  width: 100%;
  height: 500px; /* or whatever */
  overflow: hidden;
}

.masked-rect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 75% 0 0); /* for rect1, adjust for others */
}

/* Each rect shows a quarter of the image */
.rect1 { left: 0%; clip-path: inset(0 80% 0 0%); }
.rect2 { left: 0%; clip-path: inset(0 55% 0 25%); }
.rect3 { left: 0%; clip-path: inset(0 28% 0 51%); }
.rect4 { left: 0%; clip-path: inset(0 1% 0 78%); }

.shifted-up {
  top: -2rem; /* move just this rect up */
}

.shifted-down {
  top: 2rem; /* move just this rect up */
}


/* Split Section V1 */

@media screen and (min-width: 768px) {
  .split-heading-title-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* ensures it doesn't break weirdly on small screens */
  margin-left: 25px;
}
}

@media screen and (max-width: 768px) {
  .split-heading-title-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* ensures it doesn't break weirdly on small screens */
  margin-left: 12px;
}
}

  .split-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .split-section {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .split-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
}

@media screen and (max-width: 768px) {
  .split-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 80vh;
}
}

@media screen and (min-width: 768px) {
.split-image-container {
  display: flex;
  width: -webkit-fill-available;
  padding-top: 65px;
  padding-bottom: 15px;

}
}

@media screen and (max-width: 768px) {
.split-image-container {
  display: flex;
  width: -webkit-fill-available;
  padding-top: 15px;
  padding-bottom: 15px;

}
}

.split-image-container-2split {
  display: flex;
  width: -webkit-fill-available;
  padding-top: 15px;
  padding-bottom: 15px;

}

.split-image-container-3split {
  display: flex;
  width: -webkit-fill-available;
  padding-top: 15px;
  padding-bottom: 15px;

}

@media screen and (min-width: 1600px) {
.split-image {
  width: 29rem;
  height: 727px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 6px;
}
}

@media screen and (max-width: 768px) {
.split-image {
  width: 16rem;
  height: 327px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 6px;
}
}

@media screen and (min-width: 768px) and (max-width: 1599px) {
.split-image {
  width: 29rem;
  height: 530px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 6px;
}
}

@media screen and (max-width: 768px) {
.split-image-container-2split .split-image-2split {
  width: 16rem;
  height: 535px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 6px;
}
}

@media screen and (min-width: 768px) {
.split-image-container-2split .split-image-2split {
  width: 16rem;
  height: 735px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 12px;
}
}

@media screen and (max-width: 768px) {
.split-image-container-3split .split-image-3split {
  width: 16rem;
  height: 435px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 6px;
}
}

@media screen and (min-width: 768px) {
.split-image-container-3split .split-image-3split {
  width: 16rem;
  height: 435px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 12px;
}
}

/* offset split image up or down */
.offset-up {
  position: relative;
  top: -35px;
}

.offset-down {
  position: relative;
  bottom: -55px;
}

/* Columns Home page */

  .image-columns-section {
    width: 100%;
  }

  .image-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0px;
  }

  .image-column {
    width: 33.3333%;
    padding: 8px;
    box-sizing: border-box;
  }

  .image-wrapper-3col {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Square ratio */
    overflow: hidden;
  }

  .image-wrapper-3col img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }

  .overlay {
    position: absolute;
    z-index: 2;
  }

  .overlay h2 {
    font-size: 3rem;
    letter-spacing: 0.{{ section.settings.text-spacing }}rem;
    color: white;
    margin-bottom: 1rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .gl-col-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.{{ section.settings.overlay-amount }});
    z-index: 1;
    transition: background-color 0.6s ease;
  }

  .image-wrapper-3col:hover .gl-col-overlay-bg {
    background-color: rgba(0, 0, 0, 0.3); /* darker column on hover */
  }

/* Section Start Logo & Text */

  .logo-mark img {
    position: relative;
    width: 5rem;
    height: auto;
    object-fit: cover;
    left: 1rem;
    padding-bottom: 16px;
  }

  .logo-mark h3 {
    font-size: 1rem;
    letter-spacing: 0.5rem;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 16px;
  }

  .logo-text-box {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  /* Text Position classes */
  .top-left { top: 8px; left: 8px; }
  .top-right { top: 8px; right: 8px; }
  .middle-center { top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .middle-right { top: 50%; right: 8px; transform: translateY(-50%); }
  .bottom-left { bottom: 8px; left: 8px; }
  .bottom-right { bottom: 8px; right: 8px; }

  /* Responsive */
  @media screen and (max-width: 768px) {
    .image-column {
      width: 100%;
      padding: 0px;
    }
  }

/* Lines for background */
.section-with-lines {
  position: relative;
  z-index: 1;
}

/* Hide on mobile */
  @media screen and (max-width: 768px) {
.hiddenmobile {
  display: none;
}
}

.section-content {
  position: relative;
  z-index: 10; /* Keep content above background if needed */
}

/* background lines V2 */

        .vl-right {
            border-left: 1px solid black;
            height: 100%;
            position: absolute;
            left: 95%;
            margin-left: 0px;
            top: 0;
            z-index: 5000;
        }

        .vl-left {
            border-left: 1px solid black;
            height: 100%;
            position: absolute;
            left: 5%;
            margin-left: 0px;
            top: 0;
            z-index: 5000;
        }

        .hl {
            border-top: 1px solid black;
            border-bottom: 1px solid black;
            height: 10px;
            width: 100%;
            position: absolute;
            top: 1%;
            margin-bottom: 0px;
            left: 0;
            z-index: 5000;
        }

        .hl-top {
            border-top: 1px solid black;
            height: 1px;
            width: 100%;
            position: absolute;
            top: 0.1%;
            margin-bottom: 0px;
            left: 0;
            z-index: 5000;
        }

        .hl-bottom {
            border-top: 1px solid black;
            height: 1px;
            width: 100%;
            position: absolute;
            top: 99.9%;
            margin-bottom: 0px;
            left: 0;
            z-index: 5000;
        }

        .hl-top-solo {
            border-top: 1px solid black;
            height: 1px;
            width: 100%;
            position: absolute;
            top: 0.1%;
            margin-bottom: 0px;
            left: 0;
            z-index: 5000;
        }

        .hl-bottom-solo {
            border-top: 1px solid black;
            height: 1px;
            width: 100%;
            position: absolute;
            top: 98%;
            margin-bottom: 0px;
            left: 0;
            z-index: 5000;
        }

/* background lines V1 */

  @media screen and (min-width: 768px) {
.background_lines_b1 {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block1.png?v=1748866322');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right, bottom;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
  background-position-y: 9rem;
}

.background_lines_b2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block2.png?v=1748442999');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block3.png?v=1748443004');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b4 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block4.png?v=1748443545');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b5 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block5.png?v=1748624550');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b6 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block6.png?v=1748624805');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b7 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block7_b8675201-cabb-4178-81f1-dade5e219007.png?v=1748631608');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_footer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  z-index: 9999; /* High enough to be on top */
}
}

  @media screen and (max-width: 768px) {
.background_lines_b1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block1-m.png?v=1748604118');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b2 {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block2-m.png?v=1748604118');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b4 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block4-m-v2.png?v=1754932318');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b5 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b6 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_b7 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('/cdn/shop/files/GL-Background-Lines-Block7_b8675201-cabb-4178-81f1-dade5e219007.png?v=1748631608');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100% 100%;
  z-index: 5000; /* High enough to be on top */
}

.background_lines_footer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none; /* unclickable */
  background-image: url('');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 9999; /* High enough to be on top */
}
}

  @media screen and (min-width: 768px) {
.theme__header {
  z-index: 5000;
  }
  
.header__dropdown__inner {
  z-index: 6000;
  }
}

.announcement__wrapper--top,
.related__wrapper {
  z-index: 6000 !important;
}


.product-quick-add__content,
.related-products,
.supporting-menu {
  z-index: 6001 !important;
  position: relative;
}

.two-column-images__column {
  z-index: 500 !important;
  position: relative;
}

.popout-footer__holder {
  z-index: 6002 !important;  
}

.cart-bar,
.drawer__body {
  z-index: 6002 !important;
}

.jdgm-rev-widg {
  padding: 24px 11% !important;
}

.grid-item {
  padding: var(--gap) calc(var(--gap) / 2 / 0.6) !important;
}

.tl-switcher-container.desktop {
  z-index: 9000;
}

@media screen and (min-width: 768px) {
.tl-switcher-container.desktop {
    display: inline-flex;
    align-items: center;
    position: absolute;
}
}

.sup {
  display: none;
}

.drawer__head {
  margin-top: 1rem;
}

.gl-cart-item-info {
  margin: 1rem;
}