/** Shopify CDN: Minification failed

Line 332:39 Unexpected "{"
Line 3060:31 Expected identifier but found "{"

**/
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
.studio_wa{
    right: 175px;
    bottom: 15px;
    position: fixed;
    z-index: 2;
    width: 44px;
    height: 44px;
}
.studio_wa img{
  width:100%;height:100%;
}
.frcp-loyalty-launcher-wrapper,.whatsapp-widget-left {
    z-index: 1 !important;
}
@media screen and (max-width: 768px) {
  .studio_wa{
        right: 20px;
        width: 38px;
        height: 38px;
        bottom: 120px;
  }
.frcp-loyalty-launcher-wrapper {
    --frcp-loyalty-launcherVerticalOffset: 32px !important;
}
.frcp-loyalty-launcher-wrapper .frcp-loyalty-launcher {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px;
}
}
body {
  font-size: 1.4em !important;
}
  :root {
    --menu-width: 1300px;
    --mega-menu-width: 1230px;
  }
@media screen and (min-width: 1600px) {
  .page-width {
    max-width: 1550px;
  }
  :root {
    --menu-width: 1450px;
    --mega-menu-width: 1350px;
  }
}
@media screen and (min-width: 1900px) {
  .page-width {
    max-width: 1750px;
  }
    :root {
    --menu-width: 1650px;
    --mega-menu-width: 1575px;
  }
}
@media screen and (min-width: 2400px) {
  .page-width {
    max-width: 2200px;
  }
    :root {
    --menu-width: 2200px;
  }
}
cart-remove-button .button {
  background: transparent !important;
}
quantity-popover .quantity {
  background: rgb(var(--color-background));
  gap: 8px;
  height: 48px;
  border: 1px solid #d1d1d1;
  border-radius: 99px;
}
:root {
  --font-heading-family: "Lexend Deca", sans-serif !important;
  --font-heading-weight: 200 !important;
  --font-body-family: "Lexend Deca", sans-serif !important;
  --font-body-weight: 300 !important;
  --swiper-navigation-size: 24px;
  --swiper-theme-color: #df0078;
  --grid-mobile-vertical-spacing: 10px;
  --grid-mobile-horizontal-spacing: 10px;
}
.multi-country svg {
  width: 100%;
}

a,
span {
  text-decoration: none !important;
}
.brand {
  color: #df0078;
}
.swiper-button-lock {
  display: initial !important;
}
.swiper-button-next,
.swiper-button-prev {
  top: -48px;
  width: 36px;
  height: 36px;
  background: #f6f6f5;
  border-radius: 50%;
  z-index: 1;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 24px;
  height: 24px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto;
  right: 45px;
}
.swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
}

.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 8px;
}
.wishlist-engine-button {
  background: rgba(149, 149, 149, 0.7) !important;
  border-radius: 50%;
  margin-bottom: 10px;
}
.wishlist-icon svg path {
  stroke: #fff;
}
.h-wishlist-icon svg {
  width: 18px !important;
  height: 18px !important;
}
span.banner__badge {
  border-radius: 99px;
  padding: 0 10px;
  display: flex;
  width: fit-content;
  height: 20px;
  align-items: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: absolute;
  top: 4rem;
}
@media screen and (max-width: 749px) {
  span.banner__badge {
    left: 2rem;
  }
}
h1.main-page-title {
  font-family: Lexend Deca;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #434343;
}
button.button.button--primary {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.space_arrow{
  margin-top:3rem;
}
.jdgm-write-review-modal__nav-btn {
    border-radius: 0;
    background-color: #df0078 !important;
    color: #fff !important;
}
.jdgm-write-review-modal .jdgm-write-review-modal__close-btn {
        opacity: 1 !important;
        display: block !important;
    }
/************************** Header *********************************/
.header__heading-link {
    line-height: 0 !important;
}
header#site-header {
    /*padding: 4px 1rem 4px 1rem;*/
    display: flex !important;
    width: 100% !important;
}

header#site-header .noir-header-wrapper{
    display: flex;
    align-items: center;
    justify-content: center; /* IMPORTANT */
    gap: 12px; /* 🔥 controls space between menu & search */
    padding: 0 !important;
    width: 100%;
        max-width: var(--menu-width);
    margin: 0 auto;
}
.noir-beads-menu-wrapper {
  position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto !important;
    grid-template-areas: "heading navigation icons";
    align-items: center;
    column-gap: 2rem;
    width: 86vw;
    background: #fff;
    padding: 0 32px;
    border-radius: 50px;
    border: 1px solid rgba(209, 209, 209, 0.32);
    min-height:64px;
}
.noir-beads-search {
  display: flex;
  flex: 0 0 64px;
  height: 64px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(209, 209, 209, 0.32);
}
.noir-beads-search .header__icon span {
    height: 100%;
    justify-content: center !important;
}
.shopify-section-group-header-group {
    z-index: 1;
}
.cart-count-bubble {
  font-size: 0.9rem;
  bottom: 2.4rem;
  left: unset;
  right: -10px;
  background-color: #df0078;
}
.header__icon:not(.header__icon--summary),
.header__icon span {
  justify-content: end;
}
.header__icons {
  padding-right: 0;
}
.h-wishlist-icon .wishlist-h-count {
  display: none !important;
}
.header__icon--cart {
  margin-right: 0;
}
/*.header--middle-left {
  grid-template-areas: "heading navigation icons";
  grid-template-columns: 1fr auto 1fr;
}*/
.header__icon .svg-wrapper {
  width: 18px;
  height: 18px;
}
.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #474747;
  position: relative;
}
.header__menu-item span:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  border: 2px solid #585858;
  opacity: 0;
}
.list-menu__item:hover span:after {
  opacity: 1;
}
@media screen and (min-width: 750px) {
  div#myMenu {
    display: none;
  }
}
@media screen and (min-width: 990px) {
    .header--middle-left {
        grid-template-columns: auto 1fr auto !important;
    }
    .header__inline-menu {
        display: block;
        text-align: center;
    }
}
  .list-menu__item,.menu-item {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0rem !important;
  }
