/** Shopify CDN: Minification failed

Line 1193:53 Expected identifier but found "*"
Line 1277:19 Expected identifier but found whitespace
Line 1277:21 Unexpected "{"
Line 1277:30 Expected ":"
Line 1281:0 All "@import" rules must come first
Line 1492:21 Expected identifier but found whitespace
Line 1492:23 Unexpected "{"
Line 1492:32 Expected ":"
Line 1493:10 Expected identifier but found whitespace
Line 1493:12 Unexpected "{"
... and 2 more hidden warnings

**/
/* custom styles are prepended with addison so we can overwrite default styles without using !important */

body {
  caret-color: transparent;
}
input {
  caret-color: black;
}

h0,
h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "AveriaSerifLibre", serif;
  /* font-weight: bold; */
  text-transform: uppercase;
}
@media (max-width: 749px) {
  h1 {
    font-size: 26px;
  }
}
.underlined-link,
.customer a {
  color: #231f20;
}
.inline-richtext a:hover,
.underlined-link:hover,
.customer a:hover {
  color: #525b42;
}
body {
  color: #231f20;
  font-family: "AveriaSerifLibre", sans-serif;
}
.color-scheme-2 {
  color: #231f20;
}
.header-top a,
.side-menu li a {
  color: unset;
  text-decoration: unset;
}

main {
  background-image: url("/cdn/shop/files/TEXTURE-01-D_1_2_compress.webp?v=1678807524");
  background-size: contain;
  background-repeat: repeat;
}
.media {
  background-color: unset;
}
.deferred-media__poster-button.motion-reduce {
  background-color: unset;
  color: #121212;
  border: 0;
}
.deferred-media__poster-button.motion-reduce svg {
  height: 6rem;
  width: 6rem;
}
.quick-add__submit {
  /* background: unset; */
  clip-path: polygon(1% 0, 99% 0, 100% 50%, 99% 100%, 1% 100%, 0 50%);
}

.button--primary,
.contact__button .button {
  /* background-color: #A95538; */
  /* color: #ffffff; */
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  cursor: pointer;
  clip-path: polygon(1% 0, 99% 0, 100% 50%, 99% 100%, 1% 100%, 0 50%);
  min-height: unset;
  padding: 1.5rem 5rem;
  font-family: "AveriaSerifLibre", sans-serif;
  font-size: 20px;
}
/* New Buttons */
.button--primary {
  padding: 1rem 2rem;
}
.addison .quick-add__submit {
  /* font-size: 20px; */
  padding: 0.8rem;
  text-transform: uppercase;
}
.addison .quick-add__submit {
  
}
.button {
  min-height: unset;
  /* min-width: 20rem; */
}
.addison .product-form__submit {
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .button--primary {
    font-size: 16px;
    padding: 1.15rem 3rem;
  }
  .addison .quick-add__submit {
    font-size: 14px;
  }
  .addison .product-form__submit {
    font-size: 16px;
  }
}
/* END New Buttons */
.button:not([disabled]):hover:after,
.button:after {
  box-shadow: none;
}
/* Announcement Bar */
.store-locator-link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background-color: #6e7758;
    padding: .25rem 1rem;
    line-height: 1.25;
    border-radius: 30px;
    position: relative; 
    transition: all 0.3s ease; 
}

.store-locator-link::after {
    content: '→'; 
    display: inline-block;
    margin-left: -1.25rem; 
    font-size: 14px; 
    color: #fff; 
    opacity: 0; 
    transform: translateX(-10px); 
    transition: all 0.3s ease; 
}

.store-locator-link:hover::after {
    margin-left: .5rem;
    opacity: 1;
    transform: translateX(0); 
}

@media (max-width:989px) {
  .store-locator-link {
    display: none;
  }
}
/* END Announcement Bar */

/* Navigation */

details[open] > .header__submenu {
  min-width: 30rem;
}

.addison header nav .link {
  justify-content: flex-start;
}

.header__heading-logo {
  max-width: 80px;
}
.header--middle-center:not(.drawer-menu) {
  gap: 0;
}
.header__menu-item {
  padding: .5rem;
}
@media (min-width: 1010px) {
  .header__menu-item {
    padding: 1rem;
  }
  .header__heading-logo {
    max-width: 100%;
  }
}

.addison .header--has-social .menu-drawer__utility-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-menu__item,
.menu-drawer summary.menu-drawer__menu-item {
  text-transform: uppercase;
}
.header__heading-logo-wrapper,
.header__icon svg {
  transition: transform 0.3s ease;
}
.header__heading-logo-wrapper:hover,
.header__icon svg:hover {
    transform: scale(1.05); 
}
.cart-count-bubble {
  font-size: 14px;
  top: 5px;
  left: 25px;
  height: 2rem;
  width: 2rem;
}
.addison .search__button {
  background-color: #cab479;
  height: 97%;
}
.modal__close-button.link {
  background-color: #231f20;
  border-radius: 30px;
  color: #fff;
}
.addison .menu-drawer__menu.has-submenu.list-menu li {
  margin-bottom: 0;
}
.addison .menu-drawer__navigation .list-menu li {
  border-top: 1px solid #f0f0f0;
}
.addison .menu-drawer__navigation .list-menu li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.header--has-social .menu-drawer__utility-links {
  border-top: 1px solid #f0f0f0;
}
/* END Navigation */

/* Cart */
.cart-drawer .totals {
  margin: 0 0 1rem;
}
.quantity__button:not(:focus-visible):not(.focused).quantity__button {
  background-color: #231f20;
}
.addison quantity-popover .quantity__button:focus,
.addison quantity-popover .quantity__button:not(:focus-visible):not(.focused) {
  background-color: #231f20;
}
.addison
  quantity-popover
  .quantity__button:not(:focus-visible):not(.focused).quantity__button
  svg {
  border: none;
}
.addison .drawer__header {
  padding: 1.5rem 0 0;
  justify-content: center;
  border-bottom: 1px solid #f0f0f0;
}
.free-shipping-message {
  color: #231f20;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
}
.addison .quantity.cart-quantity {
  min-height: 3rem;
  max-width: 10rem;
}
.addison .cart-drawer .cart-item > td + td {
  padding-left: 0.5rem;
}
.addison .cart-drawer .cart-item {
  gap: 0;
}
.addison .cart-drawer .cart-item {
  grid-template: repeat(2, auto) / repeat(3, 1fr);
}
.addison .cart-item__name.h4.break {
  font-size: 14px;
  letter-spacing: 0;
}
.addison .cart-item:first-child {
  border-top: none;
}
.addison .cart-item {
  border-top: 1px solid #f0f0f0;
}
.addison .cart-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.addison #CartDrawer-ColumnProduct,
.addison #CartDrawer-ColumnTotal {
  display: none;
}
.cart-item__totals .right {
  font-size: 14px;
}
.cart-drawer .cart-items thead {
  display: none;
}
.cart-drawer .icon-wrap {
  display: none;
}
.free-shipping-section {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.free-shipping-indicator {
  width: 100%;
  height: 0.75rem;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.free-shipping-indicator__fill {
  height: 100%;
  background-color: #a29061;
  border-radius: 5px;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.free-shipping-indicator__fill.full {
  background-color: #6e7758;
}
.addison #product-recommendations .card.card--horizontal {
}
.addison #product-recommendations .card__information {
  padding: 0;
}
.addison #product-recommendations .full-unstyled-link {
  font-size: 14px;
}
.addison .product-servings {
  font-size: 14px;
}
.addison #product-recommendations .quick-add {
  margin: 0;
}
.cart-drawer__footer .tax-note {
  display: none;
}
#product-recommendations .card.card--horizontal {
  gap: 1rem;
}
/* END Cart */

