:root {
  --black: black;
  --white: white;
  --chocolate: #b96c00;
  --dark-slate-grey: #42505d;
  --indian-red: #996660;
  --sienna: #984735;
  --slate-grey: #5b6f81;
  --linen-2: #e9e5dd;
  --antique-white: #eee0c8;
  --orange: #e7962b;
  --wheat: #f5deb8;
  --linen: #f0e7da;
  --light-grey: #f4f4f4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: var(--black);
  background-color: #eee0c8;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #000000ad;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montagu Slab, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: turnip-re, sans-serif;
  font-size: 1.2rem;
}

a {
  border-color: var(--black);
  color: #a8c5ec;
  text-decoration: underline;
}

a:hover {
  color: #a73b74;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.text-weight-semibold {
  color: var(--white);
  font-weight: 600;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-bold {
  font-weight: 700;
}

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

.text-size-small {
  color: var(--white);
  font-family: turnip-re, sans-serif;
  font-size: .875rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.page-wrapper {
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.container-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  margin: 2rem auto;
  display: flex;
}

.container-large.is-horizontal {
  flex-direction: row;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  margin-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  background-color: #eee0c8;
  border-top: 1px solid #f1a0a0;
  flex-direction: column;
  margin-top: 0;
  display: block;
  position: relative;
}

.container-medium {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium.merch {
  flex-direction: column;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: .25rem auto .5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-xhuge {
  padding: 7rem;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: .25rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .5rem;
}

.margin-bottom.margin-medium, .margin-bottom.margin-small, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium {
  margin-bottom: 1rem;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 0;
}

.padding-vertical {
  padding-top: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge, .padding-vertical.padding-xxlarge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical.padding-1rem {
  padding-top: 0;
}

.text-size-large {
  color: #b84357;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: turnip-re, sans-serif;
  font-size: 1.25rem;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--chocolate);
  color: #eee0c8;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e7962b;
  padding: .75rem 1.5rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.heading-small {
  border-top: 1px #000;
  margin-top: 1.75rem;
  margin-bottom: .25rem;
  font-family: Montagu Slab, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: static;
}

.text-weight-semibold {
  color: #f5aa47;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.header-home {
  background-color: var(--dark-slate-grey);
  margin-top: -2rem;
}

.header-home_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-button-row-center {
  justify-content: center;
}

.page-title {
  color: #eee0c8;
  font-family: Montagu Slab, sans-serif;
}

.head-home-subhead {
  color: #f5aa47;
  text-transform: none;
  font-size: 1.5rem;
  font-style: italic;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-button-small {
  background-color: var(--chocolate);
  color: #eee0c8;
  letter-spacing: 2px;
  padding: .5rem 1.25rem;
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

.navbar1_dropdown-list {
  font-family: Verdana, Geneva, sans-serif;
  display: none;
}

.navbar1_dropdown-list.w--open {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e7962b;
  border: 1px #000;
  padding: .5rem .5rem .5rem 0;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_link {
  color: var(--black);
  letter-spacing: 2px;
  padding: .5rem 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.navbar1_link.w--current {
  color: var(--black);
}

.faq1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq1_answer {
  overflow: hidden;
}

.section-faq1 {
  background-image: linear-gradient(#e7962b, #e7962b7d 70%);
  display: block;
}

.text-size-medium {
  color: #79370d;
  font-family: turnip-re, sans-serif;
  font-size: 1.125rem;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_component {
  border-bottom: 1px solid #000;
}

.head-home-faq {
  color: #854821;
  justify-content: center;
  display: flex;
}

.heading-6 {
  color: #00000070;
  font-family: Oswald, sans-serif;
}

.text-span-3 {
  color: #976e14;
  text-decoration: underline;
}

.footer3_bottom-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_component {
  background-color: #686e73;
  flex: 0 auto;
  height: auto;
  margin-top: auto;
  position: sticky;
  top: auto;
  box-shadow: 0 -6px 15px -3px #00000036;
}

.footer3_top-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .25fr;
  align-items: start;
}

.footer3_credit-text {
  font-size: .875rem;
}

.section-header {
  background-color: #686e73;
  margin-bottom: 1rem;
}

.section-header.color-indian-red {
  background-color: var(--indian-red);
}

.section-header.color-pumpkin {
  background-color: var(--chocolate);
  margin-top: 0;
}

.section-header.color-sienna {
  background-color: var(--sienna);
}

.section-header.color-slate-grey {
  background-color: var(--slate-grey);
}

.collection-list-wrapper {
  margin-top: 2rem;
}

.collection-list {
  margin: 0 1rem 0 0;
}

.line-orange {
  background-color: #e7962bd4;
  max-width: 375px;
  height: 5px;
  max-height: 5px;
  margin-top: 0;
  margin-bottom: .5rem;
}

.text-description {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: turnip-re, sans-serif;
  font-size: 1.1rem;
}

.ingredients {
  margin-bottom: .75rem;
  font-family: turnip-re, sans-serif;
  font-style: italic;
  display: block;
}

.text-description-short {
  margin-bottom: 10px;
  font-family: turnip-re, sans-serif;
  font-size: 1rem;
}

.weight-description {
  margin-bottom: .125rem;
  font-family: turnip, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
}

.ingredients-head {
  color: #0000009e;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 7px;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.text-price {
  color: #e7890e;
  letter-spacing: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  margin-top: .75rem;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.image {
  max-width: 95%;
  margin-bottom: 22px;
}

.paragraph-home-faq {
  font-family: turnip-re, sans-serif;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 60px;
  padding-bottom: 100px;
  display: flex;
}

.button-add-to-cart {
  letter-spacing: 2px;
  text-indent: 2px;
  background-color: #e7890e;
  border: 2px solid #0000;
  border-radius: 15px;
  align-self: center;
  margin-top: 10px;
  margin-right: 15px;
  padding: 9px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.button-add-to-cart:hover {
  border-color: var(--chocolate);
  color: var(--chocolate);
  background-color: #efdfc8;
  font-size: 1rem;
  font-weight: 500;
}

.div-add-and-qty {
  width: 24rem;
  display: flex;
}

.field-qty {
  text-align: center;
  flex: 0 auto;
  align-self: flex-end;
  width: 50px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.div-qty {
  margin-top: 20px;
  display: block;
}

.head-product {
  border-top: 1px #000;
  margin-top: .4rem;
  margin-bottom: 1.1rem;
  font-family: Montagu Slab, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
}

.description-product {
  object-fit: fill;
  margin-bottom: .5rem;
  font-size: 1.1rem;
}

.image-product {
  object-fit: fill;
  max-width: 90%;
}

.image-product.smaller {
  max-width: 60%;
}

.page-tag-line {
  color: #f5aa47;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.page-sub-title {
  padding-bottom: .5rem;
  font-size: 1.1rem;
  font-style: italic;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.product-listing {
  background-color: #ddc69a47;
  border: 1px solid #0000005c;
  width: 100%;
  margin: 0 auto 2rem;
  padding: 1.8rem;
  position: static;
}

.weight-item {
  margin-bottom: .5rem;
  padding-right: 0;
  font-family: turnip, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
}

.price-with- {
  width: 6rem;
  display: flex;
}

.shop-our-products {
  border: 1px #000;
  margin-bottom: 3rem;
}

.see-products-link {
  background-color: var(--chocolate);
  color: #eee0c8;
  letter-spacing: .1rem;
  object-fit: fill;
  border-style: solid;
  border-width: 2px;
  border-radius: .875rem;
  margin-top: 16px;
  padding: .6rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.see-products-link:hover {
  border-color: var(--chocolate);
  color: var(--chocolate);
  background-color: #b96c0030;
  box-shadow: 7px 7px 20px -4px #00000069;
}

.h2-head-product {
  margin-top: 0;
  margin-bottom: .5rem;
}

.paragraph-product-blurb {
  max-width: 70ch;
  font-size: 1.1rem;
}

.form-select-color-size {
  background-color: var(--linen-2);
  border: 1px solid #000;
  width: 11rem;
  margin-top: 10px;
  font-family: turnip-re, sans-serif;
}

.form-block_select-color {
  font-family: turnip-re, sans-serif;
}

.form-with-size {
  width: 18rem;
  font-family: turnip-re, sans-serif;
}

.form-color-and-size {
  width: 18rem;
}

.form-with-color, .form-with-only-price {
  width: 18rem;
  font-family: turnip-re, sans-serif;
}

.image-steelhead {
  z-index: -1;
  opacity: .49;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-bold-italic {
  margin-bottom: 1rem;
  font-style: italic;
}

.div-block {
  display: flex;
}

.html-embed-2 {
  font-family: Oswald, sans-serif;
}

.collection-item-2 {
  padding-bottom: .25rem;
  font-family: Oswald, sans-serif;
  line-height: 1;
}

.div-block-3 {
  background-color: var(--linen-2);
  object-fit: fill;
  justify-content: space-around;
  width: auto;
  margin-top: -3.6rem;
  display: flex;
}

.link-3 {
  text-align: left;
  letter-spacing: .5rem;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.div-block-4 {
  margin-top: 2rem;
}

.form-block {
  margin-bottom: 0;
}

.section-about-us {
  background-color: var(--linen-2);
  margin-bottom: 2rem;
  padding: 2rem;
}

.section-about-us.padding-vertical {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
}

.rich-text-about {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-about p {
  margin-bottom: 1rem;
}

.rich-text-about h2 {
  color: var(--sienna);
  margin-bottom: 1rem;
  font-size: 2.5rem;
  display: flex;
}

.rich-text-about h3 {
  color: var(--sienna);
  text-transform: none;
  margin-bottom: .5rem;
  font-family: Montagu Slab, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.rich-text-about a {
  color: var(--chocolate);
  font-weight: 400;
}

.rich-text-about a:hover {
  background-color: var(--chocolate);
  color: var(--antique-white);
}

.rich-text-about li {
  margin-left: 1rem;
  font-family: turnip-re, sans-serif;
  font-size: 1.2rem;
}

.section-about-our-pork, .section-how-to-cook, .section-guarantee, .section-store-policy, .section-privacy-policy {
  background-color: var(--linen-2);
  margin-bottom: 2rem;
  padding: 2rem;
}

.link-4 {
  color: var(--white);
}

.link-4:hover {
  color: #d6aa6b;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 2rem 2rem;
}

.space-1rem {
  padding-bottom: 1rem;
}

.navbar1_dropdown-link-2 {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link-2.w--current {
  color: var(--black);
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_component-2 {
  border-bottom: 1px solid var(--black);
  background-color: var(--orange);
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 4rem;
  max-height: none;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 2.1rem;
}

.navbar1_dropdown-toggle-2 {
  padding: .5rem 2.5rem .5rem 1rem;
}

.dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-7 {
  color: #eee0c8;
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-3 {
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.sidebar {
  z-index: auto;
  object-fit: fill;
  background-color: #0000;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: 18rem;
  margin-top: 0;
  position: sticky;
  top: 5.5rem;
}

.div-products {
  flex: 1;
  margin-top: 0;
  padding-top: 0;
}

.subhead-go-to {
  margin-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 0;
  font-family: turnip, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.collection-list-wrapper-2 {
  padding-left: 1.5rem;
}

.slider-2 {
  height: auto;
}

.link-on-dropdown {
  color: var(--black);
  text-decoration: none;
}

.link-on-dropdown:focus {
  color: var(--antique-white);
}

.price-flex {
  display: flex;
}

.link-in-head {
  color: var(--orange);
}

.link-in-head:hover {
  color: var(--antique-white);
}

.text-privacy {
  flex: 0 auto;
}

.link-privacy-footer {
  color: var(--white);
}

.link-privacy-footer:hover {
  color: var(--orange);
}

.link-privacy-footer.w--current {
  color: var(--white);
  font-family: turnip-re, sans-serif;
  font-size: .875rem;
}

.link-privacy-footer.w--current:hover {
  color: var(--orange);
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.home-div-feature {
  background-color: var(--wheat);
  border: 1px solid #000;
  height: auto;
  padding: 1rem;
}

.home-head-feature {
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
}

.body-smokehouse {
  flex-direction: column;
  display: block;
}

.banner-shipping {
  z-index: 10;
  background-color: var(--dark-slate-grey);
  height: 2.1rem;
  padding: .3rem;
  display: block;
  position: sticky;
  top: 0;
}

.text-banner-shipping {
  color: var(--wheat);
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.banner-shipping-link {
  color: var(--linen-2);
  text-decoration: none;
}

.banner-shipping-link:hover {
  color: var(--orange);
}

.banner-shipping-link.w--current {
  color: var(--linen);
}

.banner-shipping-link.w--current:hover {
  color: var(--orange);
}

.banner-shipping-mobile {
  z-index: 10;
  background-color: var(--dark-slate-grey);
  height: 2.1rem;
  padding: .3rem;
  display: none;
  position: sticky;
  top: 0;
}

.banner-shipping-blank {
  z-index: 10;
  background-color: #686e74;
  height: 2.1rem;
  padding: .3rem;
  display: block;
  position: sticky;
  top: 0;
}

.link-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.link-8 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.link-9 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.link-10 {
  font-family: Varela Round, sans-serif;
}

.link-11 {
  font-family: Verdana, Geneva, sans-serif;
}

.link-12 {
  font-family: turnip, sans-serif;
}

.link-13 {
  font-family: turnip-re, sans-serif;
}

.link-14, .link-15 {
  font-family: turnip, sans-serif;
}

.text-span-privacy {
  font-family: turnip-re, sans-serif;
  font-size: .875rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--wheat);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: var(--chocolate);
  font-family: Montagu Slab, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: var(--chocolate);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  color: var(--wheat);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--chocolate);
  background-color: var(--wheat);
  color: var(--chocolate);
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  background-color: var(--linen-2);
  color: #333;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  background-color: var(--linen);
  opacity: 1;
  cursor: pointer;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: var(--chocolate);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
}

.fs-cc-prefs_content {
  background-color: var(--wheat);
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--chocolate);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 2px solid var(--black);
  background-color: var(--chocolate);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--antique-white);
  color: var(--chocolate);
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-family: turnip-re, sans-serif;
}

.fs-cc-prefs_trigger {
  display: none;
}

.div-block-15 {
  display: block;
}

.footer-credit-sunnywebshops {
  color: var(--white);
  margin-top: 1rem;
  font-family: turnip, sans-serif;
}

.footer-link-sws:hover {
  color: var(--wheat);
}

.body {
  flex-direction: column;
}

.nav-logo {
  color: #eee0c8;
  margin-top: 18px;
  margin-bottom: .9rem;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: .5;
}

.from-catskill-food-company {
  color: var(--sienna);
  font-family: turnip-re, sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .page-title {
    font-size: 2.7rem;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_logo-link.w--current {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_container {
    height: 60px;
    min-height: 4rem;
    margin-top: 15px;
    margin-bottom: 26px;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .footer3_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer3_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .footer3_credit-text {
    color: var(--white);
    font-family: turnip-re, sans-serif;
  }

  .text-description, .text-description-short {
    font-size: 1.1rem;
  }

  .image {
    max-width: 100%;
  }

  .description-product {
    font-size: 1.1rem;
  }

  .image-product {
    max-width: 90%;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .product-listing {
    width: auto;
    margin-left: 1rem;
    margin-right: 0;
  }

  .see-products-link {
    font-size: 1.3rem;
  }

  .h2-head-product {
    margin-bottom: .5rem;
    font-size: 2.5rem;
  }

  .rich-text-about h3 {
    font-size: 1.75rem;
  }

  .menu-icon1_line-middle-2 {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-2 {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu-2.is-page-height-tablet {
    background-color: var(--antique-white);
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom-2 {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_component-2 {
    height: 60px;
    min-height: 4rem;
  }

  .navbar1_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top-2 {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .heading-7 {
    font-size: 2.25rem;
  }

  .sidebar {
    margin-top: -11.1rem;
    display: none;
  }

  .slider-2 {
    height: auto;
  }

  .text-banner-shipping {
    letter-spacing: .1rem;
    font-size: 1rem;
  }

  .link-10 {
    text-decoration: none;
  }

  .nav-logo {
    margin-top: 59px;
    margin-bottom: 38px;
    font-size: 2.25rem;
    line-height: .6;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .page-title {
    font-size: 2.2rem;
  }

  .head-home-subhead {
    font-size: 1.3rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    order: 1;
    margin-top: 1rem;
  }

  .text-description, .text-description-short {
    font-size: 1rem;
  }

  .weight-description {
    font-family: turnip-re, sans-serif;
    font-size: 1rem;
  }

  .ingredients-head {
    color: #f58926;
    font-weight: 500;
  }

  .image {
    max-width: 100%;
  }

  .head-product {
    font-size: 1.5rem;
  }

  .description-product {
    font-size: 1rem;
  }

  .image-product {
    max-width: 95%;
  }

  .page-tag-line {
    letter-spacing: 1px;
    font-size: .875rem;
    font-weight: 300;
  }

  .page-sub-title {
    font-size: 1rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-listing {
    margin-left: 1rem;
    padding: .6rem;
  }

  .weight-item {
    font-family: turnip-re, sans-serif;
    font-size: 1rem;
  }

  .see-products-link {
    font-size: 1.3rem;
  }

  .h2-head-product {
    margin-bottom: .5rem;
  }

  .paragraph-product-blurb {
    font-size: 1.2rem;
  }

  .image-steelhead {
    bottom: 7.9rem;
  }

  .collection-item-2 {
    margin-bottom: .25rem;
    font-size: .875rem;
    line-height: 1.2;
  }

  .div-block-3 {
    margin-top: -2.4rem;
  }

  .section-about-us {
    padding-left: 1rem;
  }

  .rich-text-about h2 {
    font-size: 2rem;
  }

  .rich-text-about h3 {
    font-size: 1.5rem;
  }

  .navbar1_component-2 {
    height: 0;
    min-height: 4rem;
  }

  .heading-7 {
    font-size: 2rem;
  }

  .subhead-go-to {
    font-family: turnip-re, sans-serif;
    font-size: 1rem;
  }

  .text-banner-shipping {
    letter-spacing: 0;
    font-size: .875rem;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .nav-logo {
    font-size: 2rem;
    line-height: .6;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .page-padding {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-medium {
    padding: 1.4rem .125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    padding-top: .125rem;
    padding-bottom: .125rem;
    font-size: .8rem;
  }

  .head-home-subhead {
    font-size: 1rem;
  }

  .head-home-faq {
    font-size: 2rem;
  }

  .ingredients {
    font-size: .875rem;
  }

  .image {
    max-width: 100%;
  }

  .paragraph-home-faq {
    font-size: 1rem;
  }

  .div-add-and-qty {
    width: auto;
  }

  .head-product {
    font-size: 1.25rem;
  }

  .description-product {
    font-size: 1rem;
  }

  .image-product {
    max-width: 100%;
  }

  .image-product.smaller {
    max-width: 80%;
  }

  .page-tag-line, .page-sub-title {
    font-size: .75rem;
  }

  .product-listing {
    padding: .7rem;
  }

  .see-products-link {
    font-size: 1rem;
  }

  .h2-head-product {
    margin-bottom: .5rem;
    font-size: 2.4rem;
    line-height: 1;
  }

  .paragraph-product-blurb {
    font-size: 1.1rem;
  }

  .image-steelhead {
    bottom: 6.3rem;
  }

  .div-block-3 {
    margin-top: -2.5rem;
  }

  .section-about-us {
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .rich-text-about p {
    font-size: 1.1rem;
  }

  .rich-text-about h2 {
    font-size: 1.75rem;
  }

  .rich-text-about h3 {
    font-size: 1.25rem;
  }

  .section-privacy-policy {
    padding-top: 1rem;
  }

  .navbar1_component-2 {
    height: 0;
    min-height: 60px;
  }

  .heading-7 {
    font-size: 1.5rem;
  }

  .sidebar {
    display: none;
  }

  .text-privacy {
    font-family: turnip-re, sans-serif;
    font-size: .75rem;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .banner-shipping {
    display: none;
  }

  .banner-shipping-mobile {
    display: block;
  }

  .banner-shipping-blank {
    background-color: #686e72;
    display: block;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .nav-logo {
    font-size: 1.5rem;
    line-height: .7;
  }

  .from-catskill-food-company {
    font-size: 14px;
  }
}

#w-node-_1c1c1b19-f096-0dad-b09f-a5fc104164da-d33ae323, #w-node-_8177a473-66ee-2943-3dd3-0c27c065bdb9-d33ae323, #w-node-_8533cad2-e11c-234b-30bf-e4a0c2de5aff-d33ae323, #w-node-_46db94d3-9d3b-28b6-57a8-604010014c8e-dd22d951, #w-node-_04c199f7-23aa-3d1e-24d5-ad2e61be4268-dd22d951, #w-node-d7e34338-a973-b895-c90e-259d5f51f915-dd22d951, #w-node-e1f1aa67-d8bb-2675-9078-b704962db835-dd22d951 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


