/** Shopify CDN: Minification failed

Line 117:21 Expected identifier but found whitespace
Line 118:12 Unexpected "{"
Line 119:19 Expected ":"
Line 125:16 Expected identifier but found whitespace
Line 126:12 Unexpected "{"
Line 127:19 Expected ":"
Line 131:6 Expected ":"
Line 133:19 Expected identifier but found whitespace
Line 134:12 Unexpected "{"
Line 135: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  */
.side-content {
    margin-bottom: 35px;
    width: 100%;
}

.slider-colletions {
    width: 100%;
}

.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: 380px;
    object-fit: cover;
}

.side-content h2 {
    margin: 0;
    text-align: center;
}
.section-wrapper-cstm h2.title.inline-richtext.h1 {
    margin: 0;
    text-align: center;
}
.colletion-cstm .collection-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.colletion-cstm .collection-item .colletion-data {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    transform: translate(-50% , 0px);
    left: 50%;
}

.colletion-cstm .collection-item .colletion-data h3 {
    margin: 0;
    color: #fff;
}

.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 {
    background: #797572;
    height: 44px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #797572;
    text-decoration: none;
    color: #fff !important;
    line-height: 1;
    transition: 0.4s;
    min-width: 185px;
}

.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;
    max-width: 100% !important;
    width: 100%;
}
.slideshows_textCstm_inner {
    height: 100%;
    justify-content: space-between !important;
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.slideshow_textCstm h2.banner__heading {
    font-weight: 600;
    width: 100%;
}
h2.banner__heading.banner_heading_slide_zi9wYR {
    max-width: 400px;
}
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: static;
    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: static;
    /*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: 20px;  position: absolute; top: 50%; right: auto; }
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button.slider-button--next { right: 20px; position: absolute; top: 50%; left: auto; }
.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 {
    display: none;
}
.slideshow_textCstm .banner__buttons a.button:after {
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    content: "";
    display: block;
    border: none !important;
    box-shadow: none;
}




.header_menu_mega ul.mega-menu__list.page-width {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 17px;
    max-width: 1440px;
}
.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: 5px;
}
.cstmcollect_Menu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    margin: auto;
    text-align: left;
}
li.mega-menu__item a.mega-menu__link {
    background: #fff;
    padding: 0;
    height: 100%;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}
li.mega-menu__item a.mega-menu__link:hover {
    text-decoration: none;
    color: #b7aca2 !important;
}
.cstmcollect_Menu span {
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cstmcollect_Menu span .cstm_colour_dot {
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 100%;
}
.mega-menu[open] .mega-menu__content .mega-menu__button-wrapper {
    padding-top: 30px;
    max-width: 1440px;
}
.mega-menu[open] .mega-menu__content .mega-menu__button-wrapper a.mega-menu__cta-button {
    min-height: 43px;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 5px;
}
.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;
}
.pwsCollectionpage {
    padding: 60px 0;
}

.pwsCollectionpage h1 span, .pwsCollectionpage h2 span {
    text-decoration: none !important;
}
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: top center;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; justify-content: center; 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: 455px; }
ul.icon-with-text.icon_with_exclusive li.icon-with-text__item.listcstm_icon_with_text_KmiQwa {
    background: linear-gradient(227deg, rgba(84, 72, 60, 1) 70%, rgba(194, 183, 172, 1) 100%);
    text-align: center;
    width: 100%;
    justify-content: center;
    color: #fff;
    padding: 10px !important;
}
li.icon-with-text__item.listcstm_icon_with_text_KmiQwa span.h4.inline-richtext {
    color: #fff;
    font-size: 18px !important;
}
li.icon-with-text__item.listcstm_icon_with_text_KmiQwa span.h4.inline-richtext strong:nth-child(2) {
    font-size: 24px;
}
li.icon-with-text__item.listcstm_icon_with_text_KmiQwa span.h4.inline-richtext strong:last-child {
    background: rgb(194 183 172 / 39%);
    display: inline-flex;
    flex-direction: column;
    padding: 5px 8px;
    border: 1px solid #c2b7ac;
} 
.read_more_btns, .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;
}
.read_more_btns:hover, .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;}

.yoga-mats-premium-quality-non-slip-amp-durable-weave-and-design.collection .footer_upper_section, 
.yoga-mats-premium-quality-non-slip-amp-durable-weave-and-design.collection .readMore_upper_section {
    display: none;
} 
.yoga-mats-premium-quality-non-slip-amp-durable-weave-and-design .section_faq_main_daf {
    display: none;
}
.collection .footer_upper_section {display: block;}
.all-rugs .footer_upper_section {display: block;} 
.collection-header  .collection-count {
    font-size: 24px;
}

.rugs-at-29-off-premium-amp-stylish-designs-weave-and-design.collection .readMore_upper_section {display: block; } 
.rugs-at-29-off-premium-amp-stylish-designs-weave-and-design.collection .section_faq_main_daf {display: block; } 
.collection .readMore_upper_section {display: none; } 
.collection .section_faq_main_daf {display: none; } 
.products.collection .footer_upper_section.footerUpperPddsections--21303992746073__footer {
    display: none;
}
.text_with_icons_wrapper {
    margin-top: 25px;
}

.footer-block.cstmitmlink_list_TWzA6p {
    padding: 0;
}

.cstmitmlink_list_U4hkaj {
    padding-left: 30px;
}
body.article article.article-template {
    padding-top: 60px;
}
body.article article.article-template .article-template__hero-medium {
    height: inherit;
    overflow: hidden;
}
body.article article.article-template .article-template__hero-medium img {
    position: relative;
}
body.article article.article-template .article-template__hero-container {
    padding: 0 20px;
}
.PwsTime_Wrapper { background: linear-gradient(281deg, rgba(84, 72, 60, 1) 20%, rgba(194, 183, 172, 1) 71%); border: 1px solid #c2b7ac; color: #fff; width: 100%; text-align: center; }
.collectionmetafiled_faq {
    background: #f1f1f1;
    padding: 60px 50px;
}

.collmetafield_faqwrapper h2 {
    margin: 0;
    text-align: center;
    max-width: 700px;
    margin: auto;
    font-size: 32px;
    font-weight: 500;
}
.Faqdetails_wraper .accordion {
    margin: 0;
}

.Faqdetails {
    max-width: 700px;
    margin: 30px auto 0;
}
.Faqdetails_wraper .accordion span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2b2c2d;
}
.accordion ul {
    padding: 0;
    margin-bottom: 5px;
}

.accordion.open ul .txt {
    font-size: 15px;
}
.Faqdetails_wraper .accordion.open i {
    transform: rotate(
180deg);
}
.Faqdetails_wraper .accordion i {
   transition:0.4s;
}
.Faqdetails_wraper .accordion {
    padding: 8px 0;
    cursor: pointer;
}
div#collContent p a {
    /* text-decoration: none; */
    color: #54483c;
    font-weight: 500;
}
.all_rugs_cstm .readMore_upper_section {
    display: block;
}
.team-top-content p, .team-top-content h2 {
    text-align: left;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
.collapsible-content summary:hover {
    background: transparent !important;
}
.section-wrapper-cstm {
    padding:60px 0;
    background: #fff;
}

/*-----------About Page-----------*/


.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.team-card_inner {
    display: flex;
    gap: 20px;
}

.team-data {
    width: 55%;
}
.team-card {
    border-radius: 5px;
    padding: 15px;
    overflow: hidden;
    background: #fafafa;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.team-image img {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.team-name {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.team-image {
    text-align: center;
    width: 45%;
}
.team-role {
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: left;
}
.about_team_row {
    display: flex;
    gap: 0px;
    background: #fff;
}
.about_flex_colmn {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}
.about_flex_left {
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.about_flex_text_imgs {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.about_flex_right {
    position: relative;
    height: 100%;
}
img.aboutweveImg_ful {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about_row_blow {
    position: relative;
    padding-top: 40px;
}
.abourichtext_scti p {
    font-size: 14px;
}
.team-top-content.rte {
    padding-bottom: 40px;
}
h1.h1main_titles.h0 {
    margin: 0;
}
.inner_common_cstm {
    z-index: 1 !important;
}
.product-card img {
    height: 420px;
}
@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; }
.footer__blocks-wrapper.grid {align-items: flex-start;}
.cstmitmimage_xEBYYQ .footer-block-image .footer-block__image-wrapper { margin-left: auto; margin-right: auto; }
ul.footer__list-social.footerlist_cstm { justify-content: center; }
.cstmitmlink_list_U4hkaj {padding-left: 0;}
.text_with_icons_wrapper {justify-content: center;display: flex;text-align: center;}
a.textlinklist {justify-content: center;}
body.article article.article-template { padding-top: 40px; }
}
@media screen and (max-width: 768px) {
.team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product-card img {
    height: auto;
}
}
@media screen and (max-width: 767px) {
    .colletion-cstm .collection-item img {
        height: 200px;
        object-fit: cover;
    }
    .collection-header h1.collection-title {
        font-size: 28px;
    }
    .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; }   
.about_team_row {
    background: transparent;
    flex-direction: column;
}
.about_flex_colmn {
    flex: 0 0 100%;
    max-width: 100%;
} 
.about_flex_left {
    padding: 0px;
}
.about_flex_colmnImg {display: none;}
.about_row_blow {
    padding-top: 20px;
}
.team-top-content.rte {
    padding-bottom: 20px;
}
}

@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: 30px; line-height: normal; margin: 0;}
.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);
}
a.textlinklist {justify-content: start;}
.text_with_icons_wrapper {justify-content: flex-start;text-align: left;}
.footer-block__cstm_newsletter {display: flex;flex-direction: column-reverse;gap: 30px;}
.text_with_icons_wrapper {margin-top: 0;}

.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button.slider-button--prev { left: 10px; top: 20%;  }
.slideshow_controls_cstm.slideshow_Dot_cstm_template--21303995891801__custom_slideshow_Yy84EG button.slider-button.slider-button--next { right: 10px; top: 20%;  }
.banner__buttons {justify-content: center}

}

@media screen and (max-width: 575px) {
.team-card_inner {
    flex-direction: column;
}
.team-image {
    text-align: center;
    width: 100%;
}
.team-image img {
    height: auto;
}
.team-data {
    width: 100%;
}
}