/** Shopify CDN: Minification failed

Line 1102:35 Expected identifier but found "!"
Line 1850:25 Unexpected "{"

**/
@font-face {
    font-family: 'AW Chinatown Grotesque medium';
    src: url('/cdn/shop/files/AWChinatownGrotesque-Medium.woff2?v=1742876575') format('woff2'),
        url('/cdn/shop/files/AWChinatownGrotesque-Medium.woff?v=1742876575') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AW Chinatown Grotesque regular';
    src: url('/cdn/shop/files/AWChinatownGrotesque-Regular.woff2?v=1742879387') format('woff2'),
        url('/cdn/shop/files/AWChinatownGrotesque-Regular.woff?v=1742879387') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque Regular';
    src: url('/cdn/shop/files/Brandon-Grotesque-Web-Regular.woff2?v=1744259427') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque Bold';
    src: url('/cdn/shop/files/Brandon-Grotesque-Web-Bold.woff2?v=1744259427') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque Medium';
    src: url('/cdn/shop/files/Brandon-Grotesque-Web-Medium.woff2?v=1744259427') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ✅ iPhone horizontal scroll + header jumping fix for Shopify */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;  /* iOS-safe, doesn't break sticky header */
}

/* ✅ Shopify header scroll/jump fix */

/* .header__wrapper
{
  position: sticky;
  top: 0;
  transform: translateZ(0);
  will-change: transform;
  z-index: 9999;
} */




/* ✅ Yotpo / Apps / Popup widgets overflow fix */
.yotpo,
.popup,
.announcement-bar,
.cart-drawer,
.menu-drawer,
.drawer {
  max-width: 100%;
  overflow-x: hidden;
}

body#collection-all {
    overflow-x: hidden;
}
h1 {
    font-size: 38px !important;
}
h2,h3{
    font-size:24px !important;
}
/* body#home {
    overflow: hidden;
} */
/* .heading, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .prose :is(h1,h2,h3,h4,h5,h6)
body,p,h1,h2,h3,h4,h5,h6, div {
  font-family: 'AW Chinatown Grotesque regular' !important;
    font-weight: 400 !important;
    line-height: 1.6;
} */


.innerBreadcrumbs p.subheading {
    font-size: 17px !important;
    color: #000;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-weight: initial !important;
}
.innerBreadcrumbs p.subheading strong{
  font-weight: initial !important;
}
.innerBreadcrumbs .section-blends {
    padding: 60px 20px 10px;
}
.innerBreadcrumbs {
    border-bottom: 1px solid #eee;
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.HeadingStyleSame p.h1.hyphenate{
    font-family: 'Brandon Grotesque Bold' , 'AW Chinatown Grotesque Bold' !important;
    font-size: 25px !important;
    margin-top: 9px;
    margin-left: 0px;
    text-transform: lowercase;
}

#preloader img {
  opacity: 1;
}
#preloader {
  display:none;
}
img.loadercircle {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


header {
    border-bottom: 1px solid #ededed;
}
#preloader .logoloader {
  width: 190px;
  height: auto;
  background: #fff;
}
footer {
    border-top: 1px solid #ccc;
}
.footer__aside {
    display: none;
}
html {
  scroll-behavior: smooth;
}
.floating-label{
   opacity: 1;
    color: #757575;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-size: 16px;
}
/* #home footer, 
#home .shopify-section-group-footer-group{
    display: none;
} */
.mega-menu {
    max-height: calc(100vh - 48px) !important;
    width: 50%;
    right: 0;
    left: auto !important;
    height: 100vh;
    align-items: center;
}
.mega-menu__nav li {
    width: auto !important;
}
.search-drawer {
    width: 100%;
    top: 51px !important;
    padding: 0;
    height: auto !important;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    z-index:1000;
}
.removetopbar .search-drawer {
    top: 44px !important;
}
.search-drawer > div {
    clip-path: none !important;
}
.search-input {
  padding: 17px 20px 15px;
  border-bottom: 1px solid #666;
}
.drawer::part(body) {
    padding: 0;
}
.search-drawer.annoucement-removed {
    top: 44px !important;
}
.search-input input[type="search"]::placeholder {
    font-size: 12px;
    color: #757575;
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-weight: 400;
}
.search-input input[type="search"] {
  font-size: 12px;
  font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
  text-transform: lowercase;
}
.search-input:focus-within {
  border-bottom: 1px solid #666 !important;
}

.header__link-list li, .header__link-list li a, .searchTextStyle {
    font-size: 17px;
    color: #000;
    font-family: 'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
    font-weight: initial !important;
}
.mega-menu__nav ul.v-stack li a {
  opacity: 1 !important;
}
.mega-menu__nav ul.v-stack li a span {
  font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
}
.mega-menu__nav a.h5 {
     font-family: 'Brandon Grotesque Bold' ,'AW Chinatown Grotesque Bold' !important;
    font-size: 18px;
}
.mega-menu__nav a.h5:hover{
  text-decoration: none !important;
}
.header__link-list summary.text-with-icon.bold {
    font-weight: initial !important;
}
.mega-menu__nav li a {
     font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;;
    font-size: 18px;
  
}

.header__link-list li summary:hover, .header__link-list li a:hover, .searchTextStyle:hover {
    text-decoration: underline;
}
.search-drawer::part(overlay) {
    display: none;
}
.defaultSearches {
  margin-top:10px;
  padding: 0 20px 40px;
}
x-tabs.predictive-search__tabs {
  padding: 0px 20px;
}
.defaultSearches a{
  font-size: 18px;
  letter-spacing: 0.075rem;
  font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' ;
  display: block;
  margin-bottom: 10px;
  text-transform: lowercase !important;
}
.predictive-search__tab-content, .predictive-search__tab-content a {
  font-size: 18px;
  letter-spacing: .075rem;
  font-family:  'Brandon Grotesque Regular','AW Chinatown Grotesque regular';
  font-weight: initial;
  text-transform: lowercase !important;
}
.defaultSearches a:hover{
  text-decoration: underline;
}



.image-link-blocks {
    display: flex;
    justify-content: center;
}


.image-link-blocks .image-link-blocks__item.group {
    width: 100%;
    display: flex;
    justify-content: center;
}

