/** Shopify CDN: Minification failed

Line 696:1 Expected "}" to go with "{"

**/
.custom-filter-wrap {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 23%);
    padding: 15px 15px;
    margin: 30px 0;
    display: none;
}

span.custom-collection-filter {
    padding-left: 11px;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: 21px;

}

/* scroll-css */
.col-scroll {
    position: relative;
    overflow: hidden;
    transition: all 1200ms ease-out;
}

.left-banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.top-op-banner {
    height: 100vh;
}

.left-sec {
    position: absolute;
    will-change: transform;
    left: 0;
    width: 50%;
    height: 100vh;
    overflow: hidden;
    z-index: 5;
    top: 0;
}

.scrolltop .left-sec {
    position: fixed;
}

.right-sec {
    min-height: 100vh;
    width: 50%;
    margin-left: 50%;
}

.prod-inn {
    padding: 20vh 0;
}

.prod-wrap {
    position: relative;
    text-align: center;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translate(0);
    display: block;
    cursor: default;
}

.prod-sec {
    position: relative;
    margin: 0 auto;
    max-width: 45%;
    padding: 5vh 0;
}

.prod-sec a {
    background-color: #349597;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    transition: .3s ease;
}

.prod-sec a:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
    background-color: #0c3233;
}

.cover-content {
    position: absolute;
    will-change: transform;
    top: 50vh;
    left: 50%;
    width: 33%;
    opacity: 1;
    transition: opacity .25s ease-out;
    z-index: 15;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
}

.scrolltop .cover-content {
    position: fixed;
}

.cover-mob {
    display: none;
}

.top-bt-banner {
    display: none;
}

.btn.btn--clear.featured-slider__close.reveal-slider__close {
    display: none;
}

.scrolledBottom .left-sec {
    top: initial;
    bottom: 0;
}

.scrolledBottom .cover-web {
    top: initial;
    bottom: 50vh;
    transform: translate(-50%, 50%);
}

.mobile-image-slider {
    display: none;
}

.cover-content h3 {
    color: #fff;
    font-size: 20px;
}

.prod-sec h2 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0;
}

.prod-sec img {
    width: 100%;
}

.left-banner.top-banner h3 {
    margin: 0;
    font-size: 20px;
}

.text-top {
    padding: 7rem 0 0;
}

.text-bottom {
    padding: 0 0 4rem;
}

/* PR 30-Sept-2022 */
.custom-text-images-wrapper.shopify-section--text-columns-with-images img {
    margin: 0 !important;
}

.custom-text-images-wrapper img {
    width: 50% !important;
}
.custom-text-images-wrapper .image-element__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* PR 04-oct-2022 */
.custom-text-images-wrapper h3 {
    margin-bottom: 0 !important;
}
.custom-text-images-wrapper .text-column {
    margin-bottom: 0 !important;
}
.custom-text-images-wrapper img {
    margin: 0;
}
/*** ADD CSS 14 OCT ***/
.custom-featured-collection {
    grid-template-columns: repeat(4,minmax(0,1fr));
    display: grid;
    align-items: center;
    padding: 4rem 0 3rem;
}
.cstm-collect-content {
    padding-left: 2rem;
    padding-right: 2rem;
}
.homepage-product-slider {
    grid-column: span 3/span 3;
}
.cstm-collect-content h2 {
    margin: 0 0 10px;
}
.custom-featured-collection .flickity-button {
    background: #fff;
    border: 1px solid #979797;
    width: 40px!important;
    height: 40px;
    border-radius: 50px!important;
    top: 50%;
    transform: translate(0px, -50%);
}
.custom-featured-collection .flickity-button svg {
    position: absolute;
    padding: 0;
    transform: translate(0px, -50%);
}
.custom-featured-collection .flickity-button.next {
    right: 0;
}
.custom-featured-collection .flickity-button.previous {
    left: 0;
}
.custom-featured-collection .slider-gallery:hover .flickity-prev-next-button {
    opacity: 1;
}
.cstm-collect-content a {
    text-decoration-line: underline;
}
.custom-featured-collection .slider-gallery {
    margin-bottom: 0;
}
.custom-featured-collection .slider-gallery .flickity-prev-next-button {
    opacity: 1;
}
.custom-featured-collection .flickity-button.flickity-prev-next-button.next:focus, .custom-featured-collection .flickity-button.flickity-prev-next-button.previous:focus {
    outline: none;
    box-shadow: none;
}
/*** MEDIA ***/
/* @media only screen and (max-width: 1400px) {
    .custom-text-images-wrapper .container {
        padding: 0 50px;
    }
} */

