/** Shopify CDN: Minification failed

Line 2723:9 Unexpected "{"
Line 2723:18 Expected ":"
Line 2723:25 Unexpected "{"

**/
html {
  scroll-behavior: smooth;
}
/* Hide-Price-group-Option-on-PDP-page code by nivara14112 */

.custom-ni-price-group
{
  display:none;
}
.template-index li.single-category a {
    color: #fff !important;
}
.template-index .menu-drawer__navigation-container li.single-category a {
   color: #000 !important;
}

h1, h2, h3, h4, .h0, .h1, .h2, .h3, .h4, .h5, p, h4.collection-item--maintitle a, .detail-wrapper p a, small.copyright, small.copyright a, .footer-block__details-content .list-menu__item--link, .footer-block.grid__item.fotr_txts a  {
      font-family:  var(--font-body)!important;
}
.collection-header-subtitle, span.feature-item--price, body .home-banner-credits p, a.banner-button, span.collection-item--price, .price .price-item, body .empty-collection p{
  font-family: "Gill Sans", Helvetica, Arial, sans-serif !important;
}
details-modal.header__search {
    margin-right: 8px;
}
.detail.stock.disabled span {
    display: none !IMPORTANT;
}
.detail.stock.disabled span.out-of-stock {
    display: block !IMPORTANT;
}
.product-important-details.primary-details.disabled>div {
    display: none;
}
label.color-swatch {
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    margin: 0.5rem auto;
    border-radius: 50%;
    border: solid 1px #E0E0E0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.variants.sold_out .color-swatch{
opacity:0.125;
}
.variants.sold_out:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(56, 56, 56, 0.35);
    transform: translateY(1.75rem) rotate(-45deg);
}
.featured-artist .collection-item.display--whole--left .collection-item--details .collection-item--title {
   font-family: Adobe Garamond Pro, Georgia, Times New Roman, Times, serif !important;
    font-style: normal;
    font-size: 30px !important;
    line-height: 1.35;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    color: #292929;
}
body .collection-brands  header.page-header.no-image {
    padding-top: 0;
    margin-bottom: 0;
}
body .details-nav {
    margin-bottom: 0;
}
.header__heading, .header__heading-link {
    display: flex;
    align-items: center;
}
header.header a.parent-category[href*=sale] {
    color: #b91717 !important;
}
.panel  a {
    text-transform: unset;
    color: blue;
    text-decoration: underline;
}
span.price-item {
    text-transform: uppercase;
}
.banner-button, .detail-wrapper h6, .footer-block__heading {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    font-family: "Gill Sans", Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    transition: letter-spacing 0.75s ease-in-out;
    text-decoration: none;
    font-weight: 500;
    color: #292929;
/*     margin-top: 1.5rem; */
}
.banner-button:after {
    display: block;
    content: "";
    border-bottom: solid 1px #292929;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
}
.banner-button:hover:after {
    opacity: 0.5;
    transform: translateY(0.125rem);
}
p, .rte div {
     margin: 0.75rem 0;  
}

body#trnk-for-the-trade .footer {
    background: #f5f3ef;
    margin: 0 !IMPORTANT;
}
.shopify-section-header-sticky {
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.075);
}
.template-collection .card__information {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.grid {
    display: -webkit-flex;
}
.template-collection .price {
    margin: 0;
}

.template-collection .card-information {
    width: auto;
}
.menu li .submenu {
    display: block;
    position: fixed;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    padding: 10px 0 0;
    transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1), transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100vw;
    transform: none;
    margin-left: -50vw;
    left: 50%;
    top: unset;
    z-index: -1;
    pointer-events: none;
    transform: translateY(-30px);
}
.menu li:hover .submenu,  .trade-link:hover ul.tadses{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    transform: translateY(0);
}
.menu  li a:after, .trade-link .trade-link-text:after, .trade-link ul.tadses li a:after, a.header__icon:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    border-bottom: solid 1px #000;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menu li:hover > a:after,  .trade-link:hover .trade-link-text:after, .trade-link ul.tadses li a:hover:after, a.header__icon:hover:after {
    transform: scaleX(1);
}
.menu li {
    margin: 0 1.5rem;
}
.menu li a, .trade-link .trade-link-text, span.visually-hiddens, a.header__icon, a,.collection-filter .filter-wrapper h6, .home-banner-credits p {
      font-family: "Gill Sans", sans-serif !Important;
  font-size: 10px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    color: #292929;
    text-decoration: none;
  transition: width 0.35s ease-in-out;
    position: relative;
/*     white-space: nowrap; */
}
.menu li .submenu .submenu-wrapper {
    display: block;
    position: relative;
    padding: 2rem 5rem 3rem;
    background: #fff;
}

.menu li .submenu .submenu-wrapper .submenu-container {
    display: flex;
    position: relative;
    padding: 2rem 1rem 5rem;
    pointer-events: none;
    max-width: 110em;
    width: 100%;
    margin: 0 auto;
}
body ul.subcategory li.title-link {
    margin: 0 0 12px 0;
}
body ul.subcategory li.subcategory {
    margin: 0;
}
body .menu  li .submenu ul.subcategory:first-child {
    padding-left: 0;
}
.trade-link ul li:last-child {
    padding-bottom: 1.5rem;
}
.menu .menu--navigation li:hover .submenu ul.subcategory, section.site-header .menu .menu--navigation li:hover .submenu .featured-product {
    pointer-events: auto;
    transform: none;
}
li.title-link {
    margin-bottom: 12px;
}
li.title-link a.title {
    margin: 0;
    font-weight: 400;
}
span.title{
  color:#000;
}
.trade-link ul li {
    padding: 0.25rem 1.5rem;
    margin: 0;
    list-style: none;
       background: #fff !IMPORTANT;
}
.trade-link ul li:first-child {
    padding-top: 1.5rem;
}
.submenu ul li.subcategory a, ul.tadses li a, .footer-block.grid__item.fotr_txts a, small.copyright, small.copyright a  {
    letter-spacing: 0.25px;
    font-size: 13px;
    line-height: 23px;
    text-transform: capitalize;
    color: #292929;
    text-decoration: none;
    position: relative;
    font-family: 'avenir-light' !important;
}
.trade-link ul.tadses {
    text-align: left;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    padding: 20px 0 0;
    margin: 0 0 0 -1.5rem;
    list-style: none;
    width: 150px;
 
}
.trade-link:hover {
    overflow: visible;
}
.trade-link {
    float: right;
    position: relative;
    width: 4.5rem;
    height: 2.25rem;
    right: inherit;
    top: -6px;
    overflow: hidden;
    margin-left: 20px;
}


.page-width-narrows {
    max-width: 82%;
    margin: 0 auto;
    padding: 0 5rem;
} 
section#trade-appointment .page-width-narrows {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.section-collection-list .home-featured-collections-header a.banner-button {
    margin-bottom: 2.5%;
}
a.blinks {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
}
.template-article {
    overflow-x: hidden;
}

.collection-list .collection-item.display--whole--right .collection-item--details span.collection-item--price, 
.template-collection .collection-item.display--whole--left .collection-item--details span.collection-item--price{
    display: block;
    position: relative;
    margin: 2rem 0;
}
/* Exibition Journal */
h4.collection-item--maintitle a {
    text-transform: capitalize;
    letter-spacing: 0;
}
.template-blog h4.collection-item--maintitle a {
    font-family: "Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
    line-height: 23px;
    text-transform: capitalize;
    letter-spacing: 0px !important;
    font-size: 16px !important;
    color: var(--color-black);
    text-decoration: none;
    font-weight: 400;
}
.template-blog .collection-list .collection-item .collection-item--details:not(.display--whole--right):not(.display--whole--left) .collection-item--title {
    font-size: 14px !important;
    
}
h4.collection-item--maintitle {
    margin: 0;
}
.feature-item.blog_portraits {
    width: 100%;
    max-width: 444px;
}
.collection-item--price {
    position: relative;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    color: #292929;
}
.collection-item--meta .collection-item--title:after {
    content: '|';
    opacity: 0.5;
    right: -9px;
    position: absolute;
    top: -1px;
}
a.button.button--primary.klaviyo-bis-trigger {
    margin-bottom: 20px!important;
    width: 100% !important;
}
.collection-item--title {
    margin-right: 14px !important;
}
.collection-item--meta {
    margin-bottom: 5px;
      display: flex;
    align-items: center;
}
.feature-item--details {
    flex-wrap: wrap;
}
.responsive-image.lazyloads {
    height: 550px;
}
/* Rich text */
img.home-trnk-icon {
    max-width: 36px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
body .image_rich {
    margin-bottom: 39px; 
}
/* apointment */
.detail-wrapper p a, p.banner-button {
    text-transform: unset !IMPORTANT;
    font-size: 14px;
    letter-spacing: 0;
}
.detail-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 17px;
}
p.banner-button {
    margin: 10px 0;
}
.showroom-appointments section.appointment-calendar .appointment-calendar-wrapper .appointment-calendar-content .appointment-calendar-column.description {
    width: 100%;
}
.showroom-appointments section.appointment-calendar .appointment-calendar-wrapper.text {
    width: 100%;
    position: relative;
}
.showroom-appointments section.appointment-calendar .appointment-calendar-wrapper.image {
    width: 100%;
}
.showroom-appointments section.appointment-calendar .appointment-calendar-wrapper .appointment-calendar-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}
.appointment-calendar-wrapper.image img {
    width: 100%;
}
.section-header__description p {
    margin-top: 0;
}

