/** Shopify CDN: Minification failed

Line 13:6 Unexpected "@screen"
Line 18:6 Unexpected "@screen"
Line 23:6 Unexpected "@screen"

**/
/*################################ Page Layouts ################################*/
#MainContent {
  margin-top: 180px;
}

media @screen and (max-width: 1024px) {
  #MainContent {
    margin-top: 110px;
  }
}
media @screen and (max-width: 998px) {
  #MainContent {
    margin-top: 142px;
  }
}
media @screen and (max-width: 525px) {
  #MainContent {
    margin-top: 175px;
  }
}

#pageContainer {
  width: 100%;
}

#pageBanner {
  width: 100%;
  position: relative;
  /* height: 400px; */
  /* position: absolute; */
}

#pageBannerImg {
  position: relative;
  width: 100%;
}

#pageContentContainer {
  /* width: 1300px; */
  margin: auto;
  /* position: absolute; */
  position: relative;
  min-height: fit-content;
  margin-bottom: 25px;
}

#contentTitle {
  /* width: 100%; */
  text-align: center;
}

#contentTitle > h1 {
  color: #fff;
  font-weight: bolder;
  padding-bottom: 40px;
  font-size: 55px;
}

#pageContentBox {
  /* position: absolute; */
  width: 100%;
  max-width: 1350px;
  margin: -18% auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#pageContentAlt {
  /* position: absolute; */
  /* width: 1350px; */
  margin: -345px auto;
}

#pageDescription {
  background-color: #FFF;
  z-index: 99;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-radius: 5px;
  box-shadow: 0 4px 4px #0003, 0 0 20px #00000030;
  max-width: 1500px;
}

#pageDesIcons {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin: 30px 0;
  flex-wrap: wrap;
}

.desIcon {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 20%; */
  height: 200px;
  margin: 0 20px;
}

.circles {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  /* background-color: #24B34B; */
  border: 3px solid #24B34B;
  /* display: block !important; */
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.circles > img {
  width: 60%;
  margin: auto;
}

#pageDescriptionAlt {
  background-color: #FFF;
  z-index: 99;
  /* width: 90%; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-radius: 5px;
  box-shadow: 0 4px 4px #0003, 0 0 20px #00000030;
  max-width: 1500px;
}


#pageDesText {
  width: 80%;
  margin: 40px;
  text-align: center;
}

#descImg {
  margin: 30px;
}

#pageDesTextAlt {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px;
  text-align: center;
}

.invTitleAlt {
  color: #24B34B;
  /* font-family: Roboto Condensed Medium; */
  font-size: 30px;
}

.invTitle {
  /* color: #24B34B; */
  /* font-family: Roboto Condensed Medium; */
  font-size: 48px;
}

.titleHead {
  width: 80%;
  padding-inline-start: 40px;
}

#contentBody {
  background-color: #fff;
  box-shadow: 0px 6px 15px 3px #888888;
  border-radius: 8px;
  width: 100%;
  padding: 20px 0;
}

.contentBodyRightContainer {
  width: 50%;
}