/* PDP */
.rc-template__radio-group .rc-radio .rc-radio__label {
  color: #666666;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.addison .rc-template__radio-group .rc-radio-group__options {
  border: none;
  border-radius: 0;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.addison [data-v-2f3bc686] .rc-radio.rc-radio--active,
.rc-radio.rc-radio--active {
  background-color: #fff;
  border: 2px solid #231f20;
}
.rc-selling-plans-dropdown__label pb-1 {
  display: none;
}
.addison .rc-radio,
.addison .rc-selling-plans-dropdown__select {
  background-color: #ffffff;
  color: #666666;
  font-family: "AveriaSerifLibre";
  font-size: 16px;
  font-weight: 700;
}

.addison .rc-template__radio-group .rc-radio:not(:first-child) {
  border-top: none;
}
.addison
  .rc-template__radio-group
  .rc-radio.rc-radio--active:not(:first-child) {
  border-top: 2px solid #231f20;
}

.addison .rc-radio__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 22px;
  height: 20px;
  border: 2px solid #666666;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
}

.rc-radio__input:checked {
  background-color: #231f20;
  border-color: #231f20;
}

.rc-radio__input:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #525b42;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.rc-radio__input:focus {
  border-color: #009688;
}

.rc-radio__input:hover {
  border-color: #525b42;
}
.rc-radio.rc-radio--active .rc-radio__input {
  border: 2px solid #231f20;
}
.rc-selling-plans-dropdown__select {
  appearance: none; /* Remove default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("https://forceofnature.com/cdn/shop/files/faq-down-arrow.svg?v=1644474037")
    no-repeat right 10px center;
  background-size: 20px 20px; /* Adjust size as needed */
  padding-right: 35px; /* Space for the custom arrow */
}

.rc-selling-plans-dropdown__select::-ms-expand {
  display: none; /* Remove the arrow in Internet Explorer */
}
.rc-widget .pb-1 {
  display: none;
}

.stamped-fa-star:before,
.stamped-fa-star-half-o:before {
  font-size: 27px;
}
.template-index .stamped-fa-star:before,
.aa-frequently-bought-with .stamped-fa-star:before,
.aa-frequently-bought-with .stamped-fa-star-half-o:before,
.template-collection .stamped-fa-star:before,
.template-collection .stamped-fa-star-o:before,
.template-collection .stamped-fa-star-half-o:before {
  font-size: 16px
}
.template-index span.stamped-badge-caption,
.aa-frequently-bought-with span.stamped-badge-caption,
.template-collection span.stamped-badge-caption {
  font-size: 14px;
  margin-left: 2px;
}
.template-collection .stamped-badge-starrating {
  line-height: 100%;
}
.stamped-badge-starrating .stamped-fa {
  color: #cab479;
  /* color: #A29061; */
}
span.stamped-badge-caption {
  font-family: Averia Serif Libre;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 98.9%;
  align-items: center;
  text-decoration-line: underline;
  color: #525B42;
  margin-left: 8px;
}
.product-form__quantity .form__label {
  /* display: none; */
}
.price-per-item__container .quantity {
  max-width: 11rem;
  min-height: 4rem;
}
.quantity {
  background-color: #ffffff;
}
.quantity__button {
  padding: 0 0.5rem;
  width: unset;
}
.quantity__button svg {
  background-color: #fff;
  border: 1px solid #cab479;
  border-radius: 30px;
  height: 20px;
  width: 20px;
  padding: 3px;
}
.quantity__button:focus {
  border: 1px solid #cab479;
}
@media screen and (min-width: 750px) {
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    flex-direction: column;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100%;
  }
}
.product__media-item > * {
  background-color: unset;
}
.submitLocation .animated-search-form {
  background-color: #fff;
}
/* END PDP */
/* Collection */
.h1.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.breadcrumb a {
  color: rgba(var(--color-foreground),.75);
}
.facets__summary span {
  font-size: 2rem;
  text-transform: uppercase;
}
.facet-checkbox {
  text-transform: capitalize;
}
.addison .facet-checkbox > svg {
  background-color: #fff;
}
.facets__selected {
  display: none;
}
.underline-links-hover {
  transition: all 0.3s ease;
}
.underline-links-hover:hover a {
  /* text-decoration: none !important; */
}

.card-wrapper .card__heading {
  font-size: 2rem;

  /* text-align: center; */
  /* text-decoration: none;
  position: relative;
  font-weight: 700; */
}
.addison .mobile-facets__inner {
  width: calc(100% - 3rem);
}
.addison .mobile-facets__footer > * {
  font-size: 16px;
  line-height: 1.25;
}
.addison .mobile-facets__main {
  padding: 0;
}
.addison .mobile-facets__label .icon-checkmark {
  top: unset;
}
.addison .mobile-facets__summary {
  border-bottom: 1px solid #f0f0f0;
}
.addison .list-menu__item label {
  align-items: center;
}
/* END Collection */

/* Blog Article */
.article-template__content {
  font-size: 18px;
}
.rte ul {
  padding-left: 0;
}
.rte li {
  list-style: none;
  position: relative;
  padding-left: 2rem; /* Adjust padding to provide space for the custom bullet */
}

.rte li::before {
  color: #525b41;
  content: '•'; 
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  line-height: 1;
}
.article-template .rte li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.article-template .rte li::before {
  color: #525b41;
  content: '•';
  position: absolute;
  left: 0;
  top: 1.35rem; /* Aligns the bullet to the top */
  font-size: 2.5rem;
  line-height: 1;
}

