/** Shopify CDN: Minification failed

Line 834:47 Expected identifier but found "!"
Line 942:24 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

body,
h1,h2,h3,h4,h5,h6, p, span{
    letter-spacing: 0;
}

.shopify-section-group-header-group {
    z-index: 99 !important;
}

.page-width{
    max-width:1500px !important;
    width:100%;
    padding:0 15px !important;
    margin:auto;
}
header.page-width{
    padding-block:15px !important;
}
.header-section .header__heading-link{padding:0;}
.header-section .header__icons .btn{
    margin-left:15px;
}

.header-section .header-wrapper{
    border-bottom:1px solid #ededed;
}
.header-section .header--middle-left {
    grid-template-columns: auto 1fr;
    column-gap: 2rem;
}
.header-section nav.header__inline-menu {
    display: block;
    text-align: right;
}
.header-section nav ul li .list-menu__item{
    color:#000;
    font-size:18px;
    font-weight:500;
    padding: 10px 25px;
    -webkit-text-stroke: 0.2px;
}
.header-section nav ul li .list-menu__item .header__active-menu-item,
.header-section nav ul li .list-menu__item:hover{
    color:#6E865D;
    text-decoration: none;
}

.header-section nav ul li .header__menu-item:hover span,
.header-section nav ul li .list-menu__item .header__active-menu-item{
    text-decoration: none;
}
.header-section .header__icons {
    padding-right: 0;
    border-left: 1px solid #D2C8C8;
    column-gap:35px;
    align-items: center;
}
.header-section .header__icon .svg-wrapper svg {
    width: 22px;
    height: 22px;
}
.header-section .header__icon {
    border: 1px solid #D2C8C8;
    border-radius: 100%;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
    border-radius: 8px;
    line-height: 2.7;
  padding: 0 26px;
  background: #70895f;
  color: #ffffff;
  border: 1px solid #70895f;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #597c42;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
  z-index: -1;
}
.btn::after {
  display:none;
}

.btn:hover {
  color: #ffffff;
  border-color: #597c42;
}

.btn:hover::before {
  transform: scaleX(1);
}

.banner_section p{
    color:#000;
    font-size:18px;
    font-weight:400;
}
.banner_section .banner__box{
    max-width: 60rem !important;
    padding: 0 !important;
}
.bottom-bg .banner__heading{
    margin-bottom:25px;
}
.bottom-bg a.button.button--primary {
    border-radius: 4px;
    transition:all 0.3s ease-in-out;
}
.bottom-bg a.button.button--primary:hover{
    background:#6E865D;
    color:#fff;
}
.bottom-bg a.button.button--primary::after,
.bottom-bg a.button.button--primary::before {
    display:none;
}


/*  Bradcrumb Style */
.custom-breadcrumb {
  width: 100%;
}

