/** Shopify CDN: Minification failed

Line 447:57 Unexpected ")"

**/
.heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(h1,h2,h3,h4,h5,h6){
  font-weight: 500 !important;
}


.slideshow__slide-content .h1 {
    font-size: 20px;
}
.shopify-section--featured-collections .h2 {
    font-size: 20px;
}
.shopify-section--rich-text .h2{
  font-size: 20px;
}
.shopify-section--image-with-text .h2 {
    font-size: 20px;
}
.shopify-section--related-products .h2 {
    font-size: 20px;
}

.shopify-section--recently-viewed-products .h2 {
    font-size: 20px;
}

.main_test_grid {
    background-color: #232323;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
.main_test_grid .inner_textt {
    display: flex;
    flex-wrap: wrap;
}
.main_test_grid .inner_textt .rpt_omt {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
}
.main_test_grid .inner_textt .rpt_omt .icon.icon-ico-selection {
    height: 80px;
    width: auto;
}
.main_test_grid .inner_textt .rpt_omt .icon.icon-ico-selection img {
    max-width: 100%;
    display: block;
    height: 100%;
    margin: 0 auto;
}
.main_test_grid .inner_textt .rpt_omt h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 10px 0;
    font-family: Nunito ,sans-serif;
}
.main_test_grid .inner_textt .rpt_omt p {
    color: #9d9d9d;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-family: Nunito ,sans-serif;
}
.main_test_grid .container {
    max-width: 1620px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.localization-selectors {
    margin-bottom: 2rem;
}
html {
    padding-bottom: 0;
}
.footer .link-faded {
    color: rgb(var(--text-color));
}
.footer .text-subdued {
    color: rgb(var(--text-color));
}
.accordion__toggle {
    font-size: 14px !important;
}
.shopify-section--main-page .h2 {
    font-size: 20px;
}
b, strong {
    font-weight: 700;
}

.new-main--faq .faq {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
h2.faq_head {
    font-size: 22px;
    font-weight: 600;
    margin-top: 39px;
    margin-bottom: 27px;
}
.faq_data {
    background: #000;
    color: #fff;
    padding: 40px 30px 70px;
    margin-bottom: 80px;
}
.faq_data h2 {
    font-size: 22px;
}
.faq_box {
    background: #fff;
    color: #000;
    padding: 30px;
    max-width: 85%;
    margin: 0 auto;
}
.qst {
    margin-top: 40px;
}
.qst img {
    filter: brightness(0) invert(1);
    margin: 0 auto 18px;
}

.qst a {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    color: #000;
}
.globo-form-app {
    border: 1px solid #00000047!important;
    padding: 20px;
}
.globo-form-app {
    max-width: 100%!important;
    text-align: left!important;
}
.new-main--faq {
    background: #fff;
}
.globo-form-input {
    border: 1px solid #00000061 !important;
}
.faq_data h2 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider {
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.slide {
    width: 31%;
    background: #f4f4f4;
    padding: 30px 20px;
    text-align: center;
}
.slide img {
    height: 45px;
    margin: 0 auto;
}
.slide h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 18px;
}
.text-blocks-main {
    background: #fff;
}

.trade-rich-text {
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    background: #000;
}
.t-text {
    background: #fff;
}
.trade--content {
    padding: 40px 0;
    color: #fff;
}
.all-main {
    padding: 3rem 0 1rem;
    background: #fff;
}
.trade--content h2 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 11px;
}
.collection-banner h1 {
    font-size: 20px;
}

.shopify-section--contact .h2 {
    font-size: 20px;
}
.shopify-section--contact .button {
    font-family: 'Montserrat';
    font-size: 12px;
}
.blog-tags li {
    text-transform: uppercase;
    font-size: 11px;
    color: #000000;
    letter-spacing: 1px;
    margin: 0 10px;
}



.cfb-image {
    position: relative;
}
.cfb-image img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}
.cfb-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    padding: 0 20px;
}
.cfb-content h2 {
    color: #fff;
    font-size: 20px;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 5px;
    max-width: 460px;
    margin: 0 auto 30px;
}
.cfb-content a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cfb-image:after {
    position: absolute;
    content: "";
    background: #00000087;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}
.cfb-content strong {
    padding-left: 3px;
}



.product-title.h3 {
    font-size: 18px;
}
.h4.text-subdued {
    font-size: 16px;
}

.product-info__block-item:nth-child(3) {
    margin: 0 !important;
}
.gutter-ele-small-top.gutter-ele-bottom {
    display: flex;
    gap: 5px;
    vertical-align: middle;
}
.gutter-ele-small-top.gutter-ele-bottom svg {
    width: 20px;
}
.dib.pg__sold-text {
    margin-top: 4px;
}



.incart-main {
    display: flex;
    align-items: center;
    margin-top: 20px !important;
}
.incart-main img {
    width: 50px;
    margin-right: 12px;
}
.incart-main .incart-text {
    font-size: 13px;
    line-height: 18px;
}
.pg__sales-number.alternative {
    color: #6990cb;
    font-weight: 400;
}




.Product__AboutArtist .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.Artist__Profile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.Artist__Img {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    margin-right: 20px;
}
.Artist {
    display: flex!important;
    flex-direction: column!important;
    flex-grow: 1!important;
}
.About__Recognition {
    margin-top: 15px;
}
.flex-wrapper {
    display: grid;
    grid-template-columns: repeat(2,2fr);
}
.Recognition__Item {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
    gap: 10px;
}
.Recognition__Item img {
    width: 31px;
    height: 31px;
}
.Product__AboutArtist .SectionHeader__Heading.Heading.u-h3 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
}
.Artist__Card {
    padding: 0 0 3rem 0;
}
.Product__AboutArtist {
    border-top: 1px solid #0000002e;
}
.art-heading.center h2 {
    text-align: center;
    margin: 50px 0;
    letter-spacing: 3px;
    color: #1C1B1B;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
}
.custom-col.collectionList img.artist-image {
    width: 100%;
}
.custom-col.collectionList img.pro-image {
    display:none;
}
.custom-col.collectionList {
    display: grid;
    grid-template-columns: repeat(3,3fr);
    grid-gap: 30px;
    padding: 50px 0;
    max-width: 1400px;
    margin: 0 auto;
}
.custom-col.collectionList .inner_wrapper:hover img.pro-image {
    display: block;
}
.custom-col.collectionList .inner_wrapper:hover img.artist-image {
    display: none;
}
.product-gallery .globo-sw-media--hide {
    display: block!important;
}
.custom-col.collectionList .ProductItem__Info {
    margin: 20px 0;
    text-align: center;
}
.our-artist {
    background-color: #fff;
}
.artist-banner .slick-arrow {
    display: none !important;
}
.artist-banner ul.slick-dots {
    padding: 0;
    text-align: center;
    margin-top: 5px;
    position: absolute;
    bottom: 23px;
    right: 30px;
}
.artist-banner ul.slick-dots li {
    display: inline-flex;
    margin: 0 5px;
}
.artist-banner ul.slick-dots li button {
    background: #fdfdfd00;
    font-size: 0;
    padding: 4px;
    border-radius: 30px;
    border: 2px solid #fffcf5;
}
.artist-banner .slick-active button {
    background: #fffcf5 !important;
}
.artist-banner .shopify-payment-button__button--unbranded):not([disabled]):hover {
    color: rgb(255 252 245) !important;
    border-color: rgb(255 252 245) !important;
}
/* .artist-banner .button {
    color: #000;
    background: #fffcf5;
} */
/* .artist-banner .button {
    color: rgb(var(--button-text-color));
    border: 1px solid rgb(255 252 245);
    background-color: #fffcf5;
} */
.ab-content {
    display: flex !important;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    background: #000;
}
.ab-text {
    width: 50%;
}
.ab-banner-image {
    width: 50%;
}
.ab-banner-image img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.ab-text h2 {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    font-weight: 400;
}
.ab-text p {
    color: #fff;
    margin: 25px 0;
}
/* .artist-banner .button {
    border: 1px solid rgb(255 252 245);
    background-color: transparent!important;
    background-image: none;
} */
.text-all {
    text-align: center;
    max-width: 27rem;
    margin: 0 auto;
    padding: 0 20px;
}