.template-product .rte li::before {
  color: #FFF;
}
.article-template > *:first-child:not(.article-template__hero-container) {
  text-align: center;
}
.card--card.card--media>.card__content {
  padding: 0;
}
.blog__posts.articles-wrapper {
  column-gap: 2rem;
}
.blog__posts.articles-wrapper .article {
  width: calc(33% - 2rem);
}
@media (max-width: 749px) {
  .blog__posts.articles-wrapper {
    column-gap: 1rem;
  }
  .blog__posts.articles-wrapper .article {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}
.article.grid__item {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.article.grid__item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.addison .underline-links-hover:hover a {
  text-decoration: none;
}
.article-card__info {
  font-size: 14px;
}
.caption-with-letter-spacing {
  font-size: 16px;
}
.article-template__content h3 {
  font-size: 26px;
}
.article-card__excerpt {
  color: #231f20;
  font-size: 16px;
}
.addison .blog-articles {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (max-width: 749px) {
  .addison .blog-articles {
    grid-template-columns: 1fr;
  }
}
.blog__title {
  text-align: center;
  width: 100%;
}
/* END BLog Article */

/* Reviews */
#shopify-block-stamped_product_reviews_ugc_main_widget_nF8LNg {
  background-color: #fff;
}
.stamped-pagination a {
  color: #231f20;
}
/* END Reviews */

/* Footer */
.footer-block__details-content.list-unstyled {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-block__details-content.list-unstyled li {
  width: 50%;
  display: flex;
  justify-content: center;
}
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.scroll-trigger.animate--slide-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
  flex-wrap: unset;
  justify-content: center;
  width: 100%;
}
.footer-block__details-content {
  margin-bottom: 0;
}
.addison .footer-block__details-content > :first-child .list-menu__item--link {
  padding-top: 0.5rem;
}
.addison .footer-block-image,
.addison .footer-block.grid__item {
  margin: 0;
}
.field__input {
  background-color: #fff;
}

.field__label,
.newsletter-form__field-wrapper .field__input {
  color: #6d7769;
}
.addison .newsletter-form__button:not(:focus-visible):not(.focused) {
  background-color: #cab479;
  color: #231f20;
}
.footer-block--newsletter.scroll-trigger.animate--slide-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  row-gap: 3rem;
}
.footer-block__newsletter:not(:only-child) {
  margin: auto;
}
.footer__content-bottom-wrapper {
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .footer-block__details-content.list-unstyled {
    flex-wrap: unset;
  }
  .footer-block__details-content.list-unstyled li {
    width: unset;
    display: flex;
    justify-content: unset;
  }
  .footer-block--newsletter.scroll-trigger.animate--slide-in {
    margin: 2rem 0;
  }
}
/* END Footer */

.addison .subtitle {
  color: rgb(var(--color-foreground));
  text-transform: uppercase;
  font-style: italic;
}

@media screen and (min-width: 750px) {
  .addison .banner__box {
    max-width: 490px;
  }
}

.addison nav .link {
  font-size: 18px;
}

.addison .header__menu-item {
  color: rgb(var(--color-foreground));
}

.addison sticky-header {
  backdrop-filter: blur(5px);
}

.addison .collection__title {
  text-align: center;
}

.addison .footer-block__details-content .link {
  font-size: 2rem;
}

.addison .footer-block__heading {
  font-family: "Averia Serif Libre", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  max-width: 50rem;
  text-align: center;
}
.addison h2.footer-block__newsletter {
  text-align: center;
}
.addison #ContactFooter {
  margin: auto;
}

.addison .footer-block--newsletter {
  text-align: center;
  flex-direction: column;
  align-items: center;
}

.addison .facet-checkbox {
  font-size: 1.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.addison .facet-checkbox .icon-checkmark {
  top: 37%;
}

.addison .active-facets__button--light .active-facets__button-inner {
  background-color: #cab479;
  color: #231f20;
  font-size: 16px;
}
.addison .active-facets__button-wrapper * {
  font-size: 18px;
}

/* .addison .active-facets-desktop {
  display: none;
} */

.addison product-recommendations {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.addison product-recommendations .card__inner {
  max-width: 100px;
}

.addison .collection-hero__title {
  margin: 1rem 0 0;
}

body.addison {
  font-size: 2rem;
}

.addison .drawer__inner {
  width: 40rem;
  min-width: 360px;
}

.addison .cart__checkout-button {
  display: flex;
  font-size: 20px;
  gap: 0.5rem;
  height: 4rem;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .addison .cart__checkout-button {
    font-size: 16px;
  }
  .addison .footer-block__heading {
    font-size: 26px;
  }
}

.addison .cart__checkout-button .icon {
  width: 1rem;
}

.addison .newsletter-form__field-wrapper .field__input {
  color: #231f20;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

/* Customer Account */
.addison .customer:not(.account):not(.order) {
  gap: 2rem;
  justify-content: center;
  max-width: 1100px;
  margin: 5rem auto;
}
.addison .customer.login,
.addison .customer.register {
  display: flex;
  position: relative; /* Ensure .customer.login is the containing block */
}

.login-image {
  width: 100%;
}
.login-form,
.register-form {
  padding: 1rem;
  margin: auto;
  max-width: 40rem;
}
.login-form-background::before,
.register-form-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/cdn/shop/files/login-marc.svg?v=1644541837) no-repeat center
    center;
  background-size: contain;
  z-index: -1;
}

.login-form-background,
.register-form-background {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  max-width: 50rem;
}
.addison .login-form h1,
.addison .register-form h1 {
  font-size: 26px;
  margin: 0;
}
.addison .customer form {
  margin: 2rem 2rem 0;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.addison .customer form .subtitle {
  margin: 2rem 0;
}
.addison .customer .field {
  margin: 1rem 0 0 0;
}
.addison .register-form form {
  margin: 2rem auto 0;
  max-width: 35rem;
}
.addison .customer button {
  margin: 1rem auto;
  width: 100%;
}
.addison .login p {
  margin: 0;
}
.addison #rc_login {
  margin: 1rem 0 0;
}
@media (max-width: 900px) {
  .addison .customer:not(.account):not(.order) {
    margin: auto;
  }
  .login-form-background::before,
  .register-form-background::before {
    display: none;
  }
  .login-form-background {
    margin: 2rem 0;
  }
  .login-form {
    padding: 1rem;
  }
  .login-image {
    display: none;
  }
}
/* END Customer Account */

/* Map */
.product-content-bkg.pear-widget-iframe-wrap {
  border: 1px solid #525b42;
}
/* END Map */
.product-servings {
  margin: 0;
}

.card__content .quick-add {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin: 0;
}

.addison .button,
.addison .button-label,
.addison .shopify-challenge__button,
.addison .customer button {
  letter-spacing: 0;
}

.addison .button-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.addison .button-container .price {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

.addison .add-to-cart-text {
  margin: 0;
  line-height: 1rem;
}

.addison .price__regular {
  display: flex;
}

/* product description */
.quantity__input:focus {
  background: #fff;
}
.addison .product-description-block {
  position: relative;
  padding: 7rem 1.5rem;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    100% 0%,
    100% 97%,
    95% 97%,
    50% 100%,
    50% 100%,
    5% 97%,
    0% 97%
  );
}

.addison .product-description-block .container {
  margin: 0 auto;
  padding: 0;
}

.addison .product-description-block .grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .addison .product-description-block .grid {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .addison .product-description-block {
    clip-path: polygon(
      0% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 95%,
      65% 95%,
      50% 100%,
      50% 100%,
      35% 95%,
      0% 95%
    );
    padding: 9rem 5rem 11rem;
  }
  .addison .product-description-block .product-title {
    font-size: 34px;
    line-height: 44px;
  }
}

.addison .product-description-block .product-title {
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 3px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}

.addison .product-description-block .product-description {
  font-family: Avenir, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
.addison .product-description-block .product-description a {
  color: #fff;
}

.addison .product-description-block .product-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.addison .product-description-block .icon-item img {
  width: 100%;
  max-width: 170px;
  display: block;
  margin: 0 auto;
}

.addison .decorative-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.addison .decorative-image img {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .addison .decorative-image img {
    width: auto;
  }
}
/* end product description */

.selling-plan {
  margin: 0;
  font-style: italic;
}

.tax-note {
  display: none;
}


/* AA Video */
.aa-video-section {
  position: relative; /* Ensure the parent is positioned relative for ::before positioning */
}

.aa-video-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px; /* Adjust the height of the rectangle as needed */
  /* background-color: green; /* Green background */ */
  z-index: 0; /* Ensure it's behind the video */
}

.aa-video-section .video-sizer {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.aa-video-section .video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1; /* Ensure the video sits above the ::before element */
}

.aa-video-section .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aa-video-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  opacity: 0.95;
}

