/* [start] Hide discount code box for now (#32642) */
.checkout-cart-index .cart-discount { display:none; } /* checkout one handled on parent theme (promain) */
/* [end] Hide discount code box for now (#32642) */

.overlapping-grid {
    grid-auto-rows: 500px;
    grid-auto-columns: 1fr 60px 1fr;
    grid-template-areas: "image overlap-gap text";
}

.overlap__image-wrapper {
    grid-column: span 2;
    transform: translateY(100px);
}

.overlapping-grid--flipped .overlap__image-wrapper {
    grid-column: 2 / span 2;
}

.overlap__content-wrapper {
    transform: translateY(100px);

}

.overlapping-grid--flipped .content {
    grid-column: 1 / span 2;
}

.text-pretty {
    text-wrap: pretty;
}

.card {
    padding: 0;
}


.content {
    grid-column: 2 / span 2;
}

.full-width-banner.full-width-banner__homepage {
    background: url("/media/technical-support-banner.png") no-repeat center center / cover;
}

.hero-banner {
    background: url("/media/close-up-of-paint-spray-gun-worker-painting-a-car.png") no-repeat center center / cover;
}

.drop-shadow-sm--yellow {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(255 123 37 / 23%)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}

.product-image-photo-tile {
    height: auto;
}

.box-stack {
     display: grid;
     grid-template-areas: 'stack';
     align-items: end;
     justify-items: center;
}

.box-stack--left {
    align-items: center;
    justify-items: left;
}

.box-stack > * {
    grid-area: stack;
}
/* Layout.xml doesn't accept .-mt-8 class  */
.negative-mt-8 {
    margin-top: -4.5rem;
}

.first-child {
    grid-column: 1 / span 2;
    grid-row: 1;

    max-height: 610px;
}

.second-child {
    grid-column: 2 / 4;
    grid-row: 1;

    height: fit-content;

}

.overlapping-grid--about {
    grid-auto-rows: auto;
}



.overlapping-grid--about .overlap__content-wrapper {
    transform: translateY(0);
}

[type=checkbox], [type=radio] {
    color: #ff6600;
}

.thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.cmsp6-table.pipeline {
    display: table;
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-bottom-color: rgb(210, 210, 210);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-spacing: 0px;
}

input:where(:not([type])):focus {
    --tw-ring-color: #ec671b;
    border-color: #ec671b;
}

/* OVERWRITTING Default */

.product-item .price-container .price {
    font-size: inherit;
    font-weight: inherit;

    margin-top: -6px;
    display: inline-block;
}

.top-custom {
    top: 3.6rem;
}

/* TECHNICAL TAB Styling */

.tab-content .card.w-full h1,
.tab-content .card.w-full h2,
.tab-content .card.w-full h3,
.tab-content .card.w-full h4,
.tab-content .card.w-full h5 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;

    margin-top: 20px;
    margin-bottom: 10px;
}

.tab-content .card.w-full p {
    margin-bottom: 1rem;
}

.tab-content .card.w-full ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 2.5rem;
}



.tab-content .card.w-full .green {
   color: #ec671b;
}

.tab-content .card.w-full table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    border-color: gray;
}

.tab-content .card.w-full table a {
    color: #ec671b;
}

.tab-content .card.w-full table td {
    padding: 8px;
}

.color-orange, a.color-orange {
    color: #ec671b;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {
    padding: 8px;
}

.searchy:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
}

label.swatch-option {
    background-size: 148% !important;
}


@layer utilities {
    /* .utility-mask__category-image {
      mask-image: linear-gradient(to top, black 30%, transparent 70%);
      -webkit-mask-image: linear-gradient(to top, black 30%, transparent 70%);
    } */

    .text-balance {
        text-wrap: balance;
    }

    .bg-gray {
       background-color: #e5e7eb; 
    }

    .bg-input {
        background-color: #f5f7f5 !important;
    }

    .negative-z {
        z-index: -1;
    }

    .heading-white h1 {
        color: #fff !important;
        font-size: 2.6rem !important;
    }
  }


  @media (min-width: 640px) {
    .tab-content .card.w-full  .table > tbody > tr > th, .table > tbody > tr > td {
        border-top: 1px solid #cccccc;
    }
}
 




@media (min-width: 1023.9px) {
    .overlap--max-width {
        max-width: 700px;
    }

    .overlapping-grid {
        margin-bottom: 100px;
    }

    .negative-mt-8 {
        margin-top: -2rem;
    }

    .overlapping-grid--about .overlap__content-wrapper {
        padding-block: 100px 35px;
    }

    .second-child {
        min-height: 610px;
    }
    

    
}

@media (min-width: 1682px) {
    .popular-categories,
    .container__spill {
        width: 1640px;
        margin-inline: auto;
    }
}

@media (min-width: 640px) {
    .table > tbody > tr > th, .table > tbody > tr > td {
        border-top: 1px solid #cccccc;
    }
}

@media (max-width: 1280px) {

    .full-width-banner__buttons a {
        min-width: 250px;
        text-align: center;
    }

    .w-dropdown {
        width: 991px !important;
    }

}


@media (max-width: 1024px) {
    .overlap__image-wrapper {
        grid-column: span 2;
        transform: translateY(0);
    }

    .overlap__content-wrapper {
        transform: translateY(0);
    }

    .grid__header {
        grid-template-columns: 7rem 1fr 7rem;
        grid-template-rows: auto 4.5rem;
    }
    
    .grid__header #search-content {
        grid-column: 1/4;
    }
    
    .grid__header #header-icons {
        grid-column: 3/4;
        grid-row: 1;
    }
}


