/** Shopify CDN: Minification failed

Line 248:9 Unexpected "{"
Line 248:18 Expected ":"
Line 249:12 Expected identifier but found whitespace
Line 249:14 Unexpected "{"
Line 249:23 Expected ":"

**/
.header-wrapper {
    background: transparent;
    position: absolute;
    width: 100%;
}

.header-wrapper header {
    background: white;
    width: 100%;
    margin: 0 auto;
    margin-top: 31px;
    border: 1px solid black;
    padding: 0;
}

.header__logo {
    padding-right: 26px;
}

.header__menu ul li {
    border-right: 1px solid black;
    padding: 0 42px;
}

.header__menu ul li:last-of-type {
    padding-right: 50px;
}


.mega-menu__list--condensed .mega-menu__link {
    font-weight: normal;
    text-align: left;
}

ul.mega-menu__list.page-width.mega-menu__list--condensed li {
    border: none;
    padding-left: 0;

}

.mega-menu__custom-liquid {
    position: relative;
}

.image-video-section {
    align-items: center;
        justify-content: center;
        overflow: hidden;
    max-height: 92rem;
}

.image-video-section .heading {
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
    color: white;
}

.image-video-section .heading h2 a {
    color: white; 
    display: block;
}



/* h2.banner__heading.inline-richtext.h1.typing-animation:after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: white;
} */

.footer__content-top {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.footer__content-top .footer-block {
    border-left: 1px solid black;
    padding: 35px 50px;
}

.footer__content-top.page-width {
    padding: 0;
}

.banner__heading {
    text-align: center;
    font-family: Assistant;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}

.banner__heading a {
    text-decoration: none;
}

.card__content {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.card__content .card__heading {
    font-family: Assistant;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card__content .price {
    font-family: Assistant;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.card__content .card__heading , .card__content .price {
    color: white !important;
}

@media (max-width:750px){
    .card__content .card__heading, .card__content .price {
        color: black !important;
    }

    .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
        padding-left: 15px;
        padding-right: 15px;
    }

    main#MainContent {
        overflow: hidden;
    }

    .rich-text__blocks.left {
        padding-top: 25px;
    }

    .multicolumn-card.content-container {
        padding: 0 20px;
    }

    .title-wrapper-with-link {
        padding: 25px 35px !important;
        margin: 0 !important;
    }

    .footer-block__newsletter {
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        border-top: 1px solid black;
    }

    .footer__content-top {
        border-top: none;
    }

    .footer-block__details-content {
        margin-bottom: 2rem !important;
    }

    .footer-block.grid__item {
        margin: 2rem 0 !important;
    }

    .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
        width: 90%;
        border-bottom: 1px solid black;
        margin: 0 auto;
    }

    h1.heading {
        margin-top: 50px;
    }
}

.hero_video {
    aspect-ratio: 1 / 2 !important;
    object-fit: cover;
    width: 100%;
    height: auto;
    border: none;
}

.product__description {
    color: #000;
    font-family: Assistant;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.header__heading-logo-wrapper {
    vertical-align: sub;
}

.product__title h1 {
    font-family: Assistant;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.price__regular {
    font-family: Assistant;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-wrapper {
    overflow: hidden;
}

.card__badge.bottom.right {
    right: 25px;
    position: relative;
}

.mega-menu__html {
    padding: 0 25px;
}



#Banner-{{ section.id }}::after {
    opacity: {{ section.settings.image_overlay_opacity | divided_by: 100.0 }};
}

  .typing-animation {
    display: inline-block;
    /* border-right: 2px solid ; */
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2.5s steps(40, end), blink-caret 0.75s step-end infinite;
  }

  @keyframes typing {
    from { width: 0; }
    to { width: 100%; }
  }

  @keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: black; }
  }

  .mega-menu__custom-liquid ul {
    display: block;
    float: left;
    padding: 0;
    min-height: 143px;
    position: relative;
  }

  .mega-menu__custom-liquid ul li {
    list-style-type: none;
    border: none;
    font-family: Assistant;
  }

  .mega-menu__custom-liquid ul li a {
    font-family: Assistant;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .header__menu ul li a, .header__menu ul li span {
    text-decoration: none;
  }


  .mega-menu__custom-liquid ul li.link_bottom {
    position: absolute;
    bottom: 0;
  }

  .mega-menu__custom-liquid ul li.link_bottom a {
    font-weight: bold;
  }

  div#menu-drawer {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 1px solid black;
    border-top: 0;
}

.js .menu-drawer__menu li {
    margin-bottom: .2rem;
    border-bottom: 1px solid black;
}

.cart-count-bubble {
    position: relative;
    top: 1px;
    background: transparent;
    left: 5px;
}

h1.cart__empty-text {
    margin-top: 100px;
    font-family: Assistant;
}

h1.cart__empty-text + a.button {
    margin-bottom: 100px;
}

div#cart-notification {
    top: 90px;
    right: 0;
}

