/** Shopify CDN: Minification failed

Line 214:4 Expected identifier but found ")"
Line 695:4 Comments in CSS use "/* ... */" instead of "//"
Line 1838:90 Expected ":"
Line 1869:31 Expected identifier but found "!"
Line 1869:34 Expected identifier but found "!"
Line 1870:32 Expected identifier but found "!"
Line 1870:35 Expected identifier but found "!"

**/
h2.h1,h2{
  font-size: 27px;
  line-height:1.1;
}
p{
  font-size: 17px;
  line-height:1.2;
}
.utility-bar__grid .announcement-bar-slider, .announcement-bar-slider, .announcement-bar-slider .slider {
    width: 55%;
}
.custom_collection .colection_inner_main .swiper-slide.custom_collection_inner {
    margin-right: 32px;
}
.custom_collection .colection_inner_main .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
      transition-timing-function: ease-out;
    margin: 0 auto;
}
.custom_collection .colection_inner_main button.slick-arrow {border:none;position: absolute;top: 50%;right: -45px;background-color: #000; transform: translateY(-50%);z-index: 1;border-radius: 50%;cursor: pointer;font-size: 0;line-height: 0;width: 26px;height: 26px;padding: 0;}

.custom_collection .colection_inner_main button.slick-prev {
    left: -50px;
}

.custom_collection .colection_inner_main button.slick-arrow:before {
    content: "";
    position: absolute;
    border-top: 2px solid #fff;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    top: 50%;
    left: 48%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.custom_collection .colection_inner_main button.slick-prev:before {
    transform: translate(-50%,-50%) rotate(-130deg);
    left: 58%;
}
.banner .banner__content .banner__box .banner__buttons a {
    font-size: 13px;
    font-family: var(--font-heading-family);
    letter-spacing: 0;
    font-weight: 600;
}
.custom_collection .colection_inner_main button.slick-arrow.slick-disabled {
    display: none !important;
}
header nav.header__inline-menu ul li a span {
    color: #000;
    font-size: 16px;
  position: relative;
  text-decoration: none;
}
.cust_featur_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cust_featur_title .featured_coll_main_arrows span.icon.icon-new {display: inline-block;width: 34px;height: 34px;}
.cust_featur_title .featured_coll_main_arrows span.icon.icon-new svg {
    width: 34px;
    height: 34px;
  cursor: pointer;
}
.cust_featur_title .featured_coll_main_arrows span.icon.icon-new.icon_prev svg {
    transform: rotate(180deg);
    margin-left: -10px;
    top: 1px;
    position: relative;
}
.cust_featur_title .featured_coll_main_title h2 {
    margin: 0;
}
.custom_collection .colection_inner_main .swiper-slide.custom_collection_inner a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1.6;
      width: 100%;
}

.custom_collection .colection_inner_main .swiper-slide.custom_collection_inner a img {
    object-fit: cover;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #e0164a;
    padding: 1px;
}

.custom_collection .colection_inner_main .swiper-slide.custom_collection_inner a:visited img {
    border-color: #eee;
}

.custom_collection .colection_inner_main .swiper-slide.custom_collection_inner a span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.custom_collection .colection_inner_main {
    padding: 4px 0;
}
.banner .banner__content .banner__box h2.banner__heading {
    font-size: 47.988px;
    text-shadow: 2px 2px #000000;
    line-height: 1.1;
    font-weight: 600;
}
a.button.button--primary {
    min-height: 48px;
    position: relative;
    max-width: unset;
}
.banner .banner__content .banner__box {
    max-width: 600px;
}
.home_first_collection .collection-list-wrapper ul{
  justify-content: center;
}
.home_first_collection .collection-list-wrapper ul.grid--2-col-desktop li {
    padding: 10px;
      width: calc(33.3333%);
    max-width: calc(33.3333%);
}
.home_first_collection .collection-list-wrapper ul li .card {
    position: relative;
}
.home_first_collection .collection-list-wrapper ul li .card .card__inner {
    max-height: 500px;
}
.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information span.title_btn_underline {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    font-size: 17px;
    line-height: 1.2;
    transition: color .1s ease;
    width: auto;
}

.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information span.title_btn_underline:before, .home_first_collection .collection-list-wrapper ul li .card .card__content .card__information span.title_btn_underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    pointer-events: none;
    transition: transform .3s cubic-bezier(.33,0,0,1);
    transition: transform .3s cubic-bezier(.33,0,0,1);
}
.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information span.title_btn_underline:before {
    transform-origin: 100% 50%;
    transform: scaleZ(1);
    transition-delay: .1s;
    transition-delay: .1s;
}
.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information span.title_btn_underline:after {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition-delay: 0s;
}
.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information span.title_btn_underline:hover:before {transform: scale3d(0, 1, 1);transition-delay: 0s;}
.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information span.title_btn_underline:hover:after {
    transform: scaleZ(1);
    transition-delay: .1s;
    transition-delay: .1s;
}
.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information h3.card__heading a {
    position: relative;
}
.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information h3.card__heading a.title_btn_underline_main:after {
    display: none;
}
.home_first_collection .collection-list-wrapper ul li .card .card__content .card__information h3.card__heading a.title_btn_underline_main {
    text-decoration: none;
    display: inline-block;
    padding-top: 24px;
    color: #fff;
    font-family: var(--font-body-family);
}
.home_first_collection .card__content .card__information {
    padding: 0;
    position: absolute;
    bottom: 36px;
    left: 36px;
}
.home_first_collection .collection-list-wrapper ul li .card .card__inner .card__media:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 52%, rgba(0, 0, 0, 1) 100%, #000);
    );z-index: 111;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.home_first_collection .card__content .card__information h3.card__heading a.full-unstyled-link {
    font-size: 31.5px;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.005em;
    font-weight: 600;
}
div#collection-template--23238857097517__custom_featured_collection_ciBzVA {}

.collection slider-component {
    cursor: grab;
    overflow-x: scroll;
}

.collection .cust_featur_title.collection__title h2 {
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: -0.005em;
    line-height: 1.2;
}

.collection .cust_featur_title.collection__title .center.collection__view-all {
    text-align: left;
    position: relative;
}

.collection .cust_featur_title.collection__title .center.collection__view-all a.cust_title_with_btn {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 12px;
    color: #111111;
    text-decoration: none;
    line-height: 1.2;
    transition: color .1s ease;
    padding-bottom: 8px;
    font-size: 17px;
    letter-spacing: 0;
    cursor: pointer;
}

.collection .cust_featur_title.collection__title .center.collection__view-all a.cust_title_with_btn:before, .collection .cust_featur_title.collection__title .center.collection__view-all a.cust_title_with_btn:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    pointer-events: none;
    transition: transform .3s cubic-bezier(.33,0,0,1);
    transition: transform .3s cubic-bezier(.33,0,0,1);
}

.collection .cust_featur_title.collection__title .center.collection__view-all a.cust_title_with_btn:hover:before {
    transform: scale3d(0, 1, 1);
    transition-delay: 0s;
}

.collection .cust_featur_title.collection__title .center.collection__view-all a.cust_title_with_btn:hover:after {
    transform: scaleZ(1);
    transition-delay: .1s;
    transition-delay: .1s;
}

.collection .cust_featur_title.collection__title .center.collection__view-all a.cust_title_with_btn:before {
    transform-origin: 100% 50%;
    transform: scaleZ(1);
    transition-delay: .1s;
    transition-delay: .1s;
}

.collection .cust_featur_title.collection__title .center.collection__view-all a.cust_title_with_btn:after {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition-delay: 0s;
}

.collection .cust_featur_title.collection__title {
    margin-bottom: 32px;
}

.collection ul.grid.product-grid {
    margin-top: 0;
}

