/** Shopify CDN: Minification failed

Line 56:14 Unexpected ".5"

**/
@font-face {
  font-family: "Meno Banner";
  src: url("/cdn/shop/files/meno-banner_regular.woff?v=1687614902")
    format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Mr Eaves Mod OT";
  src: url("/cdn/shop/files/mreavesmodot-bold.woff?v=1687614902")
    format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Mr Eaves Mod OT";
  src: url("/cdn/shop/files/mreavesmodot-reg.woff?v=1687614902")
    format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Mr Eaves Mod OT";
  src: url("/cdn/shop/files/MrEavesXLModOT-Ultra.woff?v=1689441754")
    format("woff");
  font-weight: 900;
}

h1 {
  font-family: "Meno Banner" !important;
}

h2,
h3,
h4,
h5,
p,
span,
ul,
li,
a,
label,
input,
strong {
  font-family: "Mr Eaves Mod OT" !important;
  text-decoration: none;
}
.section-header__heading,
.section-blocks__heading {
  font-family: "Meno Banner" !important;
}
body span.pr-1.5 {
  font-family: "Mr Eaves Mod OT" !important;
}

.variant_cs_tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 115%;
  left: 50%;
  translate: -50%;
  padding: 2px 5px;
  white-space: nowrap;
  color: var(--color-background);
  background-color: var(--color-text);
  opacity: 0;
}

.varaint_cs_items:hover .variant_cs_tooltip {
  visibility: visible;
  opacity: 1;
}
.variant_label {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  margin: var(--spacing-unit);
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
  background-position: center center;
  background-size: cover;
  border: 1px solid #cfcfcf;
  cursor: pointer;
}