/* Footer */
.footer-block__details-content {
    width: 100%;
    display: block;
}
.footer-block.grid__item.newslets {
    width: calc(35% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    padding: 0 0 0 2%;
}
.footer-block.grid__item.fotr_txts {
    width: calc(30% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    text-align: center;
    border-left: 1px solid #292929;
    border-right: 1px solid #292929;
}
.footer-block.grid__item.footer-block--menu {
    width: calc(17% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
a.link.list-social__link img {
    width: 100%;
    height: 100%;
    max-width: 14px;
    max-height: 14px;
}
ul.footer__list-social.list-unstyled.list-social {
    justify-content: center;
    margin-top: 20px;
}
ul.footer__list-social.list-unstyled.list-social li a {
    padding-bottom: 0;
    padding-top: 0;
}
body .footer-block__details-content.rte p:nth-of-type(3) a, body .footer-block__details-content.rte p:nth-of-type(3) p a {
    text-transform: lowercase!important;
}
.klaviyo-form-XDFvXJ.klaviyo-form [aria-labelledby=kl_shopping_for__3_label] {
    display: flex !important;
    justify-content: flex-start;
    width: 80px;
}
.klaviyo-form-XDFvXJ.klaviyo-form .kl-private-reset-css-Xuajs1 label {
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 16px;
    letter-spacing: 0;
    color:#292929;
    padding-top: 0;
}
.klaviyo-form-XDFvXJ.klaviyo-form .kl-private-reset-css-Xuajs1 label svg {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
}
.klaviyo-form-XDFvXJ.klaviyo-form input[type=email] {
    padding-left: 0 !important;
}
.footer-block.grid__item.newslets form input[type=email] {
    border-left: 0 !IMPORTANT;
    border-right: 0 !IMPORTANT;
    outline: 0;
    border-top: 0 !IMPORTANT;
    border-bottom: 1px solid #000;
    border-radius: 0 !IMPORTANT;
    height: 28px !IMPORTANT;
}
body .klaviyo-form-UCCMUw button{
  padding-top:9px !important;
}
.klaviyo-form-XDFvXJ.klaviyo-form .kl-private-reset-css-Xuajs1 [data-testid=form-component] {
    padding: 0 !important;
}
.klaviyo-form-XDFvXJ.klaviyo-form .iiPzbF.iiPzbF.iiPzbF.iiPzbF.iiPzbF.iiPzbF, .klaviyo-form-XDFvXJ.klaviyo-form button[type=button] {
    letter-spacing: 2px !important;
    font-size: 10px !important;
    font-weight:400 !important;
    line-height: 16px;
    text-transform:uppercase;
        color: #292929 !important;
    padding: 3px 0 4px !important;
    border: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: solid 1px #000 !important;
}

/* .needsclick.go2376614969.kl-private-reset-css-Xuajs1 {
    margin-top: 10px;
} */
.footer-block__details-content.rte.left p {
    text-transform: unset;
    line-height: 1.875;
}
.footer-block__details-content.rte.left {
    margin-bottom: 20px;
}
.footer-block.grid__item.newslets .klaviyo-form.klaviyo-form.klaviyo-form {
    margin-bottom: 20px;
    padding: 0 !IMPORTANT;
}
ul.footer-block__details-content .list-menu__item--link {
    padding-bottom: 0;
}
.footer-block__details-content.rte p:nth-of-type(3) {
    margin-bottom:7.5px;
}
/* Collections CSs */
.collection-filter .filter-wrapper .filter-group {
    display: block;
    width: calc(50% - 1.5rem);
    margin: 3rem 0;
}
.filter-group h6 {
    margin-top: 0;
}
/* blogs css */
/* .collection-header-image.header-primary.portrait {
    margin-right: 60px;
} */

body.template-article .article-hero header.article-header .collection-header-text .rte .summary-text p a{color: blue;text-decoration: underline;}

body.template-article .article-hero header.article-header .collection-header-text .rte .summary-text p a span,
body.template-article .article-hero header.article-header .collection-header-text .rte .summary-text p a b i{
    color: blue;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Adobe Garamond Pro", Georgia, Times New Roman, Times, serif;
}
header.article-header.double-image {
    padding-top: 4rem !important;
}
body.template-article .article-hero header.article-header .collection-header-text.third-width {
    padding-left: 3%;
    padding-right: 2%;
}
body.template-article .article-hero header.article-header .collection-header-text .rte .summary-text * {
    line-height: 19px ;
    font-size: 14px;
    color:#292929;
}
body.template-article .article-hero header.article-header .collection-header-text h1 {
    line-height: 1.25;
    font-size: 40px;
}
/* section.product-carousel.init header.section-header a {
    text-decoration: underline;
} */
h1.h0 {
    margin-bottom: 20px;
    text-align: center;
}
body .klaviyo-form-UCCMUw label {
    margin: 0px 0 0 !important; 
}
body#sign-up-for-our-newsletter main#MainContent .needsclick.kl-private-reset-css-Xuajs1[component="[object Object]"] {
    margin: 0 !IMPORTANT;
    line-height: inherit !IMPORTANT;
}
body#sign-up-for-our-newsletter main#MainContent button.needsclick.go3894874857.kl-private-reset-css-Xuajs1 {
    margin: 0 0 8px 0!important;
}
img#Image-Hero-desktop {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.responsive-image__wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.home-banner-heading {
    padding: 5% 0 2.5% 0;
}
.text-article-content.home-blurb {
    padding-bottom: 5%;
}
.home-blurb-wrapper {
    padding-bottom: 5%;
}

.template-collection .collection-header-text.third-width {
    grid-column-end: span 8!important;
}
.template-collection header.page-header .collection-header-text .collection-header-textwrapper {
    width: 100%;
}
/* .template-collection header.page-header .collection-header-text .rte {
    max-width: 700px;
} */
.template-collection .collection-header-image.header-primary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto 0 0;
    display: block;
}
.double-image .collection-header-image.header-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto 0 0;
    display: block;
}
.template-collection header.page-header.image .collection-header-text.third-width {
    grid-column-end: span 4!important;
}

