







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








#main-content {
  overflow: clip;
} 

.content-wrapper {
  max-width: 1240px;
}

@media screen and (max-width: 475px) {
  .content-wrapper {
    margin-bottom: -6px;
    padding-top: 8px;
  }
}

.max768 {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.center {
   text-align: center;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

  .no-touch .slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0)
}

.no-touch .is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.filler-div {
    background: red;
    height: 1000px;
    margin-bottom: 200px
}

.box {
    width: 100%;
    margin: auto;
    background: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  margin-bottom: -7px;
}

.box.full-width {
    width: 100% !important
}

.box img {
    height: 100%;
    width: 100% !important;
/*     transform: scale(1.4) */
}

.uncover {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.uncover_slice {
    height: 100%;
    flex-grow: 1;
    background: #fff;
}

.reveal {
    position: relative !important;
    display: inline-block !important;
    -webkit-animation-name: appear !important;
    animation-name: appear !important;
    -webkit-animation-duration: 2000ms !important;
    animation-duration: 2000ms !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    -webkit-animation-delay: 0ms !important;
    animation-delay: 0ms !important;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: transparent;
}

.reveal:after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #524c35 !important;
    -webkit-animation-name: reveal !important;
    animation-name: reveal !important;
    -webkit-animation-duration: inherit !important;
    animation-duration: inherit !important;
    -webkit-animation-fill-mode: inherit !important;
    animation-fill-mode: inherit !important;
    -webkit-animation-delay: inherit !important;
    animation-delay: inherit !important;
    -webkit-animation-timing-function: inherit !important;
    animation-timing-function: inherit !important;
}

.reveal.darkgray:after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #21221c !important;
}

.reveal.white:after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #ffffff !important;
}

@keyframes reveal {

  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }

  40% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

@keyframes appear {
  0% {
      color: transparent;
  }

  40% {
      color: transparent;
  }
  60% {
      color: #ffffff;
  }
  100% {
      color: #ffffff;
  }
}

.col3 {
   column-count: 3;
}

.col2 {
   column-count: 2;
}

.pt100 {
   padding-top: 100px;
}

.pb80 {
   padding-bottom: 80px;
}


@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 40px !important;
  }
  
  .pb80 {
    padding-bottom: 40px !important;
  }
}






html {
  font-size: 18px;
}

body {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #483E3E;
  font-size: 18px;
}

/* Paragraphs */

p,
li p {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #70200c;
}

a:hover,
a:focus {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #480000;
  font-weight: 700;
}

a:active {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #984834;
}

/* Headings */

h1,
.h1 {
  font-family: 'Roca', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4A4B31;
  font-size: 64px;
  text-transform: none;
  line-height: 1em;
}

h2,
.h2 {
  font-family: 'Roca', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4A4B31;
  font-size: 56px;
  text-transform: none;
  line-height: 1em;
}

h3,
.h3 {
  font-family: 'Roca', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4A4B31;
  font-size: 42px;
  text-transform: none;
  line-height: 1em;
}

h4,
.h4 {
  font-family: 'Roca', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4A4B31;
  font-size: 30px;
  text-transform: none;
  line-height: 1em;
}

h5,
.h5 {
  font-family: 'Roca', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4A4B31;
  font-size: 24px;
  text-transform: none;
  line-height: 1em;
}

h6,
.h6 {
  font-family: 'Roca', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4A4B31;
  font-size: 20px;
  text-transform: none;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  h1, .h1 {
  font-size: 48px;
  }
  
  h2, .h2 {
   font-size: 42px;
  }
  
  h3, .h3 {
   font-size: 36px;
  }
  
  h4, .h4 {
   font-size: 32px;
  }
  
  h5, .h5 {
   font-size: 24px;
  }
  
  h6, .h6 {
   font-size: 20px;
  }
}

ul.bullets {
  list-style-type: none;
}

ul.bullets li {
  position: relative;
  margin-bottom: 7px;
}

ul.bullets li:nth-child(3n):before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #70200c;
    position: absolute;
    left: -20px;
    top: 7px;
}

ul.bullets li:nth-child(3n+1):before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #d0ac80;
    position: absolute;
    left: -20px;
    top: 7px;
}

ul.bullets li:nth-child(3n+2):before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #4a4b31;
    position: absolute;
    left: -20px;
    top: 7px;
}

/* Blockquote */

blockquote {
  background: #faf3ea;
  padding: 30px;
  border-left: none;
  border-radius: 20px;
}

blockquote *{
   margin-bottom: 0px !important;
}







button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #4A4B31;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(74, 75, 49, 1.0)

;
  border-radius: 6px;
  color: #FAF3EA;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #34351f;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(52, 53, 31, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(114, 115, 89, 1.0);
  border-color: #727359;
}





form,
.submitted-message {
  font-family: 'Nunito Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #CFAD7E;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(207, 173, 126, 0.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #CFAD7E;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: 'Roca'; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 42px;
  color: #4A4B31;
  background-color: 

  
  
    
  


  rgba(207, 173, 126, 0.0)

;
}


/* Labels */

form label {
  color: #483E3E;
}