.image-link-blocks .image-link-blocks__item.group a {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.customshapeSection .multi-column .multi-column__item {
  border: 1px solid #ccc;
  padding: 30px;
}
.customshapeSection .multi-column {
  gap: 0;
}

a.clickScience {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0;
  display:block;
}
.revealed-image.revealed-image-custom {
  z-index: 0 !important;
}


.contactContent {
    margin-bottom: 30px;
}
.contactDetails {
    padding: 20px;
}

.detailList {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detailList a {
    text-decoration: none;
    border: 0 !important;
    background:#ffffff2b !important;
    display: inline-flex;
    align-items: center;
    padding: 25px;
    border-radius: 6px;
    gap: 10px;
    width: auto !important;
     font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
}
span.iconBox {
    display: flex;
    width: 30px !important;
    height: 30px !important;
    align-items: center;
    justify-content: center;
}
.h-100 {
  height: 100%;
}
.contactDetails {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  height: 100%;
}
ul.social-links.contact-social {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
  list-style:none;
}

.popDetails .popItem{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom : 10px;
}
.custom-popup-section .multi-column .multi-column__item {
    border: 1px solid #cccccc29;
    padding: 30px;
    background: #ffffff08;
    border-radius: 15px;
}


.footer__newsletter-form .banner.banner--success, .footer__newsletter-form .banner.banner--error {
    background: transparent !important;
    color: #000;
    text-align: left;
    justify-content: left;
    font-size: 16px;
    font-family: 'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
    padding: 0;
    margin-top: 0;
    display: block;
}
.footer__newsletter-form .banner.banner--success svg , .footer__newsletter-form .banner.banner--error svg {
    display: none;
}





/* / footer code start here /
/ footer code start here / */
.footer__newsletter-form input, .form-control input {
    color: #000;
    font-size: 16px;
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
}
.footer__block--newsletter p.h5 {
    font-size: 15px;
}
.footer__block--menu ul.v-stack li a {
    font-size: 11px;
 font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
  
}
.footer__block--menu p.bold {
    font-weight: inherit;
    font-size: 14px;
}
/* / footer code start here /
/ footer code start here / */



/* / Annoucementbar code here  /
/ Annoucementbar code here  / */
.announcement-bar {
    position: relative;
    padding: 4px !important;
}
.announcement-bar p {
  font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-size: 15px;
}
span.removeannouncebar {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}
.announcement-bar .container {
    margin: 0 15px !important;
    max-width: 100% !important;
}
.announcement-bar__wrapper {
  max-width: 100%;
  text-align: left;
  justify-content: safe left;
}
/* / Annoucementbar code here  /
/ Annoucementbar code here  / */



/* / Story top section code here / */
.mediaTextStoryTop .media-with-text__content .prose {
    max-width: 400px;
    text-align: left;
}
/* / Story top section code here / */

section.fixedTitleSection {
    position: sticky;
    top: 89px;
    z-index: 0;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
}
  
.innerViewFixed {
    padding: 20px 20px 10px 19px;
    margin-top: 40px;
}
.removetopbar section.fixedTitleSection{
    top: 45px;
    position:fixed;
}
.scrolling section.fixedTitleSection{
    top: 45px;
    position:fixed;
}


.craftsmanSection .images-scrolling-desktop__content-list {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 50px;
}
.craftsmanSection images-with-text-scrolling.images-scrolling-desktop{
  column-gap: 0;
}

.blockContentStyle .prose.justify-items-center.text-center {
    text-align: left;
    justify-items: flex-start;
}
.experienceSection .section {
    padding-left: 20px;
}

.search-input > button[is="close-button"] svg circle, .search-input > button[is="close-button"] svg path {
    stroke: #757575;
}
.text-custom.content-over-media:before{
  background-color: transparent;
}
.imageOverlayTextCstm {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 20px 15px;
}

.imageOverlayTextCstm:before {
    position: absolute;
    content: '';
    background-color: #00000026;
    width: calc(100% - -30px);
    height: 100%;
    z-index: -1;
    left: -15px;
    right: -15px;
    bottom: 0;
}
.mainVideoStyle{
  position: relative;
  z-index:9;
}
.mainVideoStyle video-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectiontimeline .section-full {
    padding-top: 0;
}

.sectiontimeline .timeline__image-wrapper {
    padding: 0 !important;
}
.sectiontimeline .timeline__slide .prose {
    padding: 30px;
}
.sectiontimeline .timeline__controls {
    padding: 0px 40px;
}
.imgwithaudio a img {
    margin: auto !important;
    max-width: 98% !important;
    border: 1px solid #ccc !important;
}


.sciencesliderStyle button.slide-arrow.prev-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 100px;
  z-index: 9;
}

.sciencesliderStyle button.slide-arrow.next-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    right: 100px;
  z-index: 9;
}
.slick-arrow.slick-disabled {
    opacity: 1;
}
.header__main-nav button {
    display: none;
}
.collection button.button.button--xl {
    display: none;
}
.collection__top-bar label.fillter-button {
    margin-right: 24px;
}
.cart button[type='submit'] {
  font-family: "Brandon Grotesque Bold,AW Chinatown Grotesque Bold" !important;
}
product-quick-add.product-quick-add.is-visible {
    display: none;
}
thead.order-summary__header tr th {
    font-size: 14px;
    font-family: "Brandon Grotesque Bold,AW Chinatown Grotesque Bold" !important;
}
.cart button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: inherit;
}
.cart span.text-subdued , .cart span.text-xs a{
    font-family: 'Brandon Grotesque Regular, AW Chinatown Grotesque regular !important';
}
.cart .line-item__info span{
  font-family: "Brandon Grotesque Medium,AW Chinatown Grotesque Medium" !important;
}
.product-card__figure img {
    width: 100%;
}
  .fillter-container {
    overflow-y: scroll;

}
.collection .collection__pagination {
    text-align: center;
    margin-top: 50px;
}
.collection .collection__pagination button#load-more {
    background-color: #fff;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
    font-size: 16px;
    color: #666666;
}
price-list.price-list {
    padding-top: 0;
}
.collection .product-card__info {
    padding: 1rem 3.5rem 2rem 1rem !important;
}
.product-card__figure img {
    min-height: 565px;
    width: 100%;
    background-color: #e5e7eb70;
    object-fit: cover;
}
/* nav.breadcrumbs ol {
    padding-left: 17px;
    padding-top: 12px;
} */
.collection .v-stack {
    gap: .5rem;
}
.collection span.product-card__title {
    margin-bottom: 4px;
}
.collection {
    gap: 0;
    margin-top: 0 !important;
    margin-bottom: 0;
}
span.product-card__title a {
    font-size: 16px !important;
}
price-list.price-list {
    padding-top: 0 !important;
}
/* .product-card {
    margin-bottom: 15px;
} */
.filter-buttons button:hover {
    background-color: #000;
    color: #fff;
}
/* .collection .collection__pagination button#load-more:hover {
    background-color: #000;
    color: #fff;
} */


ol.breadcrumb-ol {
    padding-top: 17px;
    padding-left: 13px;
}

#shopify-section-sections--20209447469304__footer {
    margin-top: 30px;
}
#page-ring-sizer .fn-size-tool button {
    font-family: 'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
    border-radius: unset;
}
.shopify-policy__container {
    max-width: 1300px !important;
    margin-inline-start: inherit !important;
    margin-inline-end: inherit !important;
    margin: 0 auto !important;
    padding: 70px 20px !important;
}
.shopify-policy__title.h1 {
    display: none;
}
.shopify-policy__body h3 {
    font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
    font-size: 25px !important;
}

.shopify-policy__body ul li > strong {
    font-size: 16px !important;
    font-weight: 600;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
}
.shopify-policy__body h2 > strong {
    font-size: 22px;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;

}
.shopify-policy__body h3 > strong {
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
    font-size: 22px !important;
    text-transform: capitalize;
}

.header__icon-list a.hidden.tap-area {
    display: none;
}

.popup-right .btn-submit {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    padding: 9px 50px;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: lowercase;
    letter-spacing: 1.2px;
    border-radius: inherit;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}


/* / Media Query Start Here / */



@media screen and (min-width: 1150px) {
    .craftsmanSection images-with-text-scrolling.images-scrolling-desktop {
        column-gap: 0;
    }
}

@media screen and (min-width: 1000px) {
    .craftsmanSection images-with-text-scrolling.images-scrolling-desktop {
        column-gap: 0;
    }
 .header__wrapper .header__link-list {
    gap: 15px !important;
}
.contents > li:nth-child(4) {
    margin-right: 70px !important;
}
}

