@font-face {
  font-family: Knockout;
  font-weight: 600;
  src: url(../fonts/Knockout_HTF47-Bantamweight_Regular.otf) format("woff2"),
    url(../fonts/Knockout_HTF47-Bantamweight_Regular.otf) format("woff"),
    url(../fonts/Knockout_HTF47-Bantamweight_Regular.ttf) format("truetype");
}
@font-face {
  font-family: Knockout;
  font-weight: 400;
  src: url(../fonts/Knockout_HTF47-Bantamweight_Regular.otf) format("woff2"),
    url(../fonts/Knockout_HTF68-FullFeatherwt_Regular.woff) format("woff"),
    url(../fonts/Knockout_HTF68-FullFeatherwt_Regular.ttf) format("truetype");
}
@font-face {
  font-family: Gill Sans;
  font-weight: 400;
  src: url(../fonts/Gill_Sans.otf);
  src: url(../fonts/Gill_Sans.otf) format("embedded-opentype"),
    url(../fonts/Gill_Sans.otf) format("woff2"), url(../fonts/Gill_Sans.otf) format("woff"),
    url(../fonts/Gill_Sans.otf) format("truetype");
}
.heading-shadow {
  text-shadow: 1px 1px 2px rgb(0 0 0);
}
body,
p,
a,
span,
.Form__Item::placeholder {
  font-family: Gill Sans, sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 1.08em;
}
.Heading,
.Button,
h1,
h2,
h3,
h4,
h5,
h6,
.back-to-blog,
.ImageHero__BlockContent p,
h2 a,
h3 a,
.ArticleItem__Date,
.Linklist__Item a,
.ProductMeta__PriceList span,
.Button span {
  font-family: Knockout, sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px !important;
  line-height: 1.08em;
}
.Button,
.Button:before {
  border-radius: 40px;
}
.Button {
  font-size: 25px;
  padding: 12px 50px;
}
.Button--secondary {
  color: #000;
  border: 1px solid #fdc526;
  background-color: #fdc526;
}
.container-max {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}
.ArticleListWrapper {
  max-width: 1920px;
}
.AnnouncementBar__Content {
  font-size: 22px;
  width: 100%;
}
.AnnouncementBar__Wrapper {
  padding: 8px 15px;
}
.Header:not(.Header--sidebar) .Header__Wrapper {
  padding: 0 50px;
}
.HorizontalList__Item .Heading {
  font-size: 3vw;
  position: relative;
}
.HorizontalList--spacingExtraLoose .HorizontalList__Item {
  margin-left: 41px;
}
.Icon--tasty-account {
  height: 60px;
  width: 60px;
}
.accountIcon {
  text-align: center;
}
@media (min-width: 481px) {
  .accountIcon {
    margin-left: 60px;
  }
}
.accountIcon span {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 5px;
}
.Header__Icon .Icon--account,
.Header__Icon .Icon--search-desktop,
.Header__Icon .Icon--cart-desktop {
  width: 2em;
  height: 2em;
}
.features--heading-large .u-h2 {
  font-size: 70px;
  margin-bottom: 30px;
}
.features--heading-large .u-h4 {
  font-size: 30px;
  margin-bottom: 5px;
}
.Header__LinkSpacer {
  width: 100%;
}
.Header__LinkSpacer:after {
  border-bottom: 2px solid #e52525;
}
.features--heading-large h1.Heading {
  font-size: 70px;
}
.ImageHero__Block--large {
  max-width: 650px;
}
.ImageHero--large {
  min-height: calc(100vh - 175px);
}
.ImageHero__Block {
  margin: 40px 30px;
  padding: 40px;
}
.ImageHero__BlockContent {
  font-size: 35px;
  text-align: left;
  margin-bottom: 30px;
}
.ImageHero--middleLeft {
  align-items: center;
  justify-content: flex-start;
}
.ImageHero--middleCenter {
  align-items: center;
  justify-content: center;
}
.ImageHero--middleRight {
  align-items: center;
  justify-content: flex-end;
}
.ImageHero--bottomLeft {
  align-items: end;
  justify-content: flex-start;
}
.ImageHero--bottomCenter {
  align-items: end;
  justify-content: center;
}
.ImageHero--bottomRight {
  align-items: end;
  justify-content: flex-end;
}
h3.SectionHeader__SubHeading.u-h3 {
  font-size: 35px;
}
.FeatureText__Content {
  max-width: 685px;
}
.Section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.underlay-image {
  max-width: 50%;
  position: absolute;
  z-index: -1;
}
.underlay--middle {
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.PageItem__Title {
  text-align: center;
}
.ArticleItem__Date {
  color: #6f6f6f;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.landscape_collections {
  margin-bottom: 100px;
}
.SectionHeader:not(:only-child) {
  margin-bottom: 50px;
}
.productItem__Overlay {
  display: flex;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  background-color: #fff0;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.productItem__OverlayInner {
  height: 50px;
  transition: height 0.5s ease-in-out;
}
.productItem__OverlayInner h2 {
  font-size: 20px;
}
.productItem__Overlay .ProductItem__Title {
  transition: color 0s ease-in-out;
}
.productItem__Overlay p {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  max-width: 335px;
  width: 90%;
  margin: 0 auto;
}
.ProductItem:hover .productItem__Overlay .productItem__OverlayInner {
  height: auto;
  margin-top: 20%;
}
.ProductItem:hover .productItem__Overlay .ProductItem__Title {
  color: #000 !important;
}
.ProductItem:hover .productItem__Overlay {
  height: 100%;
  opacity: 1;
  background-color: #fff9;
  top: 0;
  color: #000;
}
.ProductItem:hover .productItem__Overlay p {
  visibility: visible;
  opacity: 1;
}
.landscape_collections .ProductItem__ImageWrapper {
  position: relative;
}
.landscape_collections .Grid__Cell {
  margin: 30px 0;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option {
  border-top: 1px solid #fdc526 !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-option:first-child {
  border-top: none !important;
}
.PageHeader {
  margin: 50px 0 !important;
}
.PageHeader--withBackground {
  margin: 0 !important;
}
.collection-filters-form .Collapsible__Button {
  font-size: 35px;
  border-bottom: 2px solid #fdc526;
}
.ProductItem__Title a {
  font-size: 30px;
}
.ProductItem__PriceList span {
  font-size: 25px;
}
.cart_hover,
.ProductItem_Info_wrapper:hover .hide_on_hover {
  display: none;
}
.ProductItem_Info_wrapper:hover .cart_hover {
  display: block;
}
.ProductItem__ViewButton {
  width: 100%;
  margin-top: 20px;
}
.ProductItem__ViewButton input {
  width: 100%;
}
.Product__Thumb--stack.Product__Gallery--withThumbnails {
  display: flex;
  position: sticky;
  top: 120px;
}
.Product__Thumb--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
  flex-grow: 0;
}
.Product__Thumb--stack.Product__Gallery--withThumbnails .Product__Slideshow,
.Product__Thumb--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
  flex: 1 0 auto;
}
.Product__Thumb--stack .Product__SlideshowNav--thumbnails {
  width: 70px;
}
.Product__Thumb--stack .Product__SlideshowNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.Product__Thumb--stack.Product__Gallery--withThumbnails .Product__Slideshow {
  padding-left: 80px;
}
.Product__Gallery.Product__Gallery--withThumbnails .Product__SlideshowNavImage {
  margin: 5px !important;
}
.ProductMeta,
.Product__Tabs .Collapsible {
  border: none;
}
.Product__Tabs .Collapsible__Button {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fdc526;
  font-size: 30px;
  cursor: default;
}
.Collapsible--large .Collapsible__Content {
  padding-bottom: 0;
}
.Product__SlideshowMobileNav {
  display: none;
}
.ProductMeta .ProductMeta__PriceList span {
  font-size: 30px;
}
.ProductMeta h1.ProductMeta__Title {
  font-size: 50px;
  line-height: 1em;
  border: none;
  margin-bottom: 0;
}
.ProductMeta__PriceList {
  margin-top: 0;
}
.ProductMeta_inner,
.ProductMeta {
  padding-bottom: 0;
  margin-bottom: 0;
}
.Product__Tabs {
  margin: 20px 0;
}
.ProductMeta__Title {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 3px solid black;
}
.ProductMeta__PriceList {
  min-width: 79px;
}
.buy-container {
  display: flex;
}
.ProductForm__QuantitySelector {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 9%;
}
.QuantitySelector {
  height: 100%;
}
.Button_Green {
  border-color: #587a26;
}
.Button_Green:before {
  background-color: #587a26;
}
.ProductMeta__Type {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}
.Product__Gallery {
  margin-bottom: 40px;
  margin-top: 40px;
}
.Product__SlideshowNavImage.is-selected {
  border-color: #d8593d;
}
@media (max-width: 1024px) {
  .Product__Thumb--stack.Product__Gallery--withThumbnails {
    display: block !important;
    position: unset !important;
  }
}
.CollectionToolbar,
.CollectionToolbar__Item {
  box-shadow: none;
  border: none;
}
.customContainer {
  max-width: 1760px;
  width: 90%;
  margin: 0 auto;
  padding: 100px 0 50px;
}
.ImageHero__ContentOverlay h1 {
  margin-bottom: 0;
}
.ImageHero__ContentOverlay {
  text-shadow: none;
  flex-basis: 880px;
}
.ImageHero__ContentOverlay .SectionHeader__Description {
  max-width: 880px;
  margin-top: 10px;
}
.Feature_wide_image .FeatureText__ContentWrapper {
  width: 40%;
}
.Feature_wide_image .FeatureText__ImageWrapper {
  width: 60%;
}
.Ingredient_section {
  padding-bottom: 100px;
}
.IngredientItem__ImageWrapper {
  border-radius: 50%;
}
.IngredientList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1760px;
  width: 90%;
  margin: 0 auto;
}
.Ingredient_Cell {
  width: 14%;
}
.IngredientItem {
  margin: 5%;
}
.IngredientItem {
  position: relative;
}
.Ingredient__Overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000026;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.Ingredient__Overlay h4.IngredientItem__Title {
  font-size: 30px;
}
.Learn-more-content {
  text-align: center;
}
.logo-Item {
  max-width: 300px;
  width: 60%;
  margin: 20px auto;
}
.Form__Item input,
.Form__Item textarea {
  background-color: #fff;
}
.Contact_subtext {
  font-size: 12px;
}
.Linklist__Item a {
  font-size: 30px;
  text-transform: uppercase;
}
.Footer__Block--newsletter {
  flex-basis: 490px;
}
#footer-newsletter input {
  background-color: #fff;
  border: 1px solid #707070;
  color: #6f6f6f;
}
#footer-newsletter input::placeholder {
  color: #6f6f6f;
  text-transform: uppercase;
}
.Footer__Block .Footer__Title {
  font-size: 30px;
}
.Footer__Content p {
  text-transform: uppercase;
  font-size: 20px;
}
.recipe__Wrapper {
  background: transparent;
  display: flex;
  max-width: 1920px;
  width: 90%;
  padding: 0 0 40px;
}
.recipe-wrapper {
  width: 45%;
  margin-right: 5%;
}
.recipe-content {
  width: 50%;
}
h3.instruction_title {
  font-size: 35px;
  color: #587a26;
}
.recipe_ingredients {
  margin-bottom: 60px;
}
.recipe_ingredients li {
  line-height: 1.75em;
  font-size: 20px;
}
.recipe_steps p {
  font-size: 26px;
}
.recipe-stats {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #587a26;
  color: #fff;
  text-align: center;
}
.recipe-stats > div {
  width: 33%;
  font-size: 26px;
}
.recipe-stats h4 {
  font-size: 40px;
  text-transform: uppercase;
}
.print button {
  width: 100%;
  text-decoration: underline;
  margin-bottom: 15px;
}
.print a {
  width: 100%;
  text-decoration: underline;
}
.back-btn-container {
  margin: 0 auto;
  max-width: 1920px;
  width: 90%;
  padding: 40px 0;
}
.back-to-blog {
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 35px;
}
.recipe-product-grid {
  padding: 0 50px;
}
.recipe-product-wrapper {
  margin: 50px auto;
}
@media only screen and (max-width: 1500px) {
  .Product__Info,
  .Product__Aside {
    max-width: 500px;
  }
  .Header__Icon .Icon--nav-desktop,
  .Header__Icon .Icon--account,
  .Header__Icon .Icon--search-desktop,
  .Header__Icon .Icon--cart-desktop {
    width: 1.5em;
    height: 1.5em;
  }
}
.find-in-store-mobile {
  display: none;
}
@media only screen and (max-width: 1139px) {
  .find-in-store {
    display: none;
  }
  .find-in-store-mobile {
    display: block;
  }
  .Icon--tasty-account {
    height: 50px;
    width: 50px;
  }
  .Header__Icon + .Header__Icon {
    margin-left: 40px;
  }
  .Product__Thumb--stack.Product__Gallery--withThumbnails {
    display: block;
  }
  .Product__SlideshowMobileNav {
    display: flex;
  }
  .Product__Thumb--stack.Product__Gallery--withThumbnails .Product__Slideshow {
    padding-left: 0;
  }
  .recipe-stats h4 {
    font-size: 20px;
  }
  .recipe-stats > div {
    width: 33%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1007px) {
  .Product__Gallery {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .ProductMeta {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .ProductMeta h1.ProductMeta__Title,
  .ProductMeta .ProductMeta__PriceList span {
    width: 100%;
    text-align: center;
  }
  .ProductMeta__Title {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .ProductMeta__PriceList {
    width: 100%;
  }
  .ProductMeta__Type {
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
  }
  .buy-container {
    justify-content: center;
  }
  .recipe-content .Article__Title {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 980px) {
  .features--heading-large .u-h1 {
    font-size: 60px;
  }
  .ImageHero--bottomLeft.ImageHero--large {
    min-height: 600px;
    justify-content: center !important;
  }
  .Icon--tasty-account {
    height: 30px;
    width: 30px;
  }
  .Header__Icon .Icon--nav-desktop,
  .Header__Icon .Icon--account,
  .Header__Icon .Icon--search-desktop,
  .Header__Icon .Icon--cart-desktop {
    width: 1.5em;
    height: 1.5em;
  }
  .navbar-icons .Header__Icon:last-child {
    margin-left: 20px !important;
  }
  .Ingredient__Overlay h4.IngredientItem__Title {
    font-size: 20px;
  }
  h3.instruction_title {
    font-size: 25px;
  }
  .recipe_ingredients li {
    line-height: 1.75em;
    font-size: 14px;
  }
  .recipe_steps p {
    font-size: 16px;
  }
  .recipe_ingredients {
    margin-bottom: 30px;
  }
  .back-to-blog {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .back-btn-container {
    padding: 20px;
  }
}
@media only screen and (max-width: 780px) {
  .recipe__Wrapper {
    flex-wrap: wrap;
  }
  .recipe-wrapper,
  .recipe-content {
    width: 90%;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 641px) {
  .features--heading-large .u-h1 {
    font-size: 45px;
  }
  .ImageHero__Block {
    margin: 20px;
    padding: 30px;
  }
  .ImageHero__BlockContent {
    font-size: 25px;
  }
  .ImageHero--large {
    min-height: 480px;
  }
  .Header__Icon + .Header__Icon {
    margin-left: 18px;
  }
  .Linklist__Item a {
    font-size: 20px;
  }
  .Footer__Content p {
    font-size: 15px;
  }
  .features--heading-large .u-h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .features--heading-large h1.Heading {
    font-size: 60px;
  }
  .ProductList--desktop {
    display: none;
  }
  .Ingredient_Cell {
    width: 50%;
  }
  .Feature_wide_image .FeatureText__ContentWrapper,
  .Feature_wide_image .FeatureText__ImageWrapper {
    width: 100%;
  }
  .landscape_collections {
    margin-bottom: 30px;
  }
  .Container {
    padding: 0 10px;
  }
  .features--heading-large .u-h4,
  h3.SectionHeader__SubHeading.u-h3,
  .ProductItem__Title a {
    font-size: 25px;
  }
  .ProductItem__PriceList span,
  .AnnouncementBar__Content {
    font-size: 20px;
  }
  .Footer__Inner,
  .Product__Tabs {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .Header__Icon .Icon--nav,
  .Header__Icon .Icon--account,
  .Header__Icon .Icon--search-desktop,
  .Header__Icon .Icon--cart-desktop {
    width: 1em;
    height: 1em;
  }
  .features--heading-large .u-h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .features--heading-large h1.Heading {
    font-size: 50px;
  }
  .ProductItem__Title a {
    font-size: 20px;
  }
  .buy-container {
    flex-wrap: wrap;
  }
  .ProductForm__QuantitySelector {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .features--heading-large h1.Heading {
    font-size: 40px;
  }
  .ProductMeta .ProductMeta__PriceList span {
    font-size: 30px;
  }
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 0 2%;
  }
  .Icon--tasty-account {
    height: 20px;
    width: 20px;
  }
  .Header__Icon + .Header__Icon {
    margin-left: 15px;
  }
  .navbar-icons .Header__Icon:last-child {
    margin-left: 10px !important;
  }
}
.product-attributions-icons {
  display: flex;
}
.product-attribution-icons img {
  max-width: 65px;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .product-attribution-icons {
    margin-top: 15px;
    text-align: center;
  }
}
.main-article__image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
}
.main-article__image:after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-article__wrapper {
  margin: 0 !important;
  max-width: none !important;
}
.main-article__title {
  text-align: center;
  color: #fff;
  z-index: 3;
  position: relative;
  padding: 0 20px;
  margin-bottom: 20px !important;
}
.ArticleToolbar.is-visible {
  z-index: 4;
}
.main-article__footer {
  margin-bottom: 65px !important;
}
.breadcrumbs__item {
  list-style: none;
  position: relative;
  display: flex;
}
.breadcrumbs__list {
  display: flex;
}
.breadcrumbs__item a {
  text-transform: uppercase;
  transition: 0.3s ease all;
  font-size: 14px;
}
.breadcrumbs__item:after {
  content: "/";
  display: block;
  margin: 0 5px;
  transition: 0.3s ease all;
  font-size: 14px;
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__item:hover a,
.breadcrumbs__link[aria-current="page"] {
  color: #e52525;
}
.top-arcticle__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-arcticle__wrapper ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
.top-arcticle__wrapper ul li {
  list-style: none;
  text-transform: uppercase;
  transition: 0.3s ease all;
  font-size: 14px;
}
.top-arcticle__wrapper ul li:hover {
  color: #e52525;
}
.article-nav-buttons {
  display: none;
}
@media (max-width: 768px) {
  .main-article__image {
    height: 300px;
  }
  .top-arcticle__wrapper {
    display: block;
  }
  .top-arcticle__wrapper ul {
    display: none;
  }
  .article-nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .article-nav-buttons li {
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
  }
  .main-article__footer {
    margin-bottom: 20px !important;
  }
}
.product-recipes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.product-recipes__title {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
}
.product-recipes h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
}
@media (max-width: 992px) {
  .product-recipes__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .product-recipes__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-recipes h1 {
    font-size: 40px;
  }
}
.product-recipes__image {
  display: block;
  max-height: 400px;
  height: 100%;
}
.product-recipes__image img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .cart-header-wrapper .Cart__Checkout {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
  .cart-header-wrapper {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .cart-header-wrapper h1,
  .cart-header-wrapper button {
    margin: 0 auto;
  }
  .Cart--expanded .Cart__Checkout {
    padding: 15px 30px;
  }
}
.CartItem h2 {
  font-size: 28px;
  margin-bottom: 0 !important;
}
.CartItem__Meta,
.CartItem__LinePriceList {
  font-size: 16px !important;
}
.Cart__Total {
  font-size: 24px !important;
}
span.product-sub-title {
  font-size: 12px;
  line-height: 1.2 !important;
  display: block;
  margin-top: 2px;
}
ul.CartItem__PropertyList {
  margin: 0;
}
ul.CartItem__PropertyList li:last-child {
  margin-bottom: 10px;
}
.CartItem__ImageWrapper {
  width: 100px;
}
@media (max-width: 480px) {
  .CartItem__Title {
    white-space: wrap;
  }
  .CartItem h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 641px) {
  .features--heading-large .u-h7 {
    font-size: 24px !important;
  }
}
button.Popover__Value {
  font-family: Gill Sans, sans-serif !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding: 10px 20px;
  text-transform: initial !important;
}
div#collection-sort-popover {
  z-index: 100000;
}
button.CollectionToolbar__Item--sort {
  font-size: 24px !important;
  border: 1px solid var(--border-color);
  padding: 10px !important;
}
button.CollectionToolbar__Item--sort svg.Icon.Icon--select-arrow {
  width: 11px;
}
.CollectionToolbar.CollectionToolbar--top.CollectionToolbar--reverse.boost-pfs-filter-tree-mobile-button-stick-wrapper {
  padding: 10px 80px;
  top: calc(var(--header-height) * 0 - 1px);
  top: calc(var(--header-height) * var(--use-sticky-header, 0) - 1px);
}
.Popover__ValueList {
  padding: 4px;
}
.boost-pfs-filter-tree-mobile-button button,
.boost-pfs-filter-top-sorting-mobile button {
  margin: 0 !important;
}
span.boost-pfs-filter-tree-mobile-button-label {
  font-family: Knockout, sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px !important;
  line-height: 1.08em;
  font-size: 24px;
}
nav.breadcrumb {
  margin: 0 auto;
  padding: 30px 0 0 50px;
}
.tag-wrapper-collection {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 5px 15px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #e52525;
}
/*# sourceMappingURL=/cdn/shop/t/25/assets/custom.css.map?v=123722309744017345511696923994 */