@media only screen and (max-width: 1200px) {
    /* .custom-text-images-wrapper .container {
        padding: 0 30px 0 70px;
        text-align: center;
    } */
}
@media only screen and (max-width: 1024px) {
.custom-text-images-wrapper .container {
    padding: 0;
    text-align: center;
    justify-content: center;
}
.custom-text-images-wrapper h3 {
    font-size: 9px !important;
    text-align: center !important;
}

}

@media only screen and (max-width: 991px) {
    .prod-sec {
        position: relative;
        margin: 0 auto;
        max-width: 60%;
    }

    .text-top {
        padding: 11rem 0 0;
    }
.custom-featured-collection {
    display: block;
    padding: 3rem 0 1rem;
}
.cstm-collect-content {
    padding-left: 2rem;
    padding-right: 2rem;
}
.homepage-product-slider {
    grid-column: span 2/span 2;
}
.cstm-collect-content {
    margin: 0 0 3rem;
}
.custom-featured-collection .flickity-button.previous {
    left: 10px;
}
.custom-featured-collection .flickity-button.next {
    right: 10px;
}
}

@media only screen and (max-width: 798px) {
.text-top {
        padding: 7rem 0 0;
}
.custom-text-images-wrapper img {
        width: 75% !important;
 }
.custom-text-images-wrapper  h3{
    text-align: center;
 }
.custom-text-images-wrapper h3 {
    font-size: 10px!important;
}
.custom-featured-collection .slider-gallery .gallery-cell .product-details {
    font-size: initial;
}
}