@media screen and (min-width: 741px){
  .craftsmanSection images-with-text-scrolling.images-scrolling-desktop{
    grid-template-columns: [media] minmax(0, 1fr) [content] minmax(0, 1fr);
  }
}
@media screen and (max-width: 1150px){
.header__secondary-nav {
    display: none;
}
  .header__wrapper {
    justify-content: space-between;
    display: flex;
  }
  .header__wrapper .header__main-nav {
    order: 2;
  }
  h1.header__logo {
      order: 1;
  }
}
@media screen and (max-width: 1024px){
    #page-lab-grown-diamonds .sciencesliderStyle .slick-track {
    display: flex;
    justify-content: center !important;
}
#page-lab-grown-diamonds .img-slide.slick-slide.slick-current.slick-active {
    position: relative;
    left:0;
    right:0;
}
#page-lab-grown-diamonds .scienceslider .imge-text {
    display: block;
}
}
@media screen and (max-width: 999px){
  .craftsmanSection .images-scrolling-desktop__content-list {
      padding: 20px;
  }

#page-made-in-japan .made_injapan .rightContent {
    flex: 0 0 47% !important;
    width: 100%;
    padding: 20px 60px;
}
.product {
    gap: 30px;
}
.product-gallery__media {
    width: 100%;
    padding: 0 px;
} 
.main-slides .product-info {
    padding: 0px !important;
    margin: 0 10px;
}
navigation-drawer#header-sidebar-menu {
    padding: 0 !important;
}
.navigation-drawer::part(body) {
    padding-top: 88px !important;
}
#home .video-banner {
    height: 100% !important;
}
#page-lab-grown-diamonds .sciencesliderStyle .slick-track {
    display: flex;
    justify-content: center !important;
}
#page-lab-grown-diamonds .img-slide.slick-slide.slick-current.slick-active {
    position: relative;
    left: 0;
    right: 0;
}
#page-lab-grown-diamonds .scienceslider .imge-text {
    display: block;
}
}
@media screen and (max-width: 700px){
  .search-drawer {
    top: 85px !important;
  }
  .search-drawer.annoucement-removed {
    top: 44px !important;
  }
  span.removeannouncebar svg {
    width: 16px;
    height: 16px;
  }
  .craftsmanSection .images-scrolling-mobile__item .images-scrolling__content {
      padding: 10px 22px;
  }
  .scrolling section.fixedTitleSection{
    top:47px;
  }
  .bloger-posting .bloger-iner {
    width: calc(100% / 2 - 23px);
}
.bloger-posting {
    gap: 20px;
}
.bloger-posting .bloger-contents {
    padding-top: 20px;
}
.spring-article .spring-cnt h3 {
    font-size: 35px;
    line-height: 51px;
}
#shopify-section-template--20469220409592__crafting_image_mHKHfF .first-image {
    width: calc(100% / 1 - 10px) !important;
    padding: 0 15px;
}
.discover-articles {
    padding-left: 15px;
    padding-right: 15px;
}
.read-articles {
    padding: 0 15px;
    margin-bottom: 40px;
}
.made_injapan .rightContent {
    flex: 0 0 100% !important;
    padding: 0 38px;
}
}

/* / new-fontscode here /
/ new-fontscode here / */

p {
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-size: 16px !important;
}
.innerViewFixed h2 , .section-blends.section-full h1 {
    font-size: 17px;
    color: #000;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-weight: initial !important;
      text-transform: lowercase;
}
#page-4cs span.dynamic-title {
    text-transform: capitalize;
}
/* .section.section-blends.section-full h2{
     font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-size: 18px;
} */
p.h2.hyphenate , p.h1.hyphenate , p.h3.hyphenate{
   font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
    font-size: 30px !important;
}
.contactContent h2 {
    font-family: Brandon Grotesque Regular, AW Chinatown Grotesque Regular !important;
    font-size: 30px !important;
    text-transform: lowercase;
}
form#contact-form-template--19226811564280__contact_custom_9DrTen {
    margin-top: -10%;
}
p.h5 {
    font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
    font-size: 19px !important;
}
.footer__block.footer__block--menu p {
    font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
    font-size: 18px !important;
}
.footer__block.footer__block--menu a , .detailList a , ul.social-links.contact-social a{
     font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-size: 16px !important;
}

.contactDetails h4 , .prose.justify-items-start.text-start h3{
    font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
    font-size: 25px !important;
}
button.button.button--xl {
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-size: 18px !important;
    padding: 9px 20px;
}

.certification-subheading strong ,.resp_onsibility strong{
    font-size: 30px !important;
      text-transform: lowercase;
    font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
}
#page-4cs p.subheading {
    font-size: 30px !important;
    font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
}
#page-sustainability p.h2 , #page-sustainability h1  {
    font-size: 30px !important;
    color: #000;
    font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
    font-weight: initial !important;
}
#collection-all .section.section-blends.section-full.text-custom ul li:nth-child(2), 
#collection-all .section.section-blends.section-full.text-custom ul li:last-child { 
  font-size: 30px !important;
  font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
}
body#page-privacy-policy p.h1.hyphenate , body#page-privacy-policy  h3 {
    font-size: 30px !important;
    text-transform: lowercase;
    font-family: "Brandon Grotesque Bold", "AW Chinatown Grotesque Bold" !important;
}

/* 
/ new-fontscode end here /
/ new-fontscode end here / */


/* 
/ story-page here /
/  story-page here / */

.story-main a , .missio_n a{
    background: none !important;

}
.story-main a:hover , .missio_n a:hover {
    color: #7c7777;
}



  
/* 
/ story-page code end here /
/  story-page code end here / */

@media (max-width: 768px) {
  .google-map {
    width: 100%; 
  }
  span.circle-chevron{
    background: transparent !important;
}
svg.icon.icon-chevron-left.reverse-icon {
    height: 15px !important;
    width: 15px !important;
}
ul.submenu-content li a {
    margin-bottom: 10px;
}
  ul.submenu-content.v-stack.gap-3 {
    padding-top: 20px;
}
svg.icon.icon-chevron-right-small.reverse-icon {
    width: 12px !important;
    height: 12px !important;
}
 .resp_onsibility .rich-text.justify-start {
    max-width: 100% !important;
}
  #shopify-section-template--19312014950648__rich_text_yUxUar .privacy_policy {
    max-width: 100% !important;

}
.sciencesliderStyle button.slide-arrow.next-arrow {
    transform: translate(265%) !important;
}
.first-image img {
    height: 537px;
}
 /* .fillter-container {
    overflow-y: scroll;
    height: 700px;
} */
.close-fillter {
    top: 36px;
    left: 43px;
}
.header__link-list {
    gap: 9px !important;
}
 .right-side-image-wrapper img {
    max-width: 212px !important;
}
.missio_n .prose > :last-child, .missio_n .prose > :last-child :last-child {
    white-space: pre-wrap !important;
}
.header__main-nav button {
    display: block !important;
}
  .google-map iframe {
    width: 100%; 
    height: 300px;
  }
  .panel ul li , .panel ul li {
    font-family: Brandon Grotesque Regular, AW Chinatown Grotesque regular !important;
    font-size: 18px;
}
.sectiontimeline .timeline__controls {
    padding: 13px 40px !important;
}
  .imageOverlayTextCstm {
    bottom: 65% !important;
    left: 25px !important;
    padding: 20px 15px !important;
}
 .certification-subheading {
    max-width: 100% !important;
    margin: auto;
}
  .section-stack__main {
    max-width: 100% !important;
}
    body#page-story .imageOverlayTextCstm {
        bottom: -3% !important;
        left: 25px !important;
        padding: 20px 15px !important;
    }
  body#page-history-of-lab-grown-diamonds .imageOverlayTextCstm {
        bottom: 68% !important;

    }
      body#page-story .imageOverlayTextCstm:before {
        left: -26px !important;
        bottom: 9px;
      }
   body#page-history-of-lab-grown-diamonds .imageOverlayTextCstm:before {
    background-color: #0000000a;
}
.header__link-list {
    display: none !important;
}
/* product-list.product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px !important;
} */
#home .featured-shop {
    background-color: transparent; !important
}
#home .product-card__figure img {
    max-height: 400px !important;
}
#page-sustainability #shopify-section-template--20209452581112__video_xXAzeK .video-banner p {
    font-size: 45px !important;
}
.popup-right {
    padding: 35px 16px;
}
}
@media (max-width: 639px) {
.diamond-imager .content-over-media img {
    min-height: 550px !important;
    object-fit: cover;
}
#shopify-section-template--20209452024056__crafting_image_dieeCA .bottom-images img {
    max-height: 550px !important;
}
video-media>video:not(:fullscreen) {
    height: 550px;
}
#home .product-card__figure img {
    min-height: 469px !important;
}
.fn-size-tools .fn-size-tool {
    margin: 10px 0px;
}
#page-made-in-japan .image-link-blocks {
    display: block;
}
#shopify-section-template--20209452450040__rich_text_two_col_CDdz47 {
    padding: 60px 35px;
}
.fn-gift-hero {
    padding-top: 50px !important;
}
.footer .footer__block svg.icon.icon-chevron-right-small.reverse-icon {
    position: absolute;
    bottom: 7px;
    right: 5px;
}
.fn-size-tools .fn-size-tool input {
  margin:15px 0;
}
#page-ring-sizer h4 {
    font-size: 20px;
}
.product-card {
    /* margin-bottom: 18px; */
    background-color: #fff;
}
#home .product-card{
    margin-bottom:0;
}
#page-ring-sizer ol li h5 , #page-ring-sizer h5 {
    font-size: 16px;
}