.aa-video-section .video-sizer:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 1;
}

.aa-video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none; /* Initially hidden */
}

@media (max-width: 749px) {
  .aa-video-section .play-button {
    width: 52px;
    height: 52px;
  }
}

.aa-video-section .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.aa-video-section .video-cover.hidden {
  display: none;
}

/* AA Video END */




/* Testimonial Section */
.aa-testimonials {
  padding: 2rem;
  text-align: center;
  background-color: {{ section.settings.background_color }};
}
  

@import url('https://use.typekit.net/wpv8dtq.css');

.aa-testimonials h2 {
  font-size: 40px;
  max-width: 33rem;
  margin: 5rem auto 2rem;
  /* transform: rotate(-6deg); */
  line-height: 1;
}
.testimonials-subtitle {
    font-family: 'adobe-handwriting-ernie', 'Oooh Baby', cursive;
    text-transform: unset;
    font-size: 30px;
}

.aa-testimonials .testimonials-container {
  display: flex;
}

.aa-testimonials .testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  flex: 1;
  position: relative;
}

.aa-testimonials .testimonial:not(:last-child)::after {
  content: "";
  background-image: url('/cdn/shop/files/vertical-divider-final_cd324672-cff2-4693-9e34-9dcf2af56dd7.svg?v=1676480671');
  background-size: contain;
  width: 9px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.aa-testimonials .testimonial .stars img {
  margin: 0 0.1rem;
}

.aa-testimonials .testimonial .author {
  margin-top: 1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .aa-testimonials .testimonials-container {
    justify-content: space-between;
  }
  .bullet-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .aa-testimonials h2 {
    font-size: 32px;
    max-width: 32rem;
    margin: 2rem auto 2rem;
  }
  .aa-testimonials .testimonials-container {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  
  .aa-testimonials .testimonial {
    min-width: 100%;
    scroll-snap-align: start;
    margin-right: 1rem;
    padding: 0;
  }

  .aa-testimonials .testimonial:not(:last-child)::after {
    display: none;
  }

  .aa-testimonials .bullet-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }

  .aa-testimonials .bullet-container .icon-bullet {
    padding: .5rem;
    width: 28px;
    height: 28px;
  }
}

.aa-testimonials .icon-bullet {
  fill: #231f20;
}

.aa-testimonials .icon-bullet.active {
  fill: #B9A37B;
}
/* END Testimonial Section */

/* image with text */
.aa-image-text-section {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  padding-top: var(--section-padding-top);
  padding-bottom: var(--section-padding-bottom);
  padding-left: 5rem;
  padding-right: 5rem;
}

.aa-image-column,
.aa-text-column {
  flex: 1;
  min-width: calc(50% - 2rem);
}

.aa-image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aa-text-column {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* Add gap between blocks */
}

.aa-text-column h2 {
  line-height: 1.2;
  margin: 0;
  font-family: var(--font-heading);
}

.aa-text-column p {
  font-family: var(--font-body);
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  margin: 0;
}

.aa-text-column ul {
  list-style: none;
  padding-left: 0;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.aa-text-column ul li {
  margin-bottom: 0;
  position: relative;
  font-family: var(--font-body);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.aa-text-column ul li:last-child {

}

.icon-bullet {
  fill: #6e7758;
  width: 24px;
  height: 24px;
  flex: none;
}
.button-block {
  margin-top: 2rem;
}

@media (max-width: 750px) {
  .aa-image-text-section {
    flex-direction: column;
    gap: 2rem;
    padding: var(--section-padding-top) 1rem var(--section-padding-bottom);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .aa-image-column,
  .aa-text-column {
    min-width: 100%;
  }

  .aa-text-column h2 {
    font-size: 2rem;
  }
  .button-block {
    display: flex;
    justify-content: center;
  }
  .aa-text-column p,
  .aa-text-column ul li {
    font-size: 18px;
  }

  .button.button--primary {
    display: block;
    margin: auto; /* Center the button horizontally on mobile */
  }
}

/* end image with text */

/* aa-nav-links */
  .aa-nav-links {
    text-align: center;
    background-color: {{ section.settings.background_color }};
    color: {{ section.settings.text_color }};
    padding: 1rem;
  }

  .aa-nav-links ul {
    display: inline-flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    margin: 0;
  }

  .aa-nav-links ul li {
    margin: 0 0.5rem;
  }

  .aa-nav-links ul li:not(:last-child)::after {
    content: "|";
    margin-left: 0.5rem;
  }

  .aa-nav-links ul li a {
    text-decoration: none;
    color: inherit;
  }
/* end aa nav links */

/* aa social icons */
.aa-social-icons {
  text-align: center;
  padding: 2rem 0 4rem;
}

.aa-social-icons .social-icons-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.aa-social-icons h2 {
  margin-bottom: 1rem;
}

.aa-social-icons a {
  display: inline-block;
  text-decoration: none;
}

.aa-social-icons a svg {
  width: 24px;
  height: 24px;
}

.aa-social-icons a svg path {
  fill: #231f20;
}

.aa-social-icons a:hover svg path,
.aa-social-icons a:focus svg path {
  fill: #6E7758;
}

.aa-social-icons a:focus {
  outline: 2px solid #6E7758;
  outline-offset: 4px;
}
/* end aa social icon */



div.klaviyo-button-container[style] {
  opacity: 1!important;
  top: 0!important;
}

div.klaviyo-button-container[style] a:hover {
  text-decoration: none!important;
}

.klaviyo-bis-trigger,
.klaviyo-bis-trigger-styling {
  color: #fff;
  clip-path: polygon(1% 0, 99% 0, 100% 50%, 99% 100%, 1% 100%, 0 50%);
  background-color: #525B42;
  padding: .8rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3;
}{
  color: #fff;
  clip-path: polygon(1% 0, 99% 0, 100% 50%, 99% 100%, 1% 100%, 0 50%);
  background-color: #525B42;
  padding: .8rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3;
}
.addison .quick-add__submit.button:disabled {
  background-color: #525B42;
  cursor: pointer;
  min-height: 36px;
  opacity: 1;
}
.addison .quick-add__submit.button:disabled a {
  background-color: #525B42;
  text-decoration: none!important;
}
/* Image with Text */
.aa-text-column .icon-checkmark {
  width: 32px;
  height: 32px;
  flex: none;
}
.aa-text-column .icon-checkmark path {
  fill: #6e7758;
}
/* END Image with Text */






/* How It Works Hide */

/* .store-locator-link,
.header__inline-menu .list-menu li:nth-child(2),
.menu-drawer__menu.has-submenu.list-menu li:nth-child(2),
#HeaderMenu-MenuList-3 li:last-child {
  display: none;
}

#link-about .menu-drawer__menu.list-menu li:last-child {
  display: none;
}
#HeaderMenu-MenuList-1 li:nth-child(2),
#HeaderMenu-MenuList-3 li:nth-child(2) {
  display: block;
}
@media (max-width: 989px) {
  #link-shop-now li:nth-child(2),
  #link-about li:nth-child(2) {
    display: block;
  }
} */
/* END How It Works Hide */


.store-locator-link {
  display: none;
}



/* Product Card Badge */
.product__media-item .product-card-badge {
  display: none;
}
.product__media-item:first-of-type .product-card-badge {
  display: block;
}
.product-card-badge::before {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 0;
  background-color: #23201f;
  color: #EFEBE3;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
}
.collection-badge::before {
  padding: .25rem;
}
.limited-badge::before {
  content: "Limited Stock";
  background-color: #23201f;
  color: #EFEBE3;
  letter-spacing: -.5px;
  line-height: 1;
  font-size: 16px;
  padding: .75rem .25rem;
  text-wrap: wrap;
}

.template-product .limited-badge::before {
  font-size: 20px;
  padding: 1rem;
}
@media (min-width:950px) {
  .template-product .limited-badge::before {
    font-size: 28px;
    padding: 2rem;
  }
}
.cart-item .limited-badge::before {
  font-size: 12px;
  line-height: 1;
  padding: 4px;
}

.new-product-badge::before {
  content: "New Item";
  background-color: #A95538;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0;
  padding: .75rem .25rem;
  line-height: 100%;
}
.template-product .new-product-badge::before,
.template-article .new-product-badge::before{
  font-size: 20px;
  padding: 1rem;
}
.template-product .grid .new-product-badge::before,
.template-article .grid .new-product-badge::before {
  padding: 1rem;
  font-size: 16px;
}
@media (min-width: 750px) {
  .template-product .new-product-badge::before,
  .template-article .new-product-badge::before {
    padding: 2rem;
  }
  .template-product .grid .new-product-badge::before,
  .template-article .grid .new-product-badge::before {
    font-size: 20px;
  }

}
/* END Product Card Badge */


/* Homepage Redesign */

/* Comparison */

/* END Comparison */

/* END Homepage Redesign */




/* AA - Comparison Section */
.aa-comparison-section {
  position: relative; /* Ensure relative positioning for bullets */
}

.aa-comparison-cards-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.aa-comparison-card {
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  position: relative;
}

.aa-comparison-top, .aa-comparison-bottom {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 1;
  color: #fff;
  padding: 2rem;
}

.aa-comparison-title, 
.aa-comparison-summary {
  color: #fff;
  text-align: center;
}
.aa-comparison-title {
  font-size: 24px;
}
.aa-comparison-bottom .aa-comparison-content {
  padding-bottom: 3rem; /* To account for bullet indicators */
}

/* Fix background on mobile only */
@media (max-width: 1000px) {
  .aa-comparison-card {

    min-width: 100%;

  }
}

/* Bullet container inside bottom content, 1rem from the bottom */
.aa-comparison-bullet-container {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
}

.aa-comparison-bullet-container .icon-bullet {
  cursor: pointer;
}
.aa-comparison-bullet-container .icon-bullet {
  fill: #fff;
}
/* Hide the scrollbar */
.aa-comparison-cards-container {
  -ms-overflow-style: none;  /* Hide scrollbar on Internet Explorer and Edge */
  scrollbar-width: none;     /* Hide scrollbar on Firefox */
}

.aa-comparison-cards-container::-webkit-scrollbar {
  display: none;  /* Hide scrollbar on Chrome, Safari, and Opera */
}

@media (min-width: 1001px) {
  .aa-comparison-bullet-container {
    display: none; /* Hide bullets on desktop */
  }
}

.aa-comparison-top .aa-comparison-card:first-child::before,
.aa-comparison-bottom .aa-comparison-card:first-child::before {
  content: '';
  position: absolute;
  top: 35%;
  left: 0;
  height: 30%;
  width: 2px; /* Adjust width if necessary */
  background-color: #fff; /* Adjust color as needed */
}


/* A/B Test */

/* Homepage Test */
.template-index #MainContent .shopify-section:nth-child(n+1):nth-child(-n+9) {
  /* display: none!important; */
}

/* Split Test Pro */

.template-index #MainContent .shopify-section:nth-child(n+1):nth-child(-n+9) {
  /* display: block!important; */
}
.template-index #MainContent .shopify-section:nth-child(n+10):nth-child(-n+18) {
  /* display:  none !important; */
}

/*  Partners Page */

.template-page-partners .aa-how-it-works {
  display: block;
}
@media (max-width: 768px) {
  .template-page-partners .grass-banner {
    display: none;
  }
}
/* END Partners Page */

.control-hidden,
.addison.variant-sticky-cart .variant-hidden,
.cart-items-open,
.checkout-button-price {
  display: none;
}

/* Collapsible Content */
.collapsible-content p {
  font-size: 16px;
}

/* END Collapsible Content */





/* Animal Icon Test */



/* ======================================================
   General Styles
====================================================== */


.facets-vertical .active-facets {
  display: none;
}

.facets-layout.facets__list--vertical.list-unstyled {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.addison .facet-checkbox {
  font-size: 16px;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .addison .facets-vertical .facets-wrapper {
    padding-right: 1rem;
  }
  .facets-wrap-vertical {
    padding-right: .5rem;
  }
  .animal-links {
    display: none;
  }
}



/* ======================================================
   Hero Animal Icon Styles
====================================================== */

@media screen and (min-width: 800px) {
    .marquee__group.second,
    .banner__animal-icons-divider:last-child {
      display: none;
    }
    .marquee__group.first {
      /* Normal row styling on desktop */
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      justify-content: space-between;
    }
  }
  
  .media.banner__media .banner__animal-icons {
    z-index: 3;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    top: unset;
    display: flex;
    justify-content: center;
    padding: 1rem 5rem;
    background-color: rgba(35, 31, 32, 0.8);
    height: fit-content;
  }

  .banner__animal-icons-divider {
    width: 1px;
    background-color: #FFF;
    margin: 0 1rem;
    opacity: 0.5;
    height: 2rem; /* Your existing height for desktop */
  }

  /* Outer container (holds both marquee groups) */
  .banner__animal-icons-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* For desktop, no marquee effect, so allow normal overflow */
    overflow: visible;
    white-space: nowrap;
  }

  .banner__animal-icons-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
  }

  .banner__animal-icons-link img {
    min-width: 30px;
  }

  .banner__animal-icons-link span {
    font-size: 20px;
    color: #FFF;
  }

  /* 
    ------------------------------------------------
    MOBILE: Transform into a smooth marquee
    ------------------------------------------------
  */
  @media screen and (max-width: 799px) {
    /* Adjust padding on mobile if you wish */
    .media.banner__media .banner__animal-icons {
      padding: 1rem 0;
    }

    .banner__animal-icons-link {
      gap: 0.5rem;
    }
    
    .banner__animal-icons-link span {
      font-size: 16px;
    }

    .banner__animal-icons-container {
      overflow: hidden;
      gap: 0;  /* We’ll handle spacing inside each group. */
      position: relative;
    }

    .marquee__group {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: space-evenly; /* spread icons across the width */
      min-width: 100%;
      animation: scroll 30s linear infinite;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      /* Move exactly one full width to the left */
      100% {
        transform: translateX(-100%);
      }
    }
  }