.template-collection header.page-header.double-image .collection-header-image {
    /* height: 55rem!important; */
    grid-column-end: span 3;
    padding: 0 !IMPORTANT;
}
header.page-header .collection-header-text .rte {
    font-family: 'avenir-light';
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin: 0.75rem 0;
    color: var(--color-black);
    letter-spacing: 0.25px;
    display: block;
    font-weight: 400;
    text-align: left;
    max-width: 500px;
    margin: 0;
    padding: 0;
}
.collection-item--details a.collection-item--title, .collection-item--details span.collection-item--price {
    font-size: 10px !IMPORTANT;
}
.template-collection header.page-header.image .collection-header-image {
    /* grid-column-end: span 6; */
    padding: 0!important;
  /* height: 55rem!important; */
}
h2.rich-text__heading.rte.inline-richtext {
    letter-spacing: 0;
}
.appointment-calendar-column.contact p.banner-button {
    margin: 10px 0 0;
}
.zoom ul.slick-dots {
    display: none!important;
}
.select-wrapper svg {
    right: 14px;
    margin-top: 3px;
}
body .product-form__input--dropdown {
    margin-bottom: 0;
}
.variant_block.unavailable.checked label.normal-swatch.demo {
    border: 1px solid #8e8e8e;
}
.contact label.field__label {
    left: 0;
    top: -17px;
}
/* .textarea-class label.field__label {
    left: 0;
    top: -28px !important;
} */
.textarea-class textarea#ContactForm-body {
    margin-top: 15px;
}
.needsclick.kl-private-reset-css-Xuajs1 {
    font-family: 'avenir-light' !important;
    font-size: 13px !important;
    letter-spacing: 0.25px !important;
  line-height: 23px;
  
}
legend.needsclick.kl-private-reset-css-Xuajs1 {
    font-family: 'avenir-medium' !important;
}
.needsclick.kl-private-reset-css-Xuajs1 {
    margin: 0;
}
.contact .field__input:focus {
    padding: unset !important;
}
/* .contact textarea#ContactForm-body {
    margin-top: 30px;
} */
/* .contact .field__input:focus {
    padding: 2.2rem 1.5rem .8rem 2rem;
    margin: inherit;
} */
.contact  .field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label {
    font-size: 1rem;
    top: -17px;
    left: inherit;
    letter-spacing: .04rem;
}
textarea.text-area.field__input:focus {
    padding: 1rem!important;
    /* margin: 0 !important; */
}
body.template-index .shopify-section-header-sticky, body.template-index .shopify-section-header-sticky sticky-header.header-wrapper {
    box-shadow: none;
}
.no-js-hidden.visibility-hidden {
    visibility: visible;
}
.shopify-section-header-sticky.scrolled-past-header {
    box-shadow: 0 0 4px #00000013 !IMPORTANT;
}
.menu li:hover .submenu, .trade-link:hover ul.tadses {
    z-index: 999999 !IMPORTANT;
  display:block;
}
.trade-link:hover ul.tadses {
    position: relative;
}
li.title-link a {
    color: #000 !important;
}
.header-wrapper {
    background-color: transparent;
}
.scrolled-past-header .header-wrapper {
    background-color: #f5f3ef; 
}
body.template-index  a.header__heading-link svg g {
    fill: #fff;
}
body.template-index  .scrolled-past-header  a.header__heading-link svg g {
    fill: #000;
}
body.template-index  .scrolled-past-header  ul.menu--navigation li a {
    color: #000 !important;
}
body.template-index  svg.icon:not(.icon--full-color) g {
    stroke: #fff;
}
body.template-index .scrolled-past-header svg.icon:not(.icon--full-color) g {
    stroke: #000;
}
body.template-index  a.trade-link-text, body.template-index  .header__icon span {
    color: #fff !important;
}
body.template-index  .scrolled-past-header a.trade-link-text, body.template-index  .scrolled-past-header .header__icon span  {
    color: #000 !important;
} 
body.template-product section.featured-artist .collection-item--image {
    padding-bottom: 0 !important;
}

/*6 September 2024 css*/

.template-display--half .grid__item.product__media-wrapper {
    flex-shrink: unset !important;
}
.template-display--portrait .product {
    justify-content: flex-end;
}
.template-display--portrait .product-purchase.product__info-wrapper.grid__item {
    width: 35% !important;
    max-width: 35% !important;

}
@media only screen and (max-width: 991px) {
    body .grid__item.product__media-wrapper, body .product .product-purchase.product__info-wrapper.grid__item {
        max-width: 100% !important;
        width: 100% !important;
    }
    body .trnk-collection.template-display--half .grid__item.product__media-wrapper {
      max-width: 100% !important;
      width:100% !important;
  }
}
/*6 September 2024 css*/