.header__icon--cart svg path,.header__icon--search svg path,
.header__icon .svg-wrapper svg circle, {
    stroke: #151515;
    stroke-width: 1.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
@media screen and (max-width: 750px) {
  .noir-beads-menu-wrapper{
      position: unset;
        grid-template-areas: "navigation heading ";
        width: 100%;
        padding: 0;
        border-radius: 0;
        border: 0;
                min-height: auto;
  }
}
/************ hover header *****************/

#site-header.scrolled{
   /* background: #ffffff;*/
}
#site-header.scrolled .header__heading-logo {
 
}
/* Normal dropdown */
.has-dropdown {
  position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
     top: 54px;
    left: 50%;
    transform: translate(-50%, 15px);
    min-width: 180px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    background: #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: rgba(209, 209, 209, 0.5);
    border-radius: 0px 0px 12px 12px;
}

.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu a {
    display: block;
    text-decoration: none;
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    background: transparent !important;
    padding:8px 12px;
}

.dropdown-menu a:hover {

}

  /* ===============================
     MEGA MENU CONTAINER
  ================================= */

  .mega-menu{
    position: absolute;
    top: 100%;
    width: 86vw;
    max-width: var(--mega-menu-width);
    left: 50%;
    transform: translateX(-50%) translateY(15px);

    /* 🔥 KEY FIX */
    padding: 28px 64px 48px 64px; /* match header horizontal padding */

    background: #FFFFFF;
    border: 1px solid rgba(209, 209, 209, 0.32);
    border-radius: 32px;
    box-sizing: border-box;
    margin-top:8px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
  }

  .list-menu__item.has-mega-menu:hover > .mega-menu{
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  }

  /* ===============================
     LAYOUT
  ================================= */

  .mega-menu__inner{
    display:grid;
    grid-template-columns:160px 1fr;
    gap:72px;
  }

  /* ===============================
     LEFT SIDE
  ================================= */
    .mega-left {
        min-height: 450px;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }
  .mega-category-list{
    list-style:none;
    padding:0;
    margin:0;
  }

  .mega-category-btn{
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    background:none;
    border:none;
    width:100%;
    text-align:left;
    padding:10px 0;
    text-transform:uppercase;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    transition:all .2s ease;
    border-bottom: 1px solid rgb(255, 255, 255);
  }

  .mega-category-btn:hover{
    color: #6D6D6D;
  }

  .mega-category-btn.active{
    color: #6D6D6D;
    border-bottom: 1px solid #D1D1D1;
  }

  .mega-shop-all{
    margin-top:24px;
    border-top:1px solid #D1D1D1;
    padding-top:20px;
  }
  .mega-shop-all a{
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
  }
  .mega-shop-all a:hover{
    color: #6D6D6D;
  }
  /* ===============================
     RIGHT SIDE IMAGES
  ================================= */
  .mega-image-row{
      display:flex;
      justify-content:end;
  }
  .menu_banner_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 72rem;
    max-width: 100%;
  }

  .menu_img img,.mega-product-item img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    transition:transform .4s ease;
  }

  .menu_img:hover img{
   /* transform:scale(1.04);*/
  }
  .menu_img a span {
      font-family: 'Lexend Deca';
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #474747;
      text-align: left;
      padding-top: 16px;
      padding-bottom: 4px;
      display: flex;
      width: 100%;
  }
  /* ===============================
     CHILD GRID
  ================================= */

  .mega-products-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:32px 20px;
  }

  .mega-product-item span{
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #474747;
    text-decoration:none;
    transition:color .2s ease;
  }

  .mega-product-item:hover{

  }

  /* ===============================
     VISIBILITY CONTROL
  ================================= */

  .mega-tab-content{
    display:none;
  }

  .mega-tab-content.active{
    display:block;
  }

  .mega-image-row.hide{
    display:none;
  }
@media screen and (max-width: 749px) {
  /*.header {
    grid-template-areas: "heading icons";
    grid-template-columns: 1fr 2fr;
  }*/

  .menu-drawer__utility-links {
    display: none;
  }
  .header__heading .header__heading-link {
    padding: 0;
  }
  .menu-drawer__navigation .list-menu__item,
  .menu-drawer__navigation .menu-item,
  .noir_footer_mobile_menu .menu-item {
    padding: 1.8rem 1.2rem !important;
    color: #585858;
    border-bottom: 1px solid rgba(209, 209, 209, 0.32);
    background: transparent !important;
  }
  .header__heading-link {
    line-height: 0;
    margin-left: 0rem;
    padding: 0;
  }
    .menu-drawer__navigation {
        padding: 0 !important;
    }
    .mobile-right{
      width:8px !important;
          right: 1rem !important;
    }
    .menu-drawer__close-button{
      padding: 1.2rem 2.4rem !important;
      font-size: 12px !important;
      line-height: 14px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #888888;
      background-color: transparent !important;
    }
    .menu-drawer__close-button .svg-wrapper {
        transform: unset !important;
    }
    .menu-drawer__menu{
      padding: 0rem .8rem !important;
    }
    .second-level .list-menu__item{
      padding-left: 3.6rem !important;
    }
    .third-level .list-menu__item{
        font-size: 12px !important;
        line-height: 14px !important;
        padding-left: 5.2rem !important;
    }
.noir_footer_mobile_menu {
    display: flex;
    flex-flow: column;
    padding: 1rem .8rem !important;
}
a.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
a.menu-item span.label {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.menu-item.center{
  border:0;
  justify-content: center;
}
}
/* Mobile Specific Search Overlay */
@media screen and (max-width: 749px) {
  .search-modal.modal__content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 9999;
  }

  .search-bar-mobile {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #f2f2f2;
  }

  .search-bar-mobile .search__input {
    flex-grow: 1;
    border: none;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    outline: none;
  }

  /* Fix for Vertical Text / List Layout */
  .predictive-search-results {
    background: white;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 20px;
  }

  /* Product result row style */
  .predictive-search__item {
        padding: 0 !important;
        margin-bottom: 15px !important;
  }

  .predictive-search__item-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%; /* Ensures text doesn't wrap into a single column */
  }

  .predictive-search__item-heading {
    font-size: 13px;
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: normal; /* Fixes the vertical text issue */
    line-height: 1.4;
  }

  .predictive-search__item-price {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
  }

  .predictive-search__image {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background: #f9f9f9;
  }
  .predictive-search {
    position: relative !important;
    top: calc(100% + .1rem);
    left: -.1rem;
}
.search-modal__content-bottom {
    bottom: unset;
    top: 0;
    align-items: start;
    padding-top: 1rem;
}
#predictive-search-results-products-list{
      padding: 0 !important;
    display: block !important;
}
predictive-search[open] .predictive-search, predictive-search[loading] .predictive-search {
    display: block;
    border: 0;
    box-shadow: unset;
}
.predictive-search__heading {
    display: none;
}
predictive-search[open] .predictive-search, predictive-search[loading] .predictive-search {
    max-width: none !important;
    height: 100vh;
    width: 100%;
    margin-top: 20px;
}
}
/**************************** Footer ***************************/
.footer-block__details-content .list-menu__item {
    text-transform: capitalize !important;
}
.footer__blocks-wrapper.grid {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
}
.footer-block__heading {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-block__details-content .list-menu__item--link {
  font-style: normal;
  font-weight: 300;
  font-size: 14px !important;
  line-height: 20px;
  color: #b0b0b0 !important;
      padding: 1.1rem 0rem !important;
}
.footer-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #bfbfbf;
}
.footer__copyright {
  padding: 15px 0;
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__content-bottom {
  background: #353535;
  padding: 0 !important;
  border: 0 !important;
}
.footer__copyright .list-social__link {
  padding: 0;
}
.footer__copyright .list-social__item .icon {
  height: 4.2rem;
  width: 4.2rem;
}
.footer__copyright .svg-wrapper {
  width: 30px;
  height: 30px;
}
.noir-fpl-text p {
    margin: 0;
    padding-bottom: 10px;
}
.noir-fpl {
    margin-top: 48px;
}
.noir-fpl-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2em;
}

