/** Shopify CDN: Minification failed

Line 783:7 Expected ":"
Line 784:7 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
    text-transform:uppercase;
    /* font-family: "League Spartan", sans-serif; */
}

.header--middle-left {
    grid-template-columns: 1fr auto 1fr;
}

.announcement-bar__message {
    font-family: 'Cabin';
    letter-spacing: normal;
    padding: 6px 0;
    min-height: 3.1rem;
}
.header__active-menu-item {
    text-decoration: none;
}
.header__menu-item span {
    text-transform: uppercase;
    letter-spacing: normal;
}
.header__menu-item {
    color: rgba(var(--color-foreground));
}
.header__menu-item:hover span {
    text-decoration: none;
    text-underline-offset: .3rem;
}
.header__icons span.svg-wrapper svg {
    fill: #000;
    width: 20px;
}

.header__icons .header__icon--cart svg {
    width: 26px !important;
}
/* .template-index .header-wrapper {
    position: absolute;
    width: 100%;
    background: transparent;
    backdrop-filter: blur(17px);
} */
.hmb-video video {
    width: 100%;
    display: block;
    height: 80vh;
    object-fit: cover;
}

.hmb-video {
    position: relative;
}

.on-content {
    position: absolute;
    bottom: 90px;
    transform: translate(-50%);
    padding: 0 20px;
    max-width: 1500px;
    width: 100%;
    left: 50%;
    z-index: 1;
}
.inner-main {
    max-width: 62rem;
}
.inner-main h2 {
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 0;
    color: #fff;
}

.inner-main p {
    max-width: 52rem;
    font-size: 18px;
    line-height: 1.3em;
    margin: 12px 0;
    color: #fff;
}
.btn {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    color: #000;
    border: 1px solid rgb(255 255 255);
    cursor: pointer;
    position: relative;
    background-color: #fff;
    letter-spacing: normal;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
}
.on-button {
    margin-top: 20px;
}
.btn:hover {
    color: #fff;
}

.btn::before {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: #000;
 transform: translateX(-100%);
 transition: all .3s;
 z-index: -1;
}