/* Media Query */
@media only screen and (min-width: 1200px){
.footer__content-top {
    padding: 0 5.5% 0;
}
  .showroom-appointments section.appointment-calendar .section-header__description {
    margin: 0 0 2rem;
}
}
@media only screen and (min-width: 990px){
  .template-index li.multiple-categories a.parent-category {
    color: #fff;
}
  .home-banner .banner.centermode .banner-copy a.banner-button {
    margin-top: 30px;
}
.menu .menu--navigation li .submenu ul.subcategory {
    position: relative;
    margin: 0;
    padding: 0 2.5rem;
    list-style: none;
    display: inline-block;
    top: 0;
    vertical-align: top;
    line-height: 23px;
    pointer-events: none;
}
    ul.product-thumb.thumbnail-list {
    display: none !IMPORTANT;
}
  .collection-filter .filter-wrapper .filter-group {
    margin-right: 3rem;
    width: auto;
    padding-bottom: 0;
    border-bottom: 0;
}
    .collection-filter .filter-wrapper .filter-group.type, .collection-filter .filter-wrapper .filter-group.shipping {
    padding-right: 3.5rem;
}
  .showroom-appointments section.appointment-calendar .section-header__title {
    top: -6rem;
    position: absolute;
    white-space: nowrap;
}
  .appointment-calendarss {
    display: flex;
    align-items: center;
}
  .showroom-appointments section.appointment-calendar .appointment-calendar-wrapper.text {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.showroom-appointments section.appointment-calendar .appointment-calendar-wrapper.image {
    width: 30%;
}
.showroom-appointments section.appointment-calendar .appointment-calendar-wrapper .appointment-calendar-content {
    flex-wrap: nowrap;
    justify-content: space-evenly;
/*       align-items: center; */
}
.showroom-appointments section.appointment-calendar .appointment-calendar-wrapper .appointment-calendar-content .appointment-calendar-column.description {
    width: 41%;
}
.menu .menu--navigation li .submenu .trans {
    transform: translateY(-5rem);
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
    vertical-align: top;
    line-height: 23px;
    pointer-events: none;
}
}
@media only screen and (min-width: 750px){
.parent-category-mobile {
    display: none !important;
}
  .image-mobile {
    display: none;
}

}
@media only screen and (max-width: 1850px){
 body .main-blog {
    gap: 4rem;
}
  .grid {
    column-gap: 5rem;
    row-gap: 5rem;
}
.page-width-narrows {
    max-width: 90%;
}
/*   .collection-list {
    justify-content: space-evenly;
} */
body  .collection-list .grid__item {
    max-width: calc(26% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
}
}
@media only screen and (max-width: 1500px){
  body .banners.centermode .banner-copy {
    width: 100%;
}
  .menu li .submenu .submenu-wrapper {
    padding: 2rem 4rem 3rem;
}
 body .feature-item.display--whole--right .card.article-card .card__content,
 body .feature-item.display--whole--left .card.article-card .card__content {
    width: 100%;
    padding: 40px 50px;
    max-width: 360px;
}
 body .feature-item.display--whole--right .card__inner,
body  .feature-item.display--whole--right .article-card__image-wrapper.card__media,
 body .feature-item.display--whole--left .card__inner, 
  body .feature-item.display--whole--left .article-card__image-wrapper.card__media {
    height: 500px;
}
 body .article-card__image--large .ratio:before {
    padding-bottom: 37.7rem;
}
  body .banner-copy-wrapper {
    width: 80%;
    margin:0 auto;
}
  .responsive-image.lazyloads {
    height: 460px;
}
body .collection-list.all-collections .feature-item.halsf {
    max-width: 646px;
}
  body .collection-list.all-collections .feature-item.portraits {
    max-width: 304px;
}
  body .responsive-imagess {
    height: 360px;
}
}
@media only screen and (max-width: 1400px){

  .page-width-narrows {
    max-width: 98%;
}
 body .page-width {
    padding-left: 4rem;
   padding-right:4rem;
}
  .menu li {
    margin: 0 0.675rem;
}
}
@media only screen and (max-width: 1220px){
.home-features-list {
    gap: 3rem;
}
  .menu li a, .trade-link .trade-link-text, span.visually-hiddens, a.header__icon {
    letter-spacing: 1px;
}
  .grid {
    column-gap: 3rem;
    row-gap: 3rem;
}
.page-width-narrows {
    max-width: 100%;
}
}
@media only screen and (max-width: 989px){
body .banners.centermode .banner-title h2 {
    font-size: 24px;
      letter-spacing: 2px;
}
  nav.menu.menu--left {
    padding-top: 10px;
}
sticky-header.header-wrapper {
    box-shadow: 0 0 4px #00000013;
}
  body#faq main.page {
    padding: 0 5%;
}
    .product--left.product--vertical_thumbnail .top_main {
    flex-direction: column !IMPORTANT;
}
body .trnk-collection.template-display--half .product--vertical_thumbnail slider-component.slider-mobile-gutter.main-img {
    width: 100% !IMPORTANT;
}
body .trnk-collection.template-display--half .product--vertical_thumbnail slider-component.thumbnail-slider {
    width: 100% !IMPORTANT;
      padding: 0;
}
 body .product--vertical_thumbnail slider-component.thumbnail-slider {
    width: 100%;
}
 body .product--vertical_thumbnail slider-component.slider-mobile-gutter.main-img {
    width: 100%;
}
    ul.slides.thumbnail-list {
    display: none !IMPORTANT;
}
  ul.menu--navigation li.subcategory {
    border-bottom: 0;
}
  .submenu ul li.subcategory a {
    font-size: 14px;
}
  a#cart-icon-bubble {
    padding-right: 32px;
}
    li.active a.has_submenu:before {
    content: "-" !important;
    transform: translateY(0.25rem) translateX(-1.5rem);
}
  svg.modal__toggle-open.icon.icon-search g, svg.modal__toggle-open.icon.icon-search path {
    stroke-width: 0.7px !important;
}
  body .header__icon, body .header__icon--cart .icon {
    margin-left: 0.5rem;
}
/*   li:not(.is-active) .submenu {
    height: 0;
    overflow: hidden;
} */
/*   li:not(.is-active) .submenu {
    height: 370px;
    overflow-y: scroll;
} */
  a.parent-category.has_submenu, .title.parent-category.sub_has_submenu {
    pointer-events: none;
}
  a.parent-category-mobile:after {
    border: 0;
    position: unset !IMPORTANT;
    transform: unset !IMPORTANT;
    border: 0 !IMPORTANT;
}
  li.active .submenu li.subcategory {
    padding: 0.75rem 2rem !important;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0.75rem 0;
    color: var(--color-black);
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    border-left: solid 1px #e0e0e0;
    margin-left: 2rem;
}
.menu li .submenu .submenu-wrapper {
    padding: 0 2rem;
}
  .menu.menu--left ul > li a.has_submenu:before, .menu.menu--left ul > li a.sub_has_submenu:before {
    content: "+";
    display: block;
    position: absolute;
    transform: translateY(0.25rem) translateX(-1.5rem);
    color: var(--color-black);
    font-size: 14px;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.second-level-category.active a.sub_has_submenu:before {
    content: "-" !important;
    transform: translateY(0.25rem) translateX(-1.5rem);
}
.menu li .submenu .submenu-wrapper .submenu-container {
    padding: 0;
    flex-direction: column;
}
  .menu.menu--left ul > li.active a.parent-category-mobile {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 400;
    line-height: 21px;
    margin: 0.75rem 0;
    color: var(--color-black);
    letter-spacing: 0;
    font-family: var(--font-accent);
    margin: 0;
    text-transform: none !important;
    letter-spacing: 0.015rem !important;
    font-weight: 400 !important;
    padding-left: 1rem;
    color: var(--color-green);
    transition: opacity 0.5s ease-in-out;
    pointer-events: auto;
    opacity: 1;
    position: relative;
}

li.active > .submenu > .submenu-wrapper > .submenu-container > ul.subcategory {
    height: auto !important;
    overflow: visible !important;
}
li.active > .submenu > .submenu-wrapper > .submenu-container > ul.subcategory.second-level-category:not(.active) .subcategory {
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 0;
}
 .menu.menu--left ul > li.title-link:not(.active) {
    padding: 1.125rem 3rem 0.125rem !important;
    border:0;
    display: block;
   margin:0 !important
}
.menu.menu--left .feature-block {
    display: none;
}
li.active .submenu {
    height: auto !important;
    overflow: visible !important;
    position: relative;
}
.menu.menu--left ul > li ul {
    display: block;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
ul.subcategory {
    padding: 0;
}
ul.subcategory li.title-link, ul.subcategory li.subcategory {
    padding: 0.6rem 0;
}

body  article.article-template .block--image.feature-item.display--full .responsive-image,
body article.article-template .block--image.feature-item.display--full .feature-item .feature-item--image,
 body article.article-template .block--image.feature-item.display--full .feature-item--image img{
    height: 400px;
}
 body section.module-grid-blocks.home-features {
    padding: 5% 10%;
}
  body .feature-item.display--whole--right .card.article-card,
body  .feature-item.display--whole--left .card.article-card {
    flex-direction: column;
    align-items: baseline;
}
body .feature-item.display--whole--right .card.article-card,
body .feature-item.article-card-wrapper.display--whole--left .card.article-card {
    background: transparent;
}
body .feature-item.display--whole--right .card.article-card .card__content,
  body .feature-item.display--whole--left .card.article-card .card__content {
    padding: 0;
    max-width: 450px;
}
body .feature-item.display--whole--right .card__inner, body .feature-item.display--whole--right .article-card__image-wrapper.card__media, body .feature-item.display--whole--left .card__inner, body .feature-item.display--whole--left .article-card__image-wrapper.card__media {
    height: 202px;
}
body .article-card__image--large .ratio:before {
    padding-bottom: 17.7rem;
}
body .collection-item--title, .collection-item--price {
    letter-spacing: 1.3px;
}
body .main-blog {
    gap: 2rem;
}
  h1.collection-hero__title {
    margin: 40px 0 15px 0;
}
  body .main_cols {
    padding-top: 0;
}
  ul.menu--navigation li {
    list-style-type: none;
    padding: 1.125rem 3rem 1.625rem;
    position: relative;
    border-bottom: 1px solid #000;
    margin: 0;
    line-height: 1;
}
ul.menu--navigation {
    padding: 0;
    margin: 0;
}
.menu--left ul > li a.has_submenu:before, section.site-header .menu.menu--left ul > li a.sub_has_submenu:before {
    content: "+";
    display: block;
    position: absolute;
    transform: translateY(0.25rem) translateX(-1.5rem);
    color: var(--color-black);
    font-size: 14px;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    top: -5px;
}
  .header__icons {
    padding-right: 10px;
}
  a.header__icon.header__icon--account {
    display: none;
}
  .footer-block.grid__item.fotr_txts {
    border: 0;
    text-align: left;
}
ul.footer__list-social.list-unstyled.list-social {
    justify-content: flex-start;
}
  .calendar-button-wrapper {
    margin-bottom: 20px;
}
 body section#trade-appointment {
    padding-bottom: 30px;
}
  .showroom-appointments section.appointment-calendar .appointment-calendar-wrapper .appointment-calendar-content .appointment-calendar-column.address, .showroom-appointments section.appointment-calendar .appointment-calendar-wrapper .appointment-calendar-content .appointment-calendar-column.contact {
    margin-right: 10%;
    margin-top: 2rem;
}
  .showroom-appointments section.appointment-calendar .section-header__description {
    max-width: 500px;
    margin: 0 0 1rem;
}
  body .collection-list .grid__item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 4);
}
  body .collection-list-wrapper {
    padding-top: 0px;
}
 body .banners.centermode .banner-title p {
  font-size: 16px;
    line-height: 20px;
}
 body .banners.centermode a.banner-button {
    font-size: 14px;
    line-height: 21px;
}
.banners.standard slideshow-component {
    width: 64%;
}
.feature-item--details {
    margin-bottom: 10px;
}
 body .page-width-narrows, body .page-width {
    padding-right:  2rem;
   padding-left:2rem
}
  a.feature-item--title {
    letter-spacing: 1.5px;
}
  body section.home-features {
    padding-top: 40px;
}
  .grid {
    column-gap: 2rem;
    row-gap: 2rem;
}
  h2.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
}
}
@media only screen and (max-width: 749px){
.desktop {
    display: none;
}
  div#sitemapper {
    padding: 0 20px;
}
  .collection-hero {
    margin-bottom: 40px;
}
  body.template-product section.featured-artist {
    padding: 2rem 2rem 0rem;
}
body#trnk-collection-fabric-swatches header.page-header.image, body#trnk-collection-rug-swatches header.page-header.image, body#trnk-casegood-material-swatches header.page-header.image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
header.home-featured-collections-header {
    padding-bottom: 4rem;
}
  body.page-trade main.page.faq {
    padding: 4% 0rem !important;
}
.footer-block__details-content .list-menu__item--link, .footer-block__heading {
    display: block;
    width: 100%;
}

  /* div#shopify-section-trnk-selector {
    padding: 0 2rem !IMPORTANT;
} */

  body .article-template__content .banner-copy-wrapper {
    width: 100%;
    margin: 0 auto;
}
 body .feature-item--title p a, 
  body .feature-item--title p {
    letter-spacing: 1.5px !important;
    font-size: 9px !important;
    line-height: 14px;
}
  body .main-blog {
    gap: 1.5rem;
}
a.full-unstyled-link, .collection-filter .filter-wrapper h6 {
    letter-spacing: 1.5px !important;
/*     line-height: 9px; */
}
 body .search-modal {
    height: 93%;
}