@media screen and (min-width: 750px) {
  .footer__blocks-wrapper.grid--3-col-tablet .grid__item {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .footer__content-top {
    padding-bottom: 0 !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .grid--2-col .grid__item.footer-block--menu {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;
    margin: 0 !important;
  }
  .footer .grid {
    display: flex !important;
  }
  .footer-block__details-content {
    margin-bottom: 2rem !important;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .footer-block__brand-info {
    text-align: left;
    display: flex;
    gap: 15px;
  }
  .footer-block.grid__item:first-child {
    margin-top: 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid #515151;
    padding-bottom: 4rem;
  }
  .footer-block__heading {
    margin-bottom: 1rem;
  }
  .footer-block__brand-info .footer__list-social.list-social {
    justify-content: flex-end;
    padding: 0 !important;
  }
  .footer-block__brand-info {
    text-align: right !important;
    width: 100%;
    justify-content: space-between;
  }
  .list-social__item .icon {
    height: 4rem !important;
    width: 4rem !important;
  }
  .footer-block__brand-info .footer__list-social.list-social .svg-wrapper {
    width: 40px !important;
    height: 40px !important;
  }
  .list-social__link {
    padding: 0 !important;
  }
  .footer-block__brand-info .footer__list-social.list-social {
    justify-content: end !important;
  }
  .footer__copyright {
    justify-content: center;
  }

  .noir-fpl-text p {
      text-align: center;
  }  
  .noir-fpl-max {
    max-width: 350px;
    margin: 0 auto 20px;
    padding: 0 20px;
  }
  .noir-fpl-img img {
      width: 100%;
  }  
  .footer-block__details-content .list-menu__item {
    font-style: normal;
    font-weight: 300;
    font-size: 14px !important;
    padding: 1.1rem 0rem !important;
}
}
/************************** Banner ****************************/
.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 0 2rem;
  height: 48px;
  background: #585858;
  border-radius: 999px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.button:hover {
  background: #6d6d6d !important;
  color: rgb(var(--color-button-text)) !important;
}
cart-remove-button .cart-remove-button:hover{
   background: transparent !important;
} 
.button:after,
.button:before {
  display: none;
}
a.button.button--secondary {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3c;
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #cecece;
  border-radius: 999px;
  background: transparent;
  max-width: 180px;
}
.button--secondary:hover {
  background: #6d6d6d !important;
  color: rgb(var(--color-button-text)) !important;
}
a.button.button--secondary:after,
a.button.button--secondary:before {
  display: none;
}
@media only screen and (min-width: 750px) {
  .banner--content-align-left.banner--desktop-transparent .banner__box,
  .banner--content-align-right.banner--desktop-transparent .banner__box,
  .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 62rem !important;
  }
}
.banner__box .button {
  /*  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 0 2rem;
*/
}
.banner__box p {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #cacaca;
}
.banner__box h2 {
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 200;
  font-size: 60px;
  line-height: 64px;
  color: #ffffff;
}
@media screen and (max-width: 749px) {
  h2.banner__heading.inline-richtext {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 200;
    font-size: 32px;
    line-height: 100%;
    color: #f6f6f5;
  }
  .banner__box p {
    font-weight: 300;
    font-size: 13px;
    line-height: 142%;
    /* or 18px */
    color: #cacaca;
  }
  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt)
    .banner__content {
    min-height: 50rem;
    display: flex;
    align-items: self-start;
  }
  a.button.button--primary {
    /*background: transparent;
    border-color: #cecece;*/
  }
}
/***************************** Noir text Scroller *******************************/
:root {
  --scrolling-content--animation-speed: 10s;
  --scrolling-content--gap: 40px;
  --spacing--block: 50px; /* Default fallback value */
  --spacing--item: 50px; /* Default fallback value */
}

.scrolling-content--blocks {
  display: flex;
  position: relative;
  gap: var(--scrolling-content--gap);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
  overflow: hidden;
}

.scrolling-content--container {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--scrolling-content--gap);
  animation: scrolling-content var(--scrolling-content--animation-speed) linear
    infinite;
  animation-play-state: running;
}

.scrolling-content--root {
  position: relative;
  overflow: hidden;
  justify-content: center;
  padding: 16px;
  display: flex;
}
.scrolling-content--block {
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: var(--scrolling-content--gap);
}
.scrolling-content--block-wrapper {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #f6f6f5;
}
@keyframes shine {
  to {
    left: 100%;
  }
}

@keyframes scrolling-content {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--spacing--block)));
  }
}

@keyframes scrolling-content-mobile {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--spacing--item)));
  }
}
/********************************* Noir Collections List ****************************/
.rich-text__heading,
.section-title .inline-richtext,
h2.title.inline-richtext {
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #474747 !important;
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.section-title p,
.rich-text__text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #888888;
}
.noir_category_wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #888888;
}