h1.heading , h2.rich-text__heading.rte.inline-richtext.h0.scroll-trigger.animate--slide-in , h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in , h2.title.inline-richtext.h1 {
    text-transform: uppercase;
    font-family: Assistant;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.multicolumn .title-wrapper-with-link {
    padding-left: 10px;
}

@media(max-width: 750px){
    h1.heading , h2.rich-text__heading.rte.inline-richtext.h0.scroll-trigger.animate--slide-in , h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in , h2.title.inline-richtext.h1{
        font-size: 32px;
    }
}

.footer__content-bottom {
    text-align: center;
    padding: 5px;
}

.footer__content-bottom a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

ul.menu-drawer__menu.has-submenu.list-menu a#cart-icon-bubble {
    font-size: 18px;
    margin-left: 35px;
}

@media(max-width: 750px){
    .image-collage {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    ul.menu-drawer__menu.has-submenu.list-menu a#cart-icon-bubble {

    }

    
    span.product__media-icon.motion-reduce.quick-add-hidden.product__media-icon--lightbox {
        display: none;
    }

    .banner__heading {
        font-size: 32px;
    }

    .header-wrapper header {
        width: 90%;
        padding: 0 15px;
    }

    .image-video-section .video-section {
        display: none;
    }

    .footer__content-inline {
        display: block !important;
    }

    .banner {
        display: block !important;
        position: relative !important;
    }

    .banner__content {
        position: absolute !important;
        z-index: 100 !important;
        top: 30%;
    }
    
    .banner__media + .banner__media {
        display: none;
    }

    .banner__box.content-container.content-container--full-width-mobile.color-scheme-2.gradient {
        background: transparent;
    }

    .footer-block__newsletter {
        text-align: left;
        padding: 30px 15px;
        border-bottom: 1px solid black;
    }

    .footer__blocks-wrapper {
        width: 100%;
        padding: 25px 15px;
    }

    .footer__content-top .footer-block {
        border: none;
    }

    .footer__content-top {
        border-bottom: none;
    }

    .footer__content-bottom {
        padding: 15px 0 !important;
    }

    .rich-text__wrapper {
        margin-top: 50px;
    }

    .video-section .title-wrapper a {
        font-size: 32px;
    }

    div#shopify-section-template--22857858941277__cart-items {
        padding-top: 75px;
    }

    .cart__dynamic-checkout-buttons.additional-checkout-buttons {
        width: 95%;
        margin: 15px auto;
    }
}

.video-section .title-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    top: 40%;
}

.video-section .title-wrapper a {
    text-align: center;
    font-family: Assistant;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    color: white;
    text-decoration: none;
}

a.collection-card-link , a.card-link {
    height: 100%;
    width: 100%;
}

.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
    background: white !important;
}


ul.pagination__list.list-unstyled {
    margin-bottom: 15px;
}

.page-collections {
    padding-top: 100px;
}

.page-product {
    padding-top: 20px;
}