#measure-mains h5 {
    font-size: 16px;
}
.shopify-policy__container {
    padding: 100px 20px 20px 20px !important;
}
#measure-mains .section {
    padding-block-end: 30px;
}
#measure-mains .rich-text__wrapper h5 {
    font-size: 16px;
}
.privacy_policy {
    max-width: 100% !important;
    padding: 30px 0px;
}
#page-made-in-japan .innerViewFixed {
    margin-top: 30px;
}
.innerViewFixed h2 {
    font-size: 18px !important;
}
/* .popup-left img {
    max-height: 275px;
} */
#home .banner-steps {
    top: 59px;
    left: 22px;
}
h3.faq-question {
    font-size: 18px !important;
}
.faq-main .tab {
    font-size: 20px;
    padding: 6px 15px;
}
.faq-main .tab.active{
   font-size:20px;
}
h1 {
    font-size: 30px !important;
}
.popup-box {
    flex-direction: row !important;
}
.shopify-section-group-footer-group img {
    max-width: 200px !important;
    margin: 0 auto !important;
} 
.popup-box .popup-close {
    top: 0px;
    right: 0px;
    width: 26px;
    height: 26px;
}
.popup-box  .popup-right h2 {
line-height:normal;
}
#page-gift-guide-1 .fn-gift-hero {
    padding: 2rem;
}
#page-gift-guide-1 .fn-gift-hero h1.fn-hero-title {
    font-size: 26px !important;
}
#page-gift-guide-1 .fn-f-row {
    justify-content: flex-start;
}
#page-gift-guide-1 .fn-gift-finder {
    padding: 1.75rem;
}
#page-gift-guide-1 .fn-gift-finder {
    margin-top: 0rem;
}
#materials {
    padding-top: 40px;
    padding-bottom: 0;
}
.faq-main {
    padding-top: 50px;
}
#future-main .section {
    padding-bottom: 30px;
}
.customer-form {
    margin-top: 80px !important;
}
.delivery-main .deliver-blocks {
    flex: 0 0 48%;
}
.deliver-iner {
    gap: 19px;
}
#cart-drawer {
    max-width: fit-content !important;
}
.cart-drawer__line-items .sm\:hidden {
    display: none;
}
input#input-newsletter-popup-sitewide--contactemail {
    height: 40px;
}
.popup-box {
    width: 86%;
}
.popup-right .btn-submit {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 45px;
}
.popup-right small {
    padding-top: 10px;
}
#page-sitemap .sitemap-main {
    padding-top: 80px;
}
.sitemap-main .sitemap-cnt h1 {
    padding-left: 0;
}
.sitemap-main .sitemap-first {

    padding-left: 0;
}
.sitemap-main .sitemap {
    padding-left: 0;
}
.sitemap-column ul li a {
    font-size: 20px;
}
.sitemap-main .sitemap-first {
    padding-top: 12px;
}
#page-made-in-japan .image-link-blocks__item {
    margin-bottom: 3px;
}
.multi-column__item.justify-start.snap-start p.h5 {
    font-family: 'Brandon Grotesque Bold', 'AW Chinatown Grotesque bold' !important;
}
form#customer_login label {
    font-size: 20px !important;
}
footer#shopify-section-sections--20209447469304__footer nav.breadcrumbs ol {
    padding: 30px 12px;
}
.accordion__toggle span.circle-chevron {
    color: #000 !important;
}
#page-history-of-lab-grown-diamonds .decades-content .section {
    padding-left: 20px;
}
#newsletter-popup input#input-newsletter-popup-sitewide--contactemail {
    margin-top: 18px !important;
}
#newsletter-popup .popup-right p {
    font-size: 14px !important;
}
#newsletter-popup .popup-right h2{
    font-size:18px !important;
}
.top-inner #mySection1::after , .top-inner #mySection2::after {
    left: 42%;
}
#mainSection::after {
    left: 28% !important;
}
#lightbox .lightbox-close {
    top: 6px;
    right: 25px;
}
footer#shopify-section-sections--20209447469304__footer nav.breadcrumbs ol {
    padding: 34px 20px !important;
    justify-content:center !important;
}
}



 @media (max-width: 576px) { 

nav.header__link-list.wrap {
    display: none;
}
.close-fillter {
    top: 36px;
    left: 21px;
}
#home .video-banner {
    margin-top: 0px;
}
input#input-newsletter-popup-sitewide--contactemail {
    height: 42px !important;
}
.diamond-imager .content-over-media img {
    min-height: 550px !important;
    object-fit: cover;
}
.product-card__figure img {
    min-height: 450px;
}
.self-submit-button {
    top: 53%;
}
#shopify-section-template--20209452024056__crafting_image_dieeCA .bottom-images img {
    max-height: 550px !important;
}
video-media>video:not(:fullscreen) {
    height: 802px;

}
#home .product-card__figure img {
    min-height: 400px !important;
}
.multi-column {
    gap: 30px;
}
.podcast-section {
    padding: 0 20px !important;
}
#shopify-section-template--20468069826808__main .page h1 {
    font-size: 43px !important;
}
.blogers-main {
    padding-top: 40px;
}
.bloger-posting .bloger-iner {
    width: 100%;
}
/* .collection__top-bar label.fillter-button {
    margin-right: 27px;
} */
.filter-buttons button {
    padding: 6px 39px !important;
}
.collection__top-bar .filter-buttons {
    display: flex;
}
.fillter-container {
    /* position: absolute; */
    top: 0;
    width: 353px;
    padding: 97px 22px 54px;
    height: 100%;
}
.price-gatway {
    max-width: fit-content !important;
    padding: 9px 10px !important;
}
.collection .product-card__info {
    padding: 8px 0px 0px 6px;
}
nav.breadcrumbs ol {
    justify-content: center;
}
.facets-drawer .facets-vertical {
    padding: 17px;
}
.cutting-content .section {
    padding: 33px 20px 30px 20px !important;
}
.spring-article {
    padding: 60px 0;
}
.read-articles .read-more {
    margin: 20px 0 20px;
}
#page-gifts .section {
    padding-block-end: 0px;
}
.fn-gift-hero p.fn-hero-sub {
    margin-top: 5px !important;
}
p.fn-hero-sub {
    font-size: 12px !important;
}
p.fn-eyebrow {
    font-size: 18px !important;
}
#page-made-in-japan .made_injapan .rightContent {
    flex: 0 0 100% !important;
    width: 100%;
    padding:20px 60px;
}
.custom-popup-section .multi-column .multi-column__item {
    padding: 20px 30px;
}
.main-slides .product-info {
    padding: 0px !important;
    margin: 0 10px;
}
.product {
    gap: 30px !important;
}
.product-gallery__media {
    width: 100%;
    padding: 0 6px;
}
#page-sustainability .sustainbility-iner {
    justify-content: center;
}
#page-sustainability .sustainbility-text h3 {
    text-align: center;
    padding-bottom: 25px;

}
#page-blog .blog-post-card {
    width: calc(100% / 1 - 8px);
    margin-bottom: 20px;
}
#home .video-banner {
    height: 100% !important;
}
#page-blog #blog-pagination-template--20468069826808__blog_posts_pkzVhy {
margin-top: 0px; 

}
.customer-form {
    padding: 0 20px !important;
}
#page-snap .snap-images-wrapper {
    margin: 0px;
}
#snap-fact {
    padding-top: 40px;
}
.innerViewFixed {
    margin-top: 0px;
}
#page-lab-grown-diamonds .sciencesliderStyle .slick-track {
    display: flex;
    justify-content:center !important;
    padding: 0;
    /* overflow: hidden; */
}
#labs-growns .justify-items-center {
    justify-items: flex-start;
}
.custom-multistack {
    padding-top: 50px;
}
#future-main .justify-center {
    justify-content: flex-start;
    padding: 0 29px 0 0px;
}
.product-list {
    display: block;
}
.fn-two-up__item {
    width: 100% !important;
}
.fn-two-up {
  display: block !important;
}
/* .empty-state {
    padding-top: 30px;
} */
.fn-size-tool {
    margin: 0;
}
.fn-size-tools {
    gap: inherit !important;
}
h3.fn-size-tool__title {
    font-size: 20px !important;
    line-height: normal;
}
.fn-size-tool input#diameter-mm {
    margin: 15px 0;
}
.fn-size-tools .fn-size-tool__label {
    font-size: 15px;
}
#page-ring-sizer h4 {
    padding-top: 15px;
}
#page-ring-sizer h5 {
    letter-spacing: 0.2px;
}
#newsletter-popup .popup-right label {
    margin-bottom: 15px;
}
#home .product-card__figure img {
    margin-bottom: 2px;
}
#page-gift-guide-1 #main {
    margin-top: 20px;
}
#perfect-fit {
    margin-top: 40px;
}
#page-lab-grown-diamonds .multi-column {
    grid: inherit;
}
.timeline__nav {
    width: auto !important;
}
.fn-imger-iner img {
    margin-bottom: 10px;
}
.drawer.is-empty::part(content) {
    height: 67px !important;
    top: -6px !important;
}
.delivery-main .deliver-blocks {
    flex: 0 0 100%;
}
input#input-newsletter-popup-sitewide--contactemail {
    border-radius: inherit;
}
.popup-right .popup-close {
    font-size: 18px;
}
.timeline {
    gap: 0 !important;
}
.imageOverlayTextCstm:before {
   background-color: transparent !important;

}
#page-made-in-japan #shopify-section-template--20209452450040__rich_text_two_col_CDdz47{
    padding:40px 20px;
}
#lab-grown .rich-text {
    margin-top: 10px;
}
.multi-experiences .multi-column {
    gap: 12px !important;
}
#page-made-in-japan .imgleftSidee {
    max-width: 100%;
}
#page-made-in-japan .made_injapan .rightContent {
    text-align: center;
}
#page-made-in-japan .imgRightSide {
    margin-left: 0;
}
#page-made-in-japan .imgRightSide {
    max-width: 100%;
    margin-left: 0;
}
#page-made-in-japan .multi-column__item .text-start {
    text-align: center;
}
#lab-grown .rich-text__wrapper {
    padding: 0 20px;
}
.sustain-property .sustain-cnt h4 {
    font-size: 20px;
}
.sustain-property .sustainbility-text {
    padding-left: 0px;
}
#page-sustainability #shopify-section-template--20209452581112__video_xXAzeK .video-banner p {
    font-size: 36px !important;
}
#page-contact-template .contact-us {
    padding: 30px 15px;
}
#page-contact-template .section {
    padding-bottom: 0;
}
#page-blog #shopify-section-template--20468069826808__main .page-spacer {
    margin: 100px 0 10px 0;
}
#page-blog .podcast-grid {
    padding: 0;
}
#page-blog #blog-posts-template--20468069826808__blog_posts_pkzVhy .blog-post-item {
    width: calc(100% / 1 - 0px);
}
.search-input {
    padding-top: 20px !important;
}
.fillter-container {
    top: 50px!important;
}
.active-facets {
    padding: 0 15px;
}
.collection__top-bar nav.breadcrumbs a {
    padding: 0px 10px;
}
#cart-drawer .line-item__media-wrapper img {
    width: 146px;
}
.collection__top-bar, .collection__facets {
    display: block;
}
.collection__top-bar nav.breadcrumbs ol {
    margin-bottom: 12px;
}
.collection__top-bar label.fillter-button {
    margin-right: 0;
}
.collection__top-bar span.sortandfilter {
    display: block;
    text-align: end;
    font-size: 14px;
}
.collection__top-bar nav.breadcrumbs ol li , .collection__top-bar nav.breadcrumbs ol li a{
    font-size:14px;
}
 }


 @media (max-width: 479px) {

#home .product-card__figure img {
    min-height: 295px !important;
}
}