.noir_category_wrapper {
  text-decoration: none;
  text-align: center;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.noir_category_img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.noir_category_img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease-in-out; /* Smooth zoom */
}
.noir_category_img:hover img {
  transform: scale(1.2);
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #dfdfdf;
  border-radius: 10px;
  height: 4px;
  transition: opacity 0.4s;
  width: 80%;
  margin: 0 auto;
  left: 10%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #00000080;
  left: 0;
  top: 0;
  display: block !important;
}
@media screen and (max-width: 749px) {
  .noir_category_wrapper p {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
  }
.noir_category .swiper-wrapper {
  gap:5px;
}
}

@media screen and (min-width: 750px) {
  .noir_category_img {
    width: 150px;
    height: 150px;
  }

}
@media screen and (min-width: 1300px) {
  .noir_category .swiper-wrapper {
    justify-content: center !important;
    gap:5px;
  }
}
/************************************ Product Slider ***********************/
.card:hover .media.media--hover-effect > img:first-child:only-child,
.card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
  transform: scale(1.5) !important;
}
.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collection__title a {
  display: flex;
  gap: 10px;
}
.noir_custom_collection {
  position: relative;
}
.countdown-timer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  gap: 15px;
  margin-top: 2rem;
}
.countdown-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.countdown-value {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #585858;
}
.countdown-label {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8b8a85;
}
.countdown-seprator {
  margin-top: 12px;
  height: auto;
  display: flex;
  align-items: center;
}
.flash-sale {
  margin-bottom: 2.5rem;
}
.flash-sale p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #434343;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 749px) {
  .flash-sale p {
    font-weight: 400;
    margin: 1.5rem 0;
    text-align: center;
  }
  .countdown-timer {
    justify-content: center;
    margin: 3.5rem 0;
  }

  .collection__title.title-wrapper {
    justify-content: center;
  }
}
/******************** Card ***************************/
@media screen and (min-width: 750px) {
  .card__information {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
}
.card__badge.top {
  display: flex;
  gap: 5px;
}
.badge,
.noir_new {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 12px;
  gap: 10px;
  border-radius: 99px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.noir_new {
  background: #96efd9;
  color: #474747;
}

.product_contain {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888888;
}
.card__heading a,
.blog__pos .artist_name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #474747;



}
.creator_heading  .card__heading a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.card-information .price .price-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #474747;
}
.card-information .price--on-sale .price-item--regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #888888;
}
.card--card.gradient,
.card__inner.gradient {
  background: transparent;
}
.card__content {
  /*border: 1px solid #cecece;
  border-radius: 8px;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;*/
  padding: 0 !important;
}
.card__information {
  grid-row-start: 2;
  padding: 1.3rem 1rem;
  border: 1px solid #cecece;
  border-radius: 8px;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.card__inner .card__content {
  padding: 1.3rem 1rem !important ;
}
.card--card .quick-add {
  margin: 0 !important;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.quick-add__submit {
  padding: 0 !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  min-height: 40px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(149, 149, 149, 0.7) !important;
}
.quick-add__submit:after,
.quick-add__submit:before {
  display: none;
}
.product_contain {
    margin: 8px 0 16px 0;
}
/********************** New Correction ********************/
.card__information {
    padding: 24px 20px 20px 20px !important;
}

@media screen and (max-width: 749px) {
  .mobile-facets__open-label {
    transition: text-decoration var(--duration-short) ease;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
  }
  .card__information {
    padding: 1.3rem 1rem !important;
  }
  .card__heading a,
  .card-information .price .price-item,
  .card-information .price--on-sale .price-item--regular {
    font-size: 14px;
    line-height: 16px;
  }
  .mobile-facets__open .svg-wrapper {
    width: 1.6rem !important;
    height: 1.6rem !important;
  }
  .product_contain {
    display: none;
  }
  .quick-add__submit {
    display: none !important;
  }
  .card--card .quick-add {
    bottom: 10px;
    top: unset !important;
  }
  .wishlist-engine-button {
    margin-bottom: 0;
    padding: 7px;
  }
  .wishlist-icon svg {
    width: 12px !important;
    height: 12px !important;
  }
  .mobile-facets__summary {
    padding: 1.3rem 1.5rem !important;
  }
}
/********************************* Testimonials ********************************/
.noir_testimonial {
  position: relative;
}
.noir_testimonial .swiper-slide-next,
.noir_testimonial .swiper-slide-prev {
  opacity: 0.4;
  -webkit-filter: grayscale(100%); /* Safari / Chrome */
  -moz-filter: grayscale(100%);    /* Firefox (older versions) */
  -ms-filter: grayscale(100%);     /* Internet Explorer (non-standard) */
  -o-filter: grayscale(100%);      /* Old Opera */
  filter: grayscale(100%);         /* Standard */
  transform: scale(0.85);
}

.testimonial_slide {
  padding: 3.5rem;
  border: 1px solid #cecece;
  border-radius: 6px;
}
.noir_testimonial .swiper-slide-active .testimonial_slide {
}
.testimonial-stars svg {
  width: 18px;
  height: 18px;
}
.rte-testimonial p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #474747;
}
.testimonial_img {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.testimonial_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testimonial_img span {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
/************************ Blogs Card *************************/
.circle-divider {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888888;
}
.article-card__info {
  margin-bottom: 1rem;
}
.article-card__excerpt {
  margin-top: 1.2rem;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  min-height: 60px;
  margin-bottom: 0;
}
.blog__post {
  /*border: 1px solid #cecece;*/
  border-radius: 6px;
  padding: 0rem;
  overflow: hidden;
}
.article-card__image img {
  /* width: 100%;
  object-fit: cover;
  height: 250px;*/
}

.article-template__content    iframe {
  width: 100%;
  height: 100%;
  border: 0;
   aspect-ratio: 16 / 9;
}
.blog__post .card__information {
  border: 1px solid #cecece;
  border-radius: 6px;
  padding: 1.2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.article-card__image:after {
  /*bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;*/
}
.blog__post {
  overflow: hidden; /* Ensures zoomed image doesn't spill out */
  position: relative;
}

.blog__post img {
  width: 100%;
  height: 250px;
  max-height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease-in-out; /* Smooth zoom */
  display: block;
}

.blog__post:hover img {
  transform: scale(2.5); /* Adjust zoom level as desired */
}
.blog__post .article_hover_text {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 999;

  width: 100%;
}
.blog__post .article_hover_text p {
  color: #fff;
}
.blog__post:hover .article_hover_text {
  display: block;
}
.blog__post:hover img {
  transform: scale(1); /* Adjust zoom level as desired */
}
.blog__post .creator_artist {
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (max-width: 749px) {
  .blog__post .card__information {
    padding: 1.2rem !important;
  }
}
/************************* Noir Shipping Icons ***************************/
.column-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.column-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.column-item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height, or 117% */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5d5d5d;
}
.shipping_payment_partner {
  display: flex;
  max-width: 60rem;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
/*.shipping_payment_partner .partner {
  height: 60px;
}*/
.shipping_payment_partner .partner img {
  width: 100%;
  height: 100%;
  /* object-fit: cover;*/
}
/********************** Noir Icon With text ***********************/


.bead_icon_text .noir_icon_text_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
}
.bead_icon_text .noir_icon_text_container {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.bead_icon_text .noir_icon_text {
  display: flex;
  align-items: start;
  flex-flow: row;
  text-align: left;
  gap: 10px;
}
.bead_icon_text .noir_icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.bead_icon_text .noir_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 999;
  position: relative;
}
.bead_icon_text .noir_text h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #585858;
  margin: 0;
}
.bead_icon_text .noir_text p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #585858;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .bead_icon_text .noir_icon_text_container {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .bead_icon_text .noir_icon_text_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
    padding: 0 0rem;
  }
}
/***************************** Noir Block ********************/
.hover_text_block,
.noir_block:hover .block_content {
  display: none !important;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.noir_block:hover .hover_text_block {
  display: flex !important;
  flex-flow: column;
  transform: translateY(0);
}
.hover_text_block .button {
  margin-top: 2rem;
  width: fit-content;
}
/**************************** Collection page *******************/
.collection-hero__title {
  margin: 0;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #434343;
}
.facets__summary span {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #474747;
}
.facets__summary {
  margin-bottom: 0;
}
.facets__disclosure {
  padding: 8px 12px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  margin-right: 2rem !important;
  display: flex;
  align-items: center;
}
.facets__summary {
  margin-bottom: 0 !important;
}
.facets__heading,
.active-facets__button-wrapper,
.facets__form .product-count {
  display: none !important;
}
/*.active-facets__button--light .active-facets__button-inner {
  box-shadow: unset !important;
  box-sizing: border-box;
  padding: 0.25rem 1.25rem !important;
  gap: 4px;
  height: 32px;
  background: #fff1f1;
  border: 1px solid #c31512;
  border-radius: 99px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #c31512 !important;
}*/
.active-facets__button--light .active-facets__button-inner {
  box-shadow: unset !important;
  box-sizing: border-box;
  padding: 0.25rem 1.25rem !important;
  gap: 4px;
  height: 32px;
  background: #f6f6f6;
  border: 1px solid #6d6d6d;
  border-radius: 99px;
  color: #6d6d6d !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
span.filter_type_icon {
  display: flex;
}
span.filter_type_icon svg path {
  stroke: #6d6d6d;
  stroke-width: 1;
}
.active-facets {
  margin-top: 0rem !important;
}
.facets__form {
  grid-template-columns: 1fr !important;
}
.facet-filters__field .select {
  width: auto;
  padding: 8px 12px;
  height: 44px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  margin-right: 2rem !important;
  display: flex;
  align-items: center;
}
.facet-filters__sort {
  padding-left: 0;
  padding-right: 0 !important;
}
.select .svg-wrapper {
  right: 10px !important;
}
@media screen and (min-width: 990px) {
  .facet-filters {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
  }
  div#ProductGridContainer {
    margin-top: 4rem;
  }
  .facet-filters__label {
    display: none !important;
  }
}
/************************* Product Page ********************************/
.product__info-container>*+* {
    margin: .8rem 0 !important;
}
@media screen and (min-width: 750px) {
  .product-media-container.media-fit-cover,
  .product-media-container.media-fit-cover .product__modal-opener,
  .product-media-container.media-fit-cover .media {
    height: 100%;
    min-height: 800px;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 750px) {
  .product-form__input--swatch .swatch-input__input + .noir_swatch .swatch {
  }
}
.product-form__input--swatch .swatch-input__input + .noir_swatch,
.product-form__input--swatch .swatch-input__input + .noir_swatch .swatch {
  width: 75px !important;
  height: 100px !important;
  border-radius: 12px !important;
  --swatch-input--size: 75px !important;
  background-position: center;
}
.product-form__input--swatch .swatch-input__input .noir_swatch {
  border-radius: 12px !important;
}
.swatch-input__input:active + .swatch-input__label,
.swatch-input__input:checked + .swatch-input__label {
  outline: 0.1rem solid #d1d1d1 !important;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.32) !important;
}
/*.thumbnail {
  height: 6px !important;
  background-color: #fff1f1 !important;
}
.thumbnail[aria-current] {
  box-shadow: unset !important;
  border: 0 !important;
  background-color: #df0078 !important;
}
.thumbnail-list__item:before {
  content: "";
  display: none !important;
  padding-bottom: 100%;
}
.thumbnail-list__item.slider__slide {
  width: 21px !important;
  height: 6px;
}*/
@media screen and (min-width: 750px) {
    .product:not(.product--small) .thumbnail__badge {
        height: 2rem !important;
        width: 2rem !important;
        right: .6rem !important;
        top: .8rem !important;
    }
}
.thumbnail-list__item.slider__slide{
        width: calc(40px - .8rem) !important;
        height:40px;
}
.thumbnail-list__item:before {
  content: "";
  display: none !important;
  padding-bottom: 100%;
}
.thumbnail{
  position:relative !important;
}
.thumbnail-slider .thumbnail-list.slider {
  justify-content: center;
}
/*.noir_edition {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #df0078;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  height: 24px;
  width: auto;
  background: #fff1f1;
  border: 1px solid rgba(223, 0, 120, 0.16);
  border-radius: 99px;
}*/
/*.noir_pack {
  height: 16px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888888;
}*/
.noir_sep{
    display: flex;
    align-items: center;
}
.noir_meta{
    display: flex;
    align-items: center;
    gap: 8px;
}
.noir_meta .noir_new {
    color: #474747;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 12px;
    gap: 10px;
    height: 20px;
    background: #96EFD9;
    border-radius: 99px;
}
.noir_meta .noir_edition,
.noir_meta .noir_pack{
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888888;
    background: transparent;
    border: 0;
}

.product__title {
  margin-bottom: 0 !important;
}
.product__title h1,
.product__title .h1 {
  /*font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #474747;*/
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #474747;
}
.noir_short {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
.jdgm-widget.jdgm-widget {
    margin-top: 24px !important;
}
.wishlist-engine.noir_pdp_wish{
    position: absolute;
    right: 10px;
    top:10px;
        z-index: 999;
}
.wishlist-engine.noir_pdp_wish .wishlist-engine-button {
    background: #959595b3 !important;
    border-radius: 50%;
    margin-bottom: 0;
}
.product .price .badge,
.product .price__container {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 750px) {
  .product__info-wrapper .price--large {
    margin-top: 0rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.product__info-wrapper .price .price-item {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #474747;
  letter-spacing: normal;
}
.product__info-wrapper .price .price__sale .price-item--regular {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #b0b0b0;
}
.product__inventory {
  margin: 32px 0 4px 0 !important;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9f9f9f;
}
.product__info-container .caption {
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 16px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #888888;
padding: 0px;
    margin: 0 !important;
}
.product__info-container .caption  a{
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 16px;
letter-spacing: 0.04em;
text-decoration: underline !important;
text-transform: uppercase;
color: #585858;
}
.noir_price_block{
  margin-bottom:0 !important;
}
.noir_currency_wrapper {
  min-width: 107px;
  min-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(134, 134, 134, 0.2);
  border-radius: 20px;
}
.noir_currency_note_wrapper{
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 8px;
background: #F6F6F6;
border-radius: 40px;
margin:16px 0 36px 0 !important;
}
.noir_currency_note_wrapper span{
font-weight: 300;
font-size: 10px;
line-height: 16px;
letter-spacing: 0.04em;
color: #585858;
}
.noir_currency_wrapper span{
font-weight: 400;
font-size: 10px;
line-height: 16px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #474747;
}
.product-form__input--pill input[type="radio"] + label {
  align-items: center;
  padding: 4px 8px !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center !important;
}
.product-form__input--pill input[type="radio"]:checked + label {
  color: #474747 !important;
  border: 1px solid #585858 !important;
  background: #fff !important;
}
.product-form__input--pill input[type="radio"] + label:before {
  display: none;
}
.product-form__input .form__label {
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9f9f9f;
}
variant-selects {
  margin-top: 4rem !important;
}
.noir_buy_quantity {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4rem !important;
}
.product__info-container .noir_buy_quantity .product-form {
  margin: 0.5rem 0;
}
.noit_quantity {
  display: flex;
  flex: 0 0 130px;
}
.noir_buy {
  width: 100%;
}
.noit_quantity .quantity {
  /*box-sizing: border-box;
  align-items: center;
  padding: 12px;**/
  gap: 8px;
  /*width: 120px;*/
  height: 48px;
  border: 1px solid #d1d1d1;
  border-radius: 99px;
}
.noit_quantity .product-form__quantity .form__label {
  display: none;
}
.noit_quantity .product-form__input {
  margin: 0;
}
.noir_buy .product-form__buttons {
  margin-top: 0;
  display: flex;
  gap: 8px;
}
.product-form__submit {
  margin-bottom: 0 !important;
  padding: 12px 24px;
  gap: 12px;
  width: 100%;
  width: auto;
  min-width: auto;
  height: 48px;
  background: #585858;
  border-radius: 99px;
}
.shopify-payment-button {
    width: 100%;
}
.shopify-payment-button__button {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 24px;
gap: 12px;
height: 48px;
background-color: #DF0078 !important;
border-radius: 99px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}
.shopify-payment-button__button--unbranded:after,
.shopify-payment-button__button--unbranded:before,
.product-form__submit:after,
.product-form__submit:before,
.quantity:before,
.quantity:after {
  display: none;
}
.product__info-container .noir_buy_quantity .product-form {
  margin: 0 !important;
}
.quantity__button .svg-wrapper {
  width: 1.5rem !important;
}
.quantity__input {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #656565 !important;
  font-weight: 300;
  /*font-size: 16px;
  line-height: 24px;
  color: #ffffff;*/
}
.noir_offers {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #474747;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  width: 100%;
  height: 48px;
  background: #fefbe8;
  border: 1px solid #f2e3b8;
  border-radius: 99px;
  margin: 1rem 0 !important;
}
.accordion__title {
  margin: 0;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #585858 !important;
}
.accordion__content p,
.accordion__content * {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
/*.noir_brand_usp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  gap: 30px;
}*/
.noir_brand_usp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0px;
    gap: 24px;
    background: #FEFBE8;
    border: 0.350114px solid #FFF8C2;
    border-radius: 20px;
    margin-top:28px !important;
}
.noir_brand_usp img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
    .product__media-list .grid__item:first-of-type {
        margin-left: 0 !important; width: 100%;
    }
    .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
.product-form__submit {
    width: 100%;
}
.shopify-payment-button {
    display: none;
}
}
/*************** Noir Icon *************************/
.noir_text_wrapper_icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
}
.noir_text_wrapper_icons .noir_icon_text {
  display: flex;
  align-items: start;
  flex-flow: row;
  text-align: left;
  gap: 10px;
}
.noir_text_wrapper_icons .noir_icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}
.noir_text_wrapper_icons .noir_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.noir_text_wrapper_icons .noir_text h3 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #585858;
  margin: 0;
  text-align:left;
}
.noir_text_wrapper_icons .noir_text p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #585858;
  margin: 0;
  text-align: left;
}
/******************************** Creator ****************************/
.noir_creator_nav .swiper-button-next,
.noir_creator_nav .swiper-button-prev {
  top: -5px !important;
}
.noir_creator_nav {
  position: relative;
}
.creator_artist img {
}
.creator_artist {
  display: flex;
  flex-flow: column;
  gap: 60px;
  justify-content: space-between;
  padding: 10px 10px;
  background: #ffffff;
  position: relative;
  z-index: 1;
}
span.location {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888888;
}
p.artist_name {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #474747;
  margin: 0;
}
.artist_work p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  margin: 0;
}
.creator_work {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.creator_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0px;
}
.creator_work svg {
  flex: 0 0 20px;
}
.creator_card {
  border: 1px solid #cecece;
  border-radius: 8px;
  height: 40rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.creator_img_wrapper {
  position: absolute;
  top: 40%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  transition: top 0.8s ease-in-out; /* Smooth transition for top property */
}

.creator_card:hover .creator_img_wrapper {
  top: 0%;
}
@media (max-width: 767px) {
  .creator_artist {
    padding: 0 10px;
    gap: 30px;
  }
  .creator_card {
    height: 35rem;
  }
}
/********************* New Correction **********************/
.creator_artist {
    gap: 12px !important;
    padding: 32px 20px;
}
/********************** Noir Creators Details **************************/
.creator_detail_wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 36px;
  background: #f6f6f6;
  border-radius: 8px;
}
.creator_details_img {
  display: flex;
  flex: 0 0 250px;
  height: 275px;
}
.creator_details_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.creator_info {
  display: flex;
  width: 100%;
  flex-flow: column;
  align-items: self-start;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
  min-height: 280px;
  padding: 36px 0;
}
.creator_basic p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #585858;
}