.collection ul.grid.product-grid li {
    border: 1px solid transparent;
    padding: 13px;
}

.collection ul.grid.product-grid li:hover {
    border-color: #111111;
}
.collection ul.grid.product-grid li .card__content {text-align: center;}

.collection ul.grid.product-grid li .card__content .card__information .card-information {
    text-align: center;
}
.collection ul.grid.product-grid li .card__content .card__information {
    padding: 0;
    margin: 12px 0 8px;
}

.collection ul.grid.product-grid li .card__content .card__information h3 {
    font-size: 13.97px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
        display: inline-block;
    font-weight: 600;
}
.collection ul.grid.product-grid li .card-wrapper:hover .card .card__content .card__information h3 a {
    text-decoration: none;
}
.collection ul.grid.product-grid li .card-wrapper .card .card__content .card__information .card_variant_detail {}

.collection ul.grid.product-grid li .card__content .card__information .card-information .price {
    margin-top: 0;
}

.collection ul.grid.product-grid li .card__content .card__information .card-information .price .price__regular span.price-item.price-item--regular {
    font-size: 17px;
    color: #111111;
    font-weight: 600;
    font-family: var(--font-heading-family);
    line-height: 1.1;
}

.collection ul.grid.product-grid li .card__content .card__information .card_variant_detail .no_of_color {}

.collection ul.grid.product-grid li .card__content .card__information .card_variant_detail .no_of_color span.color {
    color: #111;
    font-size: 13px;
    opacity: .6;
}