/***********************Artist Collection page css**********************/
.artist-collection-header {
    height: 600px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.artist-collection-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 1920px;
    background-color: #000;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
}
.artist-collection-header .artist-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.artist-collection-header .artist-main span {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    color: #d5a770;
    margin: 5px;
}
.artist-collection-header .artist-main h1 {
    font-size: 78px;
    line-height: 80px;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 50%);
    margin: 0;
    color: #fff;
}
.artist-collection-header .artist-main span {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    color: #d5a770;
    margin: 5px;
}
.border-quote {
    height: 19px;
    width: 100%;
    z-index: 3;
    position: relative;
    background-color: #efefef;
    color: #d5a770;
}
.border-quote svg {
    width: 100%;
    max-width: 100px;
    position: absolute;
    left: 50%;
    bottom: -54px;
    transform: translate(-50%);
}
.artist-details {
    padding-top: 80px;
    padding-bottom: 70px;
    background-color: #fff;
}
.artist-details .Grid {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    grid-gap: 50px;
}
.artist-details .left-wrapper {
    width: 100%;
    max-width: 25%;
}
.artist-credentials {
    background-color: #f8f8f8;
    padding: 30px;
}
.artist-credentials .Heading {
    color: #d5a770;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.artist-credentials .artist-keys {
    list-style-type: none;
    margin: 0;
}
.artist-credentials .artist-keys li {
    margin: 8px 0;
    display: flex;
}
.artist-credentials .artist-keys li svg {
    margin-right: 10px;
    width: 18px;
}
.artist-details .middle-wrapper {
    width: 100%;
    max-width: 45%;
}
.artist-details blockquote {
    margin: 0 0 20px!important;
    border: 0;
    padding: 0;
    font-style: italic;
    font-size: 22px;
    line-height: 30px;
    color: #d5a770;
}
.artist-details .right-wrapper {
    width: 100%;
    max-width: 30%;
}

