canvas{
    &.canvas-image{
        display: block;
        width: 100%;
        background: {
        repeat: no-repeat;
        position: center;
        }
        &.cover{
        background-size: cover;
        }
        &.contain{
        background-size: contain;
        }
        &.heightbase{
        background-size: auto 100%;
        }
        &.widthbase{
        background-size: 100% auto;
        }
    }
}

abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
}
.zoom-video--container {
    position: relative;
    width: 100%;
    .pin-spacer:first-child {
        z-index: 9;
    }
    .scroll--video {
        position: fixed;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .video-text--wrapper {
        height: 100%!important;
        flex-wrap: wrap!important;
        top: 0 !important;
        &.active {
            transform: unset !important;
            left: 0 !important;
            top: 0 !important;
            width: 100% !important;
            position: fixed;
            //z-index: -1;
        }
        video {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
            z-index: -1;
            position: absolute;
        }
    }
    .style__sticky {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        height: 100vh;
        width: 100%;
        video {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }
    .style__sticky-wrapper {
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        width: 100%;
        position: relative;
        height: 100vh;
    }
    .style__video-text {
        position: relative;
        top: 0;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,.2);
        transition: opacity .8s ease;
        width: 100%;
        height: 100vh;
    }
    .style__mask-container {
        position: absolute;
        top: 0;
        z-index: 2;
        background: #fff;
        opacity: 1;
        height: 100vh;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .style__mask-wrapper {
        span {
            font-size: 87px;
            letter-spacing: 0.06em;
            font-weight: 800;
            white-space: nowrap;
            @media only screen and (max-width: 1000px) {
                font-size: 80px;
                line-height: 1;
                white-space: normal;
            }
        }
        position: relative;
        text-align: center;
        display: inline-block;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #fff;
    }
    h3.headline {
        margin-bottom: 24px;
        font-size: 87px;
        line-height: 52px;
        letter-spacing: 0.06em;
        font-weight: 600;
        width: 100%;
        left: 0;
        font-weight: 800;
        margin-bottom: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        @media only screen and (max-width: 991px) {
            line-height: 1;
            font-size: 70px;
        }
        @media only screen and (max-width: 1000px) {
            font-size: 40px;
            word-break: break-word;
        }
    }
    .description {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.72px;
    }
    .description, .headline, .video--headline {
        opacity: 1;
        transform: translateY(12px);
        color: #fff;
        width: 792px;
        margin: 0 auto;
        text-align: center;
        @media only screen and (max-width: 991px) {
            width: 90%;
        }
    }
    .video--headline {
        opacity: 1;
    }

}

.video-logo {
    max-width: 180px;
    margin: 0 auto;
    @media only screen and (max-width: 1000px) {
        display: none !important;
    }
}

.home-video--logo {
    @media only screen and (max-width: 1000px) {
        display: block !important;
        width: 300px !important;
    }
}

.mobile-logo-video {
    display: none;
    @media only screen and (max-width: 1000px) {
        display: block !important;
    }
}

.desktop-logo-video {
    @media only screen and (max-width: 1000px) {
        display: none !important;
    }
}

.video--headline {
    //display: none;
    span {
        color: transparent;
        -webkit-text-stroke: 1px #fff;
        text-shadow: none;
        font-weight: 800;
        letter-spacing: 0.06em;
        @media only screen and (max-width: 1000px) {
            display: block;
        }
    }
}
.product-banner-slider {
    height: 100vh;
    @media only screen and (max-width: 991px) {
        height: 100vh;
    }
    .product-banner-slider-item {
        width: 100%;
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        @media only screen and (max-width: 1110px) {
            background-size: cover;
            height: 100vh;
        }

        .prod-banner--container {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            height: 100%;
            @media only screen and (max-width: 991px) {
                align-items: flex-start;
            }
        }
        
        @media only screen and (max-width: 400px) {
            background-position: center -30px;
        }
        h3 {
            font-weight: 600;
            font-size: 40px;
            line-height: 51px;
            text-transform: uppercase;
            @media only screen and (max-width: 1110px) {
                font-size: 30px;
                font-weight: 500;
                line-height: 1;
            }
        }
        h4 {
            letter-spacing: 0.2em;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 26px;
            line-height: 41px;
            margin-top: 21px;
            margin-bottom: 27px;
            @media only screen and (max-width: 1110px) {
                font-size: 18px;
                line-height: 1;
                margin-top: 20px;
                margin-bottom: 20px;
            }
        }
        .prod-image--container {
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
            height: 100%;
            .prod-image--item {
                height: 100%;
                position: relative;
                z-index: 99;
            }
            @media only screen and (max-width:991px) {
                flex: 0 0 100%;
                max-width: 100%;
                height: 55%;
            }
        }
        .text--container {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
            height: 100%;
            position: relative;
            @media only screen and (max-width: 991px) {
                flex: 0 0 100%;
                max-width: 100%;
                height: 45%;
                margin-top: -30px;
            }
            .prod-details--container {
                top: 50%;
                transform: translateY(-50%);
                width: 100%;
                position: absolute;
                padding-right: 60px;
                @media only screen and (max-width: 991px) {
                    padding: 0 15px;

                }
            }
            // position: absolute;
            // right: 10%;
            // @media only screen and (max-width: 1460px) {
            //     right: 40px;
            //     padding-right: 20px;
            // }
            // @media only screen and (max-width: 991px) {
            //     right: 0;
            //     left: 0;
            //     max-width: 70%;
            //     margin: 0 auto;
            //     top: 74%;
            // }
            @media only screen and (max-width: 1000px) {
                padding: 0;
            }
            .image-title--prod-slider {
                @media only screen and (max-width: 1230px) {
                    max-width: 250px;
                }
            }
            > div > div {
                max-width: 500px;
                margin: 0 auto;
                @media only screen and (max-width: 1230px) {
                    max-width: 340px;
                }
                @media only screen and (max-width: 991px) {
                    max-width: 500px;
                }
            }
        }
    }

    .slick-arrow {
        position: absolute;
        cursor: pointer;
        z-index: 9;
        top: 50%;
        transform: translateY(-50%);
        img {
            transition: all 0.2s ease-in-out;
        }
        @media only screen and (max-width: 991px) {
            top: 70%;
        }
        &.slick-prev{
            left: 20px;
            &:hover {
                img {
                    transform: scale(110%);
                }
            }
        }
        &.slick-next{
            right: 20px;
            &:hover {
                img {
                    transform: scale(120%);
                }
            }
        }
    }
}

.slider-text--container {
    bottom: 50px;
    left: 30px;
    max-width: 400px;
    @media only screen and (max-width: 991px) {
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 250px;
        text-align: center;
        bottom: -30px;
    }
}

.slider-text-nav {
    @media only screen and (max-width: 991px) {
        display: none !important;
    }
    .slick-track {
        .slick-slide {
            opacity: 0.3;
            @media only screen and (max-width: 991px) {
                opacity: 0;
                visibility: hidden;
            }
            h3 {
                font-size: 15px;
                line-height: 19px;
                text-transform: uppercase;
                font-weight: 300;
                color: #fff;
                padding: 5px 10px;
                position: relative;
                cursor: pointer;
                @media only screen and (max-width: 991px) {
                    text-align: center;
                }
                a {
                    color: #fff;
                }
            }
            &.slick-active {
                opacity: 0.6;
                @media only screen and (max-width: 991px) {
                    visibility: visible;
                }
            }
            &.slick-current {
                opacity: 1;
                @media only screen and (max-width: 991px) {
                    visibility: visible;
                }
                h3 {
                    font-weight: 700;
                    &::before {
                        content: '';
                        height: 100%;
                        width: 2px;
                        background-color: #fff;
                        position: absolute;
                        left: 0;
                        top: 0;
                        @media only screen and (max-width: 991px) {
                            left: 20px;
                        }
                    } 
                }
            }
        }
    }
}

.parallax-container {
    max-width: 590px;
    margin: 0 auto;
    .parallax--rods & {
        @media only screen and (max-width: 991px) {
           max-width: 500px;
        }
        @media only screen and (max-width: 1000px) {
            max-width: 100%;
        }
    }
    .parallax--lures & {
        max-width: 850px;
        @media only screen and (max-width: 991px) {
         max-width: 97%;   
        }
        @media only screen and (max-width: 1000px) {
            max-width: 65%;
            margin: 0 0 0 auto;
        }
    }
    @media only screen and (max-width: 991px) {
        max-width: 90%;
    }
    @media only screen and (max-width: 1000px) {
        max-width: 100%;
    }
    .parallax-spacer {
        height: 78px;
        display: block !important;
        @media only screen and (max-width: 1000px) {
            height: 20px;
        }
    }
    .parallax-text-scroll {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        margin-left: 0;
        position: relative;
        left: 250px;
        @media only screen and (max-width: 991px) {
            left: 160px;
        }
        @media only screen and (max-width: 1000px) {
            left: 0;
            text-align: right;
        }
        .parallax--rods & {
            left: 350px;
            @media only screen and (max-width: 991px) {
                left: 140px;
            }
            @media only screen and (max-width: 1000px) {
                left: 0;
                text-align: left;
                margin: 0 auto;
            }
        }
        .parallax--lures & {
            @media only screen and (max-width: 991px) {
                left: 50px;
            }
            @media only screen and (max-width: 1000px) {
                left: 0;
            }
        }
        li {
            list-style-type: none;
            display: block;
            font-weight: 400;
            font-size: 31px;
            line-height: 41px;
            @media only screen and (max-width: 1000px) {
                font-size: 27px;
                line-height: 34px;
                color: #fff;
            }
            .parallax--rods &, .parallax--lures {
                @media only screen and (max-width: 1000px) {
                    display: inline-block;
                }
            }
            &.active {
                color: #fff;
                font-weight: bold;
            }
        }
    }
}
.parallax-subtitle {
    position: absolute;
    align-content: center;
    align-items: center;
    top:65%;
    left:50%;
    width: 100%;
    height: 100%;
    p {
        font-weight: 400;
        font-size: 31px;
        line-height: 41px;
        list-style-type: none;
        display: inline;
        color: #fff;
        word-break: keep-all;
        white-space: nowrap;
        @media only screen and (max-width: 991px) {
            word-break: unset;
            white-space: unset;
            position: unset;
        }
        @media only screen and (max-width: 1000px) {
            font-size: 27px;
            line-height: 34px;
        }
    }
    @media only screen and (max-width: 1000px) {
        position: absolute;
        text-align: right;
        padding: 0 20px;
        left: 0;
        height: auto;
    }
}
.parallax-title {
    .main-content & {
        font-size: 200px;
        font-weight: bold;
        color: #fff;
        padding: 0 60px;
        z-index: 9;
        position: sticky;
        top: 10px;
        opacity: .2;
        @media only screen and (max-width: 991px) {
            font-size: 150px;
            position: relative;
        }
        @media only screen and (max-width: 1000px) {
            font-size: 89px;
            line-height: 114px;
            padding: 0 20px;
        }
    }
    .parallax--rods & {
       width: 51%;
    }
    .container-flex & {
        padding: 0;
        @media only screen and (max-width: 1000px) {
            padding: 0 20px;
            text-align: left;
            background: #000;
        }
    }
}

.parallax-title--wrapper {
    display: flex;
    justify-content: flex-end;
    @media only screen and (max-width: 991px) {
        display: block;
    }
    .parallax--rods & {
        @media only screen and (max-width: 1000px) {
            text-align: right;
        }
    }
}

.container--intro {
    margin-top: 0;
    overflow: unset;
    position: relative;
    z-index: 2;
    height: 100%;
    .content-wrapper {
        .parallax--reels &, .parallax--rods &, .parallax--lures & {
            @media only screen and (max-width: 1000px) {
                position: absolute;
                bottom: 70px;
                width: 100%;
            }
        }
    }
    .image-wrapper {
        width: 100%;
        position: sticky;
        z-index: 1;
        bottom: -102px;
        @media only screen and (max-width: 991px) {
            bottom: -90px;
         }
        .parallax--reels &, .parallax--rods & {
            height: 90vh;
            bottom: 90px;
        }
        
        .parallax--lures & {
            background: #000;
        }
        .parallax--rods & {
            @media only screen and (max-width: 991px) {
                bottom: 30px;
             }
        }

        .image-overflow-crop {
            width: 100%;
            overflow: hidden;
            text-align: center;
            @media only screen and (max-width: 991px) {
                text-align: left;
            }
            .parallax--reels &, .parallax--rods & {
                height: 100%;
            }
        }
     }
    img {
      width: 50%;
      position: relative;
      right: 10%;
        @media only screen and (max-width: 991px) {
            width: 80%;
            left: -240px;
        }
        @media only screen and (max-width: 1000px) {
            left: -180px;
        }
        @media only screen and (max-width: 576px) {
            left: 0;
            width: 100%;
        }
        .parallax--reels &, .parallax--rods & {
            height: 100%;
            width: auto;
        }
      .parallax--lures & {
          width: 100%;
          right: 0;
          @media only screen and (max-width: 991px) {
           left: unset;
           width: 100%;   
          }
      }
      .parallax--lines & {
          width: 80%;
          right: 0;
          padding-bottom: 30px;
          @media only screen and (max-width: 991px) {
            left: unset;
        }
        @media only screen and (max-width: 1000px) {
            width: 66%;
        }
      }
    }
}

.text-right {
    text-align: right;
}

.cta-wrapper {
    text-align: center;
    position: relative;
    z-index: 99;
    .parallax--reels &, .parallax--rods & {
        position: absolute;
        bottom: 30%;
        left: 0;
        right: 0;
    }
    .cta-btn {
        border: 2px solid #fff;
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        padding: 10px 30px;
        color: #fff;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        @media only screen and (max-width: 991px) {
            font-size: 15px;
            line-height: 19px;
        }
        .parallax--reels &, .parallax--rods &, .parallax--lures &, .parallax--lines & {
            background: #000;
        }
        &:hover {
            background: #fff;
            color: #000;
        }
        .product-banner-slider &  {
            color: #000;
            border-color: #000;
            @media only screen and (max-width: 991px) {
                font-size: 15px;
                line-height: 19px;
            }
        }
    }
    .product-banner-slider &  {
        margin-top: 21px;
    }
    .section--parallax & {
        @media only screen and (max-width: 991px) {
            margin-top: 70px;
        }
    }
    .parallax--reels &, .parallax--rods &, .parallax--lures & {
        @media only screen and (max-width: 1000px) {
            position: absolute;
            bottom: -20px;
            right: 0;
            left: 0;
            margin: 0 auto;
        }
    }
    .parallax--lines & {
        @media only screen and (max-width: 1000px) {
            display: none;
        }
    }
    &.mobile-cta {
        display: none;
        @media only screen and (max-width: 1000px) {
            display: block;
            margin-top: 30px;
        }
    } 
}


.onchange_image {
    opacity: 0;
}

.container-flex {
    overflow: hidden !important;
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
    .social-media-divider & {
        max-width: 1200px;
        margin: 0 auto;
    }
    .row {
        margin: 0 -15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        .col-50 {
            padding: 0 15px;
            flex: 0 0 50%;
            max-width: 50%;
            @media only screen and (max-width: 1000px) {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
        .col-30 {
            padding: 0 15px;
            flex: 0 0 30%;
            max-width: 30%;
            @media only screen and (max-width: 1000px) {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
        &.justify-center {
            justify-content: center;
        }
    }
    .no-row-wrap {
        flex-wrap: unset;
    }
}

.parallax--lines {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
    &::after {
        content: '';
        width: 100%;
        height: 150px;
        position: absolute;
        bottom: -150px;
        left: 0;
        // @media only screen and (max-width: 1000px) {
        //     content: unset;
        // }
    }
}

.social-media-divider {
    background: #000;
    padding: 64px 0;
    @media only screen and (max-width: 991px) {
        padding: 54px 0;
    }
    @media only screen and (max-width: 1000px) {
        padding: 28px 0 20px;
    }
    .social--wrapper {
        border-left: 1px solid #fff;
        padding-left: 60px !important;
        @media only screen and (max-width: 1000px) {
            padding: 0 !important;
            border: none;
        }
    }
    h3 {
        color: #fff;
        line-height: 34px;
        font-size: 26px;
        font-weight: 400;
        letter-spacing: 0.03em;
        margin-bottom: 20px;
        @media only screen and (max-width: 991px) {
            font-size: 20px;
        }
        @media only screen and (max-width: 1000px) {
            text-align: center;
            margin-bottom: 0;
        }
        span {
            font-weight: 800;
            @media only screen and (max-width: 1000px) {
                display: block;
            }
        }
        &.heading_title {
            font-size: 40px;
            margin-bottom: 0;
            padding: 0 60px;
            @media only screen and (max-width: 1000px) {
                padding: 0;
                display: none;
            }
        }
    }
    .divider-social {
        @media only screen and (max-width: 1000px) {
            text-align: center;
        }
        a {
            padding: 0 10px;
            @media only screen and (max-width: 991px) {
                padding: 0 5px;
            }
        }
        svg {
            @media only screen and (max-width: 991px) {
                width: 30px;
            }
        }
    }
}

.parallax-image--container {
    background: #000;
    position: relative;
    img {
        @media only screen and (max-width: 991px) {
            padding-bottom: 0;
        }
    }
    @media only screen and (max-width: 1000px) {
        display: none;
    }
}
.template-index {
    .shopify-section {
        background-color: #fff;
        position: relative;
    }
    .main-content {
        background-color: #fff;
    }
    .main {
        // overflow: unset !important;
        // overflow-x: unset !important;
        // overflow-y: unset !important;
        // @media only screen and (max-width: 576px) {
        //     overflow-x: hidden;
        // }
    }
}

.parallax-line-text {
    @media only screen and (max-width: 1000px) {
        text-align: center;
    }
}

.section--parallax {
    padding: 200px 0;
    &.parallax--reels {
        padding-top: 120px;
        position: relative;
        @media only screen and (max-width: 1000px) {
            padding-top: 100px;
        }
        &::before {
            content: '';
            position: absolute;
            top: -220px;
            left: 0;
            width: 100%;
            height: 220px;
            background: linear-gradient(180deg, transparent 0%, #000000 100%);
        }
    }
    @media only screen and (max-width: 991px) {
        padding: 100px 0;
    }
    @media only screen and (max-width: 1000px) {
        height: 100vh !important;
        padding: 0 0;
    }
}

// #preview-bar-iframe {
//     display: none !important;
// }
.mobile-image-wrapper {
    display: none;
    @media only screen and (max-width: 1000px) {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
    }
    .parallax--lines & {
        @media only screen and (max-width: 1000px) {
            position: relative;
            background-color: #000;
            z-index: 9;
        }
    }
    .parallax--rods & {
        @media only screen and (max-width: 1000px) {
            top: -20px;
            left: -10px;
        }
    }
    .parallax--lures & {
        @media only screen and (max-width: 1000px) {
            left: -10px;
        }
    }
    canvas {
        height: 100%;
        &.mobile_on_change {
            display: none;
            position: absolute;
            top: 0;
        }
    }
}

.section--large {
 background: transparent;
 position: absolute;
 visibility: hidden;
}
.flex-shrink-0 {
    flex-shrink: 0;
}
.vw-100 {
    width: 100vw;
}
.vh-100 {
    height: 100vh;
}
.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
#shopify-section-footer {
    background: #fff;
}

html {
    padding-bottom: 0 !important;
}

.background-lifestyle {
    canvas {
        width: 100%;
        height: 100vh;
    }
    .hide-in-mobile {
        @media screen only and (max-width: 768px) {
            display: none;
        }
    }
    .mobile-background-lifestyle {
        display: none;
        @media screen only and (max-width: 768px) {
            display: block;
        }
    }
}


.icon-scroll, .icon-scroll::before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 30px;
    height: 60px;
    margin-left: -20px;
    top: 50%;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
    &::before {
        content: '';
        width: 8px;
        height: 8px;
        background: #fff;
        margin-left: -4px;
        top: 6px;
        border-radius: 4px;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: scroll;
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(46px);
    }
}

.banner-scroll-icon {
    position: absolute;
    bottom: 50px;
}


.product-banner-slider {
    .slick-prev, .slick-next {
        @media only screen and (max-width: 1000px) {
            display: none !important;
         }
     }
 }
 .slick-arrow-mobile  {
     display: none;
     @media only screen and (max-width: 1000px) {
         display: block;
     }
     position: absolute;
     cursor: pointer;
     z-index: 9;
     top: 50%;
     transform: translateY(-50%);
     background: transparent;
     border: 0;
     &.slick-prev-mobile {
         left: 0px;
     }
     &.slick-next-mobile {
         right: 0px;
     }
 }