.collection ul.grid.product-grid li .card__content .card__information .card_variant_detail 
 .cust_colors {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.collection ul.grid.product-grid li .card__content .card__information .card_variant_detail .cust_colors .cust_colors_images {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    -moz-column-gap: 6px;
    column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    line-height: 100%;
}

.collection ul.grid.product-grid li .card__content .card__information .card_variant_detail .cust_colors .cust_colors_images label.custom_swatch_images img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    border-radius: 100%;
    object-position: center center;
    aspect-ratio: 1;
}
.home_cust_image_text .image-with-text__grid .image-with-text__text-item .image-with-text__text {
    margin-top: 0;
}
.collection ul.grid.product-grid li .card__content .card__information .card_variant_detail .cust_colors .cust_colors_count {
    opacity: .8;
    white-space: nowrap;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1;
}
.home_cust_image_text .image-with-text__grid .image-with-text__text-item .heading_image img {
    max-width: 280px;
    max-height: 100px;
    margin-bottom: 40px;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.home_cust_image_text .image-with-text__grid .image-with-text__text-item .image-with-text__text p {color: #fff;line-height: 1.5;}
.home_cust_image_text .image-with-text__grid .image-with-text__text-item a.button.button--primary {
    margin-top: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.left-right-image-text .left-right-image-text_main {
    display: flex;
    background: #562a26;
    align-items: center;
}
.left-right-image-text .left-right-image-text_main .left-right-image-text_center,
.left-right-image-text .left-right-image-text_main .left-right-image-text_left, .left-right-image-text .left-right-image-text_main .left-right-image-text_right {
     width: 100%; 
     max-width: 33.33%; 
    height: 100%;
      min-height: 600px;
}
.left-right-image-text .left-right-image-text_main .left-right-image-text_left img, .left-right-image-text .left-right-image-text_main .left-right-image-text_right img {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    object-fit: cover;
  min-height: 619px;
    max-width: 619px;
}

.left-right-image-text .left-right-image-text_main .left-right-image-text_center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 63px;
    line-height: 1.1;
}

.left-right-image-text .left-right-image-text_main .left-right-image-text_center .left-right-image-text_center_text h2 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600;
    color: #d1d8c0;
    margin: 0;
}

.left-right-image-text .left-right-image-text_main .left-right-image-text_center h3 {font-size: 16px;line-height: 1.4;font-weight: 600;color: #d1d8c0;margin: 12px 0 0;}
.newsletter.cust_newsletter_form .newsletter__wrapper {
    padding: 40px 3.3vw;
    display: flex;
    justify-content: space-between;
}

.newsletter.cust_newsletter_form .newsletter__wrapper .newsletter_main {
    max-width: 650px;
    width: 100%;
    text-align: left;
}

.newsletter.cust_newsletter_form .newsletter__wrapper .newsletter_main+div {
    max-width: 450px;
    width: 100%;
  margin-top:0;
}

.newsletter.cust_newsletter_form .newsletter__wrapper .newsletter_main h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
}

.newsletter.cust_newsletter_form .newsletter__wrapper .newsletter_main .newsletter-subheading {
    margin-top: 12px;
}

.newsletter.cust_newsletter_form .newsletter__wrapper .newsletter_main .newsletter-subheading p {
    margin: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form {
    margin: 0;
    max-width: 100%;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form input {
    background: #fff;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    transition: border-color .3s ease, box-shadow .3s ease;
    font-weight: 400;
    padding: 15px;
    height: 48px;
    width: 100%;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form .field:before,.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form .field:after {
    display: none;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form .field label.field__label {
    display: none;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form input::placeholder {
    opacity: 1;
    visibility: visible;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form button#Subscribe {
    background: #000;
    color: #fff;
    margin-left: 8px;
    display: inline-block;
    font-size: 13px;
    width: auto;
    position: relative;
    height: 48px;
    min-width: 120px;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form button#Subscribe span.svg-wrapper.cust_btn {
    height: unset;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form .field {
    position: relative;
    width: 100%;
}

.newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form .newsletter-form__field-wrapper {
    max-width: 100%;
}

.newsletter.cust_newsletter_form .newsletter__wrapper .newsletter-compact__signup-footer {
    margin-top: 12px;
}

.newsletter.cust_newsletter_form .newsletter__wrapper .newsletter-compact__signup-footer p {
    font-size: 13px;
    margin: 0;
    color: #000;
    text-align: left;
    line-height: 1.5;
}
.border-cust {position: relative;margin-top: 40px;}

.border-cust:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    max-width: calc(var(--page-width) - 10rem);
    box-shadow: inset 0 1px #aaaaaa;
    width: 100%;
    height: 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.home_featured_collection slider-component.page-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  overflow:hidden;
}
.home_featured_collection slider-component.page-width ul button.slick-arrow {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.home_featured_collection slider-component ul.product-grid li {
    max-width: 400px;
    width: 100%;
}
.home_featured_collection slider-component ul.product-grid {
    overflow: hidden;
}
.home_featured_collection slider-component ul.product-grid .slick-list.draggable {
    padding-left: 290px;
}
li.ext_list {
    display: none;
}

.collection ul.grid.product-grid li.ext_list {
    height: auto;
    position: absolute;
    right: 0;
    border: none;
    top: 50%;
    transform: translateY(-50%);
}

.collection ul.grid.product-grid li.ext_list span.cust-another_title {
    color: #111;
    font-size: 20.98px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: var(--font-heading-family);
    width: 100%;
    display: block;
}

.collection ul.grid.product-grid li.ext_list a.cust_another_btn_label {
    display: inline-block;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.2;
    color: #111;
    padding-bottom: 2px;
    text-decoration: none;
    position: relative;
    width: auto;
}

.collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:before,.collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.444em;
    width: 100%;
    height: 2px;
    background: currentColor;
    pointer-events: none;
    transition: transform .3s cubic-bezier(.33,0,0,1);
    transition: transform .3s cubic-bezier(.33,0,0,1);
}
.collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:before {transform-origin: 100% 50%;transform: scaleZ(1);transition-delay: .1s;transition-delay: .1s;}

.collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:after {
    transform: scaleZ(1);
    transition-delay: .1s;
    transition-delay: .1s;
}

.collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:after {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition-delay: 0s;
}

.collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:hover:before {
    transform: scale3d(0, 1, 1);
    transition-delay: 0s;
}

.collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:hover:after {
    transform: scaleZ(1);
    transition-delay: .1s;
    transition-delay: .1s;
}
.collection ul.grid.product-grid li .card__content .card__information h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home_cust_image_text .image-with-text__media-item .image-with-text__media {
    border: none;
}
.cust_newsletter_form .newsletter__wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
footer.footer .footer-block__details-content img {
    max-width: 350px;
  width: 100%;
}

footer.footer .footer-block__details-content p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
}

footer.footer .footer-block.grid__item {
    //width: 38%;
    padding-right: 100px;
}
footer.footer .footer-block.grid__item ul.footer-block__details-content.list-unstyled li a {
    font-size: 17px;
    padding: 0;
    margin-top: 12px;
    line-height: 1.4;
}

    footer.footer .footer-block.grid__item ul.footer-block__details-content.list-unstyled li:first-child a {
    margin-top: 0;
}

footer.footer .footer-block.grid__item:last-child {width: 20%;padding-right: 0;}

footer.footer .footer-block.grid__item .footer-block__details-content p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}

footer.footer .footer-block.grid__item .footer-block__details-content p a {
    color: #ffffffB3;
}
footer.footer h2.footer-block__heading.inline-richtext {
    text-transform: uppercase;
    font-size: 13.20px;
    margin-bottom: 16px;
}
footer.footer .footer__content-bottom {
    border-top: none;
    display: flex;
    flex-direction: row-reverse;
}
footer.footer .footer__content-bottom-wrapper.footer__content-bottom-wrapper--center {
    justify-content: flex-start;
}
footer.footer .footer__content-bottom-wrapper.footer__content-bottom-wrapper--center {
    justify-content: flex-start;
}
footer.footer .footer__content-bottom-wrapper.footer__content-bottom-wrapper--center .footer__copyright.caption {
    margin-top: 0;
}
footer.footer .footer__content-bottom-wrapper.footer__content-bottom-wrapper--center .footer__copyright.caption small.copyright__content {
    font-size: 13.209px;
}
footer.footer .footer__content-bottom-wrapper.footer__content-bottom-wrapper--center .footer__copyright.caption  small.poered {
    display: none;
}
footer.footer .footer__content-bottom .footer__column.footer__column--info .static_footer_payment {width: 100%;}
.home_featured_collection_list .collection-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.home_featured_collection_list .collection-list-wrapper .cust_btn_title {
    max-width: var(--page-width);
    margin: 0 auto;
      margin-bottom: 32px;
    padding: 0 5rem;
}

.home_featured_collection_list slider-component.slider-mobile-gutter .slick-list.draggable {
    padding-left: 290px;
}

.home_featured_collection_list slider-component.slider-mobile-gutter button.slick-arrow {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.home_featured_collection_list slider-component.slider-mobile-gutter li {
    padding: 0px 12px;
}

.home_featured_collection_list slider-component.slider-mobile-gutter li .card__content .card__information {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background: linear-gradient(to top, #0006 0%, #0003 30%, #0000 100%);
}

.home_featured_collection_list slider-component.slider-mobile-gutter li .card__content .card__information h3 {
    color: #fff;
    padding-bottom: 12px;
    padding-left: 16px;
  padding-right: 16px;
}
.home_featured_collection_list slider-component.slider-mobile-gutter li .card__content .card__information h3 span.icon-wrap {
    position: absolute;
    right: 16px;
}
.home_featured_collection_list slider-component.slider-mobile-gutter li .card__content .card__information h3 span.icon-wrap svg.icon.icon-arrow {
    width: 20px;
    height: auto;
}
.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main h2 {
    color: #111;
    font-size: 27px;
    line-height: 1.5;
    font-weight: 600;
}

.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main a {
    font-size: 17px;
    color: #111;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;
    min-height: initial;
    padding: 0 0 4px;
    line-height: 1.2;
    transition: color .1s ease;
    position: relative;
    display: inline-block;
}

.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main a:before, .home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    pointer-events: none;
    transition: transform .3s cubic-bezier(.33,0,0,1);
    transition: transform .3s cubic-bezier(.33,0,0,1);
}

.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main a:before {
    transform-origin: 100% 50%;
    transform: scaleZ(1);
    transition-delay: .1s;
    transition-delay: var(--duration-ultra-fast);
}

.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main a:after {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
    transition-delay: 0s;
}
.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main a:hover:before {
    transform: scale3d(0, 1, 1);
    transition-delay: 0s;
}

.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main a:hover:after {
    transform: scaleZ(1);
    transition-delay: .1s;
    transition-delay: .1s;
}

.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main-arrows span.icon.icon-new {
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main-arrows span.icon.icon-new.icon_prev svg {
    transform: rotate(180deg);
    top: 1px;
    position: relative;
    margin-left: -10px;
    width: 34px;
    height: 34px;
}
.product__info-wrapper .product__title h1 {
    font-size: 27px;
    color: #111;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.005em;
}
.product__info-wrapper .product__tax.caption.rte {
    display: none;
}
.product__info-wrapper .price.price--on-sale .price__container+span.badge.price__badge-sale.color-scheme-4 {
    display: none;
}
fieldset.var-color label.custom_swatch_images {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(170,170,170,.5) !important;
    padding: 2px !important;
}
fieldset.var-color label.custom_swatch_images img {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    object-fit: cover;
}

fieldset.var-color input:checked+ label.custom_swatch_images {
    border-color: #000 !important;
    background-color: transparent;
    box-shadow: none;
}
.product__info-wrapper .product__title {
    margin-bottom: 8px;
}
.product__info-wrapper .prod-cust_price {
    margin: 12px 0 0;
}

.product__info-wrapper .prod-cust_price .price.price--on-sale .price__sale span.price-item.price-item--sale.price-item--last {
    color: #c31818;
    font-weight: 600;
    line-height: 1.5;
    font-size: 17px;
    margin-right: 0;
}

.product__info-wrapper .prod-cust_price .price.price--on-sale .price__sale  s.price-item.price-item--regular {
    color: #111;
    font-size: 17px;
    font-weight: 600;
}

.product__info-wrapper variant-selects {
    margin-top: 20px;
}

.product__info-wrapper variant-selects legend.form__label {
    font-size: 17px;
    color: #111;
}

.product__info-wrapper variant-selects legend.form__label span {
    opacity: .7;
}

.product__info-wrapper variant-selects fieldset {
    margin-bottom: 0;
}

.product__info-wrapper variant-selects fieldset+fieldset {
    margin-top: 20px;
}
.cust_prod_buy_btn form .product-form__buttons {
    max-width: 100%;
}
.product__info-wrapper variant-selects fieldset.var-size label {border-radius: 0;padding: 10px 16px;border-color: #aaa;font-size: 17px;transition: all .3s ease-in-out;}

.product__info-wrapper variant-selects fieldset.var-size input:checked+label {
    background: transparent;
    color: #111;
    border-color: #111;
    box-shadow: 0px 0px 0px 1px #111 inset;
}
.cust_prod_buy_btn form .product-form__buttons {
    max-width: 100%;
}

.cust_prod_buy_btn form .product-form__buttons button {
    font-size: 13.29px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-family: var(--font-heading-family);
}
.product__info-wrapper .product-form__quantity {
    display: none;
}
.product__info-wrapper .product__accordion .accordion__content p, .product__info-wrapper .product__accordion .accordion__content ul li {
    font-size: 17px;
    color: #111;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}
.product__info-wrapper .product__accordion  summary {
    padding: 16px 0;
}

.product__info-wrapper .product__accordion summary .summary__title h2 {
    font-size: 18px;
    color: #111;
    font-weight: 600;
}

.product__info-wrapper .product__accordion {
    border-color: #aaa;
}
.product__info-wrapper .prod-cust_price .price .price__regular span.price-item.price-item--regular {
    color: #111;
    font-weight: 600;
    line-height: 1.5;
    font-size: 17px;
    margin-right: 0;
}
h2.related-products__heading.inline-richtext.h2 {}

product-recommendations.related-products ul li .card__content .card__information {
    margin: 12px 0px 8px;
    padding: 0;
}

product-recommendations.related-products ul li .card__content .card__information h3 {
    font-size: 13.97px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 600;
  display: unset;
}

product-recommendations.related-products ul li .card__content .card__information h3 a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

product-recommendations.related-products ul li .card__content .card__information .card-information .price  .price__regular span.price-item.price-item--regular {
    font-size: 17px;
    color: #111111;
    font-weight: 600;
    font-family: var(--font-heading-family);
    line-height: 1.1;
}

product-recommendations.related-products ul li .card__content .card__information .card-information {
}

product-recommendations.related-products ul li .card__content .card__information .card-information .price {
    justify-content: center;
    text-align: center;
}

product-recommendations.related-products ul li .card__content .card__information .card_variant_detail .no_of_color {
    color: #111;
    font-size: 13px;
    opacity: .6;
    text-align: center;
}

product-recommendations.related-products ul li .card__content .card__information .card_variant_detail  .cust_colors {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

product-recommendations.related-products ul li .card__content .card__information .card_variant_detail .cust_colors .cust_colors_images {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    -moz-column-gap: 6px;
    column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    line-height: 100%;
}

product-recommendations.related-products ul li .card__content .card__information .card_variant_detail .cust_colors .cust_colors_images img {
    width: 16px;
    height: 16px;
    object-fit: cover;
    border-radius: 100%;
    object-position: center center;
    aspect-ratio: 1;
}
product-recommendations.related-products ul li .card__content .card__information .card_variant_detail .cust_colors .cust_colors_count {
    opacity: .8;
    white-space: nowrap;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1;
}
span.cust_badge {
    margin-left: .5em;
    margin-top: 0;
    color: #c31818;
    font-size: 13.20px;
    font-weight: 600;
    font-family: var(--font-heading-family);
    letter-spacing: 0;
}
.product__info-wrapper .price.price--on-sale {
    display: flex;
    align-items: center;
}
.product__info-wrapper .price.price--on-sale .price__container {
    margin-bottom: 0;
}
.custom-inventory {
}

.custom-inventory .custom-inventory_image {
    display: flex;
    align-items: center;
}

.custom-inventory .custom-inventory_image img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    margin-right: 9px;
    display: block;
}

.custom-inventory .custom-inventory_image .custom-inventory_image {
    display: none;
     font-size: 15.096px;
    line-height: 1.1; 
}

.custom-inventory.avai_qua .custom-inventory_image  .high_quant {
    display: block;
     color: #3c9342;
}
.custom-inventory.no_ava_qua .custom-inventory_image .low_quant {
    display: block;
    color: #a70100;
      
}

.custom-inventory .custom-inventory_progress_bar {
    margin-top: 15px;
}

.custom-inventory .custom-inventory_progress_bar .progress_bar {
    display: block;
    height: 4px;
    background: #f5f5f5;
}
.custom-inventory.avai_qua .custom-inventory_progress_bar span#progress_bar {
    background: #3c9342;
    transition: width .75s ease .45s, background-color .5s ease .2s;
    width: 100%;
}

.custom-inventory.no_ava_qua .custom-inventory_progress_bar span#progress_bar {
        width: 100%;
    background: #f5f5f5;
}
.custom_icon_text {
    margin: 0 !important;
    padding: 8px 0 5px;
    display: flex;
    align-items: center;
      gap: 5px;
    justify-content: space-between;
}

.custom_icon_text .custom_icon_text_inner img {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
    margin-right: 8px;
}

.custom_icon_text .custom_icon_text_inner {
    display: flex;
    align-items: center;
}
.custom_icon_text .custom_icon_text_inner_payment ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    padding-left: 10px;
    justify-self: flex-start;
}
.custom_icon_text .custom_icon_text_inner_payment ul li {
    margin: 0 4px;
}

.custom_icon_text .custom_icon_text_inner_payment ul li img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}
.custom_icon_text .custom_icon_text_inner span {
    line-height: 1.5;
    font-size: 15.096px;
    color: #111;
    font-weight: 400;
  width: max-xontent;
}
.custom-review .review_inner_main .review_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 42px;
    margin-right: 42px;
}

.custom-review .review_inner_main .review_inner .review_inner_text {
    flex: 1 1 auto;
}

.custom-review .review_inner_main .review_inner .review_inner_image {  
    width: 50%;
    margin-left: 7%;
  flex: 0 0 50%;
  height: 100%;
  
}

.custom-review .review_inner_main .review_inner .review_inner_image img {
    width: 100%;
}

.custom-review .review_inner_main .review_inner .review_inner_text .review_inner_text_rev_icon img {
    width: 88px;
    display: block;
    object-fit: contain;
    height: auto;
}
.custom-review .review_inner_main button.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
      width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-review .review_inner_main .review_inner.image_first {
    flex-direction: row-reverse;
}

.custom-review .review_inner_main .review_inner.image_first .review_inner_image {
    margin-left: 0;
    margin-right: 7%;
}

.custom-review .review_inner_main button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.custom-review .review_inner_main button.slick-arrow:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
}
.custom-review .review_inner_main button.slick-prev.slick-arrow:before {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-40deg);
}

.custom-review .review_inner_main button.slick-next.slick-arrow:before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
.custom-review .review_inner_main .review_inner .review_inner_text .review_inner_text_revs span {
    display: block;
    margin-top: 12px;
    font-size: 17px;
    color: #000;
    letter-spacing: 0;
}
.custom-review .review_inner_main .review_inner .review_inner_text .review_inner_text_revs h2 {
    font-size: 26.43px;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: var(--font-body-family);
}
.home_first_collection ul li .card-wrapper {
    cursor: pointer;
}
product-recommendations.related-products {
    position: relative;
}

product-recommendations.related-products:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    max-width: calc(var(--page-width) - 10rem);
    box-shadow: inset 0 1px #aaaaaa;
    width: 100%;
    height: 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
.recomm_main_head {
    display: flex;
    justify-content: space-between;
}

.recomm_main_head h2.related-products__heading.inline-richtext.h1 {
    margin-bottom: 27px;
    font-weight: 600;
    letter-spacing: -0.005em;
    line-height: 1.2;
}
product-recommendations.related-products ul.grid button.slick-arrow {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.recomm_main_head .featured_coll_main_arrows span.icon-new {
    display: inline-block;
    width: 34px;
    height: 34px;
}
product-recommendations.related-products.page-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

product-recommendations.related-products ul.grid .slick-list.draggable {
    padding-left: 300px;
    padding-right: 100px;
}
product-recommendations.related-products ul.grid .slick-list.draggable li .card__inner {
    --ratio-percent: 125% !important;
}
product-recommendations.related-products ul.grid .slick-list.draggable li {
    border: 1px solid transparent;
    padding: 13px;
}

product-recommendations.related-products ul.grid .slick-list.draggable li:hover {
    border-color: #111111;
}
.recomm_main_head .featured_coll_main_arrows span.icon.icon-new.icon_prev svg {
    transform: rotate(180deg);
    margin-left: -10px;
    top: 1px;
    position: relative;
}
.recomm_main_head .featured_coll_main_arrows span.icon.icon-new svg {
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.product__info-wrapper .product__accordion summary svg.icon.icon-caret {
    display: none;
}

.product__info-wrapper .product__accordion summary {
    position: relative;
}

.product__info-wrapper .product__accordion summary .summary__title:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: currentColor;
    right: 0;
    width: 16px;
}

.product__info-wrapper .product__accordion summary .summary__title:before {
    content: "";
    position: absolute;
    top: 22%;
    transform: translateX(-50%);
    height: 16px;
    background: currentColor;
    right: 14px;
    width: 2px;
}

.product__info-wrapper .product__accordion summary .summary__title {
    position: relative;
}
.product__info-wrapper .product__accordion details[open] summary .summary__title::before {
    opacity: 0;
}
product-recommendations.related-products {
    margin-top: 20px;
}
.footer-block span.acc_mob {
    display: none;
}
.product media-gallery slider-component.thumbnail-slider {
    display: none;
}
.collection-hero  .collection-hero__inner h1.collection-hero__title.center {
    font-size: 36px;
    color: #111;
    font-weight: 600;
    letter-spacing: -0.005em;
}
facet-filters-form form#FacetFiltersForm {
    position: relative;
}

.collection_main_fileter {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
}
.collection_main_fileter div#FacetsWrapperDesktop {
    position: absolute;
    bottom: 0;
}