body details[open]>.search-modal {
    top: 43px;
    z-index: -1;
}
.copyright {
    margin-top: 20px;
    opacity: .5;
}
  .footer-block.grid__item.footer-block--menu, .footer-block.grid__item.fotr_txts, .footer-block.grid__item.newslets {
    width: 100%!important;
    padding: 0;
    display: block;
}
  ul.footer__list-social.list-unstyled.list-social li:first-child a {
    padding-left: 0;
}
ul.footer__list-social.list-unstyled.list-social {
    margin-top: 10px;
}
.footer-block.grid__item.newslets {
    margin-top: 30px;
    margin-bottom: 0;
}
body .collection-list .grid__item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 4);
}
    body .banners.standard {
    flex-direction: column;
}
body .banners.standard .slideshow.banner, body .banners.standard  .image-mobile {
    height: 340px!important;
}
body .banners.standard slideshow-component {
    width: 100%;
}
body .banners.standard .banner-copy {
    justify-content: flex-start;
  width: 100%;
}
  .slideshow.banner, .image-mobile {
    height: 540px!IMPORTANT;
}
  body .banner-copy-wrapper {
    width: 100%!IMPORTANT;
/*     padding: 13px!IMPORTANT; */
}
body .banners.full .banner-copy {
    position: unset;
    width: 100%;
    padding: 2.5% 5%;
}
.banner-title h2 {
    margin-top: 10px;
}
body .banners.full {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
  .home-features .home-features-list, .home-featured-collections .home-features-list, .featured-artist .home-features-list {
    grid-row-gap: 1rem!IMPORTANT;
}
  .rich-text.content-container {
    padding-bottom: 46px !IMPORTANT;
}
  body section#trade-appointment {
    padding-bottom: 0;
    padding-top: 30px;
}
  .footer {
    margin-top: 35px!IMPORTANT;
}
.custom-homepage-banner .banner__content .banner__box {
        padding-left: 0;
        padding-right: 0;
    }
    body section.custom_collection_slider .featflex {
        margin-top: 0em;
    }
}
@media only screen and (max-width: 590px){
.slideshow.banner, .image-mobile {
    height: 440px !IMPORTANT;
}
  header.page-header.double-image .collection-header-image {
    /* width: 100% !IMPORTANT; */
    /* height: auto;
    padding-bottom: 58%; */
}
  h1.main-page-title {
    text-align: center;
}
section.related-products .collection-item--details.display--portrait span.collection-item--price {
    line-height: 39px;
}
  body  article.article-template .block--image.feature-item.display--full .responsive-image,
body article.article-template .block--image.feature-item.display--full .feature-item .feature-item--image,
 body article.article-template .block--image.feature-item.display--full .feature-item--image img{
    height: 200px;
}
  body .collection-list .grid__item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 1 / 7);
}
  .grid {
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}
  .responsive-image.lazyload, .responsive-image.lazyloads {
    height: 220px;
}
}

@media(max-width:1500px){
.template-collection header.page-header.image .collection-header-image {
    height: 37rem!important;
}
  .template-collection header.page-header.double-image .collection-header-image {
    height: 37rem!important;
}
}
@media (max-width: 1200px){
.template-collection header.page-header.image .collection-header-image {
    height: 26rem!important;
}
  .template-collection header.page-header.double-image .collection-header-image {
    height: 30rem!important;
}
}
@media (max-width: 767px){
.template-collection header.page-header.image .collection-header-image {
    height: auto!important;
}
    .template-collection header.page-header.double-image .collection-header-image {
    height: auto!important;
}
}


.custom__cart-drawer {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f5f3ef;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px 96px;
    box-shadow: 0 -1px 10px 1px #0003;
    z-index: 1;
}
.custom__fabric-swatches {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.custom__fabric-swatches div#shopify-section-trnk-selector {
    max-width: unset;
}
.custom__fabric-swatches #shopify-section-trnk-selector {
    display: flex;
}
.custom__fabric-swatches .nav {
    position: sticky;
    float: none;
    height: 100%;
    top: 128px;
    width: 18%;
}
.custom__fabric-swatches .nav ul {
    padding: 0;
    margin-top: 0;
    list-style:none;
}
.custom__fabric-swatches .product-swatch-custom {
    display: flex;
    flex-wrap: wrap;
}
.product-swatch-custom {
    padding-bottom: 50px;
}
.product-swatch-custom .collection-item.custom__product-grid {
    text-align: center;
}
.custom__fabric-swatches .collection-item {
    width: 25%;
    margin: 3px 0px !important;
    padding: 30px !important;
}
.custom__fabric-swatches .trnk-swatch-colll {
    width: 82%;
}
.product-swatch-custom .collection-item--details {
    padding-top: 10px !important;
}
.product-swatch-custom span.collection-item--price {
    display: none !important;
}
.product-swatch-custom .collection-item--details {
    justify-content: center !important;
    flex-direction:column;
}

.product-swatch-custom .collection-item--details a.collection-item--title {
    margin: 0 !important;
    font-family:var(--font-body) !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    line-height: 23px !important;
    letter-spacing:0;
}
.product-swatch-custom .custom_cartadd-btn {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.product-swatch-custom button.custom__add-cart,
.product-swatch-custom button.custom__removepdp{
    display: inline-block;
    text-decoration: none;
    font-family: var(--font-accent);
    line-height: 16px;
    transition: color 0.5s ease-in-out;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 10px !important;
    transition: letter-spacing 0.75s ease-in-out;
    font-weight: 500;
    color: var(--color-black);
    margin: 1.5rem 0 0;
    text-align: center;
    padding: 0px;
    border: unset;
    border-bottom: 1px solid #292929 !important;
    background: transparent;
}
.custom__product-div {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.custom__product-div .custom__product {
    width: 60px !important;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    position:relative;
}
.custom__product .responsive-image.secondary {
    display: none;
}
.custom__cart-drawer a.collection-item--title{
    display:none;
}

.custom__cart-drawer .custom_cartadd-btn {
    display: none;
}

.custom__cart-drawer span.collection-item--price {
    display: none;
}
.custom__product-div .responsive-image {
    width: 60px !important;
    height: 60px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
}
.custom__product span.custom__cross {
    position: absolute;
    top: -5px;
    z-index: 999999;
    right: -11px;
    border-radius: 100%;
    border: 1px solid #000;
    padding: 9px 9px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 4px;
    max-width: 8px;
    background-image: url(/cdn/shop/files/x.png?v=1717659530);
}
.product-swatch-custom .custom__variants-products {
    display: flex;
    justify-content: center;
    gap:10px;
}
.product-swatch-custom .custom__color-swatch {
    position: relative;
}
.product-swatch-custom .custom__color-swatch input {
    overflow: visible;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0;
}

.custom__color-swatch input[type=radio].disabled+label {
    text-decoration: line-through;
}
.product-swatch-custom input[type=radio].disabled+label {
    border-color: rgba(var(--color-foreground), .1);
    color: rgba(var(--color-foreground), .6);
    text-decoration: line-through;
    cursor: not-allowed;
}
.custom__swatch-data input[type="radio"]+label {
    padding: 5px 8px;
    border-radius: 5px;
    border: solid 1px #2929291a;
    font-size: 11px;
    font-family: 'avenir-light' !important;
    line-height: 23px;
    letter-spacing: 0.25px;
    color: #29292999;
}
.custom__swatch-data input[type="radio"]:checked+label {
    border: 1px solid #292929;
    color: #292929;
}
.custom__product-div .custom__swatch-data {
    display: none;
}
.mobile__nav_swatch select {
    width: 100%;
    height: 50px;
    border: 1px solid #D8D8D8;
    color: #898989;
    line-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    text-align: left;
    border-radius: 3px;
    background-color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    background: url(/cdn/shop/t/22/assets/select_arrow@2x.png?1088734…) no-repeat right;
    background-size: 8px 6px;
    background-position: right 15px top 24px;
}
.custom-tag {
    position: absolute;
    display: flex;
    gap: 13px;
    padding: 10px 0 0 10px;
    flex-wrap: wrap;
}
.tagss {
    background-color: #F5F3EF;
    padding: 0 6px;
    border-radius: 10px;
    color: rgb(var(--color-foreground));
    text-transform: uppercase;
    font-size:8px;
}
.custom__cart-drawer a.collection-item--title {
    width: 100%;
    min-width: auto;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    padding: 5px;
    display: none;
    white-space: wrap;
    margin: 0;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 16px;
    font-family: Gill Sans, sans-serif;
    background: #fffc;
    text-align: center;
    color: rgb(var(--color-foreground));
    text-transform: uppercase;
    text-decoration: unset;
    font-weight: 600;
}

.custom__product:hover a.collection-item--title{
    display:block;
}
.custom__product-div.active {
    width: 60%;
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 10px 0;
    overflow-y: hidden;
}
.custom__bundle-cart button.cart__bundle-btn.button {
    white-space: nowrap;
}
.custom__product-div.active::-webkit-scrollbar {
    scrollbar-width: thin;
    width: 10px;
    height: 6px;
    background-color: #f5f5f5;
}
.custom__product-div.active::-webkit-scrollbar-thumb {
    background: #2e2e2c;
}
.custom__product-div.active::-webkit-scrollbar-thumb {
    background-color: #000;
    border: 2px solid #555;
}
.custom__product-div.active::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #6a5959;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5;
}
@media (max-width: 1024px) {
    .custom__fabric-swatches .collection-item {
        width: 33.33% !important;
    }
  .custom__product-div {
      gap: 20px;
      width: auto;
  }
      .custom__product-div .responsive-image {
        width: 50px !important;
        height: 50px !important;
    }
  .custom__product span.custom__cross {
    top: -8px;
    right: 3px;
}
  .custom__product-div .custom__product {
        width: 50px !important;
        height: 50px;
    }
  .custom__product-div {
       overflow: auto;
    justify-content: flex-start;
    flex: 1;
    }
}
@media(max-width:820px){
  .nav.custom__fabric_scroll {
      display: none;
  }
  .custom__fabric-swatches #shopify-section-trnk-selector {
      flex-direction: column;
  }
  .custom__fabric-swatches .trnk-swatch-colll {
      width: 100%;
  }
  .custom__cart-drawer {
      padding: 15px 32px;
  }
      .custom__product span.custom__cross {
        top: 0px;
        right: -6px;
        padding: 8px;
    }
  
}
@media(min-width:821px){
  .mobile__nav_swatch {
      display: none;
  }
}
@media(max-width:767px){
  .custom__fabric-swatches .collection-item {
        width: 50% !important;
    }
    .custom__fabric-swatches .collection-item {
      padding: 12px !important;
  }

.custom__product-div {
        overflow: auto;
        width: 50%;
    }
}

