/** Shopify CDN: Minification failed

Line 78:1 Unexpected "{"

**/
 @font-face {
    font-family: 'Careny';
    src: url('/cdn/shop/files/Careny-Regular.woff2?v=1775556914') format('woff2'),
        url('/cdn/shop/files/Careny-Regular.woff?v=1775556914') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap'); */

header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account li span {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
 /* h1, h2,h3,h4,h5,h6{
font-family: "EB Garamond", serif !important;
 } */
 p.product__text.inline-richtext.caption-with-letter-spacing {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--fc-accent, #b8960c);
    margin: 0 0 14px;
}   
.banner__content h2.banner__heading.inline-richtext.h1 {
    font-family: 'Careny' !important;
}
.search__input.field__input:focus-visible {
    box-shadow: 1px 1px #000;
}
/* .header__icons.header__icons--localization.header-localization {
    display: none;
} */
.header__icons.header__icons--localization.header-localization details-modal.header__search {
    display: none;
}
div#trustpilot-widget-trustbox-0 {
    background: #faf7f2;
}
div#trustpilot-widget-trustbox-0 {
    padding: 40px 0;
}
product-recommendations h2.related-products__heading.inline-richtext.h1 {
    font-family: 'Careny' !important;
    margin: 0 auto;
    max-width: 1600px;
    text-align: center;
        font-size: 42px;
    font-weight: 300;
    line-height: 1.1;
    color: #1a1410;
    letter-spacing: -0.3px;
}

select.facet-filters__sort.select__select.caption-large {
    text-transform: capitalize;
}
ul.facets-layout.facets-layout-list.facets-layout-list--text.facets__list.list-unstyled {
    text-transform: capitalize;
}
 *,
 *::before,
 *::after { box-sizing: border-box; }

 {
  background: #faf7f2;
  padding: 80px 0 80px;
  
}

 .na-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── Header ── */
 .na-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 20px;
  flex-wrap: wrap;
}
 .na-eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b8960c;
  margin-bottom: 10px;
  font-weight: 400;
}
 .na-heading {

  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  color: #1a1410;
  margin: 0;
  letter-spacing: -0.3px;
}
 .na-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #b8960c;
  text-decoration: none;
  white-space: nowrap;
  transition: gap 0.3s ease;
  flex-shrink: 0;
}
 .na-view-all:hover { gap: 14px; }

/* ── Product Grid ── */
 .na-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* ── Empty state ── */
 .na-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #9c8c7c;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
 .na-empty strong {
  display: block;

  font-size: 22px;
  font-weight: 400;
  color: #5a4f44;
  margin-bottom: 8px;
}

