/** Shopify CDN: Minification failed

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

**/
.slider_collection_blocks .coll_slider_inner {
    margin: 0;
    padding: 0;
}
.collection_main {
    padding-top: 85px;
    padding-bottom: 80px;
}
.card-wrapper .card .card__inner {
    border-radius: 24px;
}
.swiper_slider_arrow .swipper_arrow:after {
    display:none;
}
.collection_main .collection__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px;
}
.swiper_slider_arrow .swipper_arrow {
    position: unset;
    margin:0;
    border-radius: 12px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFE9E980;
    cursor: pointer;
    transition: all .4s ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.swiper_slider_arrow .swipper_arrow svg {
    height: 9px;
    width: 9px;
}
.swiper_slider_arrow .swiper-button-next svg {
    transform: rotate(180deg);
}
.swiper_slider_arrow .swipper_arrow:hover {
    background: #820010;
}
.swiper_slider_arrow .swipper_arrow:hover svg path {
    stroke: #FFE9E980;
}
.collection__title .title {
    margin: 0;
    font-family: Telex;
    font-weight: 400;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: -0.5px;
    text-align: right;
    vertical-align: middle;
    color: #151515;
}
.collection__title .title .subtitle {
    font-weight: 500;
    font-size: 72px;
    line-height: 20px;
    letter-spacing: .25px;
    text-align: center;
    color: #820010;
    margin-bottom: 30px;
    font-style: italic;
    font-family: span;
}
.collection_main_slider {
    max-width: 100vw;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 0;
}
.collection_main_slider .swiper-scrollbar {
    background: #FFE9E9;
    height: 4px;
    position: unset;
    margin-top: 48px;
}
.collection_main_slider .swiper-scrollbar .swiper-scrollbar-drag {
    display: block;
}
.collection_main_slider .swiper-scrollbar .swiper-scrollbar-drag {
    display: block;
    background: #820010;
}
.collection_main_slider .slider_collection_blocks {
    margin-bottom: 48px;
}
.collection_bar_btn .coll_btn {
    padding: 24px;
    background: #820010;
    border-radius: 40px;
    font-family: Telex;
    font-weight: 400;
    font-size: 16px;
    line-height: 70%;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: block;
    max-width: 351px;
    margin: auto;
    transition: all .4s ease;
}
.collection_bar_btn .coll_btn:hover {
    background: #FFE9E9;
    color: #820010;
}

/* ==================== Responsive Css ==================== */

@media (max-width:1199px){
    .collection_main .collection__title {
        margin-bottom: 50px;
    }
    .collection__title .title {
        font-size: 48px;
    }
    .collection__title .title .subtitle {
        font-size: 62px;
    }
    .collection_main_slider {
        padding-left: 16px;
    }
    .collection_bar_btn {
    padding-right: 16px;
}
}
@media (max-width:991px){
.collection_bar_btn .coll_btn {
    max-width: 290px;
}
.collection_main_slider .slider_collection_blocks {
    margin-bottom: 32px;
}
.collection_main_slider .swiper-scrollbar {
    margin-top: 32px;
}
.collection_main {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
@media (max-width:767px){
.card_info_inner .custom_pro_tag {
    font-size: 14px;
}
.collection__title .title {
    font-size: 32px;
}
.collection__title .title .subtitle {
    font-size: 42px;
}
.collection__title .swiper_slider_arrow {
    display: none;
}
.collection_main .collection__title {
    justify-content: center;
}
.collection_main .collection__title {
    margin-bottom: 32px;
}
.collection_main {
    padding-top: 40px;
    padding-bottom: 40px;
}
}

@media (max-width:480px){
    .collection__title .title {
    font-size: 20px;
}
.collection__title .title .subtitle {
    font-size: 24px;
}
.collection_bar_btn .coll_btn {
    padding: 16px 24px;
    font-size: 13px;
    max-width: max-content;
}