/** Shopify CDN: Minification failed

Line 8:267 Comments in CSS use "/* ... */" instead of "//"
Line 8:512 Unterminated string token
Line 590:9 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap%27');
body {
    background-color: #fff;
}

/* 
font-family: 'Crimson Text', serif;
font-family: 'Poppins', sans-serif; */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.custom_collections_grid .slick-arrow.slick-disabled {

  opacity: 0.3;

}

 

.marquee_slider_wrapper>div {

  border-top: 1px solid #808080;

}

.custom_featured_collections_main.shop_by_color {

  padding-top: 65px;

}

 

.custom_featured_collections_main.shop_by_color .container {

  max-width: 1310px;

  margin: 0 auto;

  padding: 0 15px;

}

 

.custom_collections_grid {

  display: flex;
  gap: 50px;
justify-content: center;
    align-items: center;
}

 

.shop_by_color .collections_grid_item_image {

  padding-bottom: 60px;

}
    .custom_caption {
        font-size: 13px;
        letter-spacing: 3px;
        line-height: 70px;
        text-transform: uppercase;
        color: #a5947d;
        font-weight: 500;
            font-family: Poppins,sans-serif;
        text-align: center;
        display: block;
    }
    
    .custom_heading {
        font-size: 35px;
        letter-spacing: 0px;
        line-height: 1.2 !important;
        color: #1c1c1c;
        font-weight: 400;
        font-family: Crimson Text,serif;
        text-align: center;
        margin: 0;
          margin-bottom: 30px;
    }
.custom_collections_grid_item {
  flex: 1;
}
.shop_by_color .collections_grid_item_text {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #141414;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  white-space: nowrap;
  text-align: center;
}
.shop_by_materials .collections_grid_item_subtext p {
  margin: 0;
}
.custom_featured_collections_main.shop_by_materials {
  padding-bottom: 65px;
  padding-top: 65px;
}


/* .custom banner 1 and 2 */

.custom_banner_main.banner_1 .custom_banner_wrapper {
    position: relative;
}
.custom_banner_main.banner_1 .custom_banner_content {
    position:absolute;
    bottom:0;
    padding-bottom: 130px;
    max-width: 574px;
    padding-left: 30px;
  padding-bottom:130px !important;
    }