/*23 Sep css*/

.product-important-details .unavailable, .product-important-details .out-of-stock {
    display: none!important;
}

/*14 oct 2024 css starts here*/

body p{
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 23px !important;
  letter-spacing:0.25px;
  /* color:#292929 !important; */
  font-family:'avenir-light' !important;
}
.custom-homepage-banner.banner--content-align-left .banner__heading.inline-richtext.h0{
    font-family:"Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
    font-style: normal;
    font-size: 50px;
    line-height: 1.35;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    color:#292929;
}
body h1{
    font-family:"Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
    font-style: normal;
    font-size: 30px;
    line-height: 1.35;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    color:#292929;
}
body h2{
  font-size: 28px !important;
  font-family:"Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
  color:#292929 !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0;
}
body h3{
  font-size: 22px !important;
  font-family:"Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
  color:#292929 !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0;
}
body h4{
  font-size: 18px;
  font-family:"Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
  color:#292929 !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: 0;
}
body h5 {
  font-family:"Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
  font-weight: 400 !important;
  letter-spacing: 1.5px !important;
  font-size: 14px !important;
  line-height: 14px;
  color:#292929 !important;
}
body h6{
    font-family:"Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
    color: #292929;
    letter-spacing: 2px !important;
    font-size: 10px !important;
  font-weight: 400;
    line-height: 16px !important;
}
body .appointment-calendar-column.contact .detail-wrapper p a {
    font-family: avenir-light !important;
    font-size: 13px;
    letter-spacing: .25px;
    line-height: 23px;
}
body ul.subcategory li.subcategory:not(:last-child) {
    padding-bottom: 3px;
}
.footer-block__heading {
    font-family: Gill Sans, Helvetica, Arial, sans-serif !important;
}
.footer-block.grid__item.fotr_txts .footer-block__details-content.rte p:first-child{
    margin-top:0;
}
.footer-block.grid__item.fotr_txts .footer-block__details-content.rte p {
    margin-bottom: 13px;
    margin-top:13px;
}
.footer-block.grid__item.fotr_txts .footer-block__details-content.rte p:last-child{
    margin-bottom:7.5px;
}
legend.needsclick.kl-private-reset-css-Xuajs1 {
    font-family: 'avenir-medium' !important;
}
.needsclick.kl-private-reset-css-Xuajs1 {
    margin: 0;
}
.needsclick.kl-private-reset-css-Xuajs1 {
    font-family: 'avenir-light' !important;
    font-size: 13px !important;
    letter-spacing: 0.25px !important;
}
.klaviyo-form-XDFvXJ.klaviyo-form .iiPzbF.iiPzbF.iiPzbF.iiPzbF.iiPzbF.iiPzbF, .klaviyo-form-XDFvXJ.klaviyo-form button[type=button] {
    letter-spacing: 2px !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 16px;
    text-transform: uppercase;
    color: #292929 !important;
    padding: 3px 0 4px !important;
    border: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: solid 1px #000 !important;
}
.klaviyo-form.klaviyo-form.klaviyo-form ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: rgba(0, 0, 0, 0);
}
.footer-block.grid__item.newslets form input[type=email]::placeholder{
     font-family: 'avenir-light' !important;
}
span.loading-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
header.page-header .collection-header-text h1 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.template-product .Acco_rdion .Accordion_details:first-child .panel strong, 
.template-product .Acco_rdion .Accordion_details:first-child .panel p strong, 
.template-product .Acco_rdion .Accordion_details:first-child .panel strong, 
.template-product .Acco_rdion .Accordion_details:first-child .panel p strong,
.template-product .Acco_rdion .panel a,
.template-product .Acco_rdion .panel{
    font-weight: 400;
    font-family: avenir-light !important;
}
.jdgm-rev__title {
    font-family: avenir-medium !important;
  letter-spacing: 0.25px;
    font-size: 13px !important;
  line-height:23px !important;
}
.jdgm-rev__author{
  letter-spacing: 0.25px;
    font-size: 13px !important;
  line-height:23px !important;
}
.template-product .Acco_rdion .panel strong{
  font-family:'avenir-medium' !important;
}