/***********************end Artist Collection page css**********************/

.TabList {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    gap: 50px;
    display: flex;
    justify-content: center;
}
button.Heading.u-h4.TabList__Item.is-active {
    border-top: 1px solid;
}
.artist-features-tabs .SectionHeader__TabList .TabList__Item {
    cursor: pointer;
}
.artist-features-tabs .TabList .TabList__Item {
    padding-top: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.artist-features-tabs .SectionHeader__TabList .TabList__Item {
    cursor: pointer;
}

.artist-features-tabs .TabPanel[aria-hidden="false"] {
    display: block;
}
.artist-features-tabs .TabPanel {
    display: none;
}
.TabPanel[aria-hidden=false] {
    display: block;
}
.TabPanel {
    display: none;
}
.CollectionInner {
    display: flex;
}
.artist-features-tabs .Grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 40px;
    padding-bottom: 60px;
}
.col-pagination {
    text-align: center;
}
.CollectionInner__Products nav.pagination {
    margin: 120px 0;
}
.col-pagination {
    text-align: center;
}
nav.header__secondary-nav .localization-selectors {
    margin-bottom: 0px;
}










/***************************custom--slideshow***********************/

.custom-section--slideshow .content-over-media {
    display: flex;
    flex-wrap:wrap;
    flex-direction: row-reverse;
    grid-gap: 0 !important;
  position: relative;
    justify-content: space-between;
}

.custom-section--slideshow .content-over-media>picture, .content-over-media>image-parallax picture {
    display: inherit;
}

.custom-section--slideshow .content-over-media picture {
    width: 100%;
    max-width: 50%;
}

.custom-section--slideshow .slideshow__slide-content {
    width: 100%;
    max-width: 50% !important;
}
.custom-section--slideshow .content-over-media>picture img {
    height: 500px !important;
}
.custom-section--slideshow .prose {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
}
.custom-section--slideshow .content-over-media:after {
    content: "";
    position: absolute;
    background: #00ffff00;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 749px) {
  .custom-section--slideshow .prose {
    max-width: 700px;
}
  .custom-section--slideshow .content-over-media picture {
    max-width: 100%;
}
  .custom-section--slideshow .slideshow__slide-content {
    max-width: 100% !important;
}
  .custom-section--slideshow .content-over-media>picture img {
    height: 280px !important;
}
  .custom-section--slideshow .prose {
    padding: 30px 15px;
}
}
/***************************end--custom--slideshow***********************/


#ShopifyChat {
    position: fixed;
    bottom: 3px !important;
    z-index: 19;
    right: 3px !important;
    /* height: 65px; */
}
.omnisend-form-63eca100d2976cdd4b5015bd-teaser {
    z-index: 999 !important;
}
.cart-drawer .link-faded-reverse {
    font-size: 20px;
    font-weight: 600;
    background: #cbcbcb;
    padding: 10px 15px;
}
a.for_account.sm-max\:hidden {order: 2 !important;}

a.for_search {
    order: 1 !important;
}

a.for_cart.relative {
    order: 3 !important;
}
.omnisend-form-63f725e9eb7ad79eb5cdb986-teaser.omnisend-reset-63f725e9eb7ad79eb5cdb986 {
    z-index: 999 !important;
}
.drawer::part(content) {
    z-index: 99999 !important;
}