.custom_banner_main.banner_1 .custom_banner_wrapper {
    top:0;
    border: 1px solid;
    margin: 15px;
}
h2.custom_banner_heading {
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 45px;
    color: #000000;
    /* text-transform: capitalize; */
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    margin: 0;
}
.custom_banner_subtext p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin: 25px 0px 34px 0;
}
a.custom_banner_btn {
    padding: 19px 50px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
  text-decoration:none;
}
.custom_banner_main.banner_1 .custom_banner_image::after {
    background-image: url(/cdn/shop/files/right-chevron.svg?v=1697012173);
    width: 110px;
    height: 21px;
    content: '';
    z-index: 1;
    position: absolute;
    bottom: -11px;
    left: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%);
    background-color: #fefefc;
    background-size: 20px 15px;
    background-position: center;
}
.custom_banner_main.banner_2 .custom_banner_wrapper {
    position: relative;
}
.custom_banner_main.banner_2 .custom_banner_content {
    position: absolute;
    top: 18.5%;
    max-width: 1084px;
    width:100%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    padding:0px 0;
}
/* .custom_banner_main.banner_2 span.custom_banner_caption {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
} */
.custom_banner_main.banner_2 h2.custom_banner_heading {
    color: #fff;
}
.custom_banner_main.banner_2 h2.custom_banner_heading {
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    margin: 0px 0 0 0 !important;
}
.custom_banner_main.banner_2 .custom_banner_subtext p {
    color: #fff;
}
.banner_2 .custom_banner_image {
    position: relative;
    padding-bottom: 614px;
}
.banner_2 .custom_banner_subtext p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins";
    text-align: center;
    font-family: 'Poppins', sans-serif;
      margin: 30px 0 0 0;
}
.banner_2 .custom_banner_image img,
.custom_banner_image video{
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blogs_section_index .title-wrapper-with-link {
    justify-content: center;
}

.blogs_section_index>div {
    max-width: 1290px;
    padding: 0 15px;
}

.blogs_section_index .blog-articles .article-card .card__information, .blogs_section_index .blog__posts .article-card .card__information {
    padding: 0;
}
/* .blogs_section_index .blog__posts .article-card .card__information {
    margin-top: 20px;
} */
.blogs_section_index .blog__posts .article-card .card__information span.blog_name {
    display: block;
    /* margin-bottom: 20px; */
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #141414;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
      line-height: 70px;
}


.blogs_section_index .blog__posts .article-card .card__information h3.card__heading a {
    /* max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.5;
    color: #1c1c1c;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    width: 100%;
    text-decoration: none !important;
    text-align:left;
      line-height: 30px;
  text-tr
}
.blogs_section_index .card__information span {
    margin: 0;
    padding: 0;
}

.blogs_section_index h3.card__heading.h2 {
    margin-bottom: 0;
}
 

.blogs_section_index .blog__posts.articles-wrapper {
    gap: 60px;
}

 

.blogs_section_index .blog__posts.articles-wrapper .article {
    max-width: calc(100% /3 - 40px);
}

 

.blogs_section_index .blog__posts.articles-wrapper .article .card__inner:before {
    padding-bottom: 190px;
}

 

.blogs_section_index .blog__posts.articles-wrapper .article .article-card__excerpt.rte-width {
    display: none;
}

 

.blogs_section_index .blog__button {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 268px;
    width: 100%;
    height: 59px;
}
.blogs_section_index.blog {
    background-color: #efefef;
}
.blogs_section_index .blog__posts .article-card .card__information>a {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.5;
    text-decoration: underline;
    text-transform: uppercase;
    color: #141414;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    /* display: block; */
       line-height: 70px;
}
.blogs_section_index .blog__posts .article-card .card__information>a {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    text-decoration: underline;
    text-transform: uppercase;
    color: #141414;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}
.blogs_section_index.blog {
    padding: 70px 0;
}
.blogs_section_index .blog__button {
    margin-top: 100px;
}
.custom_featured_collections_main.shop_by_color .collections_grid_item_image {
    max-width: 100px;
    margin: 0 auto;
}

.blogs_section_index .blog__posts .article-card .card__information {
    margin-top: 20px;
}
html .temp_collection .collection .grid__item *:focus-visible,
html .temp_collection .collection .grid__item *:focus-visible:after,
.blog-articles__article.article *:focus-visible:after,
.blog-articles__article.article *:focus-visible{
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}
.footer-block__details-content.rte p a {
    text-decoration: underline !important;
    text-underline-offset: unset;
}
.facet-filters__field .select__select, .mobile-facets__sort .select__select:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}
.temp_drapery-measurement-guide .heading_styles_main:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: -93px;
    background-color: #f5f5f5;
    left: 0;
}
.temp_drapery-measurement-guide .heading_styles_main {
    position: relative;
}
@media screen and (max-width: 768px) {
  .custom_banner_main.banner_2 .custom_banner_content {
    position: relative;
    top: 18.5%;
    max-width: 1084px;
    width:100%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    padding:0px 0;
      padding:15px;
}
    .custom_banner_main.banner_2 h2.custom_banner_heading {
    color: #000;
}
 .custom_banner_main.banner_2 h2.custom_banner_heading {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 45px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    margin: 10px 0 0 0 !important;
}
  .banner_2 .custom_banner_image {
    position: relative;
    padding-bottom: 314px;
}
  
  .custom_banner_main.banner_1 h2.custom_banner_heading {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    margin: 0px 0 0 0 !important;
}
.custom_banner_main.banner_2 .custom_banner_subtext p {
    color: #000;
}
.custom_banner_main.banner_2 span.custom_banner_caption {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
    .custom_banner_subtext p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
}
a.custom_banner_btn {
    padding: 15px 30px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    /* line-height: 70px; */
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Poppins', sans-serif;
    display: inline-block;
  text-decoration:none;
}
    .custom_banner_main.banner_1 .custom_banner_content {
    position: inherit;
    bottom: 0;
    max-width: 570px;
    padding:0 30px;
        width:100%;
        padding-bottom:50px !important;
}
  .temp_drapery-measurement-guide .heading_styles_main:before {
    content: "";
    top: -25px;

}
}
.custom_banner_content {
    padding-bottom: 21px !important;
}
  .custom_collections_grid_item {
    position: relative;
}
.custom_collections_grid_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
.custom_testimonial_main .container {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0 15px;
}
.custom_testimonial_grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
.testimonial_item_stars_image {
    max-width: 127px;
    width: 100%;
    margin: 0 auto;
}
.testimonial_item_stars_image img {
    width: 100%;
    height: 20px;
    object-fit: cover;
    display: block;
}
.testimonial_item_heading {
    font-size: 26px;
   Padding-top:10px;
   Padding-bottom:10px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #1c1c1c;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    text-align: center;
    margin: 0;
}