.template-product .Acco_rdion .panel a{
    font-size:13px;
    line-height:23px;
    letter-spacing:0.25px;
}
section.related-products header.section-header h1 {
    text-align: center;
}
.rte div {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin: .75rem 0;
    color: #292929;
    letter-spacing: .25px;
}
body.template-page main.page strong, body.template-page main.page b {
    font-family: 'avenir-medium';
}
body.page-chosen .home-banner-heading .home-banner-credits {
    font-size: 13px;
    letter-spacing: .23px;
    text-transform: capitalize;
    line-height: 23px;
    font-family: avenir-light;
}
.feature-item--title p {
    font-family: Gill Sans, sans-serif !important;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.cart_empty-msg {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .25px;
    font-family: avenir-light;
    color:#292929;
}
body .financing_col_copy {
    font-family: avenir-light !important;
}
.template-exhibition .home-features .home-features-list .feature-item .banner-copy-wrapper .blurb-copy.small-quote {
    line-height: 23px !important;
    text-align: left !important;
    margin-top: 0 !important;
}
.template-exhibition .home-features .home-features-list .feature-item .banner-copy-wrapper .blurb-copy {
    color: #292929 !important;
    text-transform: none !important;
    letter-spacing: 0.25px !important;
    line-height: 23px !important;
    font-size: 13px !important;
    font-family: 'avenir-light' !important;
    text-align: justify;
}
.kl-private-reset-css-Xuajs1 p:nth-child(3) span {
    font-family: 'avenir-light' !important;
    font-size: 13px !important;
    line-height: 23px !important;
}
.kl-private-reset-css-Xuajs1 .kl-private-reset-css-Xuajs1:nth-child(3) p span {
    font-family: 'avenir-light' !important;
    font-size: 13px !important;
    line-height: 23px !important;
}
button.needsclick.go1950532891.kl-private-reset-css-Xuajs1 {
    font-family: 'Gill Sans' !important;
    letter-spacing: 2px !important;
    font-size: 10px !important;
    line-height: 16px !important;
    border-width:1px !important;
}
.needsclick.kl-private-reset-css-Xuajs1 input::placeholder {
    font-family: avenir-light !important;
    font-size: 13px !important;
    letter-spacing: .25px !important;
}
body.page-brands main#MainContent {
    margin-top: 16px;
}
@media(max-width:1024px){
  body h1, body h2 {
        font-size: 25px !important;
    }
}
@media(max-width:750px){
  .collection-list .collection-item .collection-item--details:not(.display--whole--right):not(.display--whole--left) .collection-item--title, .featured-artist .collection-item .collection-item--details:not(.display--whole--right):not(.display--whole--left) .collection-item--title {
      font-size: 14px !important;
  }
}
@media (max-width: 480px) {
    body h1, body h2, body h3 {
        font-size: 20px !important;
    }
    body .klaviyo-form-UCCMUw label {
    flex: 1 0 75px !important;
}
    body .announcement-bar__message span {
      font-size: 12px;
  }
    /* body .featured-artist .collection-item.display--whole--left .collection-item--details .collection-item--title{
    font-family: Adobe Garamond Pro, Georgia, Times New Roman, Times, serif !important;
    font-style: normal;
    font-size: 25px !important;
    line-height: 1.35;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    color: #292929;
} */
}
.sticky-scroll-section {
    width: 100%;
}
body.template-product .collection-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
}
.template-display--portrait .inner-sticky-scroll {
    margin: 0 0 0 auto;
}
body .section-header.shopify-section-group-header-group.scrolled-past-header {
    top: 0;
}
body .announcement-bar__message span {
    font-family: 'avenir-light';
    letter-spacing:0.25px;
}
.announcement-bar__link{
    text-transform: unset;
}
body .section-header.shopify-section-group-header-group.scrolled-past-header .menu li .submenu {
    top: 44px;
}
body .template-search__header h5 {
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 23px;
    text-transform:unset;
}
@media (min-width: 990px) {
    .product-purchase.product__info-wrapper.grid__item {
        padding-top: 66px;
    }
    .template-display--portrait .inner-sticky-scroll {
        width: 65%;
    }
}
@media (min-width: 1700px) {
    .template-display--portrait .inner-sticky-scroll {
        width: 60%;
    }
}


/*14 oct 2024 css ends here*/
/* 20 nov 2024 */
section.custom_collection_slider .featflex {
    display: flex;
   align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
}
section.custom_collection_slider div#AjaxinateLoop a.collection-item--title {
    font-family: "Adobe Garamond Pro", Georgia, Times New Roman, Times, serif !important;
    line-height: 23px;
    text-transform: capitalize;
    letter-spacing: 0 !important;
    font-size: 16px !important;
    color: var(--color-black);
    text-decoration: none;
    font-weight: 400;
}
section.custom_collection_slider
.featflex header.section-header {
    width: calc(20% - 10px);
    border: none;
    padding: 0;
    text-align: inherit;
}
section.custom_collection_slider .featflex .product-carousel-feed {
    width: calc(80% - 10px);
}
section.custom_collection_slider .featflex .product-carousel-feed .collection-item {
    padding: 10px;
}

section.custom_collection_slider .product-carousel-feed .collection-item .collection-item--image .responsive-image--wrapper .responsive-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
    transform: scale3d(1, 1, 1);
    transition: transform 0.75s ease-in-out, opacity 1s ease-in-out;
    max-width: none !important;
    max-height: none !important;
}
section.custom_collection_slider .product-carousel-feed .collection-item .collection-item--image .responsive-image--wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: filter 1s ease-in-out;
    overflow: hidden;
    max-width: none !important;
}
section.custom_collection_slider .product-carousel-feed .collection-item .collection-item--image {
    display: block;
    position: relative;
}
section.custom_collection_slider .product-carousel-feed .collection-item .collection-item--image {
    padding-bottom: 120%;
}

section.custom_collection_slider section.feat-coll.init {
    display: block;
    width: 100%;
    grid-column: unset;
    overflow: hidden;
    max-width: 110em;
    margin: 0 auto;
}

section.custom_collection_slider .featflex .product-carousel-feed {
    width: calc(80% - 10px);
}
section.custom_collection_slider .featflex header.section-header {
    width: calc(20% - 10px);
    border: none;
    padding: 0;
    text-align: inherit;
}
section.custom_collection_slider.featflex header.section-header h3 {
    text-align: inherit;
}


section.custom_collection_slider .feed-wrappers.slick-slider {
    margin: 0;
}
section.custom_collection_slider .feed-wrappers.slick-slider button.slick-arrow {
    height: 40px;
    width: 40px;
    background: rgb(255 255 255);
    box-shadow: 0 2px 10px #2122244d;
    color: #333;
    padding: 8px;
    opacity: 0.8;
    z-index: 1;
  top: 42%;
}
section.custom_collection_slider .feed-wrappers.slick-slider button.slick-arrow.slick-disabled {
    opacity: 0;
}
section.custom_collection_slider .feed-wrappers.slick-slider button.slick-arrow:before {
    opacity: 1;
    color: inherit;
    content: "";
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 100%;
    width: 100%;
    display: block;
}
section.custom_collection_slider .feed-wrappers.slick-slider button.slick-arrow.slick-next:before {
  background: url(/cdn/shop/files/right-arrow.svg?v=1699438758);
}
section.custom_collection_slider .feed-wrappers.slick-slider button.slick-arrow.slick-prev:before {
    background: url(/cdn/shop/files/right-arrow.svg?v=1699438758);
    transform: rotate(180deg);
}
section.custom_collection_slider .feed-wrappers.slick-slider button.slick-arrow.slick-prev {
    left: 15px;
}
section.custom_collection_slider .feed-wrappers.slick-slider button.slick-arrow.slick-next {
    right: 15px;
}
.collection-item--details.custom_homemain-coll {
    flex-direction: column;
}
/* section.custom_collection_slider .collection-item--title:after {
    content: '|';
    opacity: 0.5;
    right: -11px;
    position: absolute;
    top: -1px;
} */
section.custom_collection_slider .collection-item--title {
    margin-right: 14px !important;
}
section.custom_collection_slider .product-carousel-feed .collection-item .collection-item--details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.custom_collection_slider .product-carousel-feed .collection-item .collection-item--details {
    padding: 1.5rem 0 0;
    transform-origin: left;
}

@media (min-width: 768px) {
  label#label-email_016JB91TTR0000000000175M1Y {
    margin-bottom: 30px !important;
}
}
@media (max-width: 768px) {
    label#label-email_016JB91TTR0000000000175M1Y {
    margin-bottom: 20px !important;
}
section.custom_collection_slider .featflex {
    margin-top: 3em;
}
section.custom_collection_slider .featflex header.section-header {
    width: 100%;
    padding-bottom: 2em;
}
section.custom_collection_slider .feed-wrappers.slick-slider button.slick-arrow {
    height: 25px;
    width: 25px;
    padding: 4px;
}
section.custom_collection_slider .feed-wrappers.slick-slider {
    margin: 0 -10px;
}
section.custom_collection_slider .featflex .product-carousel-feed {
    width: 100%;
}
 
}

.collection-item--details .collection-item--description {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .25px;
    color: #292929;
    font-family: avenir-light;
}

body.template-product .featured-artist .collection-item {
    background-color: transparent!important;
}


/* @media only screen and (min-width: 1000px) {
    body.template-product .featured-artist .collection-item.display--whole--left .collection-item--image {
        margin-top: 18px;
    }
    body.template-product .featured-artist .collection-item .collection-item--image .responsive-image--wrapper .responsive-image, .collection-item .collection-item--image img {
        width: 56% !important;
        height: 60% !important;
    }
} */
/* @media only screen and (min-width: 1600px) {
    body.template-product .featured-artist .collection-item .collection-item--image .responsive-image--wrapper .responsive-image, .collection-item .collection-item--image img {
        width: 40% !important;
        height: 81% !important;
    }
} */

body.template-article .home-blurb .home-blurb-wrapper .blurb-copy h3 a {
    font-size: 22px !important;
    font-family: Adobe Garamond Pro, Georgia, Times New Roman, Times, serif !important;
    color: #292929 !important;
    font-weight: 400;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0;
}
body.template-article  .blurb-copy.rte h3 a {
    font-size: inherit;
    color: inherit;
}