.variant_label.active {
  border: 1px solid #000;
}
.main_card_swatch {
  margin: 8px 0;
  justify-content: center;
}
.custom_badges span {
  padding: 5px 6px;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.custom_badges {
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.product-item.animation--item.animation--item-initial.animation--item-revealed {
  width: 25%;
  padding: 0 10px;
}
/* .collection__products {
  position: relative;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 25px !important;
  column-gap: 0 !important;
} */
.newsletter-compact__signup-footer.ff-body.fs-body-50.rte {
  font-size: 16px;
}
.footer__links li a {
  text-transform: lowercase;
}
.shopify-policy__container {
  max-width: 80% !important;
}
button.quick-search__submit {
  background: #4e4934;
}

.announcement-bar__menus ul.social-icons.social-icons--left {
  gap: 10px;
}
/* ====== product page css  ===== */

.template-product main#main {
  background-color: #e1e0db;
}

@media (max-width: 1199px) {
  .product-item.animation--item.animation--item-initial.animation--item-revealed {
    width: 33.33%;
  }
  .header__logo-wrapper {
    max-width: 150px;
    display: block;
  }
}
@media (max-width: 991px) {
  .shopify-policy__container {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .product-item.animation--item.animation--item-initial.animation--item-revealed {
    width: 50%;
  }
  .header__logo-wrapper {
    max-width: 110px;
    display: block;
  }
}
@media (max-width: 425px) {
  .header__logo-wrapper {
    max-width: 80px;
  }
}
@media (max-width: 375px) {
  .product-item.animation--item.animation--item-initial.animation--item-revealed {
    width: 100%;
  }
}

/* ====== rebuy-bundle ====== */

body .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image {
  width: 200px;
  text-align: left;
  line-height: 0;
  white-space: nowrap;
  font-size: 0;
  display: flex;
  align-items: center;
}
body .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image-divider {
  font-size: 25px;
  width: 50px;
}

/* cart drawer css */

[data-rebuy-component="progress-bar"] .rebuy-cart__progress-bar-meter {
  height: 5px !important;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-bar-meter-fill {
  height: 5px !important;
}
span.rebuy-money {
  font-size: 16px;
  color: #232323 !important;
}
span.rebuy-money.compare-at {
  display: none;
}
span.rebuy-cart__flyout-subtotal-final-amount span {
  color: #232323;
}
.rebuy-cart__progress-gifts {
  display: none;
}
span.rebuy-cart__flyout-subtotal-compare-amount {
  display: none;
}
.rebuy-cart__flyout-subtotal-label span,
.rebuy-cart__flyout-subtotal-amount span {
  font-family: Mr Eaves Mod OT !important;
  font-weight: 500;
  font-size: 20px;
}
body .rebuy-cart__flyout-item-product-title {
  font-family: Mr Eaves Mod OT !important;
  font-size: 18px !important;
}
.rebuy-cart__flyout-empty-cart p.ql-align-center {
  padding: 5px 0;
}
a.rebuy-product-title.clickable {
  font-size: 18px;
}
.rebuy-widget .rebuy-button,
.rebuy-cart__flyout-empty-cart a,
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-gift-variant-readd,
.rebuy-cart__progress-free-product-variant-select-container,
button.rebuy-button.rebuy-cart__checkout-button.block,
.rebuy-cart__progress-bar-meter-fill.rebuy-cart__progress-bar-meter-fill {
  color: #fff;
  background: #000 !important;
  border-color: #000 !important;
}
[data-rebuy-component="progress-bar"] .rebuy-cart__progress-step-label {
  font-size: 16px;
}
body .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__images {
  row-gap: 20px;
}

/* ======= responsive css ============ */

@media (max-width: 575px) {
  body .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image {
    width: 50%;
  }
  body .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__image-divider {
    font-size: 20px;
    width: 40px;
  }
  .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions-price,
  .rebuy-widget.widget-type-dynamic-bundle .rebuy-bundle__actions-buttons {
    margin: 10px 0;
    width: 100% !important;
    max-width: 100%;
  }
}

/* ============ footer csss ====== */

/* .footer-main-sec .container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 70px 20px;
} */
.new_footer_inner {
  display: flex;
  align-items: flex-start;
}
.new_footer_menu_block,
.new_footer_newsletter_block {
  width: 50%;
}
.new_footer_menu_in {
  display: flex;
  gap: 62px;
  max-width: 760px;
}
ul.footer_menu_wrap1 {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
ul.footer_menu_wrap1 li {
  width: max-content;
  padding: 5px 0;
}
h3.footer_title1 {
  padding: 0;
  color: #e4e2db;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
  text-align: left;
  letter-spacing: 0.6px;
}
.footer_menu_icon {
  display: none;
}
ul.footer_menu_wrap1 li a {
  color: #e4e2db;
  font-size: 18px;
  line-height: 180%;
}
.footer-sec.menu-list-sec.footer-menu {
  margin-right: 15px;
  width: max-content;
}
.footer-sec.newsletter {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 320px;
  margin: auto;
  display: flex;
}
h4.ff-heading.fs-body-150.social-icons__heading {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 1.3;
  color: #fff;
}
.social-icons {
  gap: 0;
}
ul.social-icons li {
  width: auto;
  height: auto;
  list-style: none;
}
.footer__inner .social-icons a {
  display: flex;
  padding: 13px;
}
ul.social-icons a span svg path {
  fill: #5e7774;
}
.footer_newsletter_content h3 {
  font-size: 18px;
  color: #fff;
  padding-left: 10px;
  letter-spacing: 0.6px;
  line-height: 1.3;
}
.new_footer_social {
  padding-left: 10px;
  margin-bottom: 25px;
}
.footer_newsletter_content p {
  color: #e4e2db !important;
  font-size: 14px;
  padding: 10px 6px;
  line-height: 1.1;
}
.footer__newsletter-inner input {
  box-sizing: border-box;
  border-radius: 0px;
  padding: 0px 0px 0px 16px;
  height: 50px;
  text-align: left;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #fff !important;
  border: 1px solid rgb(148, 149, 150) !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer__newsletter {
  width: 100%;
}
.footer__newsletter-inner input::placeholder {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 400;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer__newsletter .footer__newsletter-button.btn.btn--primary {
  background: rgb(94, 119, 116);
  border-radius: 0px;
  border-style: none;
  border-color: rgb(0, 0, 0);
  border-width: 2px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  font-style: normal;
  white-space: normal;
  padding: 0px 10px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  pointer-events: auto;
  height: 50px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
}
.footer__newsletter-form {
  padding: 10px 6px;
}
.footer__follow-on-shop {
  margin-top: 48px;
}
.footer-main-sec {
  padding: 16px 0 12px;
}
.footer-bottom-sec {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.copyright_text {
  max-width: 1600px;
  margin: 0 auto;
  padding: 15px;
}
.copyright_text p {
  font-size: 11px;
  text-align: center;
  font-family: Assistant, sans-serif !important;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.7px;
  line-height: 1.5;
  margin-top: 15px;
}
.new_footer_inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 70px 20px;
}
.new_footer_inner:after {
  content: "";
  height: 355px;
  width: 2px;
  position: absolute;
  background: #e4e2db;
  left: 58%;
  transform: translate(-50%);
  top: 4%;
}
.copyright_text p a {
  transition: 0.4s all ease;
}
.copyright_text p a:hover {
  text-decoration: underline;
  color: #fff;
}

/* ======= footer responsive media ======= */

@media (max-width: 1199px) {
  .new_footer_inner:after {
    left: 52%;
  }
  .new_footer_inner {
    padding: 50px 40px 20px;
  }
  .new_footer_menu_in {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .new_footer_menu_block,
  .new_footer_newsletter_block {
    width: 100%;
  }
  .new_footer_inner {
    flex-wrap: wrap;
  }
  .new_footer_inner:after {
    display: none;
  }
  .footer-sec.newsletter {
    max-width: 100%;
  }
  .new_footer_menu_in {
    gap: 62px;
    padding-bottom: 30px;
  }
  .new_footer_inner {
    padding: 50px 70px 20px;
  }
  .new_footer_newsletter_block {
    padding: 40px 0 10px;
    border-top: 2px solid #e0e0e0;
  }
  .footer-sec.newsletter {
    display: block;
  }
  .footer__newsletter-form {
    width: 400px;
  }
  .footer__follow-on-shop {
    margin-top: 20px;
  }
  .footer-sec.menu-list-sec.footer-menu {
    margin-right: 0;
    width: 50%;
  }
  .footer__newsletter {
    display: flex;
    gap: 50px;
  }
  .footer__newsletter-inner input {
    width: 290px;
  }
}

@media (max-width: 767px) {
  ul.footer_menu_wrap1 li a,
  h3.footer_title1 {
    font-size: 16px;
  }
  .new_footer_inner {
    padding: 30px 30px 20px;
  }
  .footer__newsletter {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer__follow-on-shop {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .new_footer_menu_in {
    gap: 10px;
    padding-bottom: 20px;
  }
  ul.footer_menu_wrap1 li a {
    color: #e4e2db;
    font-size: 14px;
    line-height: 180%;
  }
  .new_footer_inner {
    padding: 20px;
  }
  .new_footer_newsletter_block {
    padding: 30px 0 10px;
  }
  h4.ff-heading.fs-body-150.social-icons__heading {
    text-align: center;
  }
  ul.social-icons,
  .footer__newsletter .footer__newsletter-inner {
    justify-content: center;
  }
  .new_footer_social {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .footer_newsletter_content h3 {
    padding-left: 0;
  }
  .footer__newsletter-form {
    width: 100%;
  }
  .footer__newsletter-inner input {
    width: 100%;
  }
  .footer__newsletter {
    gap: 10px;
    justify-content: center;
  }
  .footer_newsletter_content {
    text-align: center;
  }
  .footer__newsletter .footer__newsletter-button.btn.btn--primary {
    min-width: 100px;
    font-size: 14px;
  }
  .footer__newsletter-form {
    padding: 0;
  }
  ul.footer_menu_wrap1 li {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .footer-sec.menu-list-sec.footer-menu {
    width: 100%;
    border-bottom: 1px solid #ffff;
    padding-bottom: 15px;
  }
  .new_footer_menu_in {
    flex-wrap: wrap;
  }
  .new_footer_menu_in {
    gap: 20px;
  }
  .footer_menu_wrap1 {
    display: none;
  }
  ul.footer_menu_wrap1 li {
    display: block;
  }
  .footer_menu_icon {
    display: block;
  }
  h3.footer_title1 {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
  .new_footer_newsletter_block {
    border: none;
  }
  span.footer_menu_icon {
    width: 12px;
    height: 12px;
    display: block;
  }
  span.footer_menu_icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .footer-sec.menu-list-sec.footer-menu.active span.footer_menu_icon svg {
    transform: rotate(180deg);
  }
  span.footer_menu_icon svg {
    transition: 0.4s all ease;
  }
  ul.footer_menu_wrap1 {
    padding-top: 10px;
  }
}
[data-rebuy-component=cross-sell-widget] {
    background: #e4e2db !important;
}



.dropinblog_section .post img{
  max-width: 500px;
  width: 100%;
  height: 300px;
}
#dib-template-2 .dib-post-single{
    max-width: 1480px;
    margin: auto;
    padding: 0 30px;
}
.dropinblog_section .post p{
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.dib-post-featured-image{
      text-align: center;
}
.dropinblog_section .post a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.dropinblog_section .post{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.dropinblog_section .post span{
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 100;
  margin: 1rem 0 0;
}

.dropinblog_section .section-container{
  text-align: center;
  background-color: #4E4934;
  padding: 40px 6rem;
}

.dropin-blog-container__subtitle{
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.dropin-blog-container{
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 16px;
}

.dropin-blog-container__title{
  font-size: 76px;
  font-family: "Meno Banner" !important;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 1rem;
}
a.view_all_blog_button {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
.dropinblog_section .post{
      align-items: center;
}
  .dropin-blog-container{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dropinblog_section .post p{
    font-size: 16px;
  }
  .dropinblog_section .post span, .dropinblog_section .post a{
    font-size: 13px;
  }
  .dropinblog_section .section-container{
    padding: 20px 2rem;
  }
  .dropin-blog-container__subtitle{
    font-size: 16px;
  }
  .dropin-blog-container__title{
    font-size: 36px;
    margin: 0 0 2rem;
  }
}



/* ============ new css ============ */

.rich-text__inner.section-blocks {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.rte>*:last-child {
    margin-bottom: 0;
}
h2.section-blocks__heading.heading-block.ff-heading.fs-heading-1-base {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-family: Mr Eaves Mod OT!important;
    letter-spacing: 2px;
}
.rich-text__blocks>*+* {
    margin-top: 2rem;
}
.section-blocks__text.ff-body.rte.fs-body-100 {
    font-size: 16px;
    letter-spacing: 0.6px;
    color: #121212BF;
}
.collapsible-row-list-item {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    border-left: none;
    border-right: none;
}
.collapsible-row-list-item:first-of-type {
    border-top: none;
}
span.collapsible-row-list-item__heading {
    font-size: 32px;
    padding-right: 10px;
}
.collapsible-row-list-item__text.rte li {
    color: #ffffffBF;
}
.section-blocks__button .button-wrapper {
    justify-content: center;
}

@media (max-width: 575px) {
  span.collapsible-row-list-item__heading {
    font-size: 24px;
    padding-right: 10px;
  }
  h2.section-blocks__heading.heading-block.ff-heading.fs-heading-1-base {
    font-size: 26px;
  }
}