/* ── Card ── */
 .na-card {
  position: relative;
  opacity: 1;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
 .na-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
 .na-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ── Image ── */
 .na-img-wrap {
  position: relative;
  overflow: hidden;
  background: #ede8df;
  aspect-ratio: 2/3;

}
 .na-img,
 .na-img-hover {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
 .na-img {
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
  z-index: 1;
}
 .na-img-hover {
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 2;
}
 .na-card:hover .na-img { transform: scale(1.04); }
 .na-card:hover .na-img-hover { opacity: 1; }
 .na-img-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: #ede8df;
}

/* ── Badges top-left ── */
 .na-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
 .na-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1;
}
 .na-badge-new      { background: #b8960c; color: #1a1410; }
 .na-badge-sold     { background: #1a1410; color: #f5f0e8; }
 .na-badge-preorder { background: #3d2e1a; color: #d4a843; }

/* ── Weave tag top-right (hover reveal) ── */
 .na-weave-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f5f0e8;
  background: rgba(26,20,16,0.65);
  padding: 5px 10px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
 .na-card:hover .na-weave-tag {
  opacity: 1;
  transform: translateY(0);
}

/* ── WhatsApp enquire button (slides up on hover) ── */
 .na-enquire {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 5;
  background: rgba(184,150,12,0.93);
  color: #1a1410;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 13px 10px;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
 .na-card:hover .na-enquire { transform: translateY(0); }

/* ── Card info below image ── */
 .na-info {
  padding: 14px 2px 0;
  text-align:center;
}
 .na-region {
  display: block;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #b8960c;
  margin-bottom: 5px;
}
 .na-title {
text-transform: uppercase;
font-size: 12px;
    font-weight: 500;;
  line-height: 1.3;
  color: #1a1410;
  margin: 0 0 6px;
}
 .na-subtitle {
  font-size: 12px;
  font-weight: 300;
  color: #7a6e5e;
  margin: 0 0 10px;
  line-height: 1.5;
}
 .na-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
      justify-content: center;
}
 .na-price {
 font-size: 12px;
    font-weight: 500;
  color: #1a1410;
  letter-spacing: 0.3px;
}
 .na-price-compare {
  font-size: 12px;
    font-weight: 500;
  color: #9c8c7c;
  text-decoration: line-through;
}
 .na-price-sold {
  font-size: 11px;
  font-weight: 400;
  color: #9c8c7c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
 .na-one-of-one {
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9c8c7c;
  border: 1px solid #d4c9b8;
  padding: 3px 8px;
  white-space: nowrap;
}

/* ── Footer CTA ── */
 .na-footer {
  text-align: center;
  margin-top: 52px;
}
 .na-footer-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 44px;
  border: 1px solid #1a1410;
  color: #1a1410;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;

}
 .na-footer-btn:hover {
  background: #1a1410;
  color: #faf7f2;
}

ul.list-menu.list-menu--inline summary.header__menu-item, ul.list-menu.list-menu--inline.horizontal-mega-menu li.buddha-menu-item a.header__menu-item.list-menu__item.link.link--text span.mm-title {

    letter-spacing: 4px;
}

ul.list-menu.list-menu--inline a.header__menu-item.list-menu__item.link.link--text.focus-inset, ul.list-menu.list-menu--inline.horizontal-mega-menu li.buddha-menu-item a.header__menu-item.list-menu__item.link.link--text span.mm-title {

    letter-spacing: 4px;
}
.na-card.is-visible .na-info {
    text-align: center;
}

.na-card.is-visible .na-info .na-price-row {
    justify-content: center;
}
.button--secondary, button.product-form__submit.button.button--full-width.button--secondary {
    display: inline-block !important;
    padding: 13px 36px;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    background: transparent !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
    line-height: 22px !important;
}
.inner-pages-menu {
    position: relative !important;
    background: #faf7f2 !important;
}

.inner-pages-menu img.logoitemheader {
    filter: invert(0) !important;
}

.inner-pages-menu a.sbm-nav__link {
    color: #000;
}

.inner-pages-menu svg.icon {
    color: #000 !important;
}
.rich-text__blocks.center img.cstmimage {
    height: 35px;
    margin-top: 40px;
}
button.shopify-payment-button__button.shopify-payment-button__button--unbranded{
    display: inline-block !important;
    padding: 13px 36px;
    font-size: 11px !important;
    font-weight: 400 !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
    line-height: 22px !important;
}
.product__info-wrapper .product__title h1 {
    font-family: 'Careny' !important;
        font-size: 34px;
    line-height: 44px
} 
.newsletter__wrapper h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-family: 'Careny' !important;
}
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in{
    font-family: 'Careny' !important;
        font-size: 42px;
        line-height: 52px;
            text-align: center;
}
.newsletter__wrapper h2.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.1;
    color: #1a1410;
    margin: 0;
    letter-spacing: -0.3px;
}

.newsletter__wrapper .newsletter__subheading.rte.scroll-trigger.animate--slide-in {
    margin-top: 0;
}
.newsletter__wrapper form#contact_form {
    margin-top: 42px;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    padding-top: 0;
}

.footer__content-bottom.scroll-trigger.animate--slide-in .footer__content-bottom-wrapper.page-width {
    justify-content: center;
}
.search-modal.modal__content.gradient {
    background: #faf7f2;
}

input#Search-In-Modal-1 {
    background: #faf7f2;
}
/* ── DERAAJ Blog Articles Grid ── */
.blog-articles {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
}
.article {
    display: unset !important;
    align-items: center;
}
.blogpage{
  background: #faf7f2;
}
.returns-policy h2, .shipping-policy h2, .privacy-policy h2, .care-policy h2 {
    font-size: 18px;
    line-height: 28px;
}

.returns-policy p, .returns-policy li, .shipping-policy p, .shipping-policy li, .privacy-policy p, .privacy-policy li, .care-policy p, .care-policy li {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.product-description p {
    margin: 0;
}
.ct-hours-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 300;
    color: #5a4f44;
    padding: 8px 0;
    border-bottom: 1px solid #e2d9cc;
    line-height: 1.4;
}
.support-hours {
    max-width: 420px;
    margin: 20px 0;
}

.support-hours span.ct-hours-title {
    font-size: 20px;
    color: #000;
}
/* ── Responsive ── */
@media screen and (max-width: 1024px) {
   .na-grid { grid-template-columns: repeat(3, 1fr); }
}
/* Tablet — 2 columns */
@media screen and (max-width: 989px) {
  .blog-articles {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}
@media screen and (max-width: 768px) {
   .na-inner { padding: 0 16px; }
   .na-heading { font-size: 28px; }
   .na-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
   .na-enquire { transform: translateY(0); font-size: 9px; padding: 10px; }
   .na-weave-tag { opacity: 1; transform: none; }
}
@media screen and (max-width: 749px) {
.page-width-cstm {
    padding: 0 20px;
}


.topheader img.header__heading-logo.motion-reduce {
    filter: invert(0) !important;
}

.topheader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88px;
}

.menu-drawer__navigation-container {
    display: block !important;
}

div#menu-drawer {
     top: 0; 
}
.topheader {
    position: relative;
}

.topheader span.closbtn {
    position: absolute;
    left: 30px;
    top: 47px;
}

.topheader span.closbtn svg.icon.icon-close {
    width: 22px;
}

  .blog-articles {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

}

@media screen and (max-width: 400px) {
   .na-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
}