.popup-right .banner.banner--success.justify-center {
    background: transparent !important;
    color: #ffffff !important;
    text-align: left;
    justify-content: left;
    font-size: 23px;
    font-family: Brandon Grotesque Medium, AW Chinatown Grotesque medium !important;
    padding: 0;
    margin-top: 10px;
    display: block;
}
.banner.banner--success.justify-center svg {
    display: block !important;
}
.banner.banner--success.justify-center svg path {
    /* stroke: #000; */
    display:none;
}
input#input-newsletter-popup-sitewide--contactemail:-webkit-autofill {
  background-color: transparent !important; /* or your choice color */
  -webkit-box-shadow: 0 0 0px 1000px #000 inset !important; /* background (example: black) */
  -webkit-text-fill-color: #fff !important; /* white text color */
  transition: background-color 5000s ease-in-out 0s; /* prevent flash */
}
/* .banner.banner--success.justify-center {
    background: transparent !important;
    color: #000;
    text-align: left;
    justify-content: left;
    font-size: 16px;
    font-family: Brandon Grotesque Medium, AW Chinatown Grotesque medium !important;
    padding: 0;
    margin-top: 10px;
}

.banner.banner--success.justify-center svg {
    display: none;
} */
.searchTextStyle {
    text-transform: lowercase;
    left: -33px;
}
 #page-science-innovation strong {
    font-family: Brandon Grotesque Bold !important;
    font-size: 30px !important;
    margin-top: 9px;
    margin-left: 0px;
    text-transform: lowercase;
}

/* new changes implementing css */

    .header__link-list {
        gap: 16px !important;
        display: flex;
    }
    .header__wrapper  {
        gap: 36px !important;
    }
.contents > li:nth-child(4) {
    margin-right: 315px !important;
}
.contents > li:nth-child(7) {
    position: absolute;
    right: 212px;
}
.contents > li:nth-child(5) {
    position: absolute;
   right: 167px;
}
.contents > li:nth-child(6) {
    position: absolute;
    right: 101px;
}
    ul.contents li a {
    text-transform: lowercase;
}
.met_als span {
    color: #000;
    text-transform: lowercase;
    font-weight: 600;
    letter-spacing: 0.1px;
    font-family: Brandon Grotesque Bold, AW Chinatown Grotesque Bold !important;
    font-size: 18px;
}
.label_aaaaa {
    font-family: Brandon Grotesque Regular, AW Chinatown Grotesque regular !important;
    font-size: 15px;
    letter-spacing: .1px;
    margin: -15px 0;
}
.variant-picker__option-info {
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-size: 15px;
}
label.block-label.text-subdued {
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-size: 15px;
}
.variant-picker__option-values.wrap.gap-2 label {
    font-size: 15px;
    font-family: "Brandon Grotesque Medium", "AW Chinatown Grotesque medium" !important;
}
label.close-fillter:after {
    content: '';
    position: absolute;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    left: -7px;
    top: 6px;
}
label.block-swatch {
    border-radius: inherit;
    padding: 4px 25px;
    height: 41px;
    border: 1px solid #000;
}
.fillter-container .label_main {
    margin-bottom: 20px;
    margin-top: 26px;
}
.met_als button , .custom-sort-container{
    margin-bottom: 4px;
}
compare-at-price.text-subdued.line-through {
    font-family: Brandon Grotesque Regular, AW Chinatown Grotesque regular !important;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
span.product-card__title a {
    font-family: Brandon Grotesque Bold, AW Chinatown Grotesque Bold !important;
    font-size: 16px;
}
on-sale-badge.badge.badge--on-sale {
    background: #818183;
}
.product-card__badge-list {
    display: flex;
    letter-spacing: 0.5px;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
}
sale-price.text-subdued {
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
}
.filter-submit-button button
 {
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    letter-spacing: 0.5px;
}
.collection.collection--filters-drawer {
    margin-top: 25px;
}

sale-price.text-on-sale {
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-size: 14px;
    font-weight: 600;
}
.collection__top-bar {
    font-family: 'Brandon Grotesque Bold','AW Chinatown Grotesque bold' !important;
    font-size: 17px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    margin-top: 58px;
}
header#shopify-section-sections--20021579546872__header , .announcement-bar
 {
    z-index: 999;
}
.checkbox-button-check , {
    position: absolute;
    background-color: currentColor;
    width: 4px;
    height: 4px;
    left: 2px;
    top: 2px;
}
.checkbox-wrapper{
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    /* border: 1px solid currentColor; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
/* .label_aaaaa input {
    display: none;
} */



.label_aaaaa input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #000;  
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  background: #fff;        
  position: relative;
}

.label_aaaaa input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    background: #000;
}
.breadcrumbs span {
    font-family:'Brandon Grotesque Bold','AW Chinatown Grotesque bold' !important;
    font-size: 17px;
}