.contentBodyRight {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.contentRightImgContainer {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
}

.contentBodyRightImg {
  width: 40%;
  box-shadow: 0px 6px 15px 3px #888888;
  width: 300px;
  height: 330px;
}

.contentBodyLeftTitle {
  width: 40%;
  text-align: right;
}

.contentBodyRightTitle {
  /* width: 20%; */
  text-align: left;
}

.contentBodyRightTitle > h2,
.contentBodyLeftTitle > h2,
.titleBackground {
  color: #24B34B;
  background: rgb(89,176,89, .1);
  padding: 15px;
}

.titleBackground {
  width: fit-content;
  font-size: 22px;
}

.contentBodyTextLeft {
  padding: 0 80px 60px 80px;
}

.contentBodyTextRight {
  padding: 0 60px;
}

.pageBannerImgOver {
  background: rgb(34,34,34);
  background: linear-gradient(0deg, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  display: block !important;
}


.contentBodyInnerFlex {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.contentBodyInnerFlex > p {
  font-size: 24px;
}

.increaseFont {
  font-size: 22px;
}

/*################################ Contact Form Button ################################*/

.button,
.button:after {
  border-radius: 8px;
  border: none;
}

.field:after, .field:focus {
  border-radius: 5px;
}

/* Collection with Filters */  
.cy {
  display: none;
}

input[type="range"].multirange.middle:focus {
  outline: none;
}
input[type="range"].multirange.middle::-moz-range-thumb {
  position: relative;
  z-index: 1;
  height: 9px;
  width: var(--size);
  margin-top: 6px;
  margin-bottom: 6px;
  background: transparent;
  cursor: pointer;
  border: 0;
}
input[type="range"].multirange.middle::-webkit-slider-thumb {
  position: relative;
  z-index: 1;
  height: 9px;
  width: var(--size);
  margin-top: 6px;
  margin-bottom: 6px;
  background: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"].multirange.ghost {
position: relative;
background: var(--track-background);
--track-background: linear-gradient(to right,
    transparent var(--low), var(--range-color) 0,
    var(--range-color) var(--high), transparent 0
  ) no-repeat 0 45% / 100% 40%;
--range-color: hsl(190, 80%, 40%);
}

input[type="range"].multirange.ghost::-webkit-slider-runnable-track {
  background: var(--track-background);
}

input[type="range"].multirange.ghost::-moz-range-track {
  background: var(--track-background);
}
input[type="range"].multirange.ghost::-webkit-slider-thumb {
  position: relative;
  z-index: 2;
}
input[type="range"].multirange.ghost::-moz-range-thumb {
  z-index: 2;
}


/* IE */
li {
  list-style: none;
}

@supports (--css: variables) {
input[type="range"].multirange {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
  input[type="range"].multirange::-moz-range-thumb {
    transform: scale(1); /* FF doesn't apply position it seems */
  }

input[type="range"].multirange.original {
  position: absolute;
}

  input[type="range"].multirange.original::-webkit-slider-thumb {
    position: relative;
    z-index: 2;
  }

  input[type="range"].multirange.original::-moz-range-thumb {
    z-index: 2;
  }

  input[type="range"].multirange::-moz-range-track {
    border-color: transparent; /* needed to switch FF to "styleable" control */
  }

input[type="range"].multirange.middle {
  position: absolute;
  -webkit-appearance: none;
}
  input[type="range"].multirange.middle:focus {
    outline: none;
  }
  input[type="range"].multirange.middle::-moz-range-thumb {
    position: relative;
    z-index: 1;
    height: 9px;
    width: var(--size);
    margin-top: 6px;
    margin-bottom: 6px;
    background: transparent;
    cursor: pointer;
    border: 0;
  }
  input[type="range"].multirange.middle::-webkit-slider-thumb {
    position: relative;
    z-index: 1;
    height: 9px;
    width: var(--size);
    margin-top: 6px;
    margin-bottom: 6px;
    background: transparent;
    -webkit-appearance: none;
    cursor: pointer;
  }

input[type="range"].multirange.ghost {
  position: relative;
  background: var(--track-background);
  --track-background: linear-gradient(to right,
      transparent var(--low), var(--range-color) 0,
      var(--range-color) var(--high), transparent 0
    ) no-repeat 0 45% / 100% 40%;
  --range-color: hsl(190, 80%, 40%);
}

  input[type="range"].multirange.ghost::-webkit-slider-runnable-track {
    background: var(--track-background);
  }

  input[type="range"].multirange.ghost::-moz-range-track {
    background: var(--track-background);
  }
  input[type="range"].multirange.ghost::-webkit-slider-thumb {
    position: relative;
    z-index: 2;
  }
  input[type="range"].multirange.ghost::-moz-range-thumb {
    z-index: 2;
  }
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

input[type="range"].multirange {
  padding: 0;
  vertical-align: top;
}
  input[type="range"].multirange::-ms-track {
    color: transparent; /* Hide tick marks */
    background: transparent;
    border: 0;
  }
  input[type="range"].multirange::-ms-fill-lower {
    background: transparent;
  }
  input[type="range"].multirange::-ms-fill-upper {
    background: transparent;
  }

input[type="range"].multirange.original {
  position: absolute;
}
  input[type="range"].multirange.original::-ms-track {
    background: hsl(190, 80%, 40%);
  }
  input[type="range"].multirange.original::-ms-fill-lower {
    background: #ddd;
  }

input[type="range"].multirange.middle {
  position: absolute;
}

input[type="range"].multirange.ghost {
  position: relative;
}
  input[type="range"].multirange.ghost::-ms-fill-upper {
    background: #ddd;
  }

/* Switch colors when inputs are switched, see JavaScript */

input[type="range"].multirange.switched.original::-ms-fill-lower {
  background: transparent;
}
input[type="range"].multirange.switched.original::-ms-fill-upper {
  background: #ddd;
}

input[type="range"].multirange.switched.ghost::-ms-fill-upper {
  background: transparent;
}
input[type="range"].multirange.switched.ghost::-ms-fill-lower {
  background: #ddd;
}
}


#productCollectionContainer {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  bottom: 165px;
  flex-wrap: wrap;
  /* position: relative; */
}

#productListContainer {
  /* width: 100%; */
  z-index: 99;
}

.maxWidth {
  width: 100%;
}

.reduce {
  width: 81%;
}

.space {
  justify-content: space-between !important;
}

#productList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.productListItem {
  /* min-height: 250px; */
  width: 325px;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 0 20px 20px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
}

#productSortContainer {
  width: 13%;
  margin-top: 200px;
}