div#FacetsWrapperDesktop {
    transform: translateY(25px);
    opacity: 0;
    transition: all 0.2s linear;
}
.collcetion_list aside#main-collection-filters {
    position: sticky;
    top: 0;
    z-index: 1111;
    padding-top: 20px;
    padding-bottom: 4px;
    background-color: #fffc;
    backdrop-filter: blur(10px);
}
.collection_main_fileter .collection_main_fileter_icon {width: max-content;cursor: pointer;}

.collection_main_fileter .collection_main_fileter_icon button.filter-bar__button.filter-bar__button--filters.cust_filter_cions {border: none;background: transparent;display: flex;padding: 0;align-items: center;
                                                                                                                               cursor: pointer;
                                                                                                    }
.collection_main_fileter.activeFilter span.icon.icon-new.icon-chevron-small svg {
    transform: rotate(180deg);
}
.collcetion_list form#FacetFiltersForm .facet-filters.sorting.caption .select select,
.collcetion_list form#FacetFiltersForm .facet-filters.sorting.caption h2.facet-filters__label.caption-large.text-body {
    font-size: 17px;
    color: #111;
    letter-spacing: 0;
}
.collcetion_list form#FacetFiltersForm details .facets__header {
    font-size: 13px;
    color: #111;
}

.collcetion_list form#FacetFiltersForm details .facets__header facet-remove {
    display: none;
}
.collcetion_list form#FacetFiltersForm details fieldset.facets-wrap.parent-wrap ul li span.facet-checkbox__text {
    color: #111;
    font-size: 17px;
    font-weight: normal;
}
.collcetion_list form#FacetFiltersForm div#FacetsWrapperDesktop {
    z-index: 111;
}