/* Static Animal Icon Bar */
@media screen and (max-width: 799px) {
  .static-banner .banner__animal-icons-container::-webkit-scrollbar {
    display: none;
  }
  .static-banner .banner__animal-icons-link span {
    font-size: 14px;
  }
  .static-banner .banner__animal-icons-link img {
    min-width: 20px;
  }
  .static-banner .banner__animal-icons {
    position: relative;
    padding: 1rem 0;
    overflow: visible;
  }
  .static-banner .banner__animal-icons-container {
    width: calc(100% - 8rem);
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .static-banner .banner__animal-icons-static-group {
    display: flex;
    align-items: center;
    gap: 1.75rem;
  }
  .static-banner .banner__animal-icons-link {
    text-align: center;
    scroll-snap-align: start;
  }
  .static-banner .banner__animal-icons-divider {
    width: 1px;
    height: 2rem;
    background-color: #FFF;
    margin: 0 auto;
    opacity: 0.5;
  }
  .static-banner .banner__animal-icons-nav {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0.5rem;
    width: 25.5px;
    z-index: 5;
  }
  .static-banner .banner__animal-icons-nav--prev {
    left: 0.5rem;
  }
  .static-banner .banner__animal-icons-nav--next {
    right: 0.5rem;
  }
  .static-banner .banner__animal-icons-nav svg {
    width: 1.35rem;
    height: auto;
    fill: #fff;
  }
  .static-banner .banner__animal-icons-nav--prev svg {
    transform: rotate(90deg);
  }
  .static-banner .banner__animal-icons-nav--next svg {
    transform: rotate(-90deg);
  }
  .static-banner .banner__animal-icons-nav.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
  }
}