.btn:hover::before {
 transform: translateX(0);
}
.hmb-video:after {
    content: "";
    position: absolute;
    /* background: linear-gradient(45deg, black, transparent); */
    width: 100%;
    background: #000000;
    background: linear-gradient(35deg, rgba(0, 0, 0, 1) 2%, rgba(255, 255, 255, 0) 53%);
    height: 100%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-icon-text {
    background: #0E0E0E;
    padding: 4rem 0;
}

.hitt-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hitt-content {
    width: calc(33% - 10px );
    text-align: center;
}

.hitt-content img {
    width: 100%;
    display: block;
    max-width: 70px;
    margin: 0 auto 28px;
    transition: all ease 0.4s;
    transform: rotate(0deg);
}
.hitt-content:hover img {
    transform: rotate(19deg);
}

.hitt-content h3 {
    color: #fff;
    margin: 0;
}

.hitt-content p {
    color: #fff;
    margin: 0;
}

.hitt-content:nth-child(2) {
    border-right: 1px solid #ffffff5e;
    border-left: 1px solid #ffffff5e;
}
.hmb-image img {
    width: 100%;
    display: block;
    height: 80vh;
    object-fit: cover;
}
.home-blocks .btn {
    font-size: 14px;
}

.hmb-image {
    position: relative;
}

.hmb-image:after {
    content: "";
    position: absolute;
    width: 100%;
    background: #000;
    background: linear-gradient(35deg,#000 2%,#fff0 53%);
    height: 100%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
ul.slick-dots {
    padding: 0;
    text-align: center;
    margin-top: 0;
    margin: 0;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translate(-50%);
}
ul.slick-dots li {
    display: inline-flex;
    margin: 0 5px;
}
ul.slick-dots li button {
    background: #e5e5e561;
    font-size: 0;
    padding: 2px 90px;
    border-radius: 0;
    border: none;
    cursor: pointer;
    /* border: 1px solid #fff; */
}
.hmbb-wraper .slick-active button {
    background: #fff !important;
}
span.new-style {
        padding: 0px 8px;
    background: #fff;
    color: #000;
}

.hb-wrapp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hb-content {
    width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
}

.hb-content img {
    width: 100%;
    display: block;
    transition: all ease 0.4s;
    height: 320px;
    object-fit: cover;
}

.hb0-on {
    position: absolute;
    bottom: 19px;
    left: 0;
    padding: 0 20px;
    width: 100%;
    z-index: 1;
}

.hb0-on h2 {
    margin: 0;
    font-size: 25px;
    color: #fff;
}

.hb--buton {
    display: inline-flex;
    margin-top: 12px;
}
.hb-content .btn:before {
    content: unset;
}
.hb-content .btn:hover {
    color: #000000;
}
.hb-content:hover img {
    transform: scale(1.1);
}
.home-blocks {
    padding: 4rem 0 5rem;
}

.hb-content:after {
    content: "";
    position: absolute;
    background: linear-gradient(35deg, #000 2%, #fff0 53%);
    width: 100%;
    height: 100%;
    top: 0;
}

/* .hb-content:hover .hb0-on {
    bottom: 0;
    visibility: visible;
    opacity: 1;
} */
.collection__title {
    display: flex;
    justify-content: space-between;
}
.new_feat_coll .slick-list.draggable {
    padding-left: 0 !important;
}

.new_feat_coll .product-card-wrapper {
    margin-right: 20px;
}
.price__container {
    letter-spacing: normal;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}
.home_large_ban .banner__text.rte.body {
    color: #fff;
    line-height: 1.3em;
}

.hitt-wrapp {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #000000;
    align-items: center;
}

.hhie-text {
    width: 50%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
}

.hhie-image {
    width: 50%;
}

.hhie-image img {
    width: 100%;
    display: block;
    height: 720px;
    object-fit: cover;
}

.hhie-text h2 {
    color: #fff;
    font-size: 55px;
    margin: 0 0 20px;
}

.hhie-text p {
    color: #fff;
    max-width: 50rem;
    margin-bottom: 25px;
}
.inn-main {
    max-width: 60rem;
    margin: 0 auto;
    padding: 0 20px;
}
/* .header__heading-logo {
    filter: invert(1);
} */
/* .footer-block__image-wrapper img {
    filter: invert(1);
} */
.logo--text p {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.3em;
    max-width: 28rem;
    color: #fff;
    margin-top: 0;
}
.footer-block__details-content .list-menu__item--link {
    color: #fff !important;
}
.footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover {
    text-decoration: none !important;
}
.footer-block__details-content.rte {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.3em;
    max-width: 28rem;
    color: #fff;
    margin-top: 0;
}
.footer-block__heading {
    font-size: 22px;
}
.new-social {
    margin-top: 20px;
}
.new-social li.list-social__item {
    background: #262626;
    border-radius: 30px;
    margin-right: 10px;
}
.footer__content-top {
    padding-top: 40px;
    /* border-top: 1px solid #ffffff47; */
}
.footer__content-bottom {
    border-top: none !important;
    padding-top: 0rem !important;
}
.footer__list-social.list-social:only-child {
    justify-content: flex-start !important;
}
.newsletter.center {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.newsletter__wrapper {
    width: 50%;
}

.news--image {
    width: 50%;
}

.news--image img {
    width: 100%;
    display: block;
    height: 700px;
    object-fit: cover;
}
.newsletter__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newsletter .field:after {
    content: unset;
}

.newsletter .field__input {
    border: 1px solid #fff;
}

.newsletter button#Subscribe {
    width: 100%;
}
.newsletter .field {
    flex-wrap: wrap;
    gap: 8px;
}
.newsletter__subheading.rte {
    color: #fff;
    line-height: 1.3em;
    max-width: 53rem;
}

.home_marq .b-section-marquee-box h2 {
    font-size: 24px !important;
}
.home_marq .b-section-marquee-box {
    height: 30px;
}
img.starss {
    width: 100%;
    display: block;
    max-width: 8rem;
}

.htt-content p {
    font-size: 16px;
    letter-spacing: normal;
}

.htt-content {
    padding: 20px;
    border: 1px solid #000;
    background: #f5f5f5;
    margin-right: 20px;
}

.inner-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pro--img img {
    width: 100%;
    display: block;
    max-width: 6rem;
    border-radius: 50px;
}

.pro-info h2 {
    margin: 0;
    font-size: 16px;
}

.pro-info p {
    margin: 0;
}
.htt-heading h2 {
    font-size: 40px;
    margin: 0;
}
.htt-wrapp {
    margin-top: 30px;
}
.home-testimonial {
    padding: 0 0 5rem;
}
.home-testimonial ul.slick-dots li button {
    background: #d5d5d5;
    padding: 2px 12px;
}
.home-testimonial ul.slick-dots {
    bottom: -30px;
}
.home-testimonial .slick-active button {
    background: #000 !important;
}
.menu-drawer__account svg path {
    /* color: #000; */
    fill: #000;
}
.home-feat-coll22 .product-card-wrapper {
    margin: 0 12px;
}
.home-feat-coll22 button.slick-next.pull-right.slick-arrow {
    position: absolute;
    top: 40%;
    right: -43px;
}

.home-feat-coll22 button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 1;
    left: -43px;
    transform: rotate(180deg);
}
.card__heading {
    font-size: 15px;
    letter-spacing: normal;
}
.price__regular {
    font-size: 15px;
}
.slick-arrow {
    cursor: pointer;
    background: transparent;
    border: 1px solid #0a0a0a;
    border-radius: 30px;
    padding: 13px;
    transition: all ease .4s;
}

.slick-arrow img {
    display: block;
    width: 20px;
}
.slick-arrow:hover img {
    filter: invert(1);
}

.slick-arrow:hover {
    background: #000000;
    border: 1px solid #0000;
}
.custom-coll-banner {
    min-height: 25rem!important;
}
.custom-coll-banner .banner__content {
    padding: 0 5rem;
}
div#ProductGridContainer .quick-add__submit {
    padding: .8rem;
    min-width: 100%;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
div#ProductGridContainer .card__information {
    text-align: center;
}
div#ProductGridContainer .price {
    text-align: center;
    font-weight: 700;
}
.product__title h1 {
    font-size: 22px;
}
.product span.price-item.price-item--regular {
    font-weight: 900;
}
.product .product__description.rte.quick-add-hidden {
    font-size: 14px;
    color: #000;
}
legend.form__label, .product-form__quantity .form__label {
    font-size: 15px;
    color: #000;
}
.pickup-availability-info {
    color: #000;
}
.product .quantity:after {
    box-shadow: none;
}
.product .quantity {
    border: 1px solid rgba(0, 0, 0, .2);
}
.product .product-form__submit {
    font-size: 14px;
    text-transform: uppercase;
}
.related-products__heading {
    text-align: center;
}
.drawer__footer span.summary__title {
    text-transform: uppercase;
    font-weight: 600;
}
.cart-drawer .cart__checkout-button {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.cart-drawer-logo-image {
    text-align: center;
    margin-bottom: 16px;
}
.cart-drawer-logo-image img {
    width: 100%;
    max-width: 90px;
    filter: invert(1);
}
.totals__total-value {
    font-weight: 600;
}
.menu-drawer__menu-item {
    border-bottom: 1px solid #0000006b;
    margin: 0 20px;
}
.menu-drawer__menu-item {
    padding: 1.1rem 0rem!important;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #000000;
}
.menu-drawer__menu-item>.svg-wrapper {
    right: 1rem !important;
}
.new--logo {
    position: absolute;
    bottom: 0;
    padding-left: 30px;
}

.new--logo img {
    width: 100%;
    display: block;
    max-width: 10rem;
    margin-bottom: 20px;
}
.menu-drawer__navigation {
    position: relative;
}
.menu-drawer__localization.header-localization {
    border-top: 1px solid #000;
    margin-top: 10px;
}
.menu-drawer__close-button {
    text-transform: uppercase;
}

.header__menu-item a {
    color: #000;
    text-decoration: none;
}
.ts-switcher-btn--embedded-desktop {
    margin: auto 16px;
    order: -1;
}



.contact h2 {
    font-family: Jost;
    font-size: 40px;
    margin: 0;
    text-align: center;
    padding: 20px 0;
}
.contact__button button.button {
    width: 100%;
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    color: #000;
    border: 1px solid rgb(255 255 255);
    cursor: pointer;
    position: relative;
    background-color: #fff;
    letter-spacing: normal;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
}
.contact__button button.button:hover {
    color: #fff;
}
.contact__button button.button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: translate(-100%);
    transition: all .3s;
    z-index: -1;
}
.contact__button button.button:hover:before {
    transform: translate(0);
}
.contact .contact__fields {
    grid-column-gap: 1rem;
}
.contact .field {
    margin-bottom: 1rem;
}
.contact .contact__button {
    margin-top: 2rem;
}
.contact .contact_sub_text_bls p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding-bottom: 40px;
    font-family: 'Cabin, Sens-serif';
}