.custom-text-bar {
    text-align: center;
    padding: 5px 0;
    position: relative;
}

.mega-menu {
    position: absolute;
    z-index: 9;
}

.header__dropdown-menu--restrictable {
    position: absolute;
    z-index: 9;
}
.product-sticky-bar.is-visible {
    z-index: 4;
}
/* .template-collection height-observer[variable="header"] {
    position: relative;
}

.template-collection .custom-text-bar {
    position: absolute;
    width: 100%;
    bottom: -50px;
} */

.header-search {
    z-index: 9999;
}
/*********************responsive********************/
@media (max-width: 1200px) {
    .artist-details .Grid {
        grid-gap: 20px;
    }
}

@media screen and (max-width: 1024px) {
  .trade-rich-text {
    max-width: 90%;
}
  .slider {
    max-width: 90%;
}
  .new-main--faq .faq {
    max-width: 90%;
}

  .artist-details .Grid {
    display: inline-grid;
}
  .artist-details .left-wrapper, .artist-details .middle-wrapper, .artist-details .right-wrapper {
    max-width: 100%;
}
}
@media screen and (max-width: 989px) {
  .main_test_grid .inner_textt .rpt_omt {
    width: 50%;
}
  .main_test_grid .inner_textt .rpt_omt:nth-child(-n+2) {
    margin-bottom: 50px;
}
  .custom-gallery-lightbox .flex_wrapper {
    grid-template-columns: repeat(2,2fr) !important;
}
}
@media screen and (max-width: 749px) {
.custom-col.collectionList {
    grid-template-columns: repeat(2,2fr);
    grid-gap: 20px;
}  
  /* .main_test_grid .inner_textt .rpt_omt {
    width: 100%;
} */
  .main_test_grid .inner_textt .rpt_omt .icon.icon-ico-selection {
    height: 70px;
}
    .slide {
    width: 100%;
}
.faq_box {
    max-width: 95%;
}
  .custom-gallery-lightbox .flex_wrapper {
    grid-template-columns: repeat(1,1fr)!important;
}
  .custom-gallery-lightbox .heading_block p {
    font-size: 23px !important;
    line-height: 1.5em !important;
    font-weight: 200 !important;
    margin-bottom: 22px;
    max-width: 100% !important;
}
  .img-enlarged {
    max-width: 93% !important;
    max-height: 52% !important;
    top: 30% !important;
    width: 100%;
}
  .custom-gallery-lightbox h2 {
    font-size: 20px !important;
}
  .img-enlarged__nav.next {
    right: 0px !important;
}
  .img-enlarged__nav.prev {
    position: absolute;
    top: 0;
    left: 0 !important;
}
  .blog-tags li {
    margin: 0;
}
  .cfb-content h2 {
    letter-spacing: 3px;
}
  .Artist__Profile {
    display: block;
    text-align: center;
}
.Artist {
    gap: 4px;
    margin-bottom: 10px;
}
  .Artist__Img {
    width: 100%;
    height: auto;
    margin: 0 auto 18px;
    max-width: 210px;
}
  .flex-wrapper {
    grid-template-columns: repeat(1,1fr);
}
  .artist-features-tabs .Grid {
    grid-template-columns: repeat(2, 1fr);
}
  .artist-features-tabs .TabList .TabList__Item {
    font-size: 13px;
    letter-spacing: 1px;
}
  .artist-collection-header .artist-main h1 {
    font-size: 50px;
    font-weight: 400;
}
  .artist-collection-header {
    height: 300px;
}
  .cfb-image img {
    height: 370px;
}
  .artist-features-tabs .CollectionInner__Products nav.pagination {
    margin: 50px 0;
}
  .main_test_grid .inner_textt .rpt_omt .icon.icon-ico-selection img {
    max-width: 80%;
    height: 80%;
}
  /* .ctb-text p {
    font-size: 18px;
    line-height: 1.3em;
}
  .custom-text-bar {
    padding: 10px 0;
} */
}

@media screen and (max-width: 576px) {
.ab-banner-image {
    width: 100%;
}
.ab-text {
    width: 100%;
    padding: 30px 0 50px;
}  
.ab-content {
    flex-direction: column-reverse;
}  
.ab-banner-image img {
    height: auto;
}  
}


@media screen and (max-width: 480px) {
.custom-col.collectionList {
    grid-template-columns: repeat(1,1fr);
}
}