@media screen and (min-width: 660px) {
  .static-banner .banner__animal-icons-static-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .static-banner .banner__animal-icons-nav {
    display: none;
  }
}








/* ======================================================
   Animal Filters (Mobile)
====================================================== */

@media screen and (max-width: 749px) {
  .animal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .animal-link {
    display: inline-flex;
    align-items: center;
    border: 1px solid #7d7d7d;
    padding: 0 0.5rem;
    text-decoration: none;
    color: inherit;
    position: relative;
  }

  .animal-link__circle {
    width: 14px;
    height: 14px;
    border: 1px solid black;
    border-radius: 50%;
    margin-right: 0.5rem;
    position: relative;
    flex-shrink: 0;
  }

  .close-icon {
    display: none;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .animal-link.active .close-icon {
    display: block;
  }

  .animal-icon {
    width: auto;
    height: 24px;
    margin-right: 0.5rem;
  }

  .animal-link:not(.active) .animal-icon {
    filter: grayscale(1);
    opacity: 0.8;
  }

  .animal-link__label {
    color: #7d7d7d;
    font-size: 15px;
    letter-spacing: 0;
  }
  .animal-link.active .animal-link__label {
    color: #231F20;
  }

  .animal-link.active {
    border: 1px solid #231F20;
    background-color: #fff;
  }
}




/* Control Settings*/

.animal-links,
.media.banner__media .banner__animal-icons {
  display: none;
}

/* A/B Test Code */
 .media.banner__media .banner__animal-icons {
  display: block;
}
@media screen and (max-width: 749px) {
  .animal-links {
    display: block;
  }
}

.template-index .banner--small:not(.banner--adapt) {
  /* min-height: 55rem; */
} 
[data-handle="mobile-filter-p-m-custom-animals"] {
  display: none;
}

#HeaderMenu-shop-chicken::before,
#HeaderDrawer-shop-chicken::before,
#HeaderMenu-shop-beef::before,
#HeaderDrawer-shop-beef::before,
#HeaderMenu-shop-bison::before,
#HeaderDrawer-shop-bison::before,
#HeaderMenu-shop-elk::before,
#HeaderDrawer-shop-elk::before,
#HeaderMenu-shop-venison::before,
#HeaderDrawer-shop-venison::before,
#HeaderMenu-shop-wild-boar::before,
#HeaderDrawer-shop-wild-boar::before,
#HeaderMenu-shop-curated-bundles::before,
#HeaderDrawer-shop-curated-bundles::before,
#HeaderMenu-shop-hard-goods::before,
#HeaderDrawer-shop-hard-goods::before,
#HeaderMenu-shop-store-locator::before,
#HeaderDrawer-shop-store-locator::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  width: 24px;
  height: 24px;
}

#HeaderMenu-shop-chicken::before,
#HeaderDrawer-shop-chicken::before {
  background: url("/cdn/shop/files/icon-chicken-small.svg?v=1741334370")
    no-repeat center / contain;
}

#HeaderMenu-shop-beef::before,
#HeaderDrawer-shop-beef::before {
  background: url("/cdn/shop/files/icon-cow-small.svg?v=1735897891")
    no-repeat center / contain;
}

#HeaderMenu-shop-bison::before,
#HeaderDrawer-shop-bison::before {
  background: url("/cdn/shop/files/icon-bison-small.svg?v=1735897891")
    no-repeat center / contain;
}

#HeaderMenu-shop-elk::before,
#HeaderDrawer-shop-elk::before {
  background: url("/cdn/shop/files/icon-elk-small.svg?v=1735897891")
    no-repeat center / contain;
}

#HeaderMenu-shop-venison::before,
#HeaderDrawer-shop-venison::before {
  background: url("/cdn/shop/files/icon-venison-small.svg?v=1735897891")
    no-repeat center / contain;
}

#HeaderMenu-shop-wild-boar::before,
#HeaderDrawer-shop-wild-boar::before {
  background: url("/cdn/shop/files/icon-wildboar-small.svg?v=1735897891")
    no-repeat center / contain;
}

#HeaderMenu-shop-curated-bundles::before,
#HeaderDrawer-shop-curated-bundles::before {
  background: url("/cdn/shop/files/icon-bundle-small.svg?v=1735897891")
    no-repeat center / contain;
}

#HeaderMenu-shop-hard-goods::before,
#HeaderDrawer-shop-hard-goods::before {
  background: url("/cdn/shop/files/icon-hardgoods-small.svg?v=1735897891")
    no-repeat center / contain;
}

#HeaderMenu-shop-store-locator::before,
#HeaderDrawer-shop-store-locator::before {
  background: url("/cdn/shop/files/icon-store-locator.svg?v=1742247129")
    no-repeat center / contain;
}


[data-handle="filter-p-m-custom-animals"] li[data-animal] .facet-checkbox__text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  filter: grayscale(1);
  margin-right: .5rem;
  width: 24px;
  height: 24px;
}

li[data-animal="Chicken"] .facet-checkbox__text::before {
  background: url("/cdn/shop/files/icon-chicken-small.svg?v=1741334370")
    no-repeat center / contain;
}

li[data-animal="Beef"] .facet-checkbox__text::before {
  background: url("/cdn/shop/files/icon-cow-small.svg?v=1735897891")
    no-repeat center / contain;
}

li[data-animal="Bison"] .facet-checkbox__text::before {
  background: url("/cdn/shop/files/icon-bison-small.svg?v=1735897891")
    no-repeat center / contain;
}

li[data-animal="Elk"] .facet-checkbox__text::before {
  background: url("/cdn/shop/files/icon-elk-small.svg?v=1735897891")
    no-repeat center / contain;
}