@media only screen and (max-width: 768px) {
.medium-down--one-half {
    width: calc(33% - 20px);
    margin: 20px auto !important;
}
}
@media only screen and (max-width: 749px) {
    .cover-mob {
        display: block;
    }

    .cover-web {
        display: none;
    }

    .left-sec {
        width: 100%;
        height: 100%;
    }

    .right-sec {
        width: 100%;
        height: 100%;
    }

    .prod-slide {
        position: absolute;
    }

    .btn.btn--clear.featured-slider__close.reveal-slider__close {
        position: absolute;
        top: 40px;
        z-index: 25;
        left: 50%;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        transform: translate(-50%, 0px);
        background: #fff;
    }

    .top-bt-banner {
        display: block;
    }

    .top-op-banner {
        display: block;
        width: 100%;
        height: 50%;
        transition: transform .25s ease-out, opacity .25s ease-out;
        position: absolute;
        left: 0;
        overflow: hidden;
        z-index: 5;
    }

    .top-bt-banner {
        width: 100%;
        height: 50%;
        transition: transform .25s ease-out, opacity .25s ease-out;
        bottom: 0;
        position: absolute;
        left: 0;
        overflow: hidden;
        z-index: 5;
    }

    .featured-slider__close-icon {
        position: relative;
        top: 2px;
    }

    .top-banner {
        height: 200%;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

    .bottom-banner {
        height: 200%;
        bottom: 0;
        position: absolute;
        left: 0;
    }

    .open-cover .top-op-banner {
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .open-cover .top-bt-banner {
        transition: transform .25s ease-out, opacity .25s ease-out;
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .right-sec {
        width: 100%;
        margin-left: 0;
        top: 0;
    }

    .open-cover .right-sec {
        height: auto;
    }

    .open-cover .cover-mob {
        opacity: 0;
        pointer-events: none;
    }

    .custom-image-text {
        display: none;
    }

    .mobile-image-slider {
        display: block;
    }

    .pinch-indicator {
        background-color: #ffffff;
    }

    .pinch-indicator--top {
        top: -40px;
        animation-name: pinch-up;
        webkit-animation-name: pinch-up;
    }

    .pinch-indicator {
        position: absolute;
        left: 50%;
        width: 25px;
        height: 25px;
        background-color: #fff;
        opacity: .66;
        border-radius: 20px;
        pointer-events: none;
        -ms-transform: translate(-50%);
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        -ms-animation-duration: 2s;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        animation-duration: 2s;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -ms-animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -ms-animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .pinch-indicator--bottom {
        bottom: -40px;
        -ms-animation-name: pinch-down;
        -webkit-animation-name: pinch-down;
        -moz-animation-name: pinch-down;
        animation-name: pinch-down;
    }

    @keyframes pinch-up {

        0%,
        15% {
            opacity: 0;
        }

        15%,
        30% {
            -ms-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%);
            opacity: .66;
        }

        70%,
        100% {
            -ms-transform: translate(-50%, -100px);
            -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
            opacity: 0;
        }
    }

    @keyframes pinch-down {

        0%,
        15% {
            opacity: 0;
        }

        15%,
        30% {
            -ms-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%);
            opacity: .66;
        }

        70%,
        100% {
            -ms-transform: translate(-50%, 100px);
            -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
            opacity: 0;
        }
    }

    .cover-content {
        width: 80%;
        position: absolute;
        top: 50%;
    }

    .cover-content h3 {
        font-size: 18px;
        border-bottom: 2px solid white;
        padding: 0 0 4px;
    }

    .left-sec-inn:before {
        background: #000;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        opacity: 0.2;
    }

    .open-cover .left-sec-inn:before {
        display: none;
    }

    .prod-sec {
        padding: 0;
        max-width: 100%;
    }

    .prod-sec img {
        width: auto;
    }

    .right-sec .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }

    .right-sec .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
    }

    .right-sec .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        padding: 0 5px;
        margin: 0 10px;
    }

    .right-sec .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        grid-gap: 0rem;
        width: 10%;
        justify-content: center;
        align-items: center;
    }

    .swiper-pagination-main .swiper-pagination {
        position: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
    }

    .swiper-pagination-main {
        padding: 0 0 3rem;
    }
    .custom-featured-collection {
    padding: 3rem 0 2rem;
}
}
@media only screen and (max-width: 600px) {
.custom-featured-collection .products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(60% - 10px);
}
}

@media only screen and (max-width: 479px) {
    .prod-sec img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .right-sec {
        padding: 0 30px;
    }
    .cstm-collect-content {
    margin: 0 0 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.custom-featured-collection .products-slider.slider-gallery .gallery-cell.visible-3 {
    width: calc(80% - 10px);
}
}
@media only screen and (max-width: 359px) {
.custom-featured-collection .flickity-button {
    height: 35px;
}

/*------- Media----------- */

@media only screen and (max-width: 798px) {
    .custom-filter-wrap {
        display: block;
    }

    .custom-sidebar-blocks {
        display: none;
    }

}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 576px) {
    .medium-down--one-half {
        width: calc(100% - 20px);
        margin: 10px auto !important;
    }
    .custom-text-images-wrapper img {
        width: 50% !important;
    }
    .custom-text-images-wrapper h3 {
        font-size: 15px!important;
        margin-bottom: 15px !important;
    }
    .custom-text-images-wrapper .medium-down--one-half {
        margin: 0 !important;
        
    }
}

@media only screen and (max-width: 376px) {
    .medium-down--one-half {
        width: calc(100% - 20px);
    }
 
}