:root {
  --hfic-red: #E82727;
}

/*------------- Brandon Text Web font -------------*/
/* weight: 400 */
/* -Regular */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 400;
  font-style: normal;
  src: url("../../assets/fonts/398205_8_0.eot");
  src: url("../../assets/fonts/398205_8_0.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/398205_8_0.woff2") format("woff2"), url("../../assets/fonts/398205_8_0.woff") format("woff"), url("../../assets/fonts/398205_8_0.ttf") format("truetype");
}
/* -Italic */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 400;
  font-style: italic;
  src: url("../../assets/fonts/398205_6_0.eot");
  src: url("../../assets/fonts/398205_6_0.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/398205_6_0.woff2") format("woff2"), url("../../assets/fonts/398205_6_0.woff") format("woff"), url("../../assets/fonts/398205_6_0.ttf") format("truetype");
}
/* weight: 500 */
/* -Medium */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 500;
  font-style: normal;
  src: url("../../assets/fonts/398205_9_0.eot");
  src: url("../../assets/fonts/398205_9_0.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/398205_9_0.woff2") format("woff2"), url("../../assets/fonts/398205_9_0.woff") format("woff"), url("../../assets/fonts/398205_9_0.ttf") format("truetype");
}
/* -MediumItalic */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 500;
  font-style: italic;
  src: url("../../assets/fonts/398205_7_0.eot");
  src: url("../../assets/fonts/398205_7_0.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/398205_7_0.woff2") format("woff2"), url("../../assets/fonts/398205_7_0.woff") format("woff"), url("../../assets/fonts/398205_7_0.ttf") format("truetype");
}
/* weight: 600 */
/* -Bold */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 600;
  font-style: normal;
  src: url("../../assets/fonts/398205_2_0.eot");
  src: url("../../assets/fonts/398205_2_0.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/398205_2_0.woff2") format("woff2"), url("../../assets/fonts/398205_2_0.woff") format("woff"), url("../../assets/fonts/398205_2_0.ttf") format("truetype");
}
/* -BoldItalic */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 600;
  font-style: italic;
  src: url("../../assets/fonts/398205_1_0.eot");
  src: url("../../assets/fonts/398205_1_0.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/398205_1_0.woff2") format("woff2"), url("../../assets/fonts/398205_1_0.woff") format("woff"), url("../../assets/fonts/398205_1_0.ttf") format("truetype");
}
/* weight: 700 */
/* -Black */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 700;
  font-style: normal;
  src: url("../../assets/fonts/398205_0_0.eot");
  src: url("../../assets/fonts/398205_0_0.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/398205_0_0.woff2") format("woff2"), url("../../assets/fonts/398205_0_0.woff") format("woff"), url("../../assets/fonts/398205_0_0.ttf") format("truetype");
}
/* -BlackItalic */
@font-face {
  font-family: "BrandonTextWeb";
  font-weight: 700;
  font-style: italic;
  src: url("../../assets/fonts/398205_3_0.eot");
  src: url("../../assets/fonts/398205_3_0.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/398205_3_0.woff2") format("woff2"), url("../../assets/fonts/398205_3_0.woff") format("woff"), url("../../assets/fonts/398205_3_0.ttf") format("truetype");
}
body, p {
  font-family: "BrandonTextWeb", "Hind", sans-serif;
}

h2 {
  font-size: 35px;
}

a:not(.btn-primary):not(.wp-block-button__link) {
  position: relative;
  text-decoration: none;
  color: inherit;
}
a:not(.btn-primary):not(.wp-block-button__link):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
a:not(.btn-primary):not(.wp-block-button__link):hover, a:not(.btn-primary):not(.wp-block-button__link):focus-visible {
  text-decoration: none;
}
a:not(.btn-primary):not(.wp-block-button__link):hover:after, a:not(.btn-primary):not(.wp-block-button__link):focus-visible:after {
  transform: scaleX(1);
}