.label_main label {
    white-space: nowrap;
    position: relative;
    left: 25px;
    top: -23px;
}

.checkbox-button-uncheck{
   position: absolute;
    width: 4px;
    height: 4px;
    left: 2px;
    top: 2px;
}

.fillter-container {
    overflow-y: scroll;
    overflow-y: auto;
}

.accordion-content {
    max-height: fit-content !important;
}
.checkbox-button-uncheck{
   position: absolute;
    width: 4px;
    height: 4px;
    left: 2px;
    top: 2px;

}
.accordion-content {
  padding-bottom: 24px !important;
}
.filter-buttons button {
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
    font-size: 16px;
    padding: 6px 54px;
    background-color: #fff;
    margin: 0px 15px 0px 0px;
    white-space: nowrap;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 0.1em;
    border-radius: inherit;
    border: 1px solid #000;
}
.hero-banner-image {
    display: none;
}
.filter-buttons {
    display: flex;
}
input[type="radio"] {
    margin-right: 8px;
}
.radio-options label {
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-size: 15px;
    letter-spacing: .1px;
}
.met_als {
    margin-top: 20px;
}
.sort-fillter-radio input[type="radio"] {
appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    position: relative;
}
 
.sort-fillter-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    background: #000;
}
.product-list {
    gap: 2px !important;
}
.product-card__info {
    padding-top: 8px;
}
.collection__top-bar nav.breadcrumbs ol {
    display: flex;
}
footer#shopify-section-sections--20209447469304__footer nav.breadcrumbs ol {
    display: flex;
    justify-content: left;
    padding: 34px 37px;
    border-bottom: 1px solid #ccc;
}
nav.breadcrumbs a {
    padding: 0px 15px;
}
nav.breadcrumbs {
    font-family: 'Brandon Grotesque Bold','AW Chinatown Grotesque bold' !important;
    font-size: 17px;
    /* margin: 20px; */
}

.hero-banner-image {
    background-image: url(/cdn/shop/files/26178148f703a09fc6098b2e135a6618.jpg?v=1755692004);
    padding: 152px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.accordion-content ul {
    padding-left: 0px;
}
.accordion-header{
    font-size:16px !important;
    padding: 10px !important;
}
/* button.button.button--xl {
    background: #fff;
    color: #000;
    border-radius: inherit;
    font-size: 17px;
    border: 1px solid #000;
} */

.product-info__buy-buttons button.button.button--xl {
    background-color: #000 !important;
    color: #fff !important;
     border-radius: inherit;
     font-size: 17px;
}
h1.product-info__title.h2 {
    font-size: 22px;
}
.cart-drawer {
    width: 500px;
}
.price-gatway {
    margin-top: 22px;
    background: #000;
    color: #fff;
    max-width: 31%;
    line-height: normal;
    padding: 14px 10px;
    text-align: center;
    border-radius: 5px;
}
.header__secondary-nav{
    position: relative;
}
ul.header__icon-list {
    position: absolute;
    left: -300px;
}

#home .product-card__info{
    display:none;
}

body#home {
    overflow-x: hidden;
}
#home .product-card__figure img {
    background-color: #e5e7eb70;
    min-height: 570px;
    object-fit: cover;
}
#home .product-card__badge-list {
    display: none;
}
#home .product-list .product-card {
    padding-right: 2px;
}
#home .product-list .product-card:last-child {
    padding-right: 2px;
}
.collection .product-card__figure img {
    background-color: #e5e7eb70;
}

span.sale-price {
    color: #1a1a1a !important;
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    font-weight: 500 !important;
}

.cart-drawer__inner {
    padding: 16px 16px 0;
}

#cart-drawer form.buy-buttons {
    display: block;
    width: 100%;
}

#cart-drawer button[type='submit'] {
    width: 100%;
    border-radius: inherit;
    /* margin-top: 12px; */
    /* text-transform: uppercase; */
    height: 44px;
    font-weight: 400;
    font-size: 18px !important;
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
}
.product-gallery__media-list {
    max-height: 100% !important;

}
.article-banner .article-banner__image img {
    height: 100%;
    background-color: #fffbfb !important;
}
.main-slides .section {
    padding: 0;
}
#cart-drawer form.buy-buttons a.button {
    width: 100%;
    border-radius: inherit;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    font-family: 'Brandon Grotesque Regular','AW Chinatown Grotesque regular' !important;
    padding: 8px 22px;
}
.cart-drawer .h-stack span {
    font-size: 16px;
    font-family: 'Brandon Grotesque Bold','AW Chinatown Grotesque bold' !important;
}
#cart-drawer {
    padding: 0;
}
span.empty_cart_text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    font-size: 14px;
    font-family: 'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
}

/* #empty-cart-drawer{

    height:80px;
} */

 /* Section is already dark — keep this if you like */

.sciencesliderStyle { background:#000; color:#fff; }

/* Arrow buttons: transparent fill + white outlined circle */
/* .sciencesliderStyle button.slide-arrow,
.sciencesliderStyle button.slide-arrow.prev-arrow,
.sciencesliderStyle button.slide-arrow.next-arrow {
  width: 44px;                 
  height: 44px;
  border-radius: 9999px;       
  background-color: transparent !important;
  background: transparent !important;
  border: 2px solid #fff !important;   
  color: #fff !important;              
  box-shadow: none !important;
  filter: none !important;             
} */

/* Force chevron to white whether it's inline SVG or nested shapes */

 .sciencesliderStyle button.slide-arrow svg,
.sciencesliderStyle button.slide-arrow svg *,
.sciencesliderStyle button.slide-arrow svg path,
.sciencesliderStyle button.slide-arrow svg polyline {
  stroke: #ffffff !important;
  fill: none !important;
  stroke-width: 2.25px !important;     
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
   fill: #fff !important;
} 

/* If chevron is a pseudo-element glyph, make it white too */
.sciencesliderStyle button.slide-arrow::before,
.sciencesliderStyle button.slide-arrow::after {
  color: #ffffff !important;
}

/* Hover state (subtle) */

/* .sciencesliderStyle button.slide-arrow:hover {
  background: rgba(255,255,255,0.10) !important;  
  transform: translateZ(0);                       
} */

/* Thinner, elegant carousel arrows */
/* .sciencesliderStyle .button.slide-arrow {
  border: 1px solid #ffffff !important; 
  background: transparent !important;    
} */


/* .sciencesliderStyle .button.slide-arrow svg {
  stroke: #ffffff !important;     
  stroke-width: 1.5px !important;        
  fill: none !important;                 
} */



/* FINAL THIN, LUX ARROWS — override any earlier settings */
.sciencesliderStyle button.slide-arrow,
.sciencesliderStyle button.slide-arrow.prev-arrow,
.sciencesliderStyle button.slide-arrow.next-arrow {
  border: none !important;     /* thinner circle outline */
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

/* Make the chevron itself thin & white (catch inline SVG and its children) */
/* .sciencesliderStyle button.slide-arrow svg,
.sciencesliderStyle button.slide-arrow svg * {
  stroke: #ffffff !important;
  stroke-width: 1.5px !important;           
  fill: none !important;
} */

/* If theme draws chevron via pseudo-element, force it white & thin too */
/* .sciencesliderStyle button.slide-arrow::before,
.sciencesliderStyle button.slide-arrow::after {
  color: #ffffff !important;
  border-width: 1px !important;    
}          */
/* --- FINAL CLEAN LUX ARROWS --- */

/* Keep a single thin white ring */
/* .sciencesliderStyle button.slide-arrow {
border: 1px solid #ffffff !important; 
  outline: 1px solid #ffffff !important;        
  background: transparent !important;
  box-shadow: none !important;
} */


/* If the SVG contains a circle/ellipse, hide that ring */
.sciencesliderStyle button.slide-arrow svg circle,
.sciencesliderStyle button.slide-arrow svg ellipse {
  stroke: transparent !important;          /* no inner stroked ring */
  fill: #fff ;
}

/* Make the chevron itself thin & smooth (path/polyline/line) */
 .sciencesliderStyle button.slide-arrow svg path,
.sciencesliderStyle button.slide-arrow svg polyline,
.sciencesliderStyle button.slide-arrow svg line {
  stroke: #ffffff !important;
  stroke-width: 1.25px !important;        
  stroke-linecap: round !important;       
  stroke-linejoin: round !important;
      fill: #fff !important;  
} 

/* Belt-and-suspenders: if the theme draws the chevron via pseudo elements */
.sciencesliderStyle button.slide-arrow::before,
.sciencesliderStyle button.slide-arrow::after {
  color: #ffffff !important;
  box-shadow: none !important;
  background: transparent !important;
}

#blog .blog-posts {
    gap: 10px;
}

#blog .blog-posts .blog-post-card img {
    height: 100%;
    min-height: 563px;
    object-fit: cover;
}

