/** Shopify CDN: Minification failed

Line 121:21 Expected identifier but found whitespace
Line 122:12 Unexpected "{"
Line 123:19 Expected ":"
Line 129:16 Expected identifier but found whitespace
Line 130:12 Unexpected "{"
Line 131:19 Expected ":"
Line 135:6 Expected ":"
Line 137:19 Expected identifier but found whitespace
Line 138:12 Unexpected "{"
Line 139:19 Expected ":"
... and 1 more hidden warnings

**/
/* Review setion slider  */

.testimonial-carousel {
    padding: 40px 0;
}

.testimonial-item {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-rating {
    color: #ffcc00;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-review {
    margin-bottom: 15px;
    color: #000;
}

.testimonial-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto 10px;
}

.testimonial-name {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.testimonial-name .testimonial-img {
    height: 50px;
    width: 50px !important;
    margin: 0;
}

.content-head .testimonial-heading {
    margin: 0;
    text-align: center;
    color: #000;
}

.content-head .testimonial-subheading {
    text-align: center;
}

.content-head {
    margin-bottom: 40px;
}

.testimonial-carousel .owl-dots .owl-dot,
.influencer-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #00000059;
    border-radius: 50%;
}

.testimonial-carousel .owl-dots,
.influencer-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 15px;
}

.testimonial-carousel .owl-dots .owl-dot.active,
.influencer-carousel .owl-dots .owl-dot.active {
    background: #000;
}

.bevi_video_block video {
    object-fit: cover;
    border-radius: 14px;
}

/* custom colletion css  */
.outer-collections {
    display: flex;
    align-items: center;
}

.side-content {
    width: 25%;
}

.slider-colletions {
    width: 75%;
}

.custom-collection-carousel {
    background-color: {
            {
            section.settings.bg_color
        }
    }

    ;

    padding-top: {
            {
            section.settings.padding_top
        }
    }

    px;

    padding-bottom: {
            {
            section.settings.padding_bottom
        }
    }

    px;
}

.colletion-cstm .collection-item img {
    height: 280px;
    object-fit: cover;
}

.side-content h2 {
    margin: 0;
}

.colletion-cstm .collection-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.colletion-cstm .collection-item .colletion-data {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.colletion-cstm .collection-item .colletion-data h3 {
    margin: 0;
}

.colletion-cstm .collection-item .colletion-data .shop-now-btn {
    background: #c2b7ac;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1.2em;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}

.colletion-cstm .collection-item .colletion-data a {
    text-decoration: none;
}

.colletion-cstm .collection-item:hover img {
    transform: scale(1.1);
}

.colletion-cstm .collection-item IMG {
    transition: 0.4s;
}

.custom-collection-carousel .owl-nav {
    display: flex;
    justify-content: end;
    gap: 5px;
    margin-top: 20px;
}

.custom-collection-carousel .owl-nav .owl-prev:after {
    background-image: url(/cdn/shop/files/left.png) !important;
    height: 25px !important;
    width: 25px !important;
    background-repeat: no-repeat;
    background-size: contain;
    display: block !important;
    content: "";
}

.custom-collection-carousel .owl-nav .owl-prev span {
    display: none;
}

.custom-collection-carousel .owl-nav .owl-next span {
    display: none;
}

.custom-collection-carousel .owl-nav .owl-next:after {
    background-image: url(/cdn/shop/files/next.png) !important;
    height: 25px !important;
    width: 25px !important;
    background-repeat: no-repeat;
    background-size: contain;
    display: block !important;
    content: "";
}

.bevi_video_block {
    border-radius: 14px;
    overflow: hidden;
}

.bevi_video_block iframe {
    border-radius: 14px;
}

/* colletion product css  */

.cstm-collection-products {
    width: 100%;
}

h2.section-heading-cstm.title.inline-richtext.h1 {
    margin: 0;
    text-align: center;
}

.cstm-collection-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.cstm-collection-block {
    text-align: center;
}

.cstm-collection-block .collection-image img {
    max-width: 100%;
    border-radius: 8px;
    transition: 0.4s;
    height: 420px;
    width: 100%;
    object-fit: cover;
}

.cstm-collection-block .collection-image:hover img {
    transform: scale(1.1);
}

.collection-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
}

.collection-products.grid .product-card img {
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    height: 215px;
    width: 100%;
}

.product-title {
    margin-top: 5px;
    font-size: 14px;
}

.collection-image {
    position: relative;
    overflow: hidden;
}

.collection-image .collection-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1;
}