.creator_name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}
span.creator_location {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #888888;
}
.creator_details p {
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  font-feature-settings: "kern" off;
  color: #51514d;
}
@media (max-width: 767px) {
  .creator_detail_wrapper {
    flex-flow: column;
    align-items: center;
    justify-content: start;
    gap: 0px;
  }
  .creator_info {
    padding: 1rem 1rem 2rem 1rem;
    gap: 10px;
    min-height: auto;
  }
  .creator_details_img {
    display: flex;
    flex: 0;
    width: 100%;
  }
  .creator_basic p {
    font-size: 16px;
  }
}
/********************* Noir Contact ***********************/
.noir_contact_wrapper #ContactForm {
  width: 50rem;
  max-width: 50rem;
  margin-right: 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
}
.noir_contact_wrapper {
  justify-content: end;
  display: flex;
}
.field__input {
  padding: 12px 16px !important;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.search-modal__form .field__input::placeholder {
  color: #d9d9d9 !important; /* or any readable color */
  opacity: 1 !important;
  visibility: visible !important;
}
.search-modal__form .field:before,
.search-modal__form .field:after {
  display: none !important;
}
.field__input:focus {
  box-shadow: unset !important;
}
.contact .field {
  margin-bottom: 2rem;
  flex-flow: column;
}
label.field__label {
  position: static;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1e1e1e;
  margin-bottom: 10px;
}
.noir_contact_wrapper #ContactForm .field:before,
.noir_contact_wrapper #ContactForm .field:after {
  display: none;
}
.contact__button {
  margin-top: 2rem !important;
}
.contact__button .button {
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  border-radius: 99px;
  width: 100%;
}
/************************************* FAQ *************************/
/*.accordion details {
  background: #ffffff;
  border: 1px solid #f6f6f6;
  border-radius: 4px;
}*/
/************************** Product Filter *******************************/
.facets__list {
  padding: 0rem 0 !important;
}
.facets__display {
  left: 0 !important;
  max-height: 25rem !important;
}
.facet-checkbox {
  padding: 1rem 2rem 1rem 2rem !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
}
.facet-checkbox .svg-wrapper {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  width: 1.1rem;
  height: 0.7rem;
  margin: 0 !important;
}
.facets__list li label {
}
.facets__list li label:hover,
.facets__header:hover {
  background: #f6f6f6;
}
.facets__list li label.active {
  background: #fff1f1;
}
.facets__header {
  padding: 1rem 2rem !important;
  border: 0 !important;
  /*display: none !important;*/
}
.facet-checkbox,
.facet-checkbox span,
.facets__reset {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #585858;
}