a.distributors-toggle:not(.btn-primary):not(.wp-block-button__link) {
  color: #c2141b;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
a.distributors-toggle:not(.btn-primary):not(.wp-block-button__link).is-open {
  color: #5F5F5F;
}

.gdpr-dialog-frame a {
  color: #289238 !important;
  color: var(--hfic-red) !important;
}

.site-header {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .site-header {
    overflow-y: hidden;
  }
}
.site-header .custom-logo-link {
  width: 180px;
}
.site-header .custom-logo-link:after {
  display: none;
}
.site-header .row {
  display: flex;
  align-items: center;
}
.site-header .nav-menu li a {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .site-header .nav-menu li a {
    color: #5D616A;
    font-size: 22px;
    font-weight: 500;
  }
}

.main-navigation {
  margin-left: auto;
  width: auto;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .main-navigation {
    margin-right: unset;
    margin-left: unset;
    width: 100%;
  }
}
.main-navigation ul {
  gap: 40px;
  padding-left: 60px;
}

@media screen and (min-width: 768px) {
  .main-navigation .nav-menu li.current_page_item,
  .main-navigation .nav-menu li.current-menu-item,
  .main-navigation .nav-menu li.current_page_parent,
  .main-navigation .nav-menu li.current-menu-parent {
    position: relative;
    z-index: 0;
  }
  .main-navigation .nav-menu li.current_page_item::after,
  .main-navigation .nav-menu li.current-menu-item::after,
  .main-navigation .nav-menu li.current_page_parent::after,
  .main-navigation .nav-menu li.current-menu-parent::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--hfic-primary-soft);
    z-index: -1;
    height: 110px;
    top: -40px;
    width: calc(100% + 30px);
    left: -15px;
  }
  .main-navigation .nav-menu li.current_page_item > a,
  .main-navigation .nav-menu li.current-menu-item > a,
  .main-navigation .nav-menu li.current_page_parent > a,
  .main-navigation .nav-menu li.current-menu-parent > a {
    position: relative;
    z-index: 1;
    color: #29292A;
  }
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
  cursor: pointer;
  line-height: 1;
  position: relative;
  z-index: 1101;
}
.menu-toggle .menu-toggle__icon {
  position: relative;
  display: block;
  width: 26px;
  height: 2px;
  background: var(--hfic-primary-color, #e82727);
  border-radius: 2px;
  transition: background 0.2s ease;
}
.menu-toggle .menu-toggle__icon::before, .menu-toggle .menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: var(--hfic-primary-color, #e82727);
  border-radius: 2px;
  transition: transform 0.2s ease, top 0.2s ease;
}
.menu-toggle .menu-toggle__icon::before {
  top: -7px;
}
.menu-toggle .menu-toggle__icon::after {
  top: 7px;
}

.main-navigation.toggled .menu-toggle__icon {
  background: transparent;
}
.main-navigation.toggled .menu-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.main-navigation.toggled .menu-toggle__icon::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .main-navigation {
    position: relative;
  }
  .main-navigation .menu-main-menu-container,
  .main-navigation .nav-menu {
    position: fixed;
    inset: 0;
    background: var(--hfic-primary-color, #e82727);
    padding: 110px 28px 40px;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    transition: transform 0.25s ease, opacity 0.2s ease, max-height 0.25s ease;
    z-index: 1000;
  }
  .main-navigation.toggled .menu-main-menu-container,
  .main-navigation.toggled .nav-menu {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .main-navigation .nav-menu {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0;
  }
  .main-navigation .nav-menu a {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
.hormel-direct {
  display: block;
}
@media screen and (min-width: 768px) {
  .hormel-direct {
    display: none;
  }
}

.right-nav {
  width: 350px;
  max-width: 100%;
  display: none;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .right-nav {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .right-nav {
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  .right-nav.flex-end {
    justify-content: flex-end;
  }
}
.right-nav a {
  text-decoration: none;
  color: #5D616A;
  text-transform: uppercase;
  font-weight: 500;
}
.right-nav svg {
  fill: #333333;
}
.right-nav .close-icon {
  stroke: #333333;
}
.right-nav {
  position: relative;
}
.right-nav .search-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
  position: relative;
}
.right-nav .search-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.right-nav .header-search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.right-nav .header-search input {
  width: 0;
  opacity: 0;
  color: #333333;
  pointer-events: none;
  border: none;
  border-bottom: 1px solid #333333;
  background: transparent;
  border-radius: 0;
  padding: 4px 0;
  transition: width 0.25s ease, opacity 0.2s ease;
  font-family: "BrandonTextWeb", "Hind", sans-serif;
}
.right-nav .header-search button {
  display: none;
}
.right-nav .header-search.is-open input {
  width: 200px;
  opacity: 1;
  pointer-events: auto;
}
.right-nav .header-search.is-open input:focus-visible {
  outline: 0;
}
.right-nav .header-search.is-open input::placeholder {
  color: #5D616A;
}

.toggle-container {
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .toggle-container {
    padding: 0 1.5rem;
  }
}

.home .toggle-container {
  right: 40px;
  z-index: 99;
}
@media screen and (min-width: 1450px) {
  .home .toggle-container {
    position: absolute;
  }
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0 12px 0;
  justify-content: center;
}
.lang-toggle .toggle-label {
  font-weight: 500;
  color: white;
}
.lang-toggle .toggle-track {
  position: relative;
  width: 45px;
  height: 28px;
  border: 1px solid white;
  background: white;
  border-radius: 999px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lang-toggle .toggle-track .toggle-thumb {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: var(--hfic-primary-color);
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.lang-toggle .toggle-track[aria-pressed=true] .toggle-thumb {
  transform: translateX(15px);
}

body:not(.home) .right-nav svg {
  fill: #fff;
}
body:not(.home) .right-nav .close-icon {
  stroke: #fff;
}
body:not(.home) .header-search input {
  border-bottom: 1px solid white;
  color: white;
}
body:not(.home) .header-search.is-open input::placeholder {
  color: white;
}
body:not(.home) .lang-toggle .toggle-label {
  color: #5F5F5F;
}
body:not(.home) .lang-toggle .toggle-track {
  border: 1px solid #5F5F5F;
  background: #5F5F5F;
}
body:not(.home) .lang-toggle .toggle-thumb {
  background: white;
}
body:not(.home) .menu-toggle .menu-toggle__icon::before,
body:not(.home) .menu-toggle .menu-toggle__icon::after,
body:not(.home) .menu-toggle .menu-toggle__icon {
  background: white;
}
body:not(.home) .main-navigation.toggled .menu-toggle__icon {
  background: transparent;
}

body.nav-open {
  overflow: hidden;
}

.site-branding img {
  padding-left: 20px;
  padding-top: 10px;
}

.wp-singular .brand-divider {
  height: auto;
  background-size: 49%;
  background-position: -16% -185px;
}

.brand-divider .entry-header {
  color: white;
  text-align: center;
  padding: 80px;
}
@media screen and (max-width: 768px) {
  .brand-divider .entry-header {
    padding: 40px;
  }
}
.brand-divider .entry-header h1 {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1;
}
.brand-divider .entry-header p {
  font-size: 40px;
  margin-top: 0;
  font-weight: 600;
}

.page-header h1 {
  text-transform: uppercase;
  text-align: center;
}

.hormel-direct-wrap .hormel-direct-link {
  text-wrap: nowrap;
}
.hormel-direct-wrap .hormel-direct-subtext {
  margin: 2px 0 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.75;
  text-wrap: nowrap;
  position: absolute;
  bottom: -20px;
}
.hormel-direct-wrap .hormel-direct-subtext a {
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0;
}

.site-footer .gray-footer {
  background-color: #2E2E30;
}

.footer-menu {
  padding: 50px 0;
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.footer-menu li {
  margin: 20px 0;
}
.footer-menu li a:not(.btn-primary):not(.wp-block-button__link) {
  color: white;
  text-decoration: none;
}

.footer-meta {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .footer-meta {
    width: 100%;
  }
}
.footer-meta .footer-logo {
  margin-top: auto;
  padding-bottom: 50px;
}
.footer-meta .footer-logo .tagline {
  display: grid;
  grid-template-columns: 70px auto;
  justify-items: end;
  align-items: stretch;
  gap: 1rem;
  width: auto;
  max-width: 500px;
}
.footer-meta .footer-logo .tagline svg {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 70px;
  height: 70px;
}
.footer-meta .footer-logo .tagline div {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
}
.footer-meta .footer-logo .tagline p {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.125;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer-meta .footer-logo .tagline p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-meta {
    padding-top: 50px;
  }
}

.footer-copyright {
  padding: 0 20px;
  margin: 0 0 2rem;
  font-size: 14px;
}

.footer-legal-menu {
  padding: 20px;
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-legal-menu {
    padding: 30px 20px 0.5rem;
    margin-bottom: 0;
    flex-direction: row;
  }
}
.footer-legal-menu li {
  padding-right: 24px;
  display: inline-flex;
}
.footer-legal-menu li a {
  color: #2E2E30;
  text-decoration: none;
  font-size: 14px;
}
.footer-legal-menu li.privacy-choices {
  padding-right: 0;
  display: flex;
}
.footer-legal-menu li.privacy-choices a {
  position: relative;
  display: flex;
  flex-flow: row-reverse nowrap;
  gap: 0.5em;
  justify-content: baseline;
  align-items: center;
  color: #000;
  transition: color 0.1s ease;
}
.footer-legal-menu li.privacy-choices a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg id="Layer_1" xmlns="http://www.w3.org/2000/svg" style="width: 100%" version="1.1" viewBox="0 0 30 14"%3E%3C!-- Generator: Adobe Illustrator 29.8.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 2) --%3E%3Cpath d="M7.4,12.8h6.8l3.1-11.6H7.4c-3.2,0-5.8,2.6-5.8,5.8s2.6,5.8,5.8,5.8ZM7.4,1.2h9.9l-3.1,11.6h-6.8c-3.2,0-5.8-2.6-5.8-5.8S4.2,1.2,7.4,1.2ZM22.6,0H7.4C3.5,0,.4,3.1.4,7s3.1,7,7,7h15.2c3.9,0,7-3.1,7-7S26.4,0,22.6,0ZM14.2,12.8h-6.8c-3.2,0-5.8-2.6-5.8-5.8S4.2,1.2,7.4,1.2h9.9l-3.1,11.6ZM24.6,4c.2.2.2.6,0,.8h0l-2.1,2.2,2.2,2.2c.2.2.2.6,0,.8s-.6.2-.8,0h0l-2.2-2.2-2.2,2.2c-.2.2-.6.2-.8,0-.2-.2-.2-.6,0-.8h0l2.1-2.2-2.2-2.2c-.2-.2-.2-.6,0-.8.2-.2.6-.2.8,0h0l2.2,2.2,2.2-2.2c.2-.2.6-.2.8,0ZM12.7,4.1c.2.2.3.6.1.8h0l-4.2,4.9c-.1,0-.2.2-.3.2-.2.1-.5.1-.7-.1h0l-2.2-2.2c-.2-.2-.2-.6,0-.8.2-.2.6-.2.8,0h0l1.8,1.7,3.8-4.5c.2-.2.6-.2.9,0Z"/%3E%3C/svg%3E');
  width: 1.5rem;
  height: 1em;
  padding: 0;
  margin: 0;
  filter: brightness(0);
  transition: filter 0.1s ease;
  position: relative;
}
.footer-legal-menu li.privacy-choices a:hover:before {
  filter: brightness(0) saturate(100%) invert(20%) sepia(34%) saturate(7341%) hue-rotate(345deg) brightness(90%) contrast(95%);
}

.footer-country {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer-country {
    margin-left: auto;
    width: 250px;
  }
}
.footer-country label {
  color: white;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
.footer-country select {
  border: none;
  padding: 10px;
  width: 250px;
}

.footer-inner .container .row {
  padding: 0 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-inner .container .row {
    flex-direction: row;
  }
}

.home-hero {
  background-color: var(--hfic-primary-color);
  color: #fff;
  padding: 1.5rem 1.5rem 0 1.5rem;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-hero {
    background-size: 60%;
    background-position: -189px -76px;
  }
}
.home-hero .container .row {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .home-hero .container .row {
    flex-direction: row;
  }
}

.subhero {
  padding: 40px 0;
}
.subhero p {
  margin: 0;
  max-width: 85%;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .subhero p {
    max-width: 80%;
  }
}

.hero__inner {
  max-width: 1600px;
  margin: 0 auto;
}

.hero__headline {
  font-size: min(78px, 12vw);
  line-height: 1.1;
  margin-bottom: 80px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .hero__headline {
    margin-bottom: 200px;
    margin-top: 150px;
  }
}

.hero-content {
  flex-basis: 35%;
}

.hero-image {
  margin-bottom: -140px;
}
@media screen and (min-width: 768px) {
  .hero-image {
    flex-basis: 65%;
    position: relative;
    margin-top: 20px;
  }
  .hero-image img {
    position: absolute;
    width: 100%;
  }
}

.hero__subhead {
  font-size: 1.125rem;
  max-width: 40rem;
  margin-bottom: 2rem;
}

.hero__actions {
  margin-top: 1.5rem;
}

.hfic-btn:hover {
  opacity: 0.9;
}

body.single-post .post {
  padding: 0 1.5rem;
}
body.single-post h1 {
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
  line-height: 1.2;
}

.page-template-page-builder .entry-content {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .sm-stack {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .wp-block-group.alignfull, .wp-block-group.alignwide {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 768px) {
  h2.wp-block-heading {
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  h1 + h2 {
    font-size: 30px;
  }
}

.error-404 {
  padding: 50px 30px;
}
.error-404 .page-content {
  max-width: 60%;
  margin: 0 auto;
}

.search-results .site-main {
  padding: 50px 0;
}
.search-results .site-main .page-title {
  margin-bottom: 50px;
}

#speech-bubble {
  max-width: 50px;
}
@media screen and (min-width: 768px) {
  #speech-bubble {
    max-width: 200px;
  }
}

/* ------------------------------------
   Product Layout
------------------------------------ */
.hfic-product {
  font-family: "BrandonTextWeb", "Hind", sans-serif;
  padding-top: 60px;
  /* Hero layout */
}
@media screen and (max-width: 768px) {
  .hfic-product {
    padding: 20px;
  }
}
.hfic-product .hfic-hero {
  display: grid;
  grid-template-columns: 2fr 2fr 1.2fr;
  gap: 24px;
  align-items: start;
  margin-bottom: 32px;
  padding-right: 20px;
  padding-left: 20px;
}
.hfic-product .hero-gallery {
  width: 560px;
  max-width: 90vw;
}
.hfic-product .hero-gallery__main {
  position: relative;
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 1/1;
  background: #fff;
  border: 16px solid #fff;
  outline: solid 1px #e2e2e2;
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}
.hfic-product .hero-gallery__main .swiper {
  width: 100%;
  height: 100%;
}
.hfic-product .hero-gallery__main .swiper-wrapper,
.hfic-product .hero-gallery__main .swiper-slide {
  width: 100%;
  height: 100%;
}
.hfic-product .hero-gallery__main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: #f7f7f7;
}
.hfic-product .hero-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.hfic-product .hero-gallery__thumbs {
  margin-top: 14px;
  width: 520px;
}
.hfic-product .hero-gallery__thumbs .swiper {
  width: 100%;
  height: 110px;
  padding: 0 28px;
}
.hfic-product .hero-gallery__thumbs .swiper-slide {
  aspect-ratio: 1/1;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fafafa;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.hfic-product .hero-gallery__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hfic-product .hero-gallery__thumbs .swiper-slide-thumb-active {
  border-color: #c2141b;
}
.hfic-product .hero-gallery__thumbs .hero-thumbs-prev,
.hfic-product .hero-gallery__thumbs .hero-thumbs-next {
  color: #c2141b;
  width: 24px;
  height: 24px;
}
.hfic-product .hero-gallery__thumbs .hero-thumbs-prev::after,
.hfic-product .hero-gallery__thumbs .hero-thumbs-next::after {
  font-size: 18px;
  font-weight: 700;
}
.hfic-product .hero-summary h1 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
  color: #080808;
}
.hfic-product .hero-summary .meta {
  font-size: 15px;
  color: #808284;
  margin: 4px 0 12px;
}
.hfic-product .hero-summary hr {
  border: 0;
  border-top: 1px solid #DDDDDD;
  margin: 16px 0;
}
.hfic-product .hero-summary .desc {
  font-size: 16px;
  color: #2E2F30;
  margin-bottom: 12px;
}
.hfic-product .hero-summary ul {
  padding-left: 18px;
  margin: 10px 0 16px;
  color: #2E2F30;
}
.hfic-product .hero-summary ul li {
  margin-bottom: 6px;
}
.hfic-product .hero-summary .spec-link {
  color: #c2141b;
  font-weight: 700;
  text-decoration: none;
}
.hfic-product .hero-rail {
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 18px;
}
.hfic-product .hero-rail h3 {
  font-size: 15px;
  margin: 0 0 12px;
  font-weight: 600;
}
.hfic-product .hero-rail h3:nth-of-type(2) {
  margin-top: 12px;
}
.hfic-product .hero-rail .distributors-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.hfic-product .hero-rail .dist {
  display: flex;
  margin-bottom: 10px;
  gap: 2px;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-direction: column;
}
.hfic-product .hero-rail .dist .logo {
  width: auto;
  height: 34px;
  display: inline-flex;
}
.hfic-product .hero-rail .dist a {
  color: #c2141b;
  text-decoration: none;
}
.hfic-product .hero-rail .cta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #c2141b;
  text-decoration: none;
}
.hfic-product .hero-rail .cta .icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hfic-product .hero-rail .cta:hover {
  text-decoration: underline;
}
.hfic-product {
  /* Details grid */
}
.hfic-product .details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
}
.hfic-product .details-col {
  position: relative;
}
.hfic-product .details-col h2 {
  font-weight: 500;
  color: #2E2F30;
  margin-bottom: 10px;
}
.hfic-product .details-col h4 {
  margin-bottom: 4px;
}
.hfic-product .details-col h3 {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}
.hfic-product .details-col p {
  margin: 0;
}
.hfic-product .prep-box {
  padding: 12px 0;
}
.hfic-product .global-desc {
  margin-top: 8px;
  font-size: 15px;
  color: #3a3a3a;
}
.hfic-product .hormel-logo {
  margin-top: 12px;
}
.hfic-product .hormel-logo img {
  max-height: 90px;
  width: auto;
  display: block;
  margin-right: 18px;
  max-width: 140px;
}
.hfic-product .brand-row {
  display: flex;
}
.hfic-product .brand-row .hormel-logo {
  flex-shrink: 0;
}
.hfic-product .brand-row .global-desc {
  margin-top: 0;
}
.hfic-product {
  /* Storage table */
}
.hfic-product .storage-table {
  background: #fff;
}
.hfic-product .storage-table h4 {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
  background: #f7f7f7;
  font-size: 14px;
}
.hfic-product .storage-table .row {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  background: #fff;
}
.hfic-product .storage-table .row:last-child {
  border-bottom: 0;
}
.hfic-product .storage-table .row:nth-child(odd) {
  background: #f7f7f7;
}
.hfic-product .storage-table .label {
  font-weight: 600;
  flex-shrink: 0;
  padding-right: 65px;
}
.hfic-product {
  /* Info table */
}
.hfic-product .info-table {
  border: 1px solid #e2e2e2;
  background: #fff;
  font-size: 14px;
  margin-top: 20px;
}
.hfic-product .info-table .info-row {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}
.hfic-product .info-table .info-row:last-child {
  border-bottom: 0;
}
.hfic-product .info-table .info-label {
  width: 40%;
  background: #f7f7f7;
  padding: 10px;
  font-weight: 700;
}
.hfic-product .info-table .info-value {
  width: 60%;
  padding: 10px;
}
.hfic-product {
  /* Nutrition facts */
}
.hfic-product .nf-toggle {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  justify-self: flex-end;
  top: 26px;
}
@media screen and (min-width: 768px) {
  .hfic-product .nf-toggle {
    position: absolute;
    right: 5px;
  }
}
.hfic-product .nf-toggle__btn {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.hfic-product .nf-toggle__btn[aria-pressed=true] {
  background: #000;
  color: #fff;
  border-color: #000;
}
.hfic-product .nutrition-panel {
  padding: 12px;
  background: #fff;
  margin-top: 12px;
  display: none;
}
.hfic-product .nutrition-panel.is-active {
  display: block;
}
.hfic-product .nutrition-panel h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.hfic-product .nutritionalFactsTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.hfic-product .nutritionalFactsTable .nutRow {
  border-bottom: 1px solid #000;
}
.hfic-product .nutritionalFactsTable .nutRow.calories .nutCol {
  border-bottom: 2px solid #000;
}
.hfic-product .nutritionalFactsTable .nutRow.servingSize {
  border-bottom: solid 10px black;
}
.hfic-product .nutritionalFactsTable .nutRow.amountPerServing b {
  font-size: 80%;
}
.hfic-product .nutritionalFactsTable .nutRow.amountPerServing span {
  display: inline-block;
}
.hfic-product .nutritionalFactsTable .nutRow.calories b {
  font-size: 200%;
}
.hfic-product .nutritionalFactsTable .nutRow .pdv .nutCol {
  font-size: 12px;
  line-height: 1.4;
}
.hfic-product .nutritionalFactsTable .nutRow .indent {
  padding-left: 20px;
}
.hfic-product .nutritionalFactsTable .nutRow.sugars .indent {
  padding-left: 20px;
}
.hfic-product .nutritionalFactsTable .nutRow.added-sugars .indent {
  padding-left: 40px;
}
.hfic-product .nutritionalFactsTable .nutRow.protein {
  border-bottom: solid 10px black;
}
.hfic-product .nutritionalFactsTable .nutCol {
  padding: 6px 4px;
}
.hfic-product .nutritionalFactsTable .nutCol.name {
  font-weight: 400;
}
.hfic-product .nutritionalFactsTable .nutCol.value {
  text-align: right;
}
.hfic-product .pdv .nutCol {
  padding: 10px 12px;
}
.hfic-product {
  /* Unit visibility */
}
.hfic-product [data-unit] {
  display: none;
}
body[data-units=metric] .hfic-product [data-unit=metric], body[data-units=imperial] .hfic-product [data-unit=imperial] {
  display: inline;
}
.hfic-product {
  /* Responsive */
}
@media (max-width: 1154px) {
  .hfic-product .hfic-hero {
    grid-template-columns: 1fr;
  }
  .hfic-product .hero-summary {
    order: 1;
  }
  .hfic-product .hero-gallery {
    order: 2;
  }
  .hfic-product .hero-rail {
    order: 3;
  }
  .hfic-product .details-grid {
    grid-template-columns: 1fr;
  }
}

/* Non-home pages: header theme color */
body:not(.home) .site-header {
  background: var(--hfic-primary-color, #e82727);
  color: #fff;
}
body:not(.home) .site-header a {
  color: #fff;
}

.hfic-product-details {
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.hfic-product-faqs {
  padding-bottom: 80px;
  padding-top: 60px;
}
.hfic-product-faqs h2 {
  font-size: 35px;
  margin-bottom: 5px;
}
.hfic-product-faqs .faq-question {
  font-weight: 600;
  line-height: 2;
}
.hfic-product-faqs .faq-answer p {
  display: inline;
  margin: 0;
  line-height: 2;
}
.hfic-product-faqs .faq-answer p a {
  color: var(--hfic-red);
}
.hfic-product-faqs .faq-answer span {
  font-weight: 600;
}

/* Toggle switches */
.unit-toggle,
.nf-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 12px;
  font-size: 14px;
}
.unit-toggle .toggle-label,
.nf-toggle .toggle-label {
  font-weight: 600;
  color: #5F5F5F;
}
.unit-toggle .toggle-track,
.nf-toggle .toggle-track {
  position: relative;
  width: 52px;
  height: 28px;
  border: 1px solid #5F5F5F;
  background: #5F5F5F;
  border-radius: 999px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.unit-toggle .toggle-track .toggle-thumb,
.nf-toggle .toggle-track .toggle-thumb {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.unit-toggle[data-unit-state=imperial] .toggle-track .toggle-thumb {
  transform: translateX(24px);
}

.nf-toggle[data-nf-state=serving] .toggle-track .toggle-thumb {
  transform: translateX(24px);
}

.wp-block-button__link, .btn-primary {
  background-color: var(--color-primary);
}

.hfic-btn, .btn-primary, .pardotForm input[type=submit], .wp-block-button__link {
  display: inline-block;
  background: var(--hfic-red);
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 0.2s ease;
  border: none;
  font-family: "BrandonTextWeb", "Hind", sans-serif;
  cursor: pointer;
}
.hfic-btn:hover, .hfic-btn:focus-visible, .btn-primary:hover, .btn-primary:focus-visible, .pardotForm input[type=submit]:hover, .pardotForm input[type=submit]:focus-visible, .wp-block-button__link:hover, .wp-block-button__link:focus-visible {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}
.hfic-btn:visited, .btn-primary:visited, .pardotForm input[type=submit]:visited, .wp-block-button__link:visited {
  color: white;
}

.hfic-featured-story__overlay {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 20px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hfic-featured-story__overlay {
    padding: 60px 110px 80px 110px;
    max-width: 70%;
  }
}

.hfic-featured-story {
  padding: 40px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hfic-featured-story {
    padding: 115px 0;
  }
}
.hfic-featured-story h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #2E2F30;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .hfic-featured-story h2 {
    font-size: 42px;
  }
}
.hfic-featured-story p {
  font-size: 22px;
  color: #2E2F30;
  margin-top: 0;
  font-weight: 500;
}
.hfic-featured-story a:not(.btn-primary):not(.wp-block-button__link) {
  color: var(--hfic-red);
  font-size: 28px;
  text-transform: capitalize;
}

.home-products {
  padding: 40px 15px 60px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-products {
    padding: 40px 1.5rem 60px;
  }
}
.home-products h2 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 0;
}
.home-products .btn-primary {
  text-align: center;
  font-size: 22px;
  padding-top: 16px;
  margin-top: 30px;
}
.home-products .btn-primary:hover {
  color: white;
}
.home-products .product-card .product-img-placeholder {
  width: unset;
  overflow: hidden;
}

.product-grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-grid {
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
.product-grid.product-grid--single {
  justify-content: center;
}
.product-grid.product-grid--single .product-card {
  flex-basis: 75%;
  max-width: 75%;
}
.product-grid.product-grid--single .product-card .product-img-placeholder {
  height: 420px;
  width: 100%;
  aspect-ratio: unset;
}
.product-grid.product-grid--single .product-card__image {
  aspect-ratio: 2/1;
}
.product-grid.product-grid--single h3 {
  text-align: center;
}

.post-type-archive-hfic_product .site-main {
  padding: 0 1.5rem;
}

.post-type-archive .site-main {
  padding: 50px 15px;
}

.product-card {
  display: block;
  background: #fff;
  overflow: hidden;
  text-align: left;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .product-card {
    flex-basis: calc(33% - 0.5rem);
  }
}
.product-card a {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}
.product-card a .product-card__image, .product-card a .product-img-placeholder {
  border: 1px solid #dcdcdc;
}
.product-card a .sku {
  margin: 0.75rem 0 0;
  font-size: 80%;
  font-weight: 500;
}
.product-card a:hover h3, .product-card a:hover .sku {
  color: var(--hfic-primary-color) !important;
}
.product-card__content {
  padding: 0 15px;
}
.product-card h3 {
  margin: 0;
  padding: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.3;
}
.product-card .product-img-placeholder {
  background: #f7f7f7;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}
.product-card .product-img-placeholder p {
  color: #2E2E30;
}

.product-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f7f7f7;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.archive .product-grid {
  flex-wrap: wrap;
}
.archive .product-grid .product-card {
  flex-basis: calc(50% - 0.5rem);
}
@media screen and (min-width: 768px) {
  .archive .product-grid .product-card {
    flex-basis: calc(33% - 0.75rem);
  }
}

.archive-nav {
  text-align: center;
  margin: 2rem 0;
}
.archive-nav .btn-primary {
  background: var(--hfic-primary-color) !important;
  font-family: "BrandonTextWeb", "Hind", sans-serif;
  border: none;
  cursor: pointer;
}

.ideas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .ideas-grid {
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
}
.ideas-grid .idea-card {
  width: 100%;
}
.ideas-grid .idea-card h3 {
  margin-bottom: 4px;
}
.ideas-grid .idea-card p {
  margin-top: 0;
}
.ideas-grid .idea-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  aspect-ratio: 1.5/1;
}

.brand-divider {
  background-color: var(--hfic-primary-color);
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.home .brand-divider {
  height: 130px;
  background-size: 60%;
  background-position: -189px -76px;
}

.wp-block-separator {
  border-top: none;
  background-color: #DDDDDD;
}

hr {
  background-color: #DDDDDD;
  border: 0;
  height: 2px;
}

.subscribe-cta {
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .subscribe-cta {
    padding: 5px;
  }
}
.subscribe-cta .btn-primary {
  font-size: 25px;
  font-weight: 500;
  padding: 16px 26px 12px 26px;
}
.subscribe-cta .row {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .subscribe-cta .row {
    flex-direction: row;
  }
}
.subscribe-cta h3 {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .subscribe-cta h3 {
    text-align: left;
    margin-right: 35px;
  }
}

.whatsapp-cta .container {
  text-align: center;
}
.whatsapp-cta .container a {
  text-transform: uppercase;
  color: #2E2F30;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  display: inline-flex;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .whatsapp-cta .container a {
    font-size: 34px;
  }
}
.whatsapp-cta .container a:hover:after {
  display: none;
}
.whatsapp-cta .container a svg {
  margin-left: 20px;
  flex-shrink: 0;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .whatsapp-cta .container a svg {
    width: 80px;
  }
}

a.read-more {
  color: var(--hfic-red) !important;
}

#whatsapp-link:hover:after, #contact-cta:hover:after, figure > a:hover:after, .hfic-region-popup__btn:hover:after {
  display: none;
}

.page-template-page-builder .wp-block-group p > a {
  color: var(--hfic-red);
}
.page-template-page-builder .wp-block-group p > a:after {
  transform: scaleX(1);
}

.trp_ald_ls_container .trp-language-switcher > div {
  line-height: 2.1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}
.container .row {
  display: flex;
}

.bg-primary {
  background-color: var(--hfic-primary-color);
}

.bg-secondary {
  background-color: var(--hfic-primary-soft);
}

.brandForm input[readonly], .pardotForm input[readonly] {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  font-style: oblique;
  color: #515047;
}
.brandForm, .pardotForm {
  /* Tooltip container */
}
.brandForm .tooltip, .pardotForm .tooltip {
  font-family: "BrandonTextWeb", "Hind", sans-serif;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: #d12229;
  color: #fff;
  width: 2ch;
  height: 2ch;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  /* Tooltip text */
}
.brandForm .tooltip .tooltiptext, .pardotForm .tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #231f20;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.75rem;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.brandForm .tooltip .tooltiptext a, .pardotForm .tooltip .tooltiptext a {
  color: #fff !important;
}
.brandForm .tooltip, .pardotForm .tooltip {
  /* Show the tooltip text when you mouse over the tooltip container */
}
.brandForm .tooltip:hover .tooltiptext, .pardotForm .tooltip:hover .tooltiptext {
  visibility: visible;
}

.pardotForm input[type=text], .pardotForm input[type=email], .pardotForm select, .pardotForm input[type=tel], .pardotForm textarea {
  border: 0;
  width: 100%;
  font-size: 14px;
  padding: 10px 10px 10px !important;
  min-height: 32px;
  border-radius: 0;
}

.custom-form-block .pardotForm.brandForm input[type=submit] {
  font-size: 30px;
  padding: 17px 40px !important;
}

ul li.fullwidth.rightalign {
  text-align: left !important;
}

.brandForm h3 {
  text-transform: uppercase;
  font-weight: 600 !important;
  text-align: center;
}

.brandForm p {
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