.collection-image .collection-title a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 40px !important;
}

.collection-image::after {
    content: '';
    position: absolute;
    height: 420px;
    width: 100%;
    left: 0;
    top: 0;
    background: #00000052;
    border-radius: 10px;
    transition: 0.4s;
}

.cstm-collection-wrapper .product-card .product-title {
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

.cstm-collection-wrapper .product-card a {
    text-decoration: none;
    color: #000;
}

.cstm-collection-wrapper .collection-btn a {
    background: transparent;
    max-width: 185px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #797572;
    text-decoration: none;
    color: #000;
    line-height: 1;
    width: 100%;
    transition: 0.4s;
}

.cstm-collection-wrapper .collection-btn a:hover {
    color: #fff;
    background: #797572;
}

.collection-image:hover::after {
    height: 100%;
}

.cstm-collection-wrapper .collection-btn {
    display: flex;
    justify-content: center;
}

.product-card {
    position: relative;
    overflow: hidden;
}

.product-card .product-image {
    position: relative;
}

.product-card .product-image img {
    width: 100%;
    transition: opacity 0.3s ease;
    display: block;
}

.product-card .product-image .secondary-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-card:hover .product-image .primary-img {
    opacity: 0;
}

.product-card:hover .product-image .secondary-img {
    opacity: 1;
}

/* slide show css  */

body .custom-slide-show .slideshow__slide .slide-show-mobile {
    display: none;
}

.custom-slide-show .slideshow.banner {
    min-height: calc(100vh - 130px);
}

body .custom-slide-show .slideshow__slide .desktop-cstm-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

h2.weave_h2_arivltitles.h1 {
    margin-top: 0;
    margin-bottom: 0;
}
.weavea_blog_block {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.article-card-wrapper.articles_card_wrappers {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.Informations_cards p.article-card__excerpt.rte-width {
    margin-bottom: 0;
    line-height: 1.5;
}
.Informations_cards h3.card__heading a:after {
    display: block;
}
.blog__posts .card__information.Informations_cards {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.Informations_cards h3.card__heading.h2 {
    line-height: 1.2;
    font-size: 22px;
}
a.blogreadmore {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
    display: inline-flex;
    flex-direction: column;
    font-size: 18px;
    text-transform: uppercase;
}
.articles_card_wrappers:hover  a {
    text-decoration: none !important;
    opacity: 0.9;
}

.slideshow__text.slideshow_textCstm {
    height: 100%;
    justify-content: space-between !important;
    gap: 30px;
}

.slideshow_textCstm h2.banner__heading {
    font-weight: 600;
    width: 100%;
}
h2.banner__heading.banner_heading_slide_zi9wYR {
    max-width: 310px;
}
h2.banner__heading.banner_heading_slide_7K3DdE {
    max-width: 440px;
}
h2.banner__heading.banner_heading_slide_KzqdNB {
    max-width: 290px;
}
.slideshow_textCstm .banner__buttons a.button {
    border-radius: 0 !important;
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    background: transparent;
}
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG .slider-counter {
    display: none;
}
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    position: relative;
}
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button.slider-button--prev {
    left: 0;
}
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button.slider-button--next {
    right: 0;
}
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button svg.icon.icon-caret {
    height: auto;
    color: #000;
}

.slideshow_textCstm .banner__buttons a.button:before, .slideshow_textCstm .banner__buttons a.button:after {
    display: none;
}




.header_menu_mega ul.mega-menu__list.page-width {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.header_menu_mega ul.mega-menu__list.page-width li.mega-menu__item ul.mega-menu__extra-links {
    display: none;
}
.header_menu_mega ul.mega-menu__list.page-width li.mega-menu__item a.mega-menu__link img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
}
.cstmcollect_Menu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 140px;
    margin: auto;
    text-align: center;
}

.brand_content_footer_inner .rte { line-height: 1.4; }
.cstmitmimage_xEBYYQ .footer-block-image { flex-direction: column; }
.textList_icons { position: relative; display: flex; flex-direction: column; gap: 15px; }
.textlinklist { display: flex; gap: 10px; text-decoration: none; color: rgba(255, 255, 255, 0.75); line-height: 1.4; position: relative; transition: 0.5s; }
.textlinklist svg { max-width: 30px; width: 100%; flex: 0 0 30px; }
.cstm_newsletter_wrapper h2.footer-block__heading { text-align: left; }
ul.footer__list-social.footerlist_cstm { justify-content: start; }
h2.footer-block__heading { font-weight: 500; }
.footer-block.cstmitmlink_list_TWzA6p { padding-left: 6%; }
.footer-block.cstmitmtext_with_icons_NApNpD { padding-left: 2%; }
.cstmitmimage_xEBYYQ img { filter: invert(1); }
ul.icon-with-text li.icon-with-text__item span.h4.inline-richtext {font-size: 14px;}
ul.icon-with-text li.icon-with-text__item span.h4.inline-richtext {
    font-size: 14px;
}
.section-template--21303996186713__collapsible_content_PyfrDG-padding .collapsible-content__header {
    display: flex;
    flex-direction: column-reverse;
    gap:25px;
}
.section-template--21303996186713__collapsible_content_PyfrDG-padding .collapsible-content__header h2 {
    margin: 0;
}
.section-template--21303996186713__collapsible_content_PyfrDG-padding .collapsible-content__header p {
    text-transform: none;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 30px;
}
.cstm-card-new .cstm-discount-percentage-top {
    background: #323841;
    z-index: 999;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .1rem;
    line-height: 1;
    padding: 5px 13px 6px;
}

.cstm-product-tag-badge.best-seller-badge {
    background: #e5e1dd;
    z-index: 999;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .1rem;
    line-height: 1;
    padding: 5px 13px 6px;
}

span.cstm-product-tag-badge.new-arrival-badge {
    background: #e5e1dd;
    z-index: 9;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .1rem;
    line-height: 1;
    padding: 5px 13px 6px;
}
body.product span.discount-percentage-near { padding-right: 10px; }
.cstm-payment-icon img { width: 100%; max-width: 420px; object-fit: contain; object-position: left; height: 35px; }
body.product .jdgm-preview-badge .jdgm-star { color: #e3c400; }
ul.icon-with-text.icon_with_exclusive { display: flex; flex-direction: column; gap: 10px; max-width: 450px; }
ul.icon-with-text.icon_with_exclusive li.icon-with-text__item { margin-bottom: 0; display: inline-flex; background: #fafafa; padding: 5px 10px; border-radius: 5px; }
body.collection .card-wrapper .card-information .jdgm-preview-badge .jdgm-star { color: #e3c400; }
body.product #judgeme_product_reviews span.jdgm-star { color: #e3c400; }
body.product #judgeme_product_reviews .jdgm-histogram__bar-content { background: #e3c400; }
body.product #judgeme_product_reviews a.jdgm-write-rev-link { background: #b7aca2; border-color: #b7aca2; color: #fff; } 
body.product #judgeme_product_reviews select.jdgm-sort-dropdown { color: #000; }
body.product #judgeme_product_reviews .jdgm-rev__icon:before { color: #ffffff; }
body.product #judgeme_product_reviews span.jdgm-rev__author { color: #000; }
body.product #judgeme_product_reviews .jdgm-rev__icon { background: #b7aca2; }
#judgeme_product_reviews h2.jdgm-rev-widg__title { font-size: calc(var(--font-heading-scale) * 4rem); }
.footer_bottom_weavean.footer__content-bottom { padding-top: 10px; padding-bottom: 10px; }
.footer_bottom_weavean .footer__copyright.caption { margin-top: 0; }
ul.icon-with-text.usp_list_cstm li.icon-with-text__item span.svg-wrapper { background: #b7aca2; padding: 10px; width: 45px; height: 45px; border-radius: 80px; }
ul.icon-with-text.usp_list_cstm li.icon-with-text__item img { max-width: 45px; height: 45px; width: 100%; object-fit: contain; padding: 8px; background: #b7aca2; border-radius: 60px; }
ul.icon-with-text.usp_list_cstm { max-width: 530px; }


a.read_more_btns, a.read_more_bttns {
    background: transparent;
    max-width: 185px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #797572;
    text-decoration: none;
    color: #000;
    line-height: 1;
    width: 100%;
    transition: 0.4s;
}
a.read_more_btns:hover, a.read_more_bttns:hover {
    color: #fff;
    background: #797572;
}
ul.list-menu.cstm_linkmenuList a.header__menu-item span.header__active-menu-item {
    text-decoration: none;
}
ul.list-menu.cstm_linkmenuList a.header__menu-item:hover span {
    text-decoration: none;
}
a.headers_menu-items {
    text-decoration: none;
}
#shopify-section-template--21303995596889__rich_text_C3T3mi .rich-text__blocks.left {
    width: 100%;
    max-width: 100%;
}


.footer_upper_section, .yoga-mats.collection .footer_upper_section {display: none;}
 
.collection .footer_upper_section {display: block;}
.all-rugs .footer_upper_section {display: block;} 

@media screen and (max-width: 1440px) {
    .cstm-collection-wrapper .product-card .product-title {
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
.textlinklist { word-break: break-all; }
}
@media screen and (max-width: 991px) {
    .outer-collections {
        flex-direction: column;
        gap: 30px;
    }

    .slider-colletions,
    .side-content {
        width: 100%;
    }

    .custom-collection-carousel .owl-nav {
        justify-content: center;
        gap: 10px;
    }
}
@media screen and (max-width: 989px) {
.footer-block.footer_item_colm.cstmitmimage_xEBYYQ { width: 100%; text-align: center; }
.footer-block.footer_item_colm.cstmitmcstm_newsletters_block_hkedA9 { width: 100%; }
.cstm_newsletter_wrapper h2.footer-block__heading { text-align: center; }
.footer-block.cstmitmtext_with_icons_NApNpD { padding-left: 0; }
.footer-block.cstmitmlink_list_TWzA6p { padding-left: 0; display: flex; flex-direction: column; justify-content: end; align-items: end; text-align: right; }
.footer-block.cstmitmlink_list_TWzA6p ul li { margin-right: 0; }
.footer-block.cstmitmlink_list_TWzA6p ul li a.link.list-menu__item { padding-bottom: 0; }

.cstmitmimage_xEBYYQ .footer-block-image .footer-block__image-wrapper { margin-left: auto; margin-right: auto; }
ul.footer__list-social.footerlist_cstm { justify-content: center; }

}
@media screen and (max-width: 767px) {
    .colletion-cstm .collection-item img {
        height: 200px;
        object-fit: cover;
    }

    .cstm-collection-wrapper {
        grid-template-columns: 1fr;
    }

    .collection-products {
        grid-template-columns: 1fr 1fr;
    }

    body .custom-slide-show .slideshow__slide .slide-show-mobile {
        display: block;
    }

    body .custom-slide-show .slideshow__slide .desktop-cstm-slide {
        display: none;
    }

   .slide-show-mobile img {
    object-position: bottom;
    height: auto;
    object-fit: contain;
    width: 100%;
}
   .custom-slide-show .slideshow.banner {
        min-height: 480px;
    }

    body .custom-slide-show .slideshow__slide .slide-show-mobile {
        height: 100% !important;
    }

    .slideshow__media {
        height: 100% !important;
    }

.cstm_Slidetemplate--21303995891801__custom_slideshow_Yy84EG .slide-show-mobile { aspect-ratio: 1.9; position: relative !important; overflow: hidden; }
.cstm_Slidetemplate--21303995891801__custom_slideshow_Yy84EG .slide-show-mobile img { height: 100%; width: 100%; object-fit: cover; }    
}

@media screen and (max-width: 749px) {
.sliderShowWrapper_Slide { background: rgba(0, 0, 0, 0.9); }
.slideshow_textCstm h2.banner__heading { font-weight: 600; width: 100%; font-size: 38px; line-height: normal; }
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG { top: 20%;}
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button span.svg-wrapper { width: 14px; height: 14px; }
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button { width: 40px; height: 40px; }

.footer-block.cstmitmlink_list_TWzA6p { justify-content: start; align-items: start; text-align: left; }
.cstmitmimage_xEBYYQ .footer-block-image .footer-block__image-wrapper { margin-left: 0; margin-right: auto; }
ul.footer__list-social.footerlist_cstm { justify-content: start; }
.brand_content_footer_inner .rte {text-align: left; }
.cstm_newsletter_wrapper h2.footer-block__heading { text-align: left; }

.footer-block.cstmitmlink_list_TWzA6p ul { margin-bottom: 0; }
.footer-block.cstmitmlink_list_TWzA6p ul li:first-child a.link.list-menu__item { padding-top: 0; }
.footer__content-top.footerTop_wraper.page-width { padding-left: 20px; padding-right: 20px; }
.cstm_newsletter_wrapper .newsletter-form__field-wrapper { max-width: 100%; }

#judgeme_product_reviews h2.jdgm-rev-widg__title {
    font-size: calc(var(--font-heading-scale) * 3rem);
}
}