.collcetion_list form#FacetFiltersForm div#FacetsWrapperDesktop h2#verticalTitle {
    display: none;
}
.collcetion_list form#FacetFiltersForm details .parent-display.facets__display {
    border: 1px solid #000;
    top: 100%;
    left: -1px;
}
.collcetion_list form#FacetFiltersForm details[open] {
    border-color: #111;
  position: relative;
}
.collcetion_list form#FacetFiltersForm details .facets__display {
    top: 100%;
    left: -1px;
    border-color: #111;
}
.collcetion_list form#FacetFiltersForm details[open]:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 5px;
    background: #fff;
    left: 0;
    z-index: 11;
}
.collcetion_list form#FacetFiltersForm div#FacetsWrapperDesktop details#Details-filter summary {border: 1px solid #000;}

.collcetion_list form#FacetFiltersForm details {
    border: 1px solid #aaa;
    padding: 8px;
      margin-right: 16px;
}

.collcetion_list form#FacetFiltersForm details summary.facets__summary.caption-large.focus-offset {
    margin-bottom: 0;
}
.collcetion_list form#FacetFiltersForm details summary.facets__summary.caption-large.focus-offset:hover .facets__summary-label {
    text-decoration: none;
}

#FacetFiltersForm .facets__wrapper.active {
    position: relative;
    transform: translateY(35px);
    margin-bottom: 40px;
    opacity: 1;
}
.collection_main_fileter.activeFilter span.icon.icon-new.icon-chevron-small svg {
    transform: rotate(180deg);
}

.collection_main_fileter .collection_main_fileter_icon button.filter-bar__button.filter-bar__button--filters.cust_filter_cions span.icon.icon-new.icon-filter {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.collection_main_fileter .collection_main_fileter_icon button.filter-bar__button.filter-bar__button--filters.cust_filter_cions span.filter-bar__button-text {
    font-size: 17px;
}

.collection_main_fileter .collection_main_fileter_icon button.filter-bar__button.filter-bar__button--filters.cust_filter_cions svg {}

.collection_main_fileter .collection_main_fileter_icon button.filter-bar__button.filter-bar__button--filters.cust_filter_cions span.icon.icon-new.icon-chevron-small svg {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.collection_main_fileter .collection_main_fileter_count {
    padding-left: 16px;
    font-size: 15.96px;
    color: #1119;
}
header nav.header__inline-menu ul li a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: currentColor;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform .3s cubic-bezier(.33,0,0,1);
  transition: transform .3s cubic-bezier(.33,0,0,1);
}
header nav.header__inline-menu ul li a:hover span{
    text-decoration: none;
}
header nav.header__inline-menu ul li a:hover span:before {
  transform-origin: 0% 50%;
  transform: scaleZ(1);
  text-decoration: none;
}
.about_us_banner.banner--small:not(.banner--adapt) {
    min-height: 476px;
}
.about_us_banner .banner__content .banner__text {
    margin-top: 12px;
}
.about_us_banner .banner__content .banner__text p {
    color: #fff;
}
.about_collapsible h2.collapsible-content__heading {
    font-size: 27px;
    margin-bottom: 28px;
}

.about_collapsible .accordion details summary {
    padding: 24px 0;
    position: relative;
}

.about_collapsible .accordion details summary h3.accordion__title {
    font-size: 18px;
    color: #111;
}
.about_collapsible .accordion {
    border-color: #aaa;
}
.about_collapsible .accordion details summary  svg.icon.icon-caret {
    opacity: 0;
}
.about_collapsible .accordion details summary:before {
    content: "";
    position: absolute;
    top: 40%;
    transform: translateX(-50%);
    height: 16px;
    background: currentColor;
    right: 14px;
    width: 2px;
}
.about_collapsible .accordion details summary:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: currentColor;
    right: 0;
    width: 16px;
}
.about_collapsible .accordion details summary:hover {
    background: transparent;
}
.about_collapsible .accordion details summary:hover h3 {
    text-decoration: none;
}
.about_collapsible .accordion details[open] summary:before {
    opacity: 0;
}
.about_collapsible .accordion details .accordion__content ul li,
.about_collapsible .accordion details .accordion__content p {
    color: #111;
}

.about_collapsible .accordion details .accordion__content {
    padding: 0;
}
.about_richtext .rich-text__wrapper {
    max-width: 700px;
}

.about_richtext .rich-text__wrapper h2.rich-text__heading {
    font-size: 31.5px;
}

.about_richtext .rich-text__wrapper  .rich-text__text {
    margin-top: 12px;
}

.about_richtext .rich-text__wrapper .rich-text__text p {
    color: #111;
}
.about_gallery  .about_gallery_inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

.about_gallery .about_gallery_inner .about_img img {
    width: 100%;
    height: 100%;
}

.about_gallery .about_gallery_inner .about_img {
    max-width: 20%;
}
.text-image-overlay .text-image-overlay {
    display: flex;
    align-items: center;
    position: relative;
}

