.page-products .columns {
    margin: 0 auto;
    max-width: 100% !important;
    padding: 0;
    text-align: left;
}

.page-main {
    max-width: 100% !important;
    padding: 0 !important;
}

.page-title-wrapper {
    display: none;
}

.howToTopContainer {
    display: flex;
    width: 100%;
    justify-content: center;

}

.categoryImgs:hover {
	transition: 0.2s;
	box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.3);
}

.howToTitleDesc {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #CE87BA;
    color: white;
    flex: 1;
    max-height: 860px;
}

.howToHeadTextWrap {
    font-size: calc(0.95em + 1vw);
    width: 70%;
    position: relative;
    display: block;
    margin: auto;
}

.howToHeading {
    font-size: 5vw;
    margin-bottom: 1rem;
}

.howToTopImg {
    display: flex;
    flex: 1;
}

.howToTopImg picture {
    width: 100%;
}

.howToBannerImg {
    width: 100%;
    object-fit: cover;
    max-height: 860px;
}

.howToTextWrap {
    font-size: calc(0.95em + 1vw);
    width: 40%;
    position: relative;
    display: block;
    margin: auto;
}

.howToMainContainer {
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
}

.howToImgFlex {
    display: flex;
    justify-content: space-between;
}

.stepHeroDiv img {
    max-height: 650px;
}

.transitionContainer a {
    color: #000;
}

.resetHowTo {
    cursor: pointer;
    font-size: 2rem;
    color: black;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.resetHowTo:hover {
    color: black;
    text-decoration: none !important;
}

.howToMainHeader.stepByStepTitle {
    text-align: center;
}

.stepHeroText {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}

.stepMasterContainer {
    width: 75vw;
    align-self: center;
}

.stepH4 {
    font-size: 2.5rem;
}

.specialStep {
    visibility: hidden;
}

#fortifyProtectWrap {
    display: none;
}

#ledPolishWrap {
    display: none;
}

#instaChromeWrap {
    display: none;
}

#colorDipWrap {
    display: none;
}


.videoWrap {
    display: none;
}

.howToFooterImg {
    margin-bottom: -20px;
}

.howToVideoDiv {
    position: relative;
    overflow: hidden;
    width: 75vw;
    padding-top: 56.25%;
    margin: 0 auto;
    margin-bottom: 2.5vh;
}

.stepHeroDiv {
    display: flex;
    flex-direction: column;
    margin: 1vw;
}

.responsive-iframe {
    position: absolute;
    top: 0px;
    left: 1px;
    bottom: -1px;
    right: -1px;
    width: 100%;
    height: 100%;
}

.stepImg {
    width: 100%;
    border: 1px lightgray solid;
}

.hiddenImg {
    border: none !important;
}

.stepbyStepDiv {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.stepContainer {
    display: flex;
    gap: 4vw;
}

.stepContainer2:nth-child(3) {
    visibility: hidden;
}

.stepText {
    margin: 2rem 0 4rem 0;
    line-height: 1.6;
    font-size: 2rem;
}

.videoHeader {
    text-align: center;
}

.block-products-list.grid .block-title strong {
    font-size: calc(30px + 6 * ((100vw - 320px) / 680));
    font-weight: 100;
    text-transform: uppercase;
}

.category-how-to .block.widget.block-products-list.grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productNeeded {
    display: none !important;
}
.videoWrap {
    display: none !important;
}

@media only screen and (max-width: 1519px) {
    .productNeeded ol.product-items.gridClass.widget-product-grid {
	display: flex;
    flex-wrap: nowrap; 
	text-align: center;
	justify-content: space-around;
    }

    .widget-product-grid .product-item {
        flex-basis: 44% !important;
    }
}

@media only screen and (max-width: 1210px) {
    .widget-product-grid .product-item {
        flex-basis: 44% !important;
    }
}



@media only screen and (max-width: 767px) {
    .howToHeading {
        font-size: 5rem;
    }

    .ledHeader {
        font-size: calc(26px + 6 * ((100vw - 320px) / 680));
        margin-bottom: 0;
        padding: 0 1em;
    }

    .resetHowTo {
        padding: 30px 0 0 0;
    }

    .specialStep {
        display: none;
        visibility: hidden;
    }

    .hiddenDiv {
        display: none;
    }

    .howToHeadTextWrap {
        font-size: 2rem;
    }

    .howToMainHeading {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .howToImgFlex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .stepHeroDiv {
        flex-basis: 44%;
    }
    
    .howTo {
        font-size: 2rem;
    }

    .howToTextWrap {
        font-size: calc(0.95em + 1vw);
        width: auto;
        padding-right: 1em;
        padding-left: 1em;
    }

    .howToMainContainer {
        text-align: center;
        padding-top: 0;
    }

    .howToTopImg {
        display: none;
    }

    .howToTitleDesc {
        padding: 2em 0 3em 0;
        margin-top: -10px;
    }

    .ledHeader:nth-of-type(2) {
        padding-top: 2vh;
    }


    .stepText {
        margin: 2rem 0 -2rem 0;
        font-size: 1.75rem;
        line-height: 1.6;
    }

    .stepMasterContainer {
        width: 100vw;
        align-self: center;
    }

    .stepContainer {
        display: flex;
        width: 100vw;
        flex-direction: column;
    }

    .stepbyStepDiv {
        max-width: 80vw;
        max-height: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 2vh;
        position: relative;
        left: -30%;
        transform: translateX(50%);
        margin-bottom: 1.5em;
    }

    .stepContainer2:nth-child(3) {
        display: none;
    }

    .stepByStepTitle {
        position: relative;
        text-align: center;
        padding: 0 1em;
    }

    .topCategoryImgs {
        margin: 0 1em;
    }

    .categorypath-how-to h2 {
        text-align: center;
    }
}

@media only screen and (max-width: 415px) {
    .howToHeading {
        font-size: 4rem;
    }

    .howToMainHeader {
        font-size: 2.5rem;
    }

    .howToVideoDiv {
        width: 85%;
        padding-top: 75%;
        margin: 0px 3rem 1em 3rem;
    }
}

.category-how-to .block.widget.block-products-list.grid {
    all: unset;
}

.widget-product-grid .product-item {
    margin: 1em 0 !important;
}

@media only screen and (max-width: 768px) {
    .products-grid .product-item {
        width: calc((100% - 2%) / 3) !important;
    }
}