.testimonial_item_subtext {
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.testimonial_item_subtext p {
    margin: 0;
}
.custom_testimonial_item_content {
    padding: 42px 62px 43px 62px;
}
.testimonial_item_subtext p br {
    display: none;
}
span.testimonial_item_name {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 70px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    display: block;
    text-align: center;
}
.custom_testimonial_grid_item {
    border: 1px solid #e2e2e2;
}
.testimonial_item_link a {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 70px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #141414;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.testimonial_item_link {text-align: center;margin-top: 20px;}

 .custom_featured_collections_main.shop_by_color {
    padding-bottom: 65px;
}
.marquee_slider_main {
    padding-top: 65px;
}
.custom_testimonial_main {
    padding-bottom: 85px;
    padding-top: 85px;
}
.custom_banner_main.banner_2 h2.custom_banner_heading {
    font-size: 40px;
}

.custom_testimonial_header .custom_heading {
    font-size: 35px;
}

.multicolumn .title.custom_heading {
    font-size: 35px;
}

.custom_collections_grid .slick-arrow {
    cursor: pointer;
}
h2.custom_banner_heading {
    font-size: 35px;
}

.custom_testimonial_header .custom_heading {
    font-size: 35px;
}

.custom_banner_main.banner_2 h2.custom_banner_heading {
    font-size: 35px;
}

.multicolumn .title.custom_heading {
    font-size: 35px;
}

.custom_heading {
    font-size: 35px;
}

h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 35px;
}

.custom_blogs_header h2.custom_heading {
    font-size: 35px;
}

@media screen and (max-width: 768px) {
  .collapsible-content__wrapper {
    background-color: #000;
    padding: 60px 0 80px !important;
}

.blogs_section_index .blog__posts .article-card .card__information h3.card__heading a {
    font-size: 17px !important;
    line-height:22px!important;
  }
  
  .custom_heading {
    font-size: 28px !important;
    margin: 20px 0 20px !important;
}
  h2.collapsible-content__heading.inline-richtext.h1 {
    font-size: 28px !important;
}
  
  .marquee_slider_main {
    padding-top: 30px;
}
  .marquee_slider_wrapper ul .js-marquee-wrapper .js-marquee li {
    white-space: nowrap;
    font-size: 18px !important;
    letter-spacing: 4px;
    line-height: 48px !important;
    text-transform: uppercase;
    color: #848282;
    font-weight: 600;
    font-family: Poppins,sans-serif;
}
  h2.collapsible-content__heading.inline-richtext.h1 {
    margin: 20px 0 24px !important;
  }
  .custom_caption {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 20px !important;
  }
  .testimonial_item_link {
    display: none;
}
  h2.collapsible-content__heading.inline-richtext.h1 {
    line-height: 1.2 !important;
}
p.announcement-bar__message.h5 span a {
    margin-left: 0px !important;
}
.custom_banner_main.banner_1 .custom_banner_image::after {
    background-image: url(/cdn/shop/files/right-chevron.svg?v=1697012173);
background-color:#fff !important;
}
.custom_banner_main.banner_2 .custom_banner_image::after{
      content: '' ;
    position: absolute ;
    top: 0;
    right: 0;
    bottom: 0 ;
    left: 0 ;
    background-color: #000 ;
    opacity: 0.502;
}
  .banner_2 .custom_banner_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.502;
    display:none;
}
  header.header.header--middle-left.header--mobile-center.page-width {padding: 30px 20px 30px 20px !important;}


.collapsible-content-wrapper-narrow {
    padding: 0 15px;
}

/* details#Details-menu-drawer-container {
    padding-left: 15px;
} */

a.header__heading-link.link.link--text.focus-inset {
    padding: 0 !important;
}

/* header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account.header--has-localizations {
    display: flex;
    gap: 20px;
    justify-content: space-between;
} */
a.header__icon.header__icon--account.link.focus-inset.small-hide {
    width: 21px;
    height: 27px;
}
.custom_testimonial_grid {
    grid-template-columns: repeat(3,100%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.custom_testimonial_grid::-webkit-scrollbar,
.custom_featured_collections_main.shop_by_color .custom_collections_grid::-webkit-scrollbar{
    display:none;
}
.custom_featured_collections_main.shop_by_color .custom_collections_grid {
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

 

.custom_featured_collections_main.shop_by_color .custom_collections_grid_item {
    min-width: calc(50% - 10px);
}

 .custom_featured_collections_main.shop_by_color .custom_collections_grid_item {
    min-width: calc(90% / 3 - 20px / 3);
}

.custom_featured_collections_main.shop_by_color .custom_collections_grid {
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
}

.custom_featured_collections_main.shop_by_color {
    padding-top: 30px;
    padding-bottom: 30px;
}

 

.custom_featured_collections_main.shop_by_materials {
    padding-bottom: 30px;
    padding-top: 30px;
}

 
.testimonial_item_heading {
    font-size: 22px;
}

.testimonial_item_subtext {
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 300;
    text-align: center;
    font-family: Poppins,sans-serif;
    margin: 0;
}

.banner_2 .custom_banner_subtext p {
    font-size: 14px;
    line-height: 26px;
    color: #1c1c1c;
    font-weight: 300;
    text-align: center;
    font-family: Poppins,sans-serif;
    margin-top: 10px;
}
.custom_testimonial_item_content {
    padding: 40px 35px;
}

 /* .header .small-hide {
    display: block !important;
} */
.header__icons.header__icons--localization.header-localization {
    gap: 20px;
}
/* .header__heading-logo-wrapper img {
    width: 137px;
} */
.testimonial_item_heading {
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom_featured_collections_main.activate_slider .custom_collections_grid {
    display: block;
}

.collapsible-content-wrapper-narrow {
    padding: 0 15px !important;
}
.newsletter-form {
    justify-content: left !important;
    align-items: baseline !important;
}
.footer-block__newsletter_richtext p {
    text-align: left;
}
.newsletter-form {
    align-items: left;
}
.custom_collections_grid .slick-arrow {
    position: absolute;
      top: 28% !important;
    width: 37px !important;
    height: 37px!important;
}
.custom_testimonial_main {
    padding-top: 50px;
    padding-bottom: 60px;
}

.multicolumn .page-width {
    padding-top: 30px;
}

.multicolumn-card__info {
    padding: 0 !important;
}
  .blogs_section_index.blog {
    padding: 50px 0;
}
.custom_blogs_header h2 {
    margin-bottom: 0;
}
.blogs_section_index.blog .slider-buttons.no-js-hidden {
    display: none;
}

.blogs_section_index .blog__posts.articles-wrapper .article {
    max-width: 100%;
    margin: 0;
    /* width: 100% !important; */
}
.blogs_section_index .blog__posts.articles-wrapper .blog__post.grid__item {
    min-width: auto !important;
    max-width: none !important;
    visibility: visible !important;
}
.blogs_section_index .blog__posts.articles-wrapper .slick-arrow {
    position: absolute;
    z-index: 1;
    width: 40px;
    top: 35%;
    transform: translateY(-50%);
    z-index: 2;
    margin: 0 !important;
}

.blogs_section_index .blog__posts.articles-wrapper {
    overflow: auto !important;
}

.blogs_section_index>div {
    overflow: auto;
}

.blogs_section_index .blog__posts.articles-wrapper .slick-arrow.slick-prev {
    left: 0;
}
.blogs_section_index .blog__posts.articles-wrapper .slick-arrow.slick-next {
    right: 0;
}
.custom_blogs_header+a {
    display: none;
}
.custom_heading {
    margin-bottom: 0;
}

.blogs_section_index .blog__posts.articles-wrapper {
    gap: 20px !important;
}
.custom_featured_collections_main.shop_by_color .collections_grid_item_image {
    max-width: 100%;
}

}



@media screen and (min-width: 749px) and (max-width: 1250px) {
  .temp_index .header__icons {
    padding-right: 0;
}

 .header__icons {
    padding-right: 25px;
}
/* .blogs_section_index .blog__posts .article-card .card__information h3.card__heading a {
    max-width: 153px;
} */
  
ul#Slider-template--15257969459273__15d6f865-27fa-45f8-8423-246bbab2d9db {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.multicolumn .grid--4-col-desktop .grid__item {
    width: calc(100% - 50px)!important;
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
  ul.list-menu.list-menu--inline {
    gap: 18px;
}
.custom_collections_grid .slick-arrow {
    position: absolute;
        top: 28% !important;
    width: 37px !important;
    height: 37px!important;
}

.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding:  0 15px;
}
.footer__content-top {
    padding-bottom: 35px;
    display: block;
}

.collapsible-content-wrapper-narrow {
    padding: 0 15px;
}
.custom_banner_main.banner_1 .custom_banner_content {
    padding-bottom: 59px !important;
}
  .testimonial_item_heading {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #1c1c1c;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
    text-align: center;
    margin: 0;
    padding-top:10px;
    padding-bottom:10px;
}
  .custom_testimonial_item_content {
    padding: 15px;
}
  .newsletter-form {
    align-items: center !important;
    margin: 0 auto !important;
    max-width: 464px;
}
  .footer-block__newsletter {
    text-align: center !important;
    flex-grow: 1;
}
  .collapsible-content-wrapper-narrow {
    padding: 0 15px !important;
} 
}
p.announcement-bar__message.h5 span a {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
   font-family: 'Poppins', sans-serif;
   display: inline-block;
   margin-left: 40px;

}
p.announcement-bar__message.h5 {
    min-height: 35px;
}
.index_collapsiable .accordion summary svg>* {
    fill: #505050;
}
.index_collapsiable .accordion summary {
    align-items: center;
    justify-content: space-between;
}
.index_collapsiable .accordion summary svg {
    max-width: 15px;
    height: 15px;
    width: 100%;
}
.index_collapsiable .accordion [open] summary svg>*:first-child+* {
    opacity: 0;
}

 

.index_collapsiable .collapsible-content .accordion {
    border-color: #707070;
}



@media screen  and (max-width: 990px) {
  /* .temp_index .header-wrapper {
    position: relative;
    width: 100%;
} */
.custom_banner_main.banner_1 .custom_banner_content {
    position: inherit;
    bottom: 0;
    max-width: 570px;
    padding: 0 30px;
    width: 100%;
    padding-bottom: 50px !important;
}
}
/* .collections_grid_item_image {
    max-width: 100px;
    margin: 0 auto;
} */
.banner_2 .custom_banner_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.502;
}

.banner_2 .custom_banner_content {
    z-index: 1;
}



.collection_banner_main {
    max-width: 1620px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    border-bottom: 2px solid #f5f5f5;
}

.collection_banner_content h1 {
    text-align: center;
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    /* font-family: "Crimson Text"; */
    text-align: center;
    font-family: 'Crimson Text', serif;
    margin: 15px 0;
}

.collection_banner_description h2 {
    font-size: 21px;
    letter-spacing: 0px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    /* font-family: "Crimson Text"; */
    text-align: center;
    font-family: 'Crimson Text', serif;
    margin: 0;
}
.collection_banner_content span {
    font-size: inherit !important;
}
.collection_banner_content .coll_short_desc p, .collection_banner_content .coll_short_desc span {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    /* font-family: "Poppins"; */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    /* margin: 0; */
}
/* .collection_banner_content .coll_short_desc span {
    font-size: 14px !important;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    font-family: 'Poppins', sans-serif;
} */
.collection_banner_content .coll_short_desc a * {
    color: #907948;
    font-size: 14px !important;
    line-height: 26px;
  font-family: 'Poppins', sans-serif;
}
.collection_banner_content .coll_short_desc b{
      font-size: inherit !important;
    line-height: 26px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.coll_short_desc strong {
    font-size: inherit !important;
}

.collection_banner_content {
    text-align: center;
}

.collection_banner_content h3 {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    /* font-family: "Poppins"; */
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
/* .collection_banner_description h3,.collection_banner_description h2 {
    margin: 20px 0;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    text-align: center;
    font-family: 'Poppins', sans-serif;
} */
.collection_banner_description h2 {
    margin: 20px 0;
    font-size: 34px;
    line-height: 1.5;
    color: #000000;
    font-weight: 300;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.collection_banner_description h3 {
    font-size: 28px;
      margin: 20px 0;
    line-height: 1.5;
    color: #000000;
    font-weight: 300;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.collection_banner_description h4 {margin: 20px 0;font-size: 22px;line-height: 1.5;color: #000000;font-weight: 300;text-align: center;font-family: 'Poppins', sans-serif;}
button.collection_banner_readmore {
    background: none;
    border: 0;
    /* padding-top: 15px; */
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 70px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #141414;
    font-weight: 500;
font-family: 'Poppins', sans-serif;
    text-align: center;
    cursor: pointer;
}

.facets-wrapper.page-width {
    max-width: 1620px;
}

.collection.page-width {
    max-width: 1620px;
    width: 100%;
}

.collection_banner_main .container {
    max-width: 768px;
    margin: 0 auto;
}

.facets__heading.caption-large {
    opacity: 0.902;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 70px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 600;
    /* font-family: "Poppins"; */
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.disclosure-has-popup {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    font-family: "Poppins";
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.facet-filters__sort {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    font-family: "Poppins";
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

h2.facet-filters__label.caption-large.text-body {
    opacity: 0.902;
    font-size: 13px;
    letter-spacing: 3px;
    /* line-height: 70px; */
    text-transform: uppercase;
    color: #141414;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.announcement-bar__message {
    text-align: center;
    padding: 10px 0 10px 13px !important;
}

ul#product-grid {
    grid-column-gap: 43px;
  grid-row-gap:60px;
}

html .temp_collection .collection .grid--4-col-desktop .grid__item {
    max-width: calc(100% /4 - 129px / 4);
  width:100%;
}

.temp_collection .collection  .grid--4-col-desktop .grid__item {
    width: calc(25% - 30px);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}

.temp_collection .card__content {
    justify-content: center;
    text-align: center;
}

.temp_collection .card__content a {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 23px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 600;
    /* font-family: "Poppins"; */
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.temp_collection .collection-product-description{
  font-size: 14px;
letter-spacing: 0px;
line-height: 24px;
color: #1c1c1c;
font-weight: 300;
font-family: 'Poppins', sans-serif;
text-align: center;
}
.card__information {
    padding-top: 30px;
    /* padding-bottom: 30px; */
}
.temp_collection .collection-product-description {
    display: none;
}
.temp_collection .price {
    display: none;
}
.temp_collection summary.facets__summary.caption-large.focus-offset span {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #000000;
    font-weight: 300;
    text-transform:uppercase;
  font-family: 'Poppins', sans-serif;
    text-align: center;
}
.card-information {
    text-align: center !important;
}



.product-count.light {
    display: none;
}
.facets__form {
    display: grid;
    gap: 0 3.5rem;
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 0.5rem;
}
.disclosure span {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 0px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    /* font-family: "Poppins"; */
    font-family: 'Poppins', sans-serif;
}
.custom_testimonial_main span.custom_caption {
    font-weight: 400 !important;
}
.multicolumn span.custom_caption {
    font-weight: 400 !important;
}
.banner_2 span.custom_banner_caption {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
  font-family: 'Poppins', sans-serif;
    text-align: center;
}
.blogs_section_index span.custom_caption{
    font-weight: 400 !important;
}
.custom_featured_collections_main .collections_grid_item_image {
    border: 1px solid #f1e5d8;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    display: none;
}
.blogs_section_index a.link.underlined-link.large-up-hide {
    display: none;
}
.custom_options_selection_field select {
    text-align: left;
}
.multicolumn a.link.animate-arrow:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

@media screen  and (max-width: 768px) 

{
.custom_banner_main.banner_2 .custom_banner_image::after{
      content: '' ;
    position: absolute ;
    top: 0;
    right: 0;
    bottom: 0 ;
    left: 0 ;
    background-color: #000 ;
    opacity: 0.502;
}
  .banner_2 .custom_banner_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.502;
    display:none;
}
  .temp_collection .collection .grid--4-col-desktop .grid__item {
    width: calc(50% - 30px) !important;
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
}

.custom_testimonial_grid {
    display: block;
    scroll-snap-type: unset;
}

.custom_testimonial_grid .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    margin: 0 !important;
    z-index: 1;
}

.custom_testimonial_grid .slick-list.draggable {
    max-width: 100%;
    margin: 0 auto;
}
.custom_testimonial_grid_item {
    margin: 0 10px;
}
.custom_testimonial_grid .slick-next {right: 0px;}

.custom_testimonial_grid .slick-prev {
    left: 0px;
}

.custom_testimonial_header .custom_heading, .custom_banner_main.banner_2 h2.custom_banner_heading,.multicolumn .title.custom_heading {
    font-size: 28px;
    line-height: 1.2;
}
.custom_banner_main.banner_1 .custom_banner_content {padding: 0 12px;}
.custom_banner_image img {
    min-height: 400px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_banner_main.banner_1 h2.custom_banner_heading {
    font-size: 26px;
    line-height: 1.2;
}
.collection_banner_content h1 {
    font-size: 30px;
    line-height: 1.2;
}
  
  
 }
ul#HeaderCountryList li a span {
    line-height: 30px;
}
.menu-drawer__localization.header-localization select.currency-switcher {
    box-shadow: none !important;
    background: #fff !important;
}

@media screen  and (max-width: 990px) {
.collection_banner_main {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0px 0 50px 0 !important;
    border-bottom: 2px solid #f5f5f5;
      margin-bottom: 0 !important;
}
  ul#product-grid {
    grid-column-gap: 30px;
    grid-row-gap: 45px;
}
   body:not(.temp_index) details#Details-menu-drawer-container {
    padding-left: 5px;
}
.header__icons .doubly-wrapper {
    display: none;
}
.menu-drawer__localization localization-form.no-js-hidden {
    display: none;
}
.menu-drawer__localization .doubly-wrapper {
    margin-left: 0 !important;
}
  .menu-drawer__localization .doubly-wrapper {
    float: none;
}
.menu-drawer__localization .doubly-wrapper {
    float: none;
    z-index: 2;
    position: relative;
}
  .menu-drawer__localization .doubly-wrapper {
    padding-top: 0;
    padding-bottom: 10px;
}

.menu-drawer__localization.header-localization select.currency-switcher {
    background-color: #f8f8f8 !important;
    color: #000 !important;
    line-height: 1 !important;
}
  .mobile-facets__main>.mobile-facets__details>.mobile-facets__summary>div>span {
    opacity: 0.902;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #141414;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

}
.announcement-bar-section .utility-bar.color-background-2.gradient.utility-bar--bottom-border {
    background-color: #000;
}
body:not(.temp_index) .menu-drawer {
 /* margin-top: -10px !important; */
      height: 100vh !important;
    padding-bottom: 46px !important;
}
body:not(.temp_index) summary.header__icon.header__icon--menu.header__icon--summary.link.focus-inset svg:nth-child(2) {
    margin-top: -45px;
}
.section-header.shopify-section-group-header-group {
    background-color: #fff;
}
.safari_active body:not(.temp_index) .menu-drawer {
    height: 100vh;
    padding-bottom: 16vh !important;
}
details-modal.header__search input#Search-In-Modal {
    padding: 1.5rem !important;
    padding-right: 9.8rem !important;
}
.doubly-wrapper select.currency-switcher {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 0px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border: 0;
    background: transparent;
    padding: 5px;
}
.desktop-localization-wrapper {
    display: none !important;
}

.collection_banner_content ul,.collection_banner_content ol {
    text-align: left;
}
.collection_banner_content ul li, .collection_banner_content ol li {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.blogs_section_index .blog__posts .article-card .card__information>a {
    display: none;
}
.shopify-policy__container {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-bottom: 100px;
}
.shopify-policy__title>h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-family: "Crimson Text";
    margin-top: 20px;
}
.shopify-policy__body h2 {
    font-size: 30px;
    font-family: "Crimson Text";
    margin: 20px 0 10px;
}
.shopify-policy__body p {
    margin-top: 0;
    margin-bottom: 10px;
  font-weight: 300;
}
.shopify-policy__body *:not(h2,h3) {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    color: #000;
      
}

.shopify-policy__body h3 {
    font-size: 24px;
    margin: 20px 0 10px;
    color: #000;
    font-family: "Crimson Text";
}
.shopify-policy__body h2,.shopify-policy__body h2 * {
    font-size: 30px;
    font-family: "Crimson Text";
    margin: 20px 0 10px;
    font-weight: 400;
}
.shopify-policy__body h3, .shopify-policy__body h3 * {
    font-size: 24px;
    margin: 20px 0 10px;
    color: #000;
    font-family: "Crimson Text";
    font-weight: 400;
}
.shopify-policy__body a {
    color: #907948 !important;
}
body.temp_product-curtain_template .multicolumn {
    padding-bottom: 50px;
}
.yotpo-main-widget-layout .yotpo-head {
    margin-top: 20px !important;
}
.doubly-wrapper select.currency-switcher,.menu-drawer__localization.header-localization select.currency-switcher {
    -webkit-appearance: none!important;
    appearance: none!important;
    padding-right: 18px;
    background-image: url(/cdn/shop/files/down.svg?v=1702892431) !important;
    background-repeat: no-repeat !important;
    background-size: 10px 10px !important;
    background-position: right center !important;
  line-height: 1.5;
}
/* .safari_active body:not(.temp_index) .section-header.scrolled-past-header.shopify-section-header-sticky.animate .menu-drawer {
    height: 100vh;
    padding-bottom: 25vh !important;
} */
@media screen  and (max-width: 768px) {
  .temp_collection .product-grid-container ul#product-grid li.grid__item {
    max-width: 100% !important;
    width: 100% !important;
}
.temp_collection .card .card__inner .card__media>div img {
    left: 50%;
    transform: translateX(-50%);
}
  .product-grid-container a.pagination__item {
    width: 100%;
    height: 90%;
    font-size: 12px;
}
.product-grid-container .pagination__item.pagination__item--current.light {
    font-size: 12px;
    font-weight: 400;
}
.product-grid-container .pagination__list>li {
    flex: 1;
}
.product-grid-container .pagination__list>li:not(:last-child) {
    margin-right: 5px;
}
.product-grid-container .pagination__item {
    height: 40px;
}
  .blogs_section_index .blog__posts.articles-wrapper {
    margin-bottom: 0;
}

.blogs_section_index .blog__posts.articles-wrapper::after {
    display: none;
}
  .custom_blogs_header h2.custom_heading {
    font-size: 28px;
    margin-bottom:0px!important;
}
  
}
@media screen  and (max-width: 480px) {

  .blogs_section_index .blog__posts .article-card .card__information h3.card__heading a
{
    font-size: 14px !important;
    line-height:18px!important;
  }
  
body:not(.temp_index) .menu-drawer {
 /* margin-top: -10px !important; */
      height: 100vh !important;
    padding-bottom: 60px !important;
}
  /* .temp_collection .collection .grid--4-col-desktop .grid__item {
    width: calc(100%) !important;
    max-width:100%!important;
} */
}
body:not(.temp_index) .shopify-section-header-sticky div#menu-drawer {
    padding-bottom: 0 !important;
  
}