/* Help text */

form legend {
  color: #483E3E;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #483E3E;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #483E3E;
}

::-moz-placeholder {
  color: #483E3E;
}

:-ms-input-placeholder {
  color: #483E3E;
}

::placeholder {
  color: #483E3E;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #483E3E;
}

.fn-date-picker td.is-selected .pika-button {
  background: #4A4B31;
}

.fn-date-picker td .pika-button:hover {
  background-color: #4A4B31 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #4A4B31;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #4A4B31;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(74, 75, 49, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(114, 115, 89, 1.0);
  border-color: #727359;
}





/* Table */

table {
  border: 1px solid #483E3E;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #483E3E;

  padding: 18px;

  color: #483E3E;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(74, 75, 49, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #483E3E;
}





.header {
  background-color: 

  
  
    
  


  rgba(207, 173, 126, 0.0)

;
}

.header nav ul li:before, .footer nav ul li:before {
    content: none;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FAF3EA;
  font-family: Nunito Sans;
}

.menu__child-toggle-icon {
  border-top-color: #FAF3EA;
}

.body-wrapper.home .menu .menu__link:hover,
.body-wrapper.home .menu .menu__link:focus,
.body-wrapper.home .header__language-switcher-label-current:hover,
.body-wrapper.home .header__language-switcher-label-current:focus,
.body-wrapper.home .header__language-switcher .lang_list_class li:hover a,
.body-wrapper.home .header__language-switcher .lang_list_class li a:focus {
    color: #d2cbc2;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d2cbc2;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d2cbc2;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #FAF3EA;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px solid #CFAD7E;

    background-color: 

  
  
    
  


  rgba(250, 243, 234, 1.0)

;
  }
  
  .menu__submenu .menu__item {
    border-bottom: border: 1px solid #CFAD7E;

    padding: 0;
    width: 100%;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px solid #CFAD7E;

    background-color: 

  
  
    
  


  rgba(250, 243, 234, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #483E3E;
  background-color: 

  
  
    
  


  rgba(250, 243, 234, 1.0)

;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  background-color: #ede5d9;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #CFAD7E;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  /*background-color: 

  
  
    
  


  rgba(207, 173, 126, 0.0)

;*/
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(207, 173, 126, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Nunito Sans;
}

.header__language-switcher-label-current:after {
  border-top-color: #FAF3EA;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(207, 173, 126, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FAF3EA;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(250, 243, 234, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FAF3EA;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #483E3E;
}

.blog-post__tag-link {
  color: #483E3E;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #201616;
}

.blog-post__tag-link:active {
  color: #706666;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'Roca', serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #4A4B31;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #222309;
}

.blog-related-posts__title-link:active {
  color: #727359;
}

/* Blog comments */

#comments-listing .comment-reply-to {
  color: #70200c;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #480000;
}

#comments-listing .comment-reply-to:active {
  color: #984834;
}





.hs-search-results__title {
  font-family: 'Roca', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4A4B31;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: 'Roca', serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #4A4B31;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #222309;
}

.hs-blog-post-listing__post-title-link:active {
  color: #727359;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #483E3E;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #483E3E;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #201616;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #706666;
}

.hs-pagination__link-icon svg {
  fill: #483E3E;
}

/* Pricing card */

.card__price {
  font-family: 'Roca', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4A4B31;
  font-size: 42px;
}

.card__body svg {
  fill: #4A4B31;
}

/* Social follow */

.social-links__icon {
  background-color: #4A4B31;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #222309;
}

.social-links__icon:active {
  background-color: #727359;
  font-family: 'Roca', serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #4A4B31;
  font-size: 42px;
}






.body-wrapper.product {
  /*background-image: url(https://45888253.fs1.hubspotusercontent-na1.net/hubfs/45888253/backgrounds/Ripped%20Paper.jpg) !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; */
  background: #f2e6dd;
}

.body-container--products {
  /*background: #faf3ea;*/
  padding-top: 80px;
  position: relative;
}

.body-container--products .bottom-background {
  position: absolute; 
  bottom: 0; 
  left: 0; 
  right: 0;
  margin-bottom: -10px;
}

.body-container--products .bottom-background img {
  width: 100%;
}

div.pos-z {
  position: relative;
  z-index: 1;
}

.ripped-divider {
  margin-bottom: -10px;
}

.ripped-divider img {
  width: 100%;
  height: auto;
}

footer .ripped-divider {
  margin-top: 60px;
}

footer .ripped-divider img {
  margin-top: -60px;
}

.product-listing-header {
   /*padding-top: 40px;*/
}

.product-listing-header h1{
   text-align: center;
}

.product-listing {
   padding-bottom: 80px;
}


.product-card {
  display: flex;
  flex-direction: row;
  /*background: #4a4b31;*/
  border-radius: 30px;
  /*overflow: hidden;
  background: #faf3ea;*/
  gap: 40px;
  border-radius: 0px;
  margin-bottom: 100px;
  align-items: flex-start;
}

.product-card .product-img {
  width: 50%;
  min-width: 300px;
  top: 0;
  float: right;
  position: sticky;
  z-index: 1;
  background: #f2e6dd;
}