.text-image-overlay .text-image-overlay .text-image-overlay_text, .text-image-overlay .text-image-overlay .text-image-overlay_image {
    width: 50%;
}

.text-image-overlay .text-image-overlay .text-image-overlay_text {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.text-image-overlay .text-image-overlay .text-image-overlay_text h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.2;
}

.text-image-overlay .text-image-overlay .text-image-overlay_image img.big_image {
    width: 100%;
    height: 100%;
}

.text-image-overlay .text-image-overlay .text-image-overlay_image {
    padding-left: 50px;
    padding-bottom: 50px;
    position: relative;
}

.text-image-overlay .text-image-overlay .text-image-overlay_image img.small_image {
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_main_sec h1.main-page-title.page-title {font-size: 31.5px;margin-bottom: 12px;color: #111;}

.page_main_sec p {
    color: #111;
}
.contact h2.title {
    font-size: 27px;
}
.contact form .field {
    flex-wrap: wrap-reverse;
}

.contact form .field label.field__label {
    position: relative;
    top: 0;
    left: 0;
    color: #111;
    font-size: 17px;
    margin-bottom: 8px;
}

.contact form .field::before, .contact form .field::after {
    display: none;
}

.contact form .field input,.contact form .field textarea {
    border: 1px solid #aaa;
    padding: 8px 12px;
}


.contact_us_footer p {
    font-size: 13px;
    width: 100%;
    display: inline-block;
}


@media (max-width: 1441px){
  .custom_collection .colection_inner_main button.slick-arrow {
    right: -35px;
}
  .custom_collection .colection_inner_main button.slick-prev {
    left: -35px;
}
  product-recommendations.related-products ul.grid .slick-list.draggable {
    padding-left: 60px;
    padding-right: 0;
}
  .home_featured_collection slider-component ul.product-grid .slick-list.draggable {
    padding-left: 60px;
}
  .home_featured_collection_list slider-component.slider-mobile-gutter .slick-list.draggable {
    padding-left: 60px;
}  
}


@media (max-width: 1024px){
  footer.footer .footer-block.grid__item .footer-block__details-content p {
    font-size: 16.75px;
}
  footer.footer .footer-block__details-content img {
    max-width: 286px;
}
  footer.footer .footer-block.grid__item {
    padding-right: 50px;
}
  .home_featured_collection_list slider-component.slider-mobile-gutter .slick-list.draggable,
  .home_featured_collection slider-component ul.product-grid .slick-list.draggable,
   product-recommendations.related-products ul.grid .slick-list.draggable {
    padding-left: 40px;
}
  .about_gallery  .about_gallery_inner {
    gap: 28px;
}
  .text-image-overlay .text-image-overlay .text-image-overlay_text h2 {
    font-size: 33px;
    line-height: 1.1;
}
  
}


@media (max-width: 768px){
  .custom_collection .colection_inner_main .swiper-slide.custom_collection_inner {
    margin-right: 12px;
}
  .banner .banner__content .banner__box h2.banner__heading {
    font-size: 42px;
}
  footer.footer .footer-block__details-content img {
    max-width: 200px;
}
  footer.footer .footer-block.grid__item {
    width: unset;
    padding-right: 0;
}
  footer.footer .footer-block.grid__item:last-child {
    width: unset;
}
  .home_featured_collection_list slider-component.slider-mobile-gutter li .card__content .card__information h3 {
    font-size: 16.59px;
}
  .custom-review .review_inner_main .review_inner .review_inner_text .review_inner_text_revs h2 {
    font-size: 25.68px;
}
  .home_first_collection .collection-list-wrapper ul li {
    width: 100%;
    max-width: 100%;
}
  .about_collapsible h2.collapsible-content__heading {
    font-size: 23px;
}
  .about_richtext .rich-text__wrapper h2.rich-text__heading {
    font-size: 27px;
}
  .about_richtext .rich-text__wrapper .rich-text__text p {
    font-size: 16px;
}
  .about_richtext .rich-text__wrapper {
    max-width: 100%;
    width: 100% !important;
}
  .text-image-overlay .text-image-overlay .text-image-overlay_image img.small_image {
    width: 150px;
    height: 150px;
}
  .text-image-overlay .text-image-overlay .text-image-overlay_text h2 {
    font-size: 24px;
}
}

@media (max-width: 749px){
  .utility-bar__grid .announcement-bar-slider, .announcement-bar-slider, .announcement-bar-slider .slider {
    width: 100%;
}
.custom_collection .colection_inner_main .swiper-slide.custom_collection_inner a img {over;
    width: 66px;
    height: 66px;
}
  .custom_collection .colection_inner_main button.slick-arrow {
    right: -10px;
}
  .custom_collection .colection_inner_main button.slick-prev {
    left: -15px;
}
  .custom_collection .colection_inner_main .swiper-slide.custom_collection_inner a  span{
    word-break: break-word;
}
  .banner .banner__content .banner__box h2.banner__heading {
    font-size: 22px;
    line-height: 1.1;
}
  a.button.button--primary {
    min-height: 32px;    
    font-size: 12.54px;
}
.banner .banner__content .banner__box .banner__buttons {
    margin-top: 10px;
}
.banner .banner__content .banner__box {
    max-width: 100%;
    padding: 28px;
      position: absolute;
  bottom:0;
}  
  .home_first_collection ul.collection-list {
    padding-left: 0 !important;!i;!;
    padding-right: 0 !important;!i;!;
}
.home_first_collection ul.collection-list li {
    padding: 5px 0;
}
  .home_first_collection .card__content .card__information h3.card__heading a.full-unstyled-link {
    font-size: 25.2px;
}
  .home_first_collection .collection-list-wrapper ul li .card .card__content .card__information h3.card__heading a.title_btn_underline_main {
    padding-top: 24px;
    font-size: 16.315px;
}
  .collection .cust_featur_title.collection__title h2 {
    font-size: 21.6px;
}
  .collection .cust_featur_title.collection__title .center.collection__view-all a.cust_title_with_btn {
    margin-top: 8px;
    font-size: 16px;
}
  .collection .cust_featur_title.collection__title {
    margin-bottom: 28px;
}
  .home_featured_collection slider-component ul.product-grid .slick-list.draggable {
    padding-left: 15px;
}
  .collection ul.grid.product-grid li {
    border: none;
    padding: 0 13px 0 0;
}
  .collection ul.grid.product-grid li .card__content .card__information h3 {
    font-size: 13.27px;
    color: #111;
    font-weight: 600;
    display: inherit;
}
  .collection ul.grid.product-grid li .card__content .card__information .card-information .price .price__regular span.price-item.price-item--regular {
    font-size: 12px;
}
  .collection ul.grid.product-grid li .card__content .card__information .card_variant_detail .no_of_color span.color {
    font-size: 12px;
}
  .collection ul.grid.product-grid li .card__content .card__information .card_variant_detail .cust_colors {
    display: none;
}
  .featured_coll_main_arrows {
    display: none;
}
  .collection ul.grid.product-grid li.ext_list span.cust-another_title {;
    font-size: 16.79px;
}
  .collection ul.grid.product-grid li.ext_list a.cust_another_btn_label {
    font-size: 16.15px;
}
  .collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:before, .collection ul.grid.product-grid li.ext_list a.cust_another_btn_label:after {
    bottom: 0;
}
  .home_cust_image_text .image-with-text__grid .image-with-text__text-item .heading_image img {
    max-width: 200px;
    max-height: 74px;
    margin-bottom: 0px;
}
  .home_cust_image_text .image-with-text__grid .image-with-text__text-item div.image-with-text__content {
    padding: 40px 18px;
}
  .home_cust_image_text .image-with-text__grid .image-with-text__text-item .image-with-text__text p {
    line-height: 1.5;
    font-size: 16.15px;
}
  .home_cust_image_text .image-with-text__grid .image-with-text__text-item a.button.button--primary {
    font-size: 12.54px;
    padding: 17px 25px;
    color: #111;
}
  .left-right-image-text .left-right-image-text_main {
    flex-wrap: wrap;
}
  .left-right-image-text .left-right-image-text_main .left-right-image-text_center, .left-right-image-text .left-right-image-text_main .left-right-image-text_left, .left-right-image-text .left-right-image-text_main .left-right-image-text_right {
    max-width: 100%;
    min-height: 375px;
}
  .left-right-image-text .left-right-image-text_main .left-right-image-text_center {
    padding: 40px 18px;
}
  .left-right-image-text .left-right-image-text_main .left-right-image-text_center h3 {
    font-size: 14.4px;
    line-height: 1.4;
}
  .left-right-image-text .left-right-image-text_main .left-right-image-text_center {
    min-height: unset;
}
  .left-right-image-text .left-right-image-text_main .left-right-image-text_center .left-right-image-text_center_text h2 {
    font-size: 28.8px;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper {
    flex-wrap: wrap;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper .newsletter_main h2 {
    font-size: 16.79px;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper .newsletter_main .newsletter-subheading p {
    font-size: 14.34px;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper .newsletter_main+div {
    max-width: 100%;
    margin-top: 24px;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form input {
    padding: 8px 12px;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form .field {
    flex-wrap: wrap;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form button#Subscribe {
    margin-left: 0;
    font-size: 13px;
    height: 48px;
    min-width: 100%;
    width: 100%;
    margin-top: 12px;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper form#contact_form button#Subscribe span.svg-wrapper.cust_btn {    height: unset;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-block;
    width: 100%;
    font-size: 12.54px;
}
  .newsletter.cust_newsletter_form .newsletter__wrapper .newsletter-compact__signup-footer p {
    font-size: 12.54px;
    line-height: 1.4;
}
  footer.footer .footer__content-top {
    padding-left: 18px;
    padding-right: 18px;
}
  footer.footer .footer__content-top .footer-block.grid__item .footer-block__details-content.rte:first-child {
    margin-bottom: 24px;
}
  footer.footer .footer__content-top .footer-block.grid__item .footer-block__details-content {
    margin-bottom: 20px;
}
  
footer.footer .footer__content-top .footer-block.grid__item .footer-block__details-content p {
    font-size: 16.15px;
    line-height: 1.4;
}
  footer.footer h2.footer-block__heading {
    font-size: 12.54px;
}
footer.footer .footer-block.grid__item {
    margin: 0;
}
footer.footer .footer-block.grid__item h2.footer-block__heading {
    padding: 20px 0;
    margin: 0;
}
footer.footer .footer-block.grid__item ul.footer-block__details-content.list-unstyled li a {
    padding: 0;
    margin-top: 12px;
    font-size: 16.15px;
    line-height: 1.4;
}

footer.footer .footer-block.grid__item ul.footer-block__details-content.list-unstyled li:first-child a {
    margin-top: 0;
}
  footer.footer .footer__content-bottom {
    flex-direction: column-reverse;
}
  footer.footer .footer__content-bottom-wrapper.footer__content-bottom-wrapper--center {
    padding-left: 18px;
    padding-right: 18px;
}
  footer.footer .footer__column.footer__column--info {
    padding-left: 18px;
    padding-right: 18px;
}
footer.footer .footer__content-bottom .footer__column.footer__column--info .static_footer_payment ul {
    padding-top: 0;
          justify-content: flex-start;
}
footer.footer .footer__content-bottom .footer__column.footer__column--info .static_footer_payment ul li img {
    width: 32px;
}
footer.footer .footer__content-top .footer-block.grid__item .footer-block__details-content p:first-child {
    margin-top: 0;
}

footer.footer .footer__content-top .footer-block.grid__item .footer-block__details-content p:last-child {
    margin-bottom: 0;
}
  .home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main h2 {
    font-size: 21.6px;
}
  .home_featured_collection_list .collection-list-wrapper .cust_btn_title .cust_btn_title_main a {
    font-size: 16px;
}
  .home_featured_collection_list .collection-list-wrapper .cust_btn_title {
    padding: 0 1.5rem;
}
  .cust_btn_title_main-arrows {
    display: none;
}
  .home_featured_collection_list slider-component.slider-mobile-gutter .slick-list.draggable {
    padding-left: 0;
}
  .home_featured_collection_list slider-component.slider-mobile-gutter li .card__content .card__information h3 {
    padding-left: 12px;
    padding-right: 12px;
}
  .home_featured_collection_list slider-component.slider-mobile-gutter li {
    padding: 0px 12px 0 0;
}
  .home_featured_collection_list slider-component.slider-mobile-gutter li .card__inner {
    min-height: 232px;
}
  .home_featured_collection_list slider-component.slider-mobile-gutter li .card__content .card__information h3 a {
    padding-right: 20px;
}
  .product__info-wrapper .product__title h1 {
    font-size: 17px;
    line-height: 1.2;
}
  .product__info-wrapper .prod-cust_price {
    margin: 8px 0 0;
}
  .product__info-wrapper .prod-cust_price .price .price__regular span.price-item.price-item--regular {
    font-size: 16px;
}
  .product__info-wrapper variant-selects {
    margin-top: 6px !important;
}
  .cust_prod_ext {
    display: none;
}
 .product__info-wrapper variant-selects legend.form__label {
    font-size: 16.15px;
}
  .product__info-wrapper .product__accordion summary .summary__title h2 {
    font-size: 14.4px;
    color: #111;
    font-weight: 600;
}
  .product__info-wrapper .product__accordion .accordion__content p, .product__info-wrapper .product__accordion .accordion__content ul li {
    font-size: 16.5px;
}
  .product__info-wrapper .prod-cust_price .price.price--on-sale .price__sale s.price-item.price-item--regular,
.product__info-wrapper .prod-cust_price .price.price--on-sale .price__sale span.price-item.price-item--sale.price-item--last {
    font-size: 16px;
} 
  product-recommendations.related-products ul li .card__content .card__information .card_variant_detail .no_of_color,
  product-recommendations.related-products ul li .card__content .card__information .card-information .price  .price__regular span.price-item.price-item--regular {
    font-size: 12px;
}
product-recommendations.related-products ul li .card__content .card__information .card_variant_detail  .cust_colors {
    display: none;
}  
  .custom_icon_text_inner_payment {
    overflow-x: scroll;
}
  product-recommendations.related-products ul.grid .slick-list.draggable {
    padding-left: 2px;
}
  .recomm_main_head h2.related-products__heading.inline-richtext.h1 {
    margin-bottom: 15px;
}
  product-recommendations.related-products ul.grid {
    margin-top: 0;
}
  .custom-review .review_inner_main .review_inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-left:0;
    margin-right:0;
}
  .custom-review .review_inner_main .review_inner.image_first{
    flex-direction: column-reverse;
            align-items: flex-start;
  }
  .custom-review .review_inner_main .review_inner .review_inner_image {
    width: 100%;
    margin-left: 0;
    flex: 0 0 100%;
}
  .custom-review .review_inner_main .review_inner .review_inner_text {
    flex: 0 0 100%;
    width: 100%;
}
  .review_inner_text_rev_icon {
    margin-top: 16px;
}
  .custom-review .review_inner_main .review_inner .review_inner_text .review_inner_text_revs h2 {
    font-size: 16px;
    margin-top: 8px;
}
  .custom-review .review_inner_main .review_inner .review_inner_text .review_inner_text_revs span {
    margin-top: 10px;
    opacity: .6;
    font-size: 16.15px;
}
  .custom-review .review_inner_main button.slick-arrow {
    top: 68%;
}
  .custom-review .review_inner_main button.slick-arrow:before {
    width: 10px;
    height: 10px;
}
  .custom-review .review_inner_main button.slick-arrow {
    background: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 0 2px #11111117, 0 2px 6px #11111124;
}
  .custom-review .review_inner_main button.slick-next.slick-arrow:before {
    left: auto;
    right: 15px;
}
  .custom-review .review_inner_main button.slick-prev.slick-arrow:before {
    left: auto;
    right: 10px;
}
  product-info.cust_main_prod {
    padding-top: 0;
}
  .product .product__media-wrapper media-gallery slider-component.slider-mobile-gutter ul li .product-media-container.media-type-image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
  .product .product__media-wrapper media-gallery slider-component.thumbnail-slider ul.thumbnail-list li {
    width: 8px;
    height: 8px;
}

.product .product__media-wrapper media-gallery slider-component.thumbnail-slider ul.thumbnail-list li button.thumbnail img {
    display: none;
}

.product .product__media-wrapper media-gallery slider-component.thumbnail-slider ul.thumbnail-list li button.thumbnail {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
    opacity: .3;
}
.product .product__media-wrapper media-gallery slider-component.thumbnail-slider ul.thumbnail-list li button.thumbnail[aria-current="true"] {
    opacity: 1;
}
.product .product__media-wrapper media-gallery slider-component.thumbnail-slider ul.thumbnail-list {
    justify-content: center;
  margin-bottom: 0;
}
  .product .product__info-wrapper {
    margin-top: 21px;
}
  .product__info-wrapper variant-selects fieldset+fieldset {
    margin-top: 12px;
}
  .product__info-wrapper variant-selects fieldset.var-size label {
    padding: 9px 15px;
}
  .custom-inventory .custom-inventory_image .custom-inventory_image {
    font-size: 14.34px;
}
  .cust_prod_buy_btn form .product-form__buttons button {
    min-height: 48px;
    font-size: 12.54px;
}
  .custom-inventory .custom-inventory_image img {
    margin-right: 6px;
}
  .custom-inventory {
    margin-bottom: 0;
}
  .cust_prod_buy_btn product-form.product-form {
    margin-top: 16px;
        margin-bottom: 16px;
}
  .custom_icon_text .custom_icon_text_inner span {
    font-size: 14.34px;
    width: max-content;
}
  .custom_icon_text .custom_icon_text_inner img {
    width: 30px;
    height: 30px;
}
  .product__info-wrapper .product__accordion .accordion__content {
    padding-left: 0;
    padding-right: 0;
}
  .recomm_main_head h2.related-products__heading.inline-richtext.h1 {
    font-size: 21.6px;
}
  .product__info-wrapper .product__accordion summary .summary__title:before {
    height: 14px;
}
  .product__info-wrapper .product__accordion summary .summary__title:after {
    width: 14px;
        right: 2px;
}
  product-recommendations.related-products {
    margin-top: 0;
}
  product-recommendations.related-products:before {
    max-width: calc(100% - 3rem);
}
  .footer-block span.acc_mob {
    display: block;
}

.footer-block span.acc_mob svg {
    width: 14px;
    height: 14px;
}
footer.footer .footer-block.grid__item h2.footer-block__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  footer.footer .footer-block.grid__item h2.footer-block__heading.mob_footer_acc+ul,
footer.footer .footer-block.grid__item h2.footer-block__heading.mob_footer_acc+div {
    display: none;
          margin-bottom: 0;
        padding-bottom: 20px;
}
  footer.footer .footer-block.grid__item h2.footer-block__heading {
    border-top: 1px solid #fff3;
}
footer.footer .footer-block.grid__item h2.footer-block__heading.mob_footer_acc {  
  padding: 16px 0;
}
  footer.footer .footer-block.grid__item h2.footer-block__heading.mob_footer_acc.active span.acc_mob {
    transform: rotate(180deg);
}
  .product media-gallery slider-component.thumbnail-slider {
    display: flex;
}
  span.cust_badge {
    font-size: 12.54px;
}
  .custom_collection .colection_inner_main .swiper-slide.custom_collection_inner a {
    font-size: 14px;
}
  .border-cust:before {    content: "";
    position: relative;
    top: 0;
    left: 0;
    max-width: calc(100% - 3rem);
}
  .collection ul.grid.product-grid li .card__content,
  .collection ul.grid.product-grid li .card__content .card__information .card-information {
    text-align: left;
}
 .collection ul.grid.product-grid li .card__content .card__information .card-information .price {
    line-height: 100%;
} 
  .collection ul.grid.product-grid li .card__content .card__information .card_variant_detail .no_of_color {
    line-height: 100%;
    margin-top: 2px;
}
  .home_featured_collection_list .collection-list-wrapper .cust_btn_title {
    margin-bottom: 28px;
}
  .collection-hero  .collection-hero__inner h1.collection-hero__title.center {
    font-size: 25.2px;
}
  .collcetion_list aside#main-collection-filters .product-count.light.medium-hide.large-up-hide {
    display: none;
}
.collcetion_list aside#main-collection-filters menu-drawer.mobile-facets__wrapper details.mobile-facets__disclosure.disclosure-has-popup {
    border: 1px solid #111;
    padding: 8px 16px;
    margin-bottom: 20px;
}
  .collcetion_list aside#main-collection-filters {
    position: unset;
    top: unset;
    backdrop-filter: unset;    
}
  .about_us_banner.banner--small:not(.banner--adapt) {
    min-height: 50vh;
}
  .about_us_banner.banner .banner__content .banner__box{
    position: relative;
  }
  .about_us_banner .banner__content .banner__text p {
    font-size: 16px;
}
  .about_collapsible h2.collapsible-content__heading {
    font-size: 21.6px;
}
  .about_collapsible .accordion {
    margin-top: 0;
}
  .about_collapsible .accordion details summary h3.accordion__title {
    font-size: 14.4px;
}
  .about_collapsible .accordion details .accordion__content ul li, .about_collapsible .accordion details .accordion__content p {
    font-size: 16.15px;
            line-height: 1.5;
}
  .about_collapsible .accordion details .accordion__content ul li:not(:first-child) {
    margin-top: 8px;
}
  .about_richtext .rich-text__wrapper h2.rich-text__heading {
    font-size: 25.2px;
}
  .about_richtext .rich-text__wrapper .rich-text__text p {
    font-size: 16.15px;
    line-height: 1.5;
}
  .about_gallery  .about_gallery_inner {
    flex-wrap: wrap;
}
  .about_gallery .about_gallery_inner .about_img {
    max-width: calc(50% - 15px) !important;
}
  .text-image-overlay .text-image-overlay {
    flex-wrap: wrap-reverse;
}
  .text-image-overlay .text-image-overlay .text-image-overlay_text {
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
}
  .text-image-overlay .text-image-overlay .text-image-overlay_text, .text-image-overlay .text-image-overlay .text-image-overlay_image {
    width: 100%;
}
  .text-image-overlay .text-image-overlay .text-image-overlay_image {
    padding-left: 25px;
    padding-bottom: 55px;
}
.about_collapsible .accordion details summary:after {
    width: 14px;
}
  .about_collapsible .accordion details summary:before {
    top: 41%;
    height: 14px;
    right: 12px;
}
  
}



.shopify-policy__container {
    max-width: 700px;
    margin-bottom: 60px;
}
.shopify-policy__title {
    text-align: left;
}
.shopify-policy__container p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.contact_us_footer a {
    color: #000;
}
.int-workat .about_img {
    max-width: 25% !important;
}