li[data-animal="Venison"] .facet-checkbox__text::before {
  background: url("/cdn/shop/files/icon-venison-small.svg?v=1735897891")
    no-repeat center / contain;
}

li[data-animal="Wild Boar"] .facet-checkbox__text::before {
  background: url("/cdn/shop/files/icon-wildboar-small.svg?v=1735897891")
    no-repeat center / contain;
}


#HeaderMenu-shop-all,
#HeaderDrawer-shop-all {
  color: #FFF;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#HeaderDrawer-shop-all {
  margin-bottom: 1.5rem;
}

#HeaderMenu-shop-all::before,
#HeaderDrawer-shop-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: auto;
  height: 100%;
  background-color: #231f20;
  z-index: -1;
  clip-path: polygon(1% 0, 99% 0, 100% 50%, 99% 100%, 1% 100%, 0 50%);
  transition: opacity 0.3s ease;
}

#HeaderMenu-shop-all:hover {
  background-color: unset;
}

#HeaderMenu-shop-all:hover::before,
#HeaderDrawer-shop-all:hover::before {
  opacity: 0.9;
}

#HeaderMenu-shop-all::after,
#HeaderDrawer-shop-all::after {
  content: url('/cdn/shop/files/icon-button-double-arrow.svg?v=1735901579');
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

#HeaderMenu-shop-all:hover::after,
#HeaderDrawer-shop-all:hover::after {
  transform: translateX(4px);
}
.header__submenu .header__menu-item:hover {
  background-color: rgba(var(--color-foreground), 0.04);
  text-decoration: none;
}





[data-handle="filter-p-m-custom-animals"] .list-menu__item .facet-checkbox__text {
  color: #7d7d7d;
}
[data-handle="filter-p-m-custom-animals"] .list-menu__item:has(input[type="checkbox"]:checked) {
  position: relative; 
}
[data-handle="filter-p-m-custom-animals"] li[data-animal] svg:first-of-type rect {
  display: none;
}
[data-handle="filter-p-m-custom-animals"] li[data-animal] svg:first-of-type {
  border-radius: 30px;
  background-color: unset;
  outline: 1px solid #231f20;
  height: 14px;
  width: 14px;
}
[data-handle="filter-p-m-custom-animals"] .facet-checkbox>input[type=checkbox]:checked~.icon-checkmark {
  display: none;
}
[data-handle="filter-p-m-custom-animals"] .list-menu__item:has(input[type="checkbox"]:checked)::after {
  content: "";
  position: absolute;
  left: 13px;
  width: 8px;
  height: 8px;
  background: url("/cdn/shop/files/CLOSE.svg?v=1676480748")
    no-repeat center / contain;
  pointer-events: none; 
  z-index: 1; 
}
[data-handle="filter-p-m-custom-animals"] .list-menu__item:has(input[type="checkbox"]:checked) .facet-checkbox__text {
  color: #231f20;
}
[data-handle="filter-p-m-custom-animals"] .list-menu__item:has(input[type="checkbox"]:checked) .facet-checkbox__text::before {
  filter: grayscale(0);
}

li[data-animal="Chicken"],
li[data-animal="Beef"],
li[data-animal="Bison"],
li[data-animal="Elk"],
li[data-animal="Venison"],
li[data-animal="Wild Boar"] {
  background-color: unset;
  border: 1px solid grey;
  padding: 0.5rem 1rem;
}

li[data-animal="Chicken"]:has(> label.active),
li[data-animal="Beef"]:has(> label.active),
li[data-animal="Bison"]:has(> label.active),
li[data-animal="Elk"]:has(> label.active),
li[data-animal="Venison"]:has(> label.active),
li[data-animal="Wild Boar"]:has(> label.active) {
  background-color: #FFF;
} 

.product__media-icon {
  display: none;
}

.addison .small-hide {
  /* display: block; */
}

.addison .media-gallery-thumbnails {
  width: 20%;
}
.addison variant-selects {
  padding-bottom: 2rem;
}
.addison .zoom-icon {
  display: none;
}
.quantity__input {
  border-radius: 0;
}
.addison .rc-radio .rc-radio__input[data-v-3d41861e] {
  height: 15px;
  width: 16px;
}

.addison .template-search .price--on-sale .price-item--regular,
.addison.template-collection .price--on-sale .price-item--regular {
  display: none;
}

.template-page-regen-rewards #MainContent .section .page-width {
  padding: 0;
  margin: 0;
  min-width: 100%;
}
.template-page-regen-rewards .main-page-title {
  display: none;
}
.template-page-regen-rewards .Rise__rewards-page {
  margin: 0;
  padding: 0;
}


/* PDP New */
.stamped-fa-star,
.stamped-fa-star-o,
.stamped-fa-star-half-o {
  color: #cab479;
  /* color: #A29061; */
}
.summary-rating-bar-content {
  background: #cab479;
  /* background: #A29061; */
}
.stamped-fa-star:before, 
.stamped-fa-star-o:before,
.stamped-fa-star-half-o:before {
  font-size: 20px;
}

.sticky-buy-cart,
.pdp-media-variant {
  display: block;
}
.addison .quantity-cta-row.sticky-bar {
  position: fixed;
  display: flex;
  justify-content: space-between;
}
.addison .sticky-cart-title {
  display: none;
}
.addison .product-form__input.product-form__quantity {
    width: unset;
  }
@media (min-width: 750px) {
  .sticky-bar .sticky-cart-title {
    display: block;
    margin: 0;
    width: 130%;
  }
}

.template-product .product__title,
.template-product .product__info-container>*+* {
  margin: 0;
}
.template-product .price--large,
.product.grid .stamped-badge,
.template-product .pdp-serving-size {
  margin-bottom: 1rem;
}


.product-form__quantity .quantity__button:not(:focus-visible):not(.focused).quantity__button {
  background-color: unset;
  width: 4rem;
}
.price-per-item__container .quantity {
  max-width: 12rem;
}
.quantity__input {
  border-left: 1px solid #231f20;
  border-right: 1px solid #231f20;
  max-width: 4rem;
}
.quantity__button svg {
  border: none;
}
.quantity__button:focus {
  border: unset;
}

.template-product .rte li::before {
  content: "";
  display: inline-block;
  width: 12px; 
  height: 12px;
  background-image: url("/cdn/shop/files/bullet_green.svg?v=1739471967");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem; 
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 1.5rem;
  font-size: 2.5rem;
  line-height: 1;
}
.template-product .rte li {
  line-height: 150%;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}

.template-product .product__info-container variant-selects {
  margin-bottom: 2rem;
}


.template-product .section:nth-child(3) {
  background-color: #6E7758;
  padding: 4rem 1rem 0;
}

.template-product .section:nth-child(4) .page-width {
  background-color: #6E7758;
  padding: 0 1rem 1rem;
  margin: 0;
  min-width: 100%;
}
.template-product .section:nth-child(4) .shopify-app-block {
  background-color: #fff;
}
.addison .recharge-subscription-widget {
  margin-top: .25rem;
}
#stamped-main-widget {
  margin: 0 1rem;
}
@media(min-width: 749px) {
  .template-product .section:nth-child(4) .rich-text {
    margin: 0 5rem;
  }
  .template-product .section:nth-child(5) .page-width {
    padding: 0 5rem 2rem;
  }
  
  .template-product .section:nth-child(3) {
    padding: 6rem 5rem 0;
  }
  .template-product .section:nth-child(4) .page-width {
    padding: 0 5rem 3rem;
  }
  #stamped-main-widget {
    margin: 0 4rem 1rem;
  }
}  