#blog  .blog-post-card__info .h3 a {
    font-size: 20px;
    font-family:'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    color:#000;
}

#blog  .blog-post-card {
    padding-top: 25px;
}
#page-lab-grown-diamonds  .banner-steps {
    display: none;
}

#page-made-in-japan .image-link-blocks {
    gap: 2px;
}
#page-made-in-japan .section {
    padding: 0;
    overflow-x: hidden;
}
#shopify-section-template--20209452450040__image_link_blocks_KGMnQp .section {
    padding: 0;
}
#shopify-section-template--20209452450040__rich_text_two_col_CDdz47 {
    padding: 60px 104px;
}
#shopify-section-template--20209452450040__rich_text_two_col_CDdz47 section {
    padding:0;
}
.lightbox-slide-wrapper {
    position: relative;
    z-index: -1;
}
button.drawer__close-icon {
    border: 1px solid #000;
    border-radius: 50%;
}
button.drawer__close-icon svg {
    height: 20px;
    width: 20px;
}

.snap-image-item img:hover {
    transform: scale(1.1);
}
.snap-image-item img {
    transition: 0.3s;
}

.snap-image-item {
    overflow: hidden;
    max-height: 326px;
}
li.hidden.md\:block.shrink-0.custom-country-selector {
        margin-left: -16px;

}
a.relative.block.tap-area {
    font-size: 17px;
    color: #000;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-weight: initial !important;
    left: 146px;
}
li.hidden.md\:block.shrink-0.custom-language-selector {
    margin-left: -19px;
}

x-listbox.popover-listbox.popover-listbox--sm {
   font-family: "Brandon Grotesque Regular", "AW Chinatown Grotesque regular" !important;
}
 x-listbox.popover-listbox.popover-listbox--sm span {
    font-size: 14px;
}
x-listbox.popover-listbox.popover-listbox--sm button {
    font-size: 14px;
}
.custom-country-font-family, .custom-language-font-family {
    text-transform: lowercase;
    font-size: 17px;
    color: #000000;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-weight: 400;
}
.contact-form .floating-label {
    color: #000 !important;
    font-size: 18px !important;
    margin-left: 0;
    margin-bottom: 0px;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
}
.cutting-content .section {
    padding: 33px 42px 39px 49px;
}
.purpose-imger {
    padding-bottom: 40px;
}
.snap-images-wrapper {
    margin-top: 0;
}
#snap-fact .prose > div {
    margin-top: 0;
}

#snap-fact .rich-text p {
    text-align: center;
}
.purpose-imger img {
    width: 100%;
    max-width: 200px !important;
}
#snap-fact .section {
    padding-bottom: 0;
    padding-top: 100px;
}
.multi-column__item.justify-start.snap-start p.h5 {
    font-size: 22px !important;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
    text-transform: capitalize;
}

.decades-content .section {
    padding: 33px 42px 33px 50px;
}
.decades-content .rich-text__wrapper{
    max-width:100%;
}
#page-history-of-lab-grown-diamonds #shopify-section-template--20209452351736__custom_liquid_nXWLgi .section {
    padding-bottom: 0;
}
.cutting-content .section p {
    margin-top: 0;
}
.made_injapan h4.falling-txt {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}
.made_injapan .rightContent {
    flex: 0 0 45% !important;
}
#cart-drawer {
    position: fixed;
    top: 82px !important;
    right: 0;
    bottom: 0;
    width: 500px;
    height: calc(100% - 50px);
    border-radius: var(--rounded-sm);
    background: rgb(var(--dialog-background));
    color: rgb(var(--text-color));
    display: flex;
    flex-direction: column;
    /* overflow-y: auto; */
}

#home .video-banner {
    height: calc(100vh - 52px);
}
.rightContent h4.falling-text {
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-size: 18px;
    font-weight: 400;
}

cart-drawer.drawer {
  position: fixed;
  right: 0;
  top: 86px !important;
  height: calc(100% - 86px) !important;
  z-index: 9999; /* make sure it's above content */
}
.podcast-section {
    padding: 40px 50px;
}
.podcast-section .podcast-card img {
    height: 100%;
    max-height: 252px;
    object-fit: cover;
    margin:0;
    border-radius: unset;
}
.podcast-card a {
    display: block;
    overflow: hidden;
}
.podcast-section .podcast-card {
    padding: unset;
    background-color: transparent !important;
    box-shadow: unset;
    border-radius: inherit;
    border: none;
}
.podcast-section .podcast-title {
    font-size: 12px;
    text-align: left;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
    letter-spacing: 1.2px;
    margin: 10px 0 0;
    font-weight: 400;
    padding-top: 10px;
}
.podcast-section .podcast-description {
    font-size: 24px;
    text-align: left;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    font-weight: 500;
}
.blogers-main {
    position: relative;
}
.imager-bloging {
    position: absolute;
    left: 34px;
    bottom: 69px;
}
.bloger-cnts h5 , .bloger-contents h5{
    /* color: #fff; */
    font-size: 16px;
    font-weight: 400;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
}
.bloger-cnts h4, .bloger-contents h4 {
    /* color: #fff; */
    font-size: 20px;
    font-weight: 500;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    line-height: normal;
}
.bloger-posting {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.bloger-iner {
    width: calc(100% / 4 - 23px);
}
.bloger-imger img {
    height: 252px;
    width: 100%;
    object-fit: cover;
}
.bloger-contents {
    padding-top: 40px;
}
    .discover-links {
      font-size: 13px;
      margin-bottom: 20px;
    }

    .discover-links a {
      color: #000;
      text-decoration: underline;
      display: block;
      margin-bottom: 4px;
    }

    /* Share Icons */
    .share {
      margin: 20px 0;
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .share a {
      color: #000;
      font-size: 16px;
      text-decoration: none;
    }

    /* Section Title */
    .read-more {
      font-size: 22px;
      font-weight: normal;
      margin: 40px 0 20px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .read-more::before {
      content: "→";
      font-size: 20px;
    }

    /* Articles Grid */
    .articles {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .article {
      text-decoration: none;
      color: #000;
    }

    .article img {
      width: 100%;
      border-radius: 2px;
      display: block;
      margin-bottom: 12px;
    }

    .article .meta {
      font-size: 12px;
      text-transform: uppercase;
      color: #555;
      margin-bottom: 6px;
    }

    .article h3 {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.4;
      margin: 0;
    }
.spring-inner {
    max-width: 768px;
    margin: 0 auto;
}

.spring-cnt h3 {
    font-size: 52px;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
    max-width: 301px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    line-height: 67px;
    color: #fff;
}
.spring-article{
    background-color:#000;
    padding:88px 0;
}
.spring-imger {
    margin-top: -53px;
}
.bottom-images img {
    max-height: 492px;
    object-fit: cover;
}
.discover-articles {
    padding-top: 40px;
    max-width: 650px;
    margin: 0 auto;
}
.read-articles {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom:50px;
}
.read-articles .articles img {
    max-height: 270px;
    object-fit: cover;
}
.element-article .section {
    padding-bottom: 0;
    margin-bottom: 50px;
    padding-top: 50px;
}
.spring-inner span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
    color: #fff;
    padding-top: 24px;
    text-align: center;
}
.spring-imger video {
    max-height: 450px !important;
    object-fit: cover;
}

.fn-f-row span {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium', 'AW Chinatown Grotesque medium' !important;
}
.fn-gift-finder {
    padding: 50px 22px;

}
.fn-gift-finder select option {
    color: #000;
}
p.fn-eyebrow {
    font-size: 22px !important;
    font-weight: 500;
     font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
}

p.fn-hero-sub {
    font-size: 22px !important;
    font-weight:500;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
}
.fn-gift-hero h1.fn-hero-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
}
.fn-gift-hero p.fn-hero-sub {
    margin-top: 63px;
}
.fn-f-btn {
    padding: 12px 25px !important;
    margin-top: 20px !important;
    font-weight: 600;
    font-size: 14px !important;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
}
.fn-imger-iner img {
    max-height: 800px;
    object-fit: cover !important;
}
#page-gifts .section {
    padding-block-end: 45px;
}
#page-gifts .prose p {
    text-align: center !important;
}
.drawer.is-empty::part(content) {
  height: 67px !important;
}
header#shopify-section-sections--20209447600376__header {
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}