.custom-breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-breadcrumb__item,
.custom-breadcrumb__separator {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.custom-breadcrumb__item a {
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease;
}

.custom-breadcrumb__item a:hover {
  color: #70895f;
}

.custom-breadcrumb__item.is-current {
  color: #70895f;
  opacity: 0.75;
}

.custom-breadcrumb__separator {
  color: #000;
}


/*  Bradcrumb Style */
/* Desktop sticky header */
@media screen and (min-width: 990px) {
  .header-wrapper {
    width: 100%;
  }

  .header-wrapper.header-sticky-active {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    animation: header-slide-down 0.35s ease forwards;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .header-sticky-spacer {
    display: none;
    width: 100%;
  }

  .header-sticky-spacer.is-active {
    display: block;
  }

  @keyframes header-slide-down {
    from {
      opacity: 0;
      transform: translateY(-100%);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}


/* Reset sticky header on tablet and mobile */
@media screen and (max-width: 989px) {
  .header-wrapper.header-sticky-active {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    box-shadow: none;
    animation: none;
    transform: none;
  }

  .header-sticky-spacer {
    display: none;
    height: 0;
  }
}

/* Blog Style Here */
.template-blog .blog-page,
.template-blog .content-for-layout .color-scheme-1 {
    background: #fbf6f2;
}
.blog-page .blog-articles{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.blog-page .blog-articles .blog-articles__article.article {
    border-radius: 15px;
    overflow: hidden;
    background:#fff;
}
.blog-page .blog-articles .blog-articles__article.article .card__content {
    padding: 0 20px !important;
}
.blog-page .card__information .circle-divider{
  color:#958585;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    display: flex;
    align-items: center;
    gap: 5px;
}
.blog-page .article-card .card__heading {
    margin: 10px 0;
}
.blog-page .article-card .card__heading a{
  color:#1D1D1D;
  font-size:24px;
  font-family: 'Montserrat';
  font-weight:600;
  text-decoration:none;
}
.blog-page .article-card__excerpt{
  font-size:18px;
  font-family:'Montserrat';
  line-height:1.5;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-page .btn-wrap{
    color: #6e865d;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    -webkit-text-stroke: 0.6px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.blog-page .card .btn-wrap svg{
     transition: all .3s ease-in-out;
}
.blog-page .card:hover .btn-wrap{
  color:#546a44;
  text-decoration:none;
}
.blog-page .card:hover .btn-wrap svg{
    transform: rotate(45deg);
}

.blog-page .card:hover .card__heading a{
  color:#6e865d;
}
/* Blog pagination */
.blog-page .pagination-wrapper {
  width: 100%;
  margin: 50px 0;
}

.blog-page .pagination {
  display: flex;
  justify-content: center;
}

.blog-page .pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-page .pagination__list > li {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  margin: 0;
}

/* Number and arrow base style */
.blog-page .pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  border: 1px solid #718b60;
  border-radius: 4px;
  background: transparent;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}
.blog-page .pagination__item:hover{
  text-decoration:none;
}

/* Remove Dawn default underline/pseudo elements */
.blog-page .pagination__item::after,
.blog-page .pagination__item::before {
  display: none !important;
  content: none;
}

/* Current page */
.blog-page .pagination__item--current {
  border-color: #718b60;
  background: #718b60;
  color: #ffffff;
  cursor: default;
}

/* Other page hover */
.blog-page a.pagination__item:not(.pagination__item--current):not(
    .pagination__item-arrow
  ):hover {
  border-color: #6E865D;
  background: #6E865D;
  color: #ffffff;
}

/* Previous and next arrows */
.blog-page .pagination__item-arrow {
  width: 26px;
  min-width: 26px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6E865D;
}

.blog-page .pagination__item-arrow:hover {
  background: transparent;
  color: #526b45;
}

.blog-page .pagination__item-arrow .svg-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

/* Convert Dawn's downward caret into a right arrow */
.blog-page .pagination__item--prev .icon-caret {
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}

/* Previous-page arrow */
.blog-page .pagination__item--next .icon-caret {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}

.blog-page .pagination__item-arrow .icon-caret {
  display: block;
  transition: transform 0.2s ease;
}

/* Small hover movement */
.blog-page .pagination__item--prev:hover .icon-caret {
  transform: rotate(-90deg) translateY(3px);
}

.blog-page .pagination__item--next:hover .icon-caret {
  transform: rotate(90deg) translateY(3px);
}

/* Disabled item */
.blog-page .pagination__item[aria-disabled="true"]:not(
    .pagination__item--current
  ) {
  pointer-events: none;
  opacity: 0.45;
}
.universal-article {
  width: 100%;
  padding-top: var(--article-padding-top);
  padding-bottom: var(--article-padding-bottom);
  background: var(--article-background);
  color: var(--article-text-color);
  font-family: var(--font-body-family, inherit);
}

.universal-article *,
.universal-article *::before,
.universal-article *::after {
  box-sizing: border-box;
}

.universal-article__container {
  width: 100%;
  max-width: var(--article-container-width);
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.universal-article__header {
  width: 100%;
  max-width: var(--article-content-width);
  margin: 0 auto 22px;
}

.universal-article__title {
  margin: 0;
  color: var(--article-heading-color);
  font-family: var(--font-heading-family, inherit);
  font-size: var(--article-heading-size);
  font-style: var(--font-heading-style, normal);
  font-weight: var(--font-heading-weight, 700);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.universal-article__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
  color: var(--article-text-color);
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.72;
}

.universal-article__hero {
  position: relative;
  width: 100%;
  max-width: var(--article-content-width);
  aspect-ratio: 16 / 6;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: var(--article-image-radius);
  background: #eeeeea;
}

.universal-article__hero-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

/* Main content entered through the Shopify blog editor */
.universal-article__content {
  width: 100%;
  max-width: var(--article-content-width);
  margin: 0 auto;
  color: var(--article-text-color);
  font-size: var(--article-text-size);
  line-height: 1.7;
}

.universal-article__content > *:first-child {
  margin-top: 0;
}

.universal-article__content > *:last-child {
  margin-bottom: 0;
}

.universal-article__content p {
  margin-top: 0;
  margin-bottom: 14px;
}

.universal-article__content h2,
.universal-article__content h3,
.universal-article__content h4 {
  color: var(--article-heading-color);
  font-family: var(--font-heading-family, inherit);
  font-style: var(--font-heading-style, normal);
  font-weight: var(--font-heading-weight, 700);
  line-height: 1.22;
  letter-spacing: -0.015em;
}

.universal-article__content h2 {
  margin: 27px 0 9px;
  font-size: 28px;
}

.universal-article__content h3 {
  margin: 24px 0 8px;
  font-size: 23px;
}

.universal-article__content h4 {
  margin: 21px 0 7px;
  font-size: 19px;
}

.universal-article__content ul,
.universal-article__content ol {
  margin: 14px 0 18px;
  padding-left: 22px;
}

.universal-article__content li {
  margin-bottom: 6px;
}

.universal-article__content a {
  color: var(--article-accent-color);
  text-underline-offset: 3px;
}

.universal-article__content img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--article-image-radius);
}

/* Standard content section */
.blog-content__section {
  width: 100%;
  margin-top: 27px;
}

/* Text and image section */
.blog-content__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: start;
  gap: 28px;
  width: 100%;
  margin-top: 27px;
}

.blog-content__split--image-left {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.blog-content__split--image-left .blog-content__media {
  order: 1;
}

.blog-content__split--image-left .blog-content__copy {
  order: 2;
}

.blog-content__copy {
  min-width: 0;
}

.blog-content__copy h2:first-child,
.blog-content__section h2:first-child {
  margin-top: 0;
}

.blog-content__media {
  position: relative;
  width: 100%;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--article-image-radius);
  background: #eeeeea;
}

.blog-content__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* Two images side by side */
.blog-content__image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  margin-top: 18px;
}

.blog-content__image-grid figure {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 2.7;
  margin: 0;
  overflow: hidden;
  border-radius: var(--article-image-radius);
  background: #eeeeea;
}

.blog-content__image-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* Green check list */
.blog-content__checklist {
  margin: 14px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

.blog-content__checklist li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 22px;
}

.blog-content__checklist li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--article-accent-color);
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

/* Quote style */
.universal-article__content blockquote {
  margin: 27px 0;
  padding: 21px 24px;
  border-left: 4px solid var(--article-accent-color);
  background: rgba(116, 139, 102, 0.09);
  color: var(--article-heading-color);
  font-family: var(--font-heading-family, inherit);
  font-size: 19px;
  line-height: 1.55;
}

/* Footer */
.universal-article__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: var(--article-content-width);
  margin: 42px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.universal-article__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 21px;
  border-radius: 6px;
  background: var(--article-accent-color);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

@media screen and (max-width: 989px) {
  .blog-content__split,
  .blog-content__split--image-left {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blog-content__split--image-left .blog-content__media,
  .blog-content__split--image-left .blog-content__copy {
    order: initial;
  }

  .blog-content__media {
    min-height: 400px;
  }
}

@media screen and (max-width: 749px) {
  .universal-article {
    padding-top: calc(var(--article-padding-top) * 0.7);
    padding-bottom: calc(var(--article-padding-bottom) * 0.7);
  }

  .universal-article__container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .universal-article__title {
    font-size: var(--article-mobile-heading-size);
  }

  .universal-article__hero {
    aspect-ratio: 16 / 8.5;
    margin-bottom: 20px;
    border-radius: min(var(--article-image-radius), 12px);
  }

  .universal-article__content {
    font-size: var(--article-mobile-text-size);
    line-height: 1.65;
  }

  .universal-article__content h2 {
    font-size: 24px;
  }

  .universal-article__content h3 {
    font-size: 21px;
  }

  .blog-content__media {
    min-height: 280px;
    border-radius: min(var(--article-image-radius), 12px);
  }

  .blog-content__image-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .blog-content__image-grid figure {
    aspect-ratio: 4 / 2.8;
    border-radius: min(var(--article-image-radius), 12px);
  }
}

@media only screen and (max-width:1499px){
    .header-section nav ul li .list-menu__item {
        font-size: 16px;
        padding: 10px 20px;
    }
    .banner_section .banner--large:not(.banner--adapt) {
        min-height: 520px;
    }
    .brand-trust-marquee .brand-trust-item__text{font-size:18px;}
     .header-section .header__heading-link {width: 220px;}
}

@media only screen and (max-width:1199px){
  .header-section header-drawer{display:block; !important;justify-self: end;}

  .header-section .header__inline-menu {
    display: none !important;
  }

.header-section .header__inline-menu.active {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    padding: 18px 20px;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  }

.header-section .header__inline-menu.active .list-menu--inline {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

.header-section .header__inline-menu.active .list-menu__item {
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
  }

.header-section .header__inline-menu.active details[open] > .header__submenu,
.header-section .header__inline-menu.active details[open] > .mega-menu__content {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    padding: 8px 0 8px 16px;
  }

.header-section .header__inline-menu.active .header__submenu .list-menu__item {
    padding: 9px 0;
    font-size: 14px;
  }
}

@media only screen and (max-width:991px){
    /* .header-section .header__icons{display:none;} */
    .header-section .header--middle-left {
        display: flex;
        justify-content: space-between;
    }
    .header-section .header__icon,
    .header-section header-drawer {
        margin:0 !important;
    }
    .header-section .header__icons .btn {
      margin-left: 0;
      display: none;
  }
  .header-section .header__icons {
      border-left: none;
      column-gap: 15px;
  }
    .blog-page .blog-articles{
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }
}
@media only screen and (max-width:767px){
      .header-section .header__heading-link {
        width: 165px;
    }
    .blog-page .blog-articles{
      grid-template-columns:auto;
      gap: 20px;
    }
    .blog-page .article-card .card__heading a {
      font-size: 21px;
  }
    .blog-page .pagination-wrapper {
      margin-top: 36px;
    }

    .blog-page .pagination__list {
      gap: 14px;
    }

    .blog-page .pagination__item {
      width: 38px;
      height: 38px;
      min-width: 38px;
      font-size: 16px;
    }

    .blog-page .pagination__item-arrow {
      width: 24px;
      min-width: 24px;
    }
}
.single-blog-details h1,
.single-blog-details p,
.single-blog-details h5{
   font-family: "Montserrat", sans-serif;
}
.single-blog-details h1,{
  font-size:36px;
  font-weight:700;
}
.single-blog-details h5{
  font-size:34px;
  font-weight:700;
  margin:25px 0;
}

.single-blog-details .article-template__hero-container{
  margin-top:35px;
}
.single-blog-details .article-template__hero-container .article-template__hero-adapt{
    border-radius: 25px;
    max-height: 500px;
}
.single-blog-details .article-template__hero-container .article-template__hero-adapt img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.single-blog-details .page-width.page-width--narrow{
    padding-block: 0 !important;
}
.single-blog-details p img {
    border-radius: 25px;
    width: 47%;
    margin: 0 15px;
}

@media only screen and (max-width:991px){
  .single-blog-details p img {
    border-radius: 25px;
    width: 100%;
    margin: 0 0 15px;
}
}

.template-collection .content-for-layout .color-scheme-1 {
    background: #fbf6f2;
}
.collaction-banner .banner{
    position:relative;
}
.collaction-banner .banner .banner__media {
    height: 300px;
    width: 100%;
    position:relative;
}
.collaction-banner .banner .banner__media.media img{
  width:100%;
  height:-100%;
  object-fit:cover;
}

.collaction-banner .banner .banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: transparent;
}
.collaction-banner .banner .banner__content .content-container{
  background:transparent;
}
.collaction-banner .banner .banner__content h2.banner__heading {
    margin: 0;
    color: #fff;
    font-size:48px;
}
.product__page .facets-vertical .facets-wrapper {
    padding-right: 4rem;
  }
.product__page aside .facets-container{
  border:1px solid #D3D1D1;
  padding:15px 20px;
  border-radius:15px;
}
.product__page aside .facets__heading--vertical{
  font-size:22px;
  font-weight:700;
  color:#222222;
}
.product__page aside .facets__summary span{
  font-size:20px;
  font-weight:500;
   color:#222222;
}
.product__page aside .field__input{
  border:transparent;
  box-shadow:0px 0px 4px rgb(0 0 0 / 32%);
  background:#fff;
  border-radius:6px;
}
.product__page aside .field:after,
.product__page aside .field:before{
  display:none;
}
.product__page aside .facets__header-vertical {
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}
.product__page .facets-vertical-form {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.product__page .product-count__text{
  color:#000;
  font-size:18px;
  font-weight:500;
}
.product__page .facet-filters__label{
  color:#000;
  font-size:21px;
  font-weight:500;
}
.product__page .facet-filters__field .select {
    width: auto;
    border: 1px solid #BCB4B4;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: none;
    outline: none;
}
.product__page .facet-filters__field .select .svg-wrapper{right:10px;}
.product__page .facet-filters__sort:focus-visible {
    outline: none;
    outline-offset: none;
    box-shadow: none;
}
.product__page .product-grid-container .facets{
  padding:0;
  margin-top: -65px;
  margin-bottom: 30px;
}
.product__page .product-grid-container .facets .product-count-vertical {
   margin-left: 0;
}
.product__page .product-grid-container .grid li{
    background:#fff;
    border-radius:12px;
    padding:20px;
}
.product__page .product-grid-container .grid li .card__inner{
  height:300px;
}
.product__page .product-grid-container .grid li .card__inner img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.product__page .product-grid-container .grid li .card__content .card__heading{
  font-size:20px;
  color:#262722;
  font-weight:600;
  margin:0;
   font-family: 'Montserrat';
}
.product__page .product-grid-container .grid li .card__content .card__information .price {
 font-size:18px;
  color:#262722;
  font-weight:500;
  margin:0;
   font-family: 'Montserrat';
}
.product__page .product-grid-container .grid li .card__content .card__information .caption-with-letter-spacing.light{
    font-size: 14px;
    color: #262722;
    font-weight: 400;
    margin: 0;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin: 5px 0;
}
.product__page .product-grid-container .grid li .quick-add{
  margin-bottom:0;
}
.product__page .product-grid-container .grid li .quick-add__submit{
  min-width:125px;
  width:inherit;
  background:#6E865D;
  border:1px solid #6E865D;
  color:#fff;
  font-size:15px;
  font-weight:500;
  padding:5px 15px;
  border-radius:5px;
}
.product__page .product-grid-container .grid li .quick-add__submit:hover{
  background:#fff;
  border:1px solid #6E865D;
  color:#6E865D;
}
.caption-with-letter-spacing.light{}
.product__page .product-grid-container .grid li .button::after,
.product__page .product-grid-container .grid li .button::before{
  display:none;
}
.product__page .product-grid-container .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.product__page .product-grid-container .grid li{width:100%; max-width:100%;}
.pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.product__page .pagination__list {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product__page .pagination__item {
  width: 40px;
  height: 40px;
  border: 1px solid #6E865D;
  border-radius: 2px;
  color: #6E865D;
  background: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.product__page .pagination__item:hover {
  background: #6E865D;
  color: #fff;
}

/* Current page */
.product__page .pagination__item--current {
  background: #6E865D;
  color: #fff;
  border-color: #6E865D;
  cursor: default;
}

/* Arrow button */
.product__page .pagination__item-arrow {
  border: none;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
}

.product__page .pagination__item-arrow:hover {
  background: transparent;
  color: #6E865D;
}

.product__page .pagination__item-arrow svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.product-related-slider{
  padding:65px 0;
}
.product-related-slider h2{
  text-align:center;
}
.product-related-slider .rp-slider-track li {
    background: #FBF6F2;
    padding: 15px 22px;
    border-radius: 12px;
}
.product-related-slider .card--standard>.card__content {
    padding: 0;
    border-top: 1px solid #EDDDDD;
    margin-top: 20px;
}
.product-related-slider .card__heading{
  font-size:20px;
  font-weight:500;
  color:#262722;
  font-family:Montserrat;
}
.product-related-slider .underline-links-hover:hover a {
    text-decoration: none;
    text-underline-offset: .3rem;
    color:#70895f;
}
.product-related-slider .price__regular .price-item--regular {
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
}
.product-related-slider .rp-slider-template--22094811398395__related-products .rp-slider-btn{
  background-color:#70895f;
}
.product-related-slider .rp-slider-template--22094811398395__related-products .rp-slider-btn svg{
  stroke:#fff;
}
.product-related-slider .rp-slider-template--22094811398395__related-products .rp-slider-btn:hover{
  background-color:#4d643d;
}
/* Rotate the Dawn theme caret */
.product__page .pagination__item-arrow .icon-caret {
  transform: rotate(-90deg);
}
.product__page .pagination__item--current:after, 
.product__page .pagination__item:hover:after{display:none;}
@media only screen and (max-width:991px){
  .product__page .product-grid-container .grid {
    display: grid;
    grid-template-columns: inherit;
    gap: 15px;
}
}