/* A/B Test: PLP Product Cards */

/* Control */

.template-collection #product-grid .product-servings {
  margin-bottom: 0;
}
.control-compare-price {
  font-size: 14px;
  text-decoration: line-through;
}

.template-collection #product-grid .strike-through-pricing {
  display: none;
}
.strike-through-pricing {
  display: none;
}
.template-product .product-grid .price--on-sale .price-item--regular {
  display: none;
}
.template-search .button-container {
  font-size: 14px;
}
.cart-item .badge {
  background-color: #CAB479;
  color: #23201f;
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  height: fit-content;
  letter-spacing: 0;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
}
.cart-item .badge.on-sale {
  font-weight: 700;
}
.cart-item .new-product-badge::before {
  font-size: 12px;
  padding: 4px;
}
.cart-item .badge {
  font-size: 12px;
  padding: 4px;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.template-product .card__badge .badge.on-sale,
.template-article .card__badge .badge.on-sale,
.template-collection #product-grid .card__badge .badge.on-sale {
  position: absolute;
  font-weight: 700;
  top: 0;
  left: 0;
}

.template-article .card__badge .badge.on-sale,
.template-product .aa-pdp-featured .badge.on-sale,
.template-collection #product-grid .card__badge .badge.on-sale {
  background-color: #CAB479;
  color: #231f20;
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  height: fit-content;
  letter-spacing: 0;
  padding: .75rem .25rem;
  text-transform: uppercase;
  width: 100%;
}

.template-product .sold-out {
  height: fit-content;
  bottom: 0;
  left: 0;
  margin: 1rem;
  position: absolute;
}
.template-product .aa-pdp-featured .badge.on-sale {
  position: absolute;
  top: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 1rem;
}

.template-collection .grid .button,
.template-article .grid .button {
  background-color: #231F20;
}
.grid .button.klaviyo-bis-trigger {
  background-color: #525B42;
}
.template-product .card-wrapper .limited-badge::before {
  font-size: 16px;
  padding: 1rem;
}
.button {
  min-height: 3.5rem;
}
#product-recommendations .card__inner .card__badge {
  position: absolute;
  display: contents;
}
#product-recommendations .limited-badge::before,
#product-recommendations .new-product-badge::before {
  font-size: 12px;
  padding: 4px;
}
#product-recommendations .on-sale {
  background-color: #CAB479;
  color: #231f20;
  font-weight: 700;
  padding: 4px;
  position: absolute;
  top: 0;
  border-radius: 0;
  width: 100%;
}
#product-recommendations .card--standard .card__content .badge {
  display: none;
}
#product-recommendations .card--standard .card__content .badge.on-sale {
  display: block;
}
#product-recommendations .price--on-sale .price-item--regular {
  display: none;
}
.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note).stamped-product-reviews-badge {
  margin-top: 0;
}
.addison .cart-drawer-recommendations #product-recommendations .quick-add {
  margin-top: .5rem;
}
.addison .cart-drawer-recommendations .product-servings {
  margin-bottom: 0;
}
.template-collection #product-grid .card__information {
  padding: 1.5rem 0 1rem;
}
.template-collection #product-grid .card-wrapper .card__heading {
  letter-spacing: 0;
}

.template-product .card__badge,
.template-collection .card__badge {
  display: flex;
  grid-row-start: unset;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.template-product .aa-frequently-bought-with .sold-out,
.template-collection #product-grid .card__badge .badge.sold-out {
  background-color: rgba(27, 27, 27, .8);
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  align-items: center;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
@media (min-width: 750px) {
  .template-product .aa-pdp-featured .badge.on-sale {
    font-size: 28px;
    padding: 2rem;
  }
  .template-product .aa-pdp-featured .new-product-badge::before {
    font-size: 28px;
    padding: 2rem;
  }
  .template-collection #product-grid .card__badge .badge.sold-out,
  .template-product .card-wrapper .limited-badge::before {
    font-size: 20px;
  }
 
  .template-collection #product-grid .collection-badge::before {
    font-size: 20px;
  }
  .template-collection #product-grid .card__badge .badge.on-sale {
    font-size: 20px;
  }
  .template-article .card__badge .badge.on-sale {
    font-size: 20px;
  }
}
.quick-add-modal__content .product.grid .stamped-badge {
  display: none;
}
/* Truemed Content */
.template-index .banner__box .banner__heading+* {
  margin-top: .5rem;
}
.template-index .promo-banner .button {
  background-color: #CBB47A;
  color: #231F20;
  font-weight: bold;
  scale: 1.35;
}

.template-index .promo-banner .banner--desktop-transparent .banner__box {
  width: 73%;
}
.template-page-truemed .promo-banner .banner--desktop-transparent .banner__box {
  width: 70%;
}

.template-index .promo-banner p,
.template-index .promo-banner h2,
.template-page-truemed .promo-banner p,
.template-page-truemed .promo-banner h2 {
  text-decoration: none;
}
.template-index .promo-banner h2,
.template-page-truemed .promo-banner h2{
  line-height: 105%;
}
.template-index .promo-banner p {
  max-width: 18rem;
  margin: auto;
}
.template-page-truemed h2,
.template-page-truemed h3 {
  /* font-weight: bold; */
}
@media(min-width: 750px) {
  .template-index .promo-banner .banner--desktop-transparent .banner__box {
    width: 63%;
  }
  .template-page-truemed .promo-banner .banner--desktop-transparent .banner__box {
    width: 62%;
  }
  .template-index .promo-banner p {
    max-width: unset;
  }
}
/* Smaller Headings */
.card-wrapper .card__heading {  
  font-size: 16px;
}
@media(min-width: 750px) {
  .card-wrapper .card__heading {  
    font-size: 18px;
  }
}

/* Cart Message */

#Details-CartDrawer {
  border-bottom: 0;
}
.addison .drawer__footer>details[open] {
  padding-bottom: 10px;
}
.drawer__footer .cart__note {
  top: 0;
}
.cart__note .text-area {
  caret-color: #4d4d4d;
}
.cart__note.field .text-area {
  resize: none;
}

.drawer__footer:has(> details[open])::before {
  content: "";
  width: 40rem;
  height: 100%;
  position: absolute;
  background-color: rgba(var(--color-foreground), .2);
  bottom: 285px;
  left: 0;
  z-index: 0;
}
.addison .drawer__footer>details+.cart-drawer__footer {
  padding-top: 0;
}

.add-message-btn {
  display: inline-block;
  background-color: #CAB479;
  color: #231F20;
  font-size: 16px;
  font-family: "AveriaSerifLibre", serif;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  margin-top: 1rem; 
  border: none;
  cursor: pointer;
}

.drawer__footer .summary__title {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  gap: .5rem;
  letter-spacing: 0;
}
/* END Cart Message */




/* AB Test: As Seen In */