#keywordInput {
  background-color: #ccc;
  border-radius: 5px;
  border: none;
  padding: 8px;
}

.sortOption {
  margin-bottom: 15px;
}

.hideProduct {
  display: none;
}

.rangeValueContainer {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.rangeValue {
  height: 30px;
  width: 45px;
  min-width: fit-content;
  background-color: #ccc;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 5px;
}

.center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

/*################################ PRODUCT TILES ################################*/

.product-tiles-container {
  display: flex;
  justify-content: space-evenly;
  margin: 50px 0;
  padding: 100px 0;
  flex-wrap: wrap;
  background-color: #F6F6F6
}

.product-tiles-container-collection {
  display: flex;
  justify-content: space-evenly;
  /* height: 480px; */
  /* background-color: #F6F6F6 */
}

.product-tile-wrapper {
  box-shadow: 2px 2px 20px rgb(0 0 0 / 30%);
  border-radius: 10px;
  padding: 30px;
}

.product-tile-wrapper-collection {
  /* box-shadow: 2px 2px 20px rgb(0 0 0 / 30%); */
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  height: 100%;
}

.tile-logo-heading {
  /* display: flex; */
}


.tile-logo {
  height: 50px;
  width: auto;
  margin-right: 10px;
}

.tile-logo-alt {
  /* height: 50px; */
  width: auto;
  margin-right: 10px;
}

.tile-heading p {
  color: #24B34B;
  font-weight: 600;
  font-size: 1.3em;
  margin: 0;
}

.tile-heading h2 {
  color: #454545;
  font-weight: 300;
  font-size: 1.7em;
  margin: 0;
}

.tile-flavor-profile h4 {
  font-size: 0.8em;
  margin: 30px 0 5px 0;
}

.flavor-profile-circles {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #24B34B;
  display: inline-block;
  margin: 1px;
}

.flavor-profile-info {
  margin-top: 10px;
}

.info-row-green {
  display: flex;
  justify-content: space-between;
  background-color: rgba(89, 176, 89, 0.1);
}

.info-row-green p {
  margin: 3px 5px;
}

.info-row-white {
  display: flex;
  justify-content: space-between;
}

.info-row-white p {
  margin: 7px 5px;
}

.tile-quickView-btn {
  background-color: #F6F6F6;
  border: none;
  padding: 5px 50px;
  border-radius: 5px;
  color: #24B34B;
  margin: 10px auto;
  display: block;
}

.tile-pounds-quantity {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tile-pounds-container {
  text-align: left;
  width: 100%;
}

.tile-pounds-label {
  display: block;
  font-size: 0.9em;
}

.tile-pounds-input {
  width: 96%;
  background-color: #F6F6F6;
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: #24B34B;
}

.tile-quantity-container {
  text-align: end;
  width: 50px;
}

.tile-quantity-label {
  display: block;
  font-size: 0.9em;
}

.tile-quantity-input {
  /* width: 45%; */
  width: 40px;
  background-color: #F6F6F6;
  border: none;
  padding: 10px 7px;
  border-radius: 5px;
  color: #24B34B;
}

.tile-submit-btn {
  background-color: #24B34B;
  border: none;
  padding: 10px 50px;
  border-radius: 5px;
  color: #F6F6F6;
  display: block;
  margin: auto;
}

.filterData {
  display: none;
}

.tile-quickView-btn,
.tile-submit-btn {
  cursor: pointer;
}

::-moz-range-track {background:transparent; border:0px;}
::-webkit-slider-thumb { /* ... */}
::-moz-range-thumb  { color:rgba(0, 0, 0, 0.19); background-color: #454545; }

.secondSlider {
  background-color: transparent;
}

section.range-slider {
  position: relative;
  width: 200px;
  height: 35px;
  text-align: center;
}

section.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  /* top: 15px; */
  width: 200px;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

section.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}

section.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  border: 0;
}
section.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.range-slider input[type=range]::-moz-focus-outer {
border: 0;
}

.details {
  box-shadow: 0px 6px 15px 3px #888888;
  border-radius: 10px;
}

.detailsLi {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.green {
  background-color: rgba(36, 179, 75, .2);
}

.noDec {
  text-decoration: none;
}

.sort-by--container {
  color: white;
  /* width: 80%; */
  text-align: right;
}

#sort-by {
  height: 25px;
  border-radius: 5px;
}

.field::after {
  border-radius: 5px !important;
}

.button::after, .button::before, .button {
  border-radius: 5px !important;
}

#filterBtn {
  cursor: pointer;
  display: none;
}