.product-card .product-info {
  padding: 50px;
  width: 50%;
  padding: 0px;
}

.product-card .product-info h1 {
  color: #4a4b31;
}

.product-card .product-info,
.product-card .product-info p {
  color: #483e3e;
}


.product-card .product-info h1 {
  margin-bottom: 0px;
}

.product-card .product-img > img {
  /*height: 100%;
  width: 100%;
  object-fit: cover; 
  margin-bottom: -5px;*/
  mix-blend-mode: multiply;
  width: 100%;
}

.category-tag {
  border-radius: 10px;
  /*border: 2px solid #cfad7e;*/
  margin-right: 5px;
  padding: 8px;
  background: #faf3ea;
  color: #4a4b31;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.category-tag img {
    max-height: 70px;
    display: block;
    mix-blend-mode: multiply;
    margin: auto;
    width: auto !important;
}

.origin-tag {
  /* border-radius: 10px;
  border: 2px solid;
  margin-right: 5px;
  padding: 3px 10px;
  color: #cfad7e;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #faf3ea; */
}

.book-tag,
.harvest-tag {
  color: #faf3ea;
}

.origin-tag,
.book-tag,
.harvest-tag {
  font-size: 16px;
  margin-bottom: 10px;
}

.origin-tag p,
.book-tag p,
.harvest-tag p {
  color: #faf3ea;
  color: #483e3e;
}

.category-tag.title,
.origin-tag.title,
.harvest-tag.title,
.book-tag.title {
  background: none;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  /*font-family: 'Nunito-Sans', sans-serif;*/3
  letter-spacing: .1em;
  font-size: inherit;
  margin-bottom: 10px;
}

.origin-tag.title,
.harvest-tag.title,
.book-tag.title {
  color: #483e3e;
}

.category-tag.title {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}

.origin-list,
.category-list {
  margin-bottom: 0px;
}

.category-list p,
.origin-list p,
.origin-list a,
.harvest-list p,
.book-list p {
  color: #483e3e !important;
  font-size: 16px;
  font-family: 'nunito-sans';
  margin-bottom: 10px;
}

.detail-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
  margin-bottom: 20px;
}

.origin-list,
.book-list, 
.harvest-list {
  border: 2px solid #cfad7e;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.origin-list {
  max-width: 300px;
  min-width: 150px;
}

.category-list {
  margin-left: 20px;
  margin-top: -50px;
}
  
.button.products {
  border: #741c03;
  background-color: #741c03;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 0px;
}

.filter-button {
    padding: 10px 20px;
    background: #ffffffd6;
    border-radius: 50px;
    margin: 5px;
    line-height: 2em;
    font-size: 14px;
    text-transform: uppercase;
    color: #848484;
    transition: all .5s;
}

.filter-button:hover {
    background: #ffffff;
}

.item-product {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  padding-top: 30px;
  /*max-width: 340px;*/
}

.item-product.mix {
  background: #faf3ea;
  transition: all .5s;
}

.item-product.mix.extra {
  padding-top: 0px;
  padding-bottom: 20px;
}

.item-product.extra img {
   height: 300px;
}

.item-product .product-link {
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
  font-size: 14px;
  color: #493f3e;
  transition: all .25s;
}  

.item-product .product-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: inherit;
}  
    
.item-product .categories {
  margin-bottom: 20px;
  display: block;
  font-style: italic;
  color: #8d8181;
}

.item-product .prod-name.heading4 {
  font-family: nunito-sans, sans-serif;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.item-product img {
  height: 200px;
  object-fit: cover;
  object-position: top;
  width: 100%;
  opacity: .9;
  transition: all .5s;
  mix-blend-mode: multiply;
  margin-bottom: -8px;
  margin-left: auto;
  margin-right: auto;
}

.item-product:hover img {
  opacity: 1;
}

.item-product:hover {
  transform: scale(1.025);
}

.product-img.mobile-show {
  display: none;
}
  

.related-products {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.related.button {
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}

  
  .body-container--products .item-product img {
    margin-bottom: -34px;
}


@media (min-width:500px) {
  .team-grid-product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
@media (min-width:650px) {
  .team-grid-product {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .team-grid-product {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .product-img.mobile-show {
     display: block;
  }
  .product-img .mobile-hide {
    display: none;
  }
  
  .product-card {
    flex-direction: column;
  }
  
  .stories .team-grid-product .item-product {
     margin-bottom: 30px;
  }
  
  .stories .product-card {
     margin-bottom: 40px;
  }
  
  .product-card .product-img {
    float: none;
    position: initial;
  }
  
  .product-card .product-img,
  .product-card .product-info {
    width: 100%;
  }
  
  .stories .product-card .product-img {
    margin-bottom: 40px;
  }
  
  .stories .related-products .team-grid-product {
    grid-template-columns: 1fr 1fr;
  }
  
  .stories .related-products .team-grid-product .text {
    padding-top: 30px;
  }
  
  .col2 {
    column-count: 1;
  }
  
  .col3 {
    column-count: 1;
  }
  
  

  
}