.page-newsletter .footer {
    margin-top: 0 !important;
}
.page-newsletter header.page-header {
    margin-bottom: 0 !important;
    padding-bottom: 2rem;
}
  header.page-header .collection-header-text .collection-header-textwrapper form.klaviyo-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
header.page-header .collection-header-text .collection-header-textwrapper form.klaviyo-form label{
  color: #292929 !important;
}
body .custom-homepage-banner .banner__text p {
    letter-spacing: 2px;
    line-height: 16px !important;
}
.custom-homepage-banner .banner__heading {
    margin-bottom: 0;
}
.custom-homepage-banner .banner__buttons a {
    border-radius: unset;
    color: #fff;
    padding: unset;
    line-height: unset;
    min-width: unset;
    min-height: unset;
}
.custom-homepage-banner .banner__buttons a:after {
    border-radius: unset;
    border-color: #fff;
    left: 0;
}
.custom-homepage-banner.banner--content-align-center .banner__heading.inline-richtext{
    text-align:center;
}
.custom-homepage-banner.banner--content-align-left .banner__heading.inline-richtext{
    text-align:left;
}
.custom-homepage-banner.banner--content-align-right .banner__heading.inline-richtext{
    text-align:right;
}
.homepage-banner-muticolumn .multicolumn-card__image-wrapper .media:after {
    content: '';
    position: absolute;
    top: 0;
    background: #000000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.custom__main-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
span.custom__subtitle {
    margin-right: 15px;
}
.homepage-banner-muticolumn .custom__main-title h1 {
    margin: 0;
}






/* 19-11-25 */



.price-slider-wrapper {
  width: 100%;
}

.price-slider {
  position: relative;
  height: 40px;
}

.filter-cus-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.price-slider input[type="range"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px !important;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  height: 16px;
  width: 16px;
  background: rgba(var(--color-foreground));
  border-radius: 50%;
  cursor: pointer;
}

.price-slider input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  height: 16px;
  width: 16px;
  background: rgba(var(--color-foreground));
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.price-range-track {
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
}

.price-range-fill {
  position: absolute;
  height: 4px;
  background: rgba(var(--color-foreground));
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
}

.price-values {
  display: flex;
    align-items: center;
    gap: 10px;
}
.price-text-between p {
    margin: 0;
    color: rgba(var(--color-foreground));
}
.price-values span {
    line-height: 23px;
    letter-spacing: .25px;
    color: rgba(var(--color-foreground));
    font-family: avenir-medium;
    font-size:13px;
}


.in-stock-toggle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.in-stock-toggle-row .toggle-switch {
  position: relative;
  width: 42px;
  height: 22px;
}
.in-stock-toggle-row .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.in-stock-toggle-row .toggle-slider {
  position: absolute;
  cursor: pointer;
  background-color: #dcdcdc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.in-stock-toggle-row .toggle-slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

.in-stock-toggle-row .toggle-switch input:checked + .toggle-slider {
  background-color: #292929;
}
.in-stock-toggle-row .toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(20px);
}




.price-text-between p {
    margin: 0;
}
form#FacetSortForm {
    margin-bottom: 15px;
}
.facet-filters select#SortBy, span#ProductCountDesktop {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    letter-spacing: .25px;
    font-family: avenir-light !important;
}
.product-count-vertical h2.product-count__text.text-body {
    font-size: 16px !important;
    color: #292929 !important;
}
.custom-filters-design .facets__price input {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .25px;
    color: rgba(var(--color-foreground));
    font-family: avenir-light;
}
body .custom-filters-design .list-menu__item.facets__item svg.icon.icon-checkmark {
    width: 1.1rem;
    height: .7rem;
    fill: none;
}
.custom-filters-design span.facets__summary-label, .custom-filters-design summary.facets__summary span {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .25px;
    color: rgba(var(--color-foreground));
    font-family: avenir-light;
}
.active-facets__button-wrapper *, span.active-facets__button-inner {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .25px;
    color: #292929;
    font-family: avenir-light;
    text-transform: capitalize;
}
facet-remove.active-facets__button-wrapper a span {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .25px;
    color: #292929;
    font-family: avenir-light;
    text-transform: capitalize;
}
body facet-remove {
    width: auto;
}
body .active-facets__button {
    margin-right: 0;
}
body .active-facets__button--light .active-facets__button-inner {
    box-shadow: none;
    padding: 0;
    min-height: auto;
    height: auto;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .25px;
    color: #292929;
    font-family: avenir-light;
}
body span.active-facets__button-inner {
    justify-content: space-between;
    width: 100%;
    border: none;
}
span.facet-checkbox__text-label {
    letter-spacing: .25px;
    font-size: 13px;
    text-transform: capitalize;
    color: #292929;
    text-decoration: none;
    font-family: avenir-light !important;
}
.product-count .product-count__text.text-body span {
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .25px;
    color: rgba(var(--color-foreground));
    font-family: avenir-light;
}
summary.mobile-facets__summary span, .mobile-facets__sort, button.mobile-facets__close-button {
    font-size: 10px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: .25px;
    color: rgba(var(--color-foreground));
    font-family: Gill Sans, Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.select__select {
    font-size: 11px;
}
.cus-Availabilty fieldset.facets-wrap.parent-wrap.facets-wrap-vertical {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.cus-Availabilty fieldset.facets-wrap.parent-wrap.facets-wrap-vertical .facet-checkbox {
    padding-right: 0;
}
body .active-facets__button--light:hover .active-facets__button-inner {

    box-shadow: none;
}
.homepage-banner-muticolumn .multicolumn-card__image-wrapper .media:after {
    content: '';
    position: absolute;
    top: 0;
    background: #000000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.custom__main-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
span.custom__subtitle {
    margin-right: 15px;
}
.homepage-banner-muticolumn .custom__main-title h1 {
    margin: 0;
}
.home-exhibitions span.collection-item--price {
    font-size: 10px;
}
#Banner-{{ section.id }} {
  position: relative;
}

body .banner-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}


.collection-header-text.full-width {
    margin-bottom: 20px;
}

body.template-page main.page .faq-content strong a, 
body.template-page main.page .faq-content b a{
    font-family: avenir-medium !important;
}
body.template-page main.page .faq-content blockquote h6{
    font-family: Gill Sans, sans-serif !important;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
    color: #292929;
}
body.template-page .faq-content blockquote a.button{
    font-family: Gill Sans, sans-serif !important;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase;
}
body.template-page main.page .faq-content h4.claim-text span{
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    letter-spacing: .25px;
    font-family: avenir-light !important;
    text-transform:none !important;
}

/*faq*/

body.page-faq .page.page-width {
    padding: unset;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}
body.page-faq main.page {
    padding: unset;
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    max-width: unset;
    margin-top: 5rem;
}
body.page-faq header.faq-sections {
    margin: unset;
    display: flex;
    flex-direction: column;
    width: 18%;
    position: sticky;
    top: 128px;
}

body.page-faq main.faq-content.rte.faq-page-only {
    width: 82%;
}
@media(max-width:1024px){
    body.page-faq main.faq-content.rte.faq-page-only {
        width: 75%;
    }
    body.page-faq header.faq-sections {
        width: 25%;
    }
}
@media(max-width:820px){
    body.page-faq main.faq-content.rte.faq-page-only {
        width: 65%;
    }
    body.page-faq header.faq-sections {
        width: 35%;
    }
}
@media(max-width:749px){
    body.page-faq main.page {
        margin-top: 2rem;
        gap: 1rem;
        flex-direction: column;
    }
    body.page-faq header.faq-sections {
        width: 100%;
        display: grid;
        position: unset;
    }
    body.page-faq main.faq-content.rte.faq-page-only {
        width: 100%;
    }
    body.page-faq header.faq-sections a.faq-section-link{
        grid-column-end: span 4;
    }
}




body section.product-main .product-important-details strong.tag{
display : block  !important;
/* white-space: unset; */
}

section.product-main .product-important-details .detail {
    display: grid;
    grid-template-columns: 148px 280px;
    gap: 20px;
    align-items: center;
}
.template-product .product-important-details.primary-details{

    display: flex;

    flex-direction: column;

    gap: 0.2rem;

}

.ordrs.product-important-details.detail {
    display: flex;
    gap: 0;
    align-items: center;
}

@media (max-width: 1200px) {
    section.product-main .product-important-details .detail {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
   section.product-main .product-important-details .detail {
        width: 100%;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        gap: 10px;
    }

}

.cnter-content-article{
    padding: 0 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.cnter-content-article img {
    width: 100%;
    height: 100%;
}