#dateCheck {
  padding-left: 0;
}

#navToolsInner > details-modal > details > div {
  z-index: 9999999;
}

#predictive-search-results-list {
  background-color: #fff;
}

#shopify-section-header {
  display: none;
}

.tilePerPound {
  display: flex;
  justify-content: space-between;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

    opacity: 1 !important;
    border-color: #24B34B !important;

}

.jsTitle {
  width: 50%;
  text-align: left;
}

.jsInfo {
  width: 50%;
  text-align: right;
}

.qVBtn {
  background-color: #ccc;
}

.invIcon {
  width: 25px;
  height: 25px;
}

.mw-option .mw-option__control {
  padding: 8px;
}

/*############ Media Queries ##################*/
@media screen and (max-width: 1386px) {
  #productSortContainer {
    width: 15%;
  }

  .reduce {
    width: 75%;
  }
}



@media screen and (max-width: 1070px) { 

  #MainContent {
    margin-top: 115px;
  }

  #contentTitle {
    width: 50%;
  }

  #contentTitle>h1 {
    padding-bottom: 0;
    /* margin: 0; */
    margin-top: 0;
    font-size: 40px;
  }

  .sort-by--container {
    text-align: left;
    margin-right: 5%;
    padding-top: 20%;
  }

  #pageBanner {
    height: 300px;
  }

  #pageBannerImg {
    /* width: 150%; */
    height: 300px;
  }

  #pageContentBox {
    margin: -24vh auto 0;
  }

  #productSortContainer {
    width: 100%;
    margin-top: 80px;
  }

  #productListContainer {
    width: 100%;
    justify-content: center;
  }

  #productList {
    justify-content: center;
  }

  .singleTitle,.singleTitle>h1 {
    width: 100% !important;
  }

  .smallHide {
    display: none;
  }

  .smallShow {
    display: unset !important;
  }

  .contentBodyRight {
    justify-content: center;
  }

  .contentBodyRightContainer {
    width: 100%;
  }

  .reduce {
    width: 100%;
  }
  #infoUl, #nutUl {
    padding-left: 0;
  }

  .desIcon {
    width: 100%;
  }
}