.story_heading .h2 {
    font-family: 'Brandon Grotesque Bold','AW Chinatown Grotesque bold' !important;
    font-size: 30px !important;
    margin-top: 9px;
    margin-left: 0px;
    text-transform: lowercase;
}

/* .blog-post-card {
    width: calc(100% / 4 - 8px);
} */
.blog-posts {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.blog-post-card img {
    max-height: 364px;
    object-fit: cover;
    width:100%;
}
h4.fallen-text {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
}

/***blog css start here**/

.golds-jewllery {
    display: flex;
    flex-wrap: wrap;
}
.first-imager {
    width: 50%;
}
.first-imager img {
    height: 100%;
}

#article .article-banner:before{
background-color: #000;
}

#article .article-banner__content h1 {
    font-size: 83px;
    font-weight: 400;
    color: #fff;
    font-family: 'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
    max-width: 548px;
}
#article .article-banner__image {
    margin-top: -83px;
}
#article .article__meta{
    display:none;
}

#article .blog-post-card {
    width: 100%;
}
#article .article-comments{
    display:none;
}
#article .article-navigation{
    gap:20px;
}
#article .article-navigation__title{
    font-size:35px;
     font-family: 'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
}
#article .article-banner__image {
    width: 100%;
    height: 883px;
    max-width: 800px;
    object-fit: cover;
}
#article .container {
    gap: 40px !important;
}
#page-blog .blog-posts img {
    height: 364px;
    object-fit: cover;
}
#article .article-content {
    gap: 0;
}
#article .article-content {
    padding-bottom: 30px;
}
.prose p:empty,
.prose p:has(br:only-child) {
  display: none !important;
}
/* #page-made-in-japan .innerViewFixed {
    margin-top: 0;
} */

#splash-overlay {
    z-index: 99999 !important;
}
#experience {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
}
.multi-experiences {
    margin-bottom: 80px;
}
.multi-experiences .multi-column {
    gap: 28px;
}
#page-4cs .video-banner a.button {
    background-color: #fff;
    color: #000;
    padding: 13px 50px;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;
    font-size: 16px;
    letter-spacing: 1.2px;
    border-radius: inherit;
}
#shopify-section-template--20209452450040__custom_liquid_KXaMMX .made_injapan h2.heritage {
    margin: 0 0 23px 0px !important;
}
.sustainbility-text {
    padding-left: 45px;
}
#page-ring-sizer .fn-ring-chart__tablewrap {
    border-radius: inherit;
}
#page-ring-sizer .rich-text__wrapper h6 {
    font-size: 18px;
    font-family: "Brandon Grotesque Regular", "AW Chinatown Grotesque regular" !important;
    text-align: center;
}
#page-ring-sizer h4 {
    font-size: 24px;
    font-family: "Brandon Grotesque Regular", "AW Chinatown Grotesque regular" !important;
}
#measure-mains {
    padding-bottom: 20px;
}
.content-over-media img {
    height: 580px;
    object-fit: cover;
}
.content-over-media:before {
    background: linear-gradient(to bottom,rgb(0 0 0 / 26%) 43%,transparent 100%) !important;
}
.diamond-imager .content-over-media img {
    height: auto !important;
    object-fit: cover;
    width: 100% !important;
}
input#input-newsletter-popup-sitewide--contactemail{
    border-radius:inherit;
}
#newsletter-popup.popup-overlay {
    top: 34px !important;
}
.search-input {
    padding-top: 50px;
}

.cart-drawer__line-items .quantity-input {
    border: none;
    border-radius: inherit;
    padding: 6px 0px;
}
.collection-card:hover .collection-card__content-wrapper svg{
    visibility:hidden;
}
.quantity-controls {
    border: 1px solid #d9dce0;
    text-align: center;
    width: 100px;
    height: 36px;
}
.quantity-input {
    border: none;
    font-weight: 600;
    font-size: 14px;
}
.quantity-controls button.qty-btn {
    font-size: 16px;
    font-weight: 600;
}
input#input-newsletter-popup-sitewide--contactemail {
    margin-top: 32px !important;

}
.search-input input::placeholder {
    font-size: 18px !important;
    letter-spacing: 0.075rem;
    font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular';
}
#page-gift-guide-1 .h5.fn-eyebrow{
font-family: 'Brandon Grotesque Regular', 'AW Chinatown Grotesque regular' !important;

}
.footer__newsletter-form input {
    padding-top: 0 !important;
}
#blog-pagination-template--20468069826808__blog_posts_pkzVhy {
    border: 0 !important;
}
.self-submit-button {
    position: absolute !important;
}
.podcast-section .pagination {
    border: 0;
}
input#input-newsletter-popup-sitewide--contactemail {
    padding: 0 12px !important;
}
.footer__newsletter-form input {
    border-radius: inherit;
}
.footer__block svg.icon.icon-chevron-right-small.reverse-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
}
#login .input {
    padding-top: 0;
}
.gallery-dots {
    padding-left: 22px !important;
}
#collection- .page-spacer {
    margin-top: 100px;
}
.product-accordion .faq-item {
    max-height: 214px;
    overflow-x: auto;
}
.faq-item[open] .faq-content {
    max-height: fit-content !important;
}
#page-brand-story .innerViewFixed {
    margin-top: 60px;
}
#page-brand-story .innerViewFixed h2 {
    font-size: 18px !important;
}
.lightbox {
    z-index: 99999 !important;
}

.video-banner {
    margin-top: 37px;
}
.footer .icon {
    width: auto;
    height: auto;
}
#shopify-section-template--20468069826808__main .page-spacer {
    margin: 80px 0 10px 0 !important;
}
.blog-pagination button.page-number{
   font-family:'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
}
#podcast-pagination button.page-btn {
    border: none;
}
#podcast-pagination button.page-btn.active {
    background: transparent;
    color: #000;
    font-weight: 600;
}

#podcast-pagination .page-btn {
    padding: 6px 10px;
    min-width: 18px;
    font-size: 14px;
    font-family:'Brandon Grotesque Medium','AW Chinatown Grotesque medium' !important;
}
.faq-item[open] .faq-content {
    text-transform: capitalize !important;
}
.gallery-dots {
   margin-top:-100px;

} 
#fillter-form-sb .checkbox-wrapper {
    height: 37px;
}