@media (max-width: 767px) {
  .mobile-facets__inner {
    width: 100% !important;
  }
  label.facets__label.mobile-facets__label {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px !important;
    gap: 12px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 99px;
  }

  label.facets__label.mobile-facets__label.active {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #df0078;
    background: #f4e9ef;
    border: 1px solid #df0078;
  }
  .mobile-facets__list {
    width: 100%;
    padding: 0;
    display: inline-block !important;
  }
  .mobile-facets__item {
    position: relative;
    display: inline-flex !important;
    margin-bottom: 10px !important;
  }
  .mobile-facets__details {
    padding: 0 15px;
  }
  .filter_label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
  }
}
/*************************** About Us **********************************/

.noir-about-wrapper .noir-about {
  align-items: self-start;
  margin-bottom: 10rem;
}

.noir-about .about_image {
}
.noir-about .about_text h3 {
  font-style: normal;
  font-weight: 200;
  font-size: 64px;
  line-height: 1;
  color: #3d3d3c;
  margin: -10px 0 0 0;
}
.noir-about .about_text .role {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #51514d;
  margin: 0em 0;
}
.about_info p {
  font-style: normal;
  font-weight: 300;
  /*font-size: 20px;
  line-height: 140%;*/
  color: #51514d;
}
.about_image {
  display: flex;
  justify-content: flex-end;
}
.noir-about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 220px;
}
.noir-about.reverse {
  flex-direction: row-reverse;
}
.noir-full-width {
  padding: 0;
  max-width: 100%;
}
.noir-about.reverse .about_image {
  display: flex;
  justify-content: flex-start;
}
.about_info {
  margin: 0 !important;
}
.about_info p {
  margin-bottom: 15px;
  margin-top: 0;
}
@media screen and (min-width: 990px) {
  .about_text .image-with-text__content {
    padding: 0;
    display: flex;
    flex-flow: column;
    align-content: space-between;
    flex-wrap: wrap;
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .noir-about {
    align-items: self-start;
    margin-bottom: 4rem;
  }
  .about_image {
    display: flex;
    justify-content: center;
  }
  .noir-about img {
    max-width: 100%;
  }
  .about_text .image-with-text__content {
    padding: 0;
  }
  .noir-about .about_text h3 {
    font-size: 40px;
    margin: 0;
  }
  .noir-about .about_text .role {
    margin: 20px 0;
  }
}
/********************* Noir Blogs *************************/
@media screen and (min-width: 750px) {
  .blog-articles {
    grid-template-columns: 1fr 1fr 1fr !important;
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
.article-card__excerpt {
  width: 100%;
  margin-top: 0 !important;
}
.article-template__hero-container {
  max-width: 100% !important;
  margin: 0 auto;
  /*max-height: 45rem !important;*/
  overflow: hidden;
}
.article-template__hero-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wishlist-engine[data-added="true"] .wishlist-icon svg path {
  fill: #df0078 !important; /* Change to desired fill color */
  stroke: #df0078 !important; /* Optional: also change stroke color */
}
.search .field:before,
.search .field:after{
display:none !important;
}

.quick-add-modal__content-info .flash-sale,
.quick-add-modal__content-info .countdown-timer{
  display:none;
}
.author_details span{
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #888888;
}
.author_details p{
  margin:0;
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #474747;
}
.blog_author{
border-bottom: 1px solid #D1D1D1;
padding-bottom:28px;
margin-bottom:64px;
}
.author_details {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.blog_author{
  display:flex;
  gap:10px;
}
.author_intial {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}
.author_intial span {
    background: #c4c4c4;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
        font-size: 22px;

}
/***************************************************************** CRAFT *******************************************/
.rich-text__text{
  max-width:640px;
  margin:0 auto;
}
.craft_icon_text{
  max-width:100rem;
  margin:0 auto;
}
.craft_icon_text .noir_icon_text_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    gap:60px;
}
.craft_icon_text .noir_icon_text_container {
    text-align: center;
    min-height: 150px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px 16px;
}
.craft_icon_text .noir_icon_text_container:hover {
    background: #ffc0cb52;
    border: 1px solid #ffc0cb52;
}
.craft_icon_text h3{
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #434343;
    margin: 10px 0;
}
.noir_icon_text_container:hover .noir_text h3 {
    color: #DF0078; /* change this to any color you want */
    transition: 0.3s ease;
    transform: scale(1.05);
}
.craft_icon_text p{
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #434343;
    margin: 0;
}

@media(max-width:768px){
  .craft_icon_text .noir_icon_text_wrapper {
    grid-template-columns: 2fr 2fr;
    gap: 10px;
}
}

/*********************************** Icon Timeline ***************************/
.craft_icon_timeline {
  max-width:130rem;
  margin:0 auto;
  display: flex;
}
svg.timeline-line {
    position: absolute;
    z-index: 0;
}
.craft_icon_timeline .noir_icon_text_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    gap:20px;
    text-align:center;
    z-index: 1;
}
.craft_icon_timeline .noir_icon {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    gap: 8px;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 99px;
}
.craft_icon_timeline h3{
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #474747;
}
.craft_icon_timeline p {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: black;
}
.noir_text h3 {
    text-align: center;
}
.noir_text p {
    text-align: center;
}
.noir_texts h3 {
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #474747;
}
.noir_texts p {
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
}


svg.timeline-line.tl-mobile {
    display: none;
}
svg.timeline-line.tl-mobile-425 {
    display: none;
}
@media(max-width:768px){
.craft_icon_timeline .noir_icon_text_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
    z-index: 1;
    overflow: auto;
}
button.noir_icon_text.noir_icon_text--button {
    width: 200px;
}
svg.timeline-line {
    position: absolute;
    z-index: 0;
    display: none;
}
svg.timeline-line.tl-mobile {
    display: block;
}
svg.timeline-line.tl-mobile-425 {
    display: none;
}
}
@media(max-width:425px){
svg.timeline-line.tl-mobile {
    display: none;
}
svg.timeline-line.tl-mobile-425 {
    display: none;
}
}


header#trustoo-popup-optIn-title {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #157064;
    display: inline-flex;
    padding: 4px 12px;
    gap: 8px;
    height: 24px;
    background: #EFFEF8;
    border-radius: 99px;
}
.ecomsend__Modal__CustomDialog.{
    text-align: left !important;
}
div#trustoo-popup-optIn-description {
    font-family: 'Lexend Deca';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #585858;
}
.ecomsend__Modal__CustomPic{
    width: 50% !important;
}
.react-responsive-modal-modal {
    max-width: 900px !important;
}
.ecomsend__Modal__Content{
  width:100% !important;
}
.space_arrow {
  cursor: pointer;
}
/***************************************************** Article *************************************************/
.noir_bread{
    display: inline-flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 16px;
    padding:0;
}
.noir_bread li a{
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #B0B0B0;
}
.noir_bread li a.active{
  color: #585858;
}
.article-template .circle-divider{
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #585858;
}
.article-template header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 64px;
}
.article-template__title{
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
  margin: 0 !important;
  padding:16px 0 !important;
}
.short_article p{
/*max-width: 726px;*/
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #474747;
margin: 0;
}
.article-template__content h2,.article-template__content h3{
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 28px;
color: #474747;
}
.article-template__content  p{
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #474747;
}
.noir_related_blog h3{
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 28px;
color: #000000;
}
.noir_article_wrapper {
    display: grid;
    grid-template-columns: auto  6fr 2fr;
    gap: 64px;
    padding-top: 64px;
}
.noir_share ul{
  list-style-type:none;
  padding:0;
  margin: 0;
}
.article-template__content {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.noir_related_blog h3{
  margin:0 0 3.2rem 0;
}
.related-item{
  padding-bottom:32px;
}
.related-item img{
  width:100%;
  height:300px;
  object-fit:cover;
  height: 240px;
  border-radius: 8px;
}
.related-item h4{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #474747;
margin:0;
padding: 8px 0 0px 0;
}
.related-item time{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #888888;
}
.article-template__content {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 4rem;
    margin-bottom: 6rem !important;
}
.noir_blog_content{
  max-width:80rem;
}
.noir_blog_content h2{
font-style: normal;
font-weight: 300;
font-size: 40px;
line-height: 48px;
color: #000000;
margin: 0 0 15px 0;
}
.noir_blog_content p{
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 24px;
color: #474747;
}
.date_tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.date_tag .blog_tag{
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 16px;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #474747;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 2px 12px;
gap: 10px;
min-width: 65px;
width:auto;
height: 20px;
background: #F6F6F6;
border-radius: 99px;
}
.blog-tags-dropdown{
display: flex;
flex-direction: row;
align-items: center;
justify-content:end;
padding-bottom:32px;
}
.tag-select{

padding: 8px 12px;
gap: 12px;
min-width: 117px;
width:auto;
height: 44px;
background: #FFFFFF;
border: 1px solid #D1D1D1;
border-radius: 4px;
font-family: 'Lexend Deca';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 20px;
color: #474747;
}



.shopify-payment-button .shopify-payment-button__button--unbranded { position: relative; } 
.shopify-payment-button .shopify-payment-button__button--unbranded:after 
{ content: "Buy Now"; background: inherit; font-size: inherit; color: inherit; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0;box-shadow: none; }