details.header_desktop_menu {
    position: relative;
}
.header_desktop_menu ul {
    position: absolute;
    top: 10px;
    right: -70%;
    background: #fff!important;
    border: 1px solid rgb(18 18 18 / 10%);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.footer__payment ul.list.list-payment {
    justify-content: start !important;
}
.footer_icons_pay {
    display: flex;
    gap: 6px;
    margin-top: 20px;
}

.footer_icons_pay img {
    max-width: 80px;
    max'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
    max'CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX';
    border-radius: 9px;
}
.policies li:before {
    content: "|" !important;
}

.lb-cta-action-pickers {
    display: none !important;
}


.spf-product__info {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*************************************responsive***************************************/

@media only screen and (max-width:1024px){ 
.hb-content img {
    height: 350px;
}
.custom_mult_tab img {
    height: 380px !important;
}
.hhie-text h2 {
    font-size: 40px;
}
.hhie-image img {
    height: 600px;
}
.inner-main h2 {
    font-size: 45px;
}
}

@media only screen and (max-width:989px){ 
    .hmb-image img {
    height: 75vh;
}
.hmb-video video {
    height: 75vh;
}
ul.slick-dots li button {
    padding: 2px 60px;
}
.inner-main h2 {
    font-size: 40px;
}
.hb-content img {
    height: 240px;
}
.custom_mult_tab .heading_block h2 {
    font-size: 35px !important;
}
.custom_mult_tab .heading_block {
    padding-bottom: 0 !important;
}
.hb0-on h2 {
    font-size: 22px;
}

.hhie-text h2 {
    font-size: 35px;
}
.collection__title h2 {
    font-size: 35px;
}
.htt-heading h2 {
    font-size: 35px;
    margin: 0;
}
.htt-content p {
    line-height: 1.3em;
}
.newsletter__wrapper, .news--image {
    width: 100%;
}
.newsletter.center {
    flex-direction: column-reverse;
}
.news--image img {
    height: 400px;
}
.hb-content {
    width: calc(50% - 10px);
}
.hb-wrapp {
    row-gap: 20px;
}
}

@media only screen and (max-width:749px){ 
ul.slick-dots li button {
    padding: 2px 30px;
}
.inner-main h2 {
    font-size: 35px;
}
.hb-content {
    width: 100%;
}
.hb-wrapp {
    gap: 20px;
}
/* .hb0-on {
    bottom: 0;
    visibility: visible;
    opacity: 1;
} */
.home-blocks {
    padding: 4rem 0 2rem;
}
.hhie-text, .hhie-image {
    width: 100%;
}
.hhie-image img {
    height: 380px;
}
.hitt-wrapp {
    flex-direction: column-reverse;
}
.inn-main {
    padding: 50px 20px;
}
.hhie-text h2, .collection__title h2 {
    font-size: 30px;
}
.collection__title {
    align-items: center;
}
.collection__title h2 {
    margin: 0 0 0 !important;
}
.htt-content {
    margin-right: 0;
}
.home-testimonial ul.slick-dots {
    bottom: -30px;
    width: 100%;
}
.hitt-content h3 {
    font-size: 13px;
}
.hitt-content p {
    font-size: 13px;
    line-height: 1.3em;
    margin-top: 11px;
}
.hitt-content:nth-child(2) {
    border-right: 1px solid #ffffff00;
    border-left: 1px solid #ffffff00;
}
.htt-heading h2 {
    font-size: 30px;
    margin: 0;
}
.on-content {
    bottom: 50px;
}
a#HeaderDrawer-store-info {
    display: none;
}
.slick-arrow {
    padding: 7px;
}
.home-feat-coll22 button.slick-prev.pull-left.slick-arrow {
    left: -10px;
}
.home-feat-coll22 button.slick-next.pull-right.slick-arrow {
    right: -10px;
}
.slick-arrow img {
    filter: invert(1);
}
.slick-arrow {
    background: #000000;
}
.header {
    padding: 4px 1rem 4px 1rem;
}
}


@media only screen and (max-width:480px){ 
ul#product-grid {
    display: block;
}
ul#product-grid li.grid__item {
    width: 100%;
    max-width: 100%;
}
.related-products li.grid__item {
    width: 100%;
    max-width: 100%;
}
.contact h2 {
    font-size: 28px;
}
}