/** Shopify CDN: Minification failed

Line 723:12 Unexpected "{"
Line 723:21 Expected ":"
Line 724:16 Expected identifier but found whitespace
Line 724:18 Unexpected "{"
Line 724:27 Expected ":"
Line 724:78 Expected ":"
Line 725:19 Expected identifier but found whitespace
Line 725:21 Unexpected "{"
Line 725:30 Expected ":"
Line 725:84 Expected ":"

**/
:root {
  --black: #000000;
  --white: #ffffff;
  --red: #c2001b;
  --red-alt:#e10c2a;
  --cream:#f3ede1;

}




.p-disclaimer {
  font-size:1.2rem;
}


button.sc-btn-ec {
    font-family: "Oswald";
    font-size: 1.2em;
    font-weight: 500;
    margin-top: -10px;
    border: 4px solid var(--red);
    background: #fff !important;
    color: var(--red);
}

.sc-pl-product-selector-form__product-info-name {
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "Oswald";
    color: var(--red) !important;
    font-size: 1.2em;
    font-weight: 400 !important;
}

.sc-pl-product-selector-form__product-info {
    color: #000;
    line-height: 1.1rem;
    margin-top: 0 !important;
}

.sc-pl-product-selector-form__form label {
  color: #000;
  text-align: left;
}

.sc-pl-product-selector-form__content-product-img img {
  border:none !important;
}

.standout {
  color:var(--red);
  text-transform:uppercase;
  font-weight:700 !important;
}

.home-connect {
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.home-connect a {
    color: #fff !important;
    display: inline-block;
    padding: 10px;
    border: 1px solid var(--red);
    text-decoration: none;
}

.home-connect a:hover {
  background: var(--red);
}

.home-connect img {
    width: 25px;
    position: relative;
    top: -3px;
}

.social-home {
  margin:10px;
  text-align: center;
}

.social-home h2 {
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.7em;
    font-weight: 400;
}

.social-home a {
    display: inline-block;
    margin: 0 6px;
    width: 50px;
}

.social-home img {
  max-width: 70px;
}

/* #onetrust-consent-sdk {
display:none !important;
}
 */
body {
  font-size:16px !important;
  font-family:"Oswald";
}

#MainContent a:not([href]) {
    cursor: pointer;
}

.mobile-only {
  display:none;
}

.shopify-section a {
  color:var(--red);
}

.section-header.shopify-section-group-header-group {
    z-index: 20;
    position: relative;
    width: 100%;
}

sticky-header.header-wrapper {
    border-bottom: 3px solid #fff;
    margin-top: 30px;
}

main#MainContent {
    margin-top: 0;
}

.scrolled-past-header sticky-header.header-wrapper {
    border-bottom: 3px solid #fff;
    margin-top: 30px;
}

.scrolled-past-header .header__heading-logo-wrapper {
    width: 52% !important;
}

sticky-header .desktop-localization-wrapper {
  position:fixed;
  width:100%;
  left:0;
  top:0;
  background:var(--red);
}

sticky-header .header-localization .disclosure .localization-form__select {
    font-size: 1.2rem;
    letter-spacing: .06rem;
    height: 3rem !important;
}

sticky-header .header-localization .disclosure .localization-form__select:hover {
  text-decoration:none;
}

sticky-header.header-wrapper .brand-logo {
    position: absolute;
    top: -2px;
    z-index: 10;
    left:0;
    right:0;
}

#preheader {
  background:var(--red);
  text-align: right;
}

#preheader .buy-button-header {
    background: #000;
    color: #fff;
    padding: 5px 11px;
    text-decoration: none;
    margin: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 600;
}

header.header {

}

.header__search {
  display:none !important;
}

.header__inline-menu * {
  transition:none !important;
  /* animation:none !important; */
}

header.header {
    display: flex;
      padding-top: 14px;
    padding-bottom: 5px;
  position:relative;
}

.header__inline-menu {
    margin-left: auto !important;
    position: absolute;
    right: 0;
}


.header__inline-menu > ul > li {
  position:relative;
}

.header__inline-menu>ul>li:after {
    content: "";
    width: 4px;
    background: #c2001b;
    height: 39px;
    display: inline-block;
    right: 0;
    top: 0;
    position: absolute;
}

.header__inline-menu > ul > li:nth-of-type(3):after,
.header__inline-menu > ul > li:nth-of-type(5):after,
.header__inline-menu > ul > li:last-of-type:after {
  display:none;
}

.header__inline-menu>ul>li:nth-of-type(1) {
  margin-left:65px;
}

.header__inline-menu>ul>li:nth-of-type(3) {
    margin-right: 250px;
}

.header__inline-menu #HeaderMenu-buy-now {
    color: #c2001b;
    border: 5px solid var(--red);
    background: #fff;
    text-shadow: none;
    padding: 1px 20px 5px;
    transition: all .3s !important;
    position: relative;
    top: -5px;
}
.header__inline-menu #HeaderMenu-buy-now:hover {
  background:var(--red);
  color:#fff;
}

.header__inline-menu #HeaderMenu-buy-now:hover span {
  color:#fff;
}

.header__inline-menu #HeaderMenu-buy-now span {
  color:#c2001b;
}

.header__inline-menu #HeaderMenu-buy-now span.header__active-menu-item {
  color:var(--red);
  text-decoration:none;
}

.header__inline-menu #HeaderMenu-buy-now:hover span.header__active-menu-item {
  color:#fff;
  text-decoration:none;
}

.header__inline-menu > ul > li > a, .header__inline-menu > ul > li summary {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 400;
    padding: 0 30px;
    /* text-shadow: 1px 1px 3px red; */
    color: #fff;
    padding-bottom: 0px;
}

.header__inline-menu > ul > li svg {
  display:none !important;
}

details[open]>.header__menu-item {
    text-decoration: none;
    background: var(--red);
    position: relative;
    z-index: 2;
    padding-bottom: 5px;
}

details[open]>.header__submenu {
    width: auto !important;
    margin-left: -4px;
    margin-top: -2px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
}

.header__submenu {
    background: var(--red);
    color: #fff;
 
}

.header__submenu .header__menu-item {
    color: #fff;
    font-size: 1.3em;
    white-space: nowrap;
}

.header__submenu .header__menu-item:hover {
  color:#fff;
  text-decoration:none;
}

#HeaderMenu-MenuList-2 {
  display:none !important;
}

.header__inline-menu>ul>li:nth-of-type(2) {
  position:relative;
}

.header__inline-menu>ul>li:nth-of-type(2) a {
  color:#fff !important;
  text-decoration:none;
}

.header__inline-menu>ul>li:nth-of-type(2) a:hover {
  text-decoration:underline;
}

.header__inline-menu>ul>li:nth-of-type(2) .pizza-submenu {
  display:none;
    position: absolute;
   
    color: #fff;
    text-transform: uppercase;
    top: 46px;
    width: 290px;
  padding-top:9px;
}


.header__inline-menu>ul>li:nth-of-type(2).active .pizza-submenu {
  display:block;
}

.header__inline-menu>ul>li:nth-of-type(2) .pizza-submenu ul {
  background: var(--red);
  padding: 14px 20px;
  list-style-type: none;
}

.header__inline-menu>ul>li:nth-of-type(2) .pizza-submenu a {
    color: #fff;
    font-size: 1.2em;
    padding: 8px 0;
  text-decoration:none !Important;
}

.header__inline-menu>ul>li:nth-of-type(2) .pizza-submenu a:hover {
  text-decoration:underline !important;
}

.swiper-bg {
  position:relative;
}

.swiper-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.swiper-n, .swiper-p {
    background: #f2eee3;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    text-align: center;
    padding-top: 21px;
    cursor:pointer;
  transition:all .3s;
}


.swiper-n {
  margin-right:-40px;
}

.swiper-p {
    margin-left: -40px;
    right: 0;
}

.swiper-n:after,
.swiper-p:after {
  color: #c2001b;
  font-size: 24px;
  font-family: swiper-icons;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight:800 !important;
}

.swiper-n:after {
  content:"prev";
}

.swiper-p:after {
  content:"next";
}

.swiper-n:hover, .swiper-p:hover {
    background: #990116;
}

.swiper-n:hover:after,
.swiper-p:hover:after {
  color:#f2eee3;
}

.shopify-policy__container {
    max-width: 1400px !important;
}

.social-links {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.social-links li {
  margin-left:14px;
  margin-right:14px;
}

.social-links li a {
  display:inline-block;
  width:50px;
  height:50px;
  background-size:cover;
  text-decoration: none;
  transform:scale(1);
  transition:all .3s;
}

.social-links li a:hover {
  transform:scale(1.2);
}

.social-links li.fb a {background-image:url(/cdn/shop/files/social-fb.jpg?v=1723814221);}
.social-links li.x a {background-image:url(/cdn/shop/files/social-x.jpg?v=1723814221);}
.social-links li.insta a {background-image:url(/cdn/shop/files/social-insta.jpg?v=1723814221);}
.social-links li.tiktok a {background-image:url(/cdn/shop/files/social-tiktok.jpg?v=1723814221);}

.footer__copyright {
  display:none;
}

.schwans-footer {
  width:100%;
  color:#fff;
}

.schwans-footer a {
  color:#fff;
  text-decoration:none;
}

.schwans-footer .inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.schwans-footer .copyright {
  width:40%;
}

.schwans-footer .brand {
  width:20%;
  text-align:center;
}

.schwans-footer .brand img {
  max-width:70px;
}

.schwans-footer .links {
  width:40%;
  text-align:center;
}

.schwans-footer .s-footer-links {
  list-style-type:none;
  padding:0;
}

.schwans-footer .s-footer-links li {
  display:inline-block;
  padding:0 10px;
}

.schwans-footer .overline {
  border-top:1px solid #fff;
  padding-top:20px;
}

.schwans-copyright {
    text-align: center;
    margin: 30px 0 0px;
    opacity: 0.3;
    font-size: .9em;
}

.newsletter__wrapper {
  color:#fff;
}

.video-btn {
  padding:0;
  border:none;
}

.video-btn img {
  width:100% !important;
  height:auto;
}

.modal {
  background: rgb(0 0 0 / 79%);
}


.modal-body {
  position:relative;
  padding:0px;
}

.modal.lightbox .ratio {
    background: transparent !important;
}


.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}

.scroll-wrap {
  background:#fff;
  border-top:5px solid #c2001b;
  border-bottom:5px solid #c2001b;
  padding:20px;
 height: 600px; /* Adjust the height as needed */
}

.scroll-wrap .rb-intro img {
  border:none;
}

.scroll-wrap p {
    margin-bottom: 22px ! Important;
    font-size: 1.2em;
    line-height: 1.8em;
    padding-top: 16px;
}

.multicolumn.background-primary .multicolumn-card {
  background:transparent !important;
}




#shopify-section-template--17350825083035__schwans_swiper_carousel_GQGhKy {
  background:var(--cream);
  padding:30px 0;
}

#shopify-section-template--17350825083035__schwans_swiper_carousel_GQGhKy .swiper-bg {
      max-width: 1270px;
    margin: 0 auto;
}

#shopify-section-template--17350824788123__schwans_blog_hero_image_gYjNaR .hero-section img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.section-template--17350825083035__custom_liquid_wrgiGp-padding {
  position: relative;
  overflow: hidden;
}

.fixed-background {


}

.locator-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}

/* Blog */
.hero-section {
  position: relative;
  text-align: center;
  color: white;
}
.hero-section img {
  width: 100%;
  height: auto;
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .blog-articles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .featured-article {
    display: flex;
    grid-column: 1 / -1; 
  }
  .featured-article, .standard-article {
    margin-bottom:40px;
  }
  .article-card .card__heading {
    font-size: 1.7em;
    margin-bottom: 0;
  }
.featured-article__image {
    flex: 1;
    margin-right: 20px;
    max-width: 50%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    transform: scale(1);
    transition: transform 1s ease;
    border-right: 3px solid var(--red);
    padding-right: 25px;
}
  .featured-article__image img {
    max-width:100%;
    height:auto;    
  }
  .featured-article__image img:hover {
    transform: scale(1.04);
    transition: transform 1s ease;
  }
  .featured-article__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .featured-article__content a:hover {
    text-decoration:underline;
  }
  .featured-article__content .read-more-link:hover {
    text-decoration:none;
  }
  .standard-articles {
    display: contents;
  }
  .standard-article {
    grid-column: span 1;
  }
  .article {
    flex-direction: column; 
  }
  .article-card-wrapper .card, .contains-card--article {
    border: none;
  }
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
  .pagination {flex-direction: row-reverse;}
.pagination-wrapper {
  text-align: right;
}
.pagination__list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination-wrapper .pagination__item {
  background-color: #c2001b;
  color: white;
  padding: 10px 15px;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.pagination-wrapper .pagination__item:hover {
  cursor: pointer;
  text-decoration: none;
  opacity:0.7;
}

.pagination-wrapper .pagination__item--current {
  background-color: #c2001b;
  color: white;
  text-decoration: none;
}
.pagination-wrapper .pagination__item--current:after, .pagination-wrapper .pagination__item:hover:after {
  display:none;
}
.pagination-wrapper .pagination__list>li {
    display: inline-block;
    flex: none;
}
.read-more-link {
  padding:8px 30px;
  margin-top:10px;
  display:table;
  border:3px solid #c2001b;
  color:#c2001b;
  background:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-family: var(--font-heading-family);
  width: 150px;
  text-align: center;
  font-weight: 900;
}
.read-more-link:hover {
  text-decoration:none;
}
.card:not(.ratio), .card-wrapper {
  height: auto;
  background:none;
}

.page-hero {
    height: 600px;
    background-size: cover;
    background-position: center;
    position:relative;
    overflow:hidden;
}

.page-hero.hero-section.small {
    height: 400px;
}

.page-hero img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.page-hero .hero-text {
  text-align:center;
  color:#fff;
  font-family:"Oswald";
  width:100%;
      padding: 0 30px;
}

.page-hero .hero-text h1 {
    font-size: 75px;
    text-transform: uppercase;
    font-family: "Oswald";
    text-shadow: 5px 5px 0px #000;
}

.page-hero .hero-text p {
    font-size: 29px;
    text-shadow: 2px 2px 0px #000;
    margin: 0;
    padding: 0;
    background: none;
  position: relative;
  margin-top:20px;
}

.page-hero .hero-text p:before {
    height: 4px;
    content: "";
    display: block;
    width: 40px;
    background: var(--red);
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -20px;
}

.page-hero .overlay {
  
}

.disclosure__button {
  visibility:hidden !important;
}

.collection-product {
    border-bottom: 1px solid #000;
    margin-bottom: 3em;
}

.collection-product:last-of-type {
  border:none;
  margin-bottom:none;
}

.collection-product .card {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row !important;
  gap: 20px;
  border:none;
  font-size:1.1em;
}

.collection-product .card-thumb-wrap {
  width:30%;
  background:transparent !important;
}

.collection-product .card__media,
.collection-product .card .media,
.collection-product .card__media img{
  position:relative !important;
}

.collection-product .card__media {
    padding: 0 40px 40px;
}

.collection-product .card__media a {
  display:block;
  position:relative !important;
}

.collection-product .card__information {
  padding-top:0 !important;
}

.collection-product .card__content {
  width:70%;
}

.collection-product .buy-button {
    position: absolute;
    right: 0;
    top: 0;
}



.collection-product .buy-button a, 
.collection-product .buy-button .ps-widget[ps-sku],
.product .buy-button .ps-widget[ps-sku]{
    color: var(--red) !important;
    border: 5px solid var(--red) !important;
    background: #fff !important;
    text-shadow: none !important;
    padding: 3px 50px 7px !important;
    transition: all .3s !important;
    position: relative !important;
    font-family: "Oswald" !important;
    font-size: 1.4em !important;
    top: -6px !important;
    transition: all .3s !important;
    font-weight: normal !important;
      float: none !important;
}

.product .buy-button {
    margin: 40px auto 25px !important;
    max-width: 220px;
}

.collection-product .buy-button a:hover,
.collection-product .ps-widget[ps-sku]:hover{
  color:#fff !important;
  background:var(--red) !important;
}

.collection-product .ps-widget[aria-label="NO SELLERS FOUND"] {
  display:none !important;
}

.buy-widget {
  clear:both;
}

.buy-widget .ps-reviews {
      width: 570px;
    margin: 20px 0;
}

.collection-product .card__heading {
    color: var(--red);
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 1.6em;
    display: inline-block;
  font-weight: 400;
  margin-bottom:20px;
      margin-top: 40px;
}



.collection-product .card__heading a {
    position: relative;

}

.collection-product .product__description {
    margin-bottom: 1em;
    font-size: .95em;
    font-weight: 400;
    color: #000;
}

.product-jump-menu {
  
}

.product-jump-menu ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    text-align: center;
    line-height: normal;
    border-bottom: 1px solid #000;
    padding: 15px 0;
    justify-content: space-between;
}

.product-jump-menu li {
    font-family: "Oswald";
    font-size: 1.1em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.product-jump-menu li:first-child {
    margin-left: 0;
}

.product-jump-menu li:last-child {
    margin-right: 0;
}

.product-jump-menu li:not(:last-child)::after {
    content: "";
    width: 2px;
    background: #000;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
}

.product-jump-menu li a {
    color: #000;
    text-decoration: none;
    padding:0 7px;
}

.product-jump-menu li a.list-menu__item--active {
    color: var(--red);
}



.product-list-wrap {
    position: relative;
    padding: 50px 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  
}

.main-product-list {
    display: flex;
    gap: 0px;
    margin: 0;
    flex-wrap: wrap;
    padding: 35px;
   align-items:center;
}

.main-product-list .product-item {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    gap: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}

.main-product-list .product-item .img-wrap {
  width:30%
}

.main-product-list .product-item .img-wrap img {
  width: 100%;
  aspect-ratio: 1;
}

.main-product-list .slide-content {
  width:70%;
  text-align: left;
}
.main-product-list .product-item h2 {
    display: block;
    font-family: "Oswald";
    font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 20px;
}

.main-product-list .product-item h2 a {
  text-decoration: none;
}

.main-product-list .product-col-desc {
    color: #000;
    font-size: 1.2em;
    font-weight: 400;
}

.product--columns {
  padding-top:2em;
}

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

.product__title h1 {
  font-family:"Oswald";
  text-transform:uppercase;
  color:var(--red);
  font-size: 2em;
      font-weight: 400;
}

.product__info-container .product__description {
  margin: 1rem 0 !important;
}

.product__text.caption-with-letter-spacing {
    display:none;
}

.product__info-wrapper.grid__item share-button {
  clear:both;
  padding-top:0;
  margin:0;
  text-align:center;
}

.product__info-wrapper.grid__item share-button button {
  margin:0 auto;
}

.product__info-wrapper.grid__item .buy-button {
  margin-bottom:0px;
}



.product-accordion .accordion-item {
    border: none;
    font-size: .9em;
}


.product-accordion .accordion-item h3 {
  
}

.product-accordion .accordion-item button {
    border: none;
    background: transparent;
    padding-left: 0;
    font-size: 1.2em;
    color: #000;
    font-family: "Oswald";
    box-shadow:none;
}

.product-accordion .accordion-item button:after {
  display:none;
}

.product-accordion .accordion-item button:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid var(--red);
    margin-right: 10px;
    transition:all .3s;
}

.product-accordion .accordion-item button[aria-expanded="true"]:before {
  transform:rotate(90deg);
}

/* Nutritional Label Borrowed Styles */
.product-accordion .accordion-item.nutrition div:empty {
  display:block;
}

.product-accordion .accordion-item.nutrition .accordion-collapse > div {
    max-width: 550px !important;
}
.product-accordion .accordion-item.nutrition {color:#000 !important;}
.product-accordion .accordion-item.nutrition h2 {    
  font-weight: 800;
    font-family: "Oswald";
    letter-spacing: -1px;
} 

.product-accordion .accordion-item.nutrition .col1,
.product-accordion .accordion-item.nutrition .col2 {
  display:inline-block;
  width:110px;
  position:relative;
}

.product-accordion .accordion-item.nutrition .dual-nut .col1,
.product-accordion .accordion-item.nutrition .dual-nut .col2 {
  width: 95px;
}

.product-accordion .accordion-item.nutrition span.col1 {
    margin-right: 80px;
}

.product-accordion .accordion-item.nutrition .cals .col1, .product-accordion .accordion-item.nutrition .cals .col2 {
    font-size: 13px;
    line-height: normal;
    padding-top: 7px;
}

.product-accordion .accordion-item.nutrition .cals .col1 span,
.product-accordion .accordion-item.nutrition .cals .col2 span {
      font-size: 25px;
    line-height: normal;
    font-weight: 700;
}

.product-accordion .accordion-item.nutrition .cals .col1 {
      margin-right: 80px;
    margin-left: 135px;
}

.product-accordion .accordion-item.nutrition .col1 span,
.product-accordion .accordion-item.nutrition .col2 span {
  display:block;
}

.product-accordion .accordion-item.nutrition .col1 strong, .product-accordion .accordion-item.nutrition .col2 strong {
    position: absolute;
    right: 0;
}

.product-accordion .accordion-item.nutrition span.label {
  width:200px;
  display:inline-block;
  position:relative;
}

.product-accordion .accordion-item.ingredients .metafield-rich_text_field strong {
  display:block;
  margin-top:17px;
}

.product-accordion .accordion-item.cooking .metafield-rich_text_field h4 {
    font-weight: 800;
    color: #000;
    font-size: 1em;
    margin-top: 14px;
}

.product-accordion .accordion-item.cooking .metafield-rich_text_field h4:first-of-type {
  margin-top:0;
}

.product-accordion .accordion-item.cooking .metafield-rich_text_field li {
  margin-bottom:8px;
}

.product-accordion img {
  max-width:60%;
}

.faq-accordion {
  margin:30px 0;
}

.faq-accordion .accordion-title {
    background: var(--red);
    padding: 5px 0px 10px;
    color: #fff;
    font-family: "Oswald";
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
}

.faq-accordion .accordion-item {
    border: none;
    font-size: .9em;
    border-bottom: 1px solid #cacaca;
}

.faq-accordion .accordion-item h3 {
  
}

.faq-accordion .accordion-item button {
    border: none;
    background: transparent;
    padding-left: 7px;
    font-size: 1em;
    color: #000;
    text-transform: uppercase;
    box-shadow: none;
    transition: all .3s;
    font-family: var(--bs-body-font-family);
    font-weight: 500;
}

.faq-accordion .accordion-item button:hover {
    background: #f3f3f3;
}

.faq-accordion .accordion-item button:after {
  display:none;
}

.faq-accordion .accordion-item button:before {
    content: "+";
    color: var(--red);
    display: inline-block;
    position: absolute;
    right: 8px;
    width: 0px;
    height: 0px;
    margin-right: 10px;
    transition: all .3s;
    top: 4px;
    font-size: 1.3em;
    font-weight: bold;
}

.faq-accordion .accordion-item button[aria-expanded="true"]:before {
  content:"-";
}

.faq-accordion .accordion-body {
    padding: 15px 7px;
    font-size: 1.2em;
}

/* QUIZ TEMP HIDE */
.section-template--17350825083035__custom_liquid_PfTBfA-padding {
  display:none;
}

.quiz-section {
    /* border-top: 5px solid #fff;
    border-bottom: 5px solid #fff; */
    background: url(/cdn/shop/files/RB_Quiz_Bluesky_Hero_3e0c168f-3a1e-42ba-abb1-c4f3f9c2387d.jpg?v=1745430269);
    padding: 115px 0;
      background-size: cover;
}
.quiz-wrap {
    color: #fff;
    padding: 20px 35px;
    margin: 0 auto;
    text-align: center;
}
.quiz-wrap h3 {
    font-family: "Oswald";
    font-size: 3.9em;
    line-height: normal;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

.quiz-wrap .sub {
    font-family: "Oswald";
    font-size: 1.8em;
    line-height: normal;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

.quiz-wrap .sub:before {
    width: 29px;
    height: 3px;
    content: "";
    display: block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    background: var(--red);
    margin: 12px auto;
}

.quiz-wrap a {
    display: block;
    background: var(--red);
    padding: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 1.2em;
    width: 300px;
    transition: all .3s;
    margin: 30px auto;
}
.quiz-wrap a:hover {
  background:var(--red-alt);
  
}


.outgrow-l {
  display:none;
}

.article-template h1 {
  font-weight:500 !important;
}

.article-template h2 {
    margin: 1.5em 0 .7em;
}

.article-template h3 {
    margin: 1.1em 0 .4em;
}

.article-template h2 strong,
.article-template h3 strong{
  font-weight:500 !Important;
}

.article-template ol,
.article-template ul {
  padding-left:0 !important;
}

.article-template li {
  margin-bottom:1em;
}

.ps-5f8080453680cf0036409dce.ps-widget>.ps-container {
    box-shadow: 0px 0px 0px 15px #100;
}

.ps-5f8080453680cf0036409dce .ps-wtb>.ps-wtb-content h2, .ps-5f8080453680cf0036409dce .ps-wtb>.ps-wtb-content>label {
    text-align: left;
}

.ps-5f8080453680cf0036409dce .ps-product-details>h2.ps-product-name {
    font-family: "Oswald" !important;
    font-size: 28px;
}

.sitemap {
display:flex;
  /* gap:30px; */
}

.sitemap .col {
padding:25px;
}

.sitemap .col:nth-of-type(1) {
  flex-basis:27%;
}

.sitemap .col:nth-of-type(2) {
  flex-basis:50%;
}

.sitemap .col:nth-of-type(3) {
  flex-basis:23%;
}

.sitemap h2 {
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 2em;
    margin-bottom: 20px;
}

.sitemap a {
  text-decoration:none;
}

.sitemap ul {
  padding:0;
}

.sitemap ul li {
    list-style-type: none;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: normal;
}

.sitemap ul ul {
  padding-left:5px;
  padding-top:12px;
}

.sitemap ul li li {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 5px;
}

#footer > .container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(5, auto);
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
}
@media only screen and (min-width: 645px) {
  #footer > .container {
    grid-template-rows: repeat(6, auto);
    -ms-grid-rows: auto auto auto auto auto auto;
  }
}
#footer > .container .social-row {
  align-items: center;
  display: flex;
  grid-column: 1 / 13;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
}
#footer > .container .footer-product-links {
  grid-column: 1 / 7;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  -ms-grid-row: 2;
}
@media only screen and (min-width: 645px) {
  #footer > .container .footer-product-links {
    grid-column: 1 / 3;
    grid-row: 2 / 6;
    justify-self: start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-column-align: start;
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
  }
}
#footer > .container .footer-heading-links {
  grid-column: 7 / 13;
  grid-row: 2 / 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  -ms-grid-row: 2;
}
@media only screen and (min-width: 645px) {
  #footer > .container .footer-heading-links {
    grid-column: 5 / 8;
    grid-row: 2 / 6;
    justify-self: center;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
    -ms-grid-column-align: center;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
  }
}
#footer > .container .footer-links-one {
  grid-column: 1 / 7;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  -ms-grid-row: 3;
}
@media only screen and (min-width: 645px) {
  #footer > .container .footer-links-one {
    grid-column: 11 / 13;
    grid-row: 2 / 4;
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
  }
}
#footer > .container .footer-links-two {
  grid-column: 7 / 13;
  grid-row: 3 / 4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  -ms-grid-row: 3;
}
@media only screen and (min-width: 645px) {
  #footer > .container .footer-links-two {
    grid-column: 11 / 13;
    grid-row: 4 / 6;
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
  }
}
#footer > .container .copyright {
  grid-column: 1 / 13;
  grid-row: 4 / 5;
  justify-self: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  -ms-grid-column-align: center;
  -ms-grid-row: 4;
}
@media only screen and (min-width: 645px) {
  #footer > .container .copyright {
    align-self: center;
    grid-column: 1 / 10;
    grid-row: 6 / 7;
    justify-self: start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
    -ms-grid-column-align: start;
    -ms-grid-row: 6;
    -ms-grid-row-align: center;
  }
}
#footer > .container .sc-logo {
  display: block;
  grid-column: 1 / 13;
  grid-row: 5 / 6;
  justify-self: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  -ms-grid-column-align: center;
  -ms-grid-row: 5;
}
@media only screen and (min-width: 645px) {
  #footer > .container .sc-logo {
    grid-column: 11 / 13;
    grid-row: 6 / 7;
    justify-self: start;
    -ms-grid-column: 11;
    -ms-grid-column-span: 2;
    -ms-grid-column-align: start;
    -ms-grid-row: 6;
  }
}
#footer {
  background: black;
  color: white;
  font-family: "Oswald", arial, sans-serif;
  font-size: 0.9em;
}
#footer > .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer > .container ul li {
  line-height: 1.25;
}
#footer > .container ul a {
  display: inline-block;
  padding: 0.35rem 0;
}
@media only screen and (min-width: 768px) {
  #footer > .container ul a {
    padding: 0.3rem 0;
  }
}
#footer > .container .social-row {
  margin-bottom: 0.75rem;
}
#footer > .container .social-row a {
  margin-right: 1rem;
}
#footer > .container .social-row a .fb-icon {
  height: 20px;
  width: 20px;
}
#footer > .container .social-row a .tw-icon {
  height: 25px;
  width: 25px;
}
#footer > .container .social-row a .ig-icon {
  height: 20px;
  width: 20px;
}
#footer > .container .social-row a .tt-icon {
  height: 27px;
  width: 27px;
}
#footer > .container .social-row a .yt-icon {
  height: 20px;
  width: 28px;
}
#footer > .container .footer-links-one {
  padding-top: 1rem;
}
@media only screen and (min-width: 645px) {
  #footer > .container .footer-links-one {
    padding-top: 0;
  }
}
#footer > .container .footer-links-two {
  padding-top: 1rem;
}
@media only screen and (min-width: 645px) {
  #footer > .container .footer-links-two {
    padding-top: 0;
  }
}
#footer > .container .copyright {
  padding: 1.25rem 0 0.75rem 0;
  text-align: center;
}
@media only screen and (min-width: 645px) {
  #footer > .container .copyright {
    text-align: left;
  }
}
#footer > .container .sc-logo {
  height: 73px;
  margin-top: 0.75rem;
  width: 50px;
}

#footer > .container .sc-logo img {
  width:100%;
}

#footer > .container a,
#footer > .container a:link,
#footer > .container a:active,
#footer > .container a:visited {
  color: white;
}
#footer > .container a:hover,
#footer > .container a:focus {
  color: red;
}
#footer > .container h2 {
  line-height: 1;
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
}
#footer > .container h2 a {
    font-size: 1em;
    line-height: 1;
    text-decoration: none;
    margin: 20px 0 10px;
    display: inline-block;
}


@media screen and (min-width: 750px) {
    .section-template--17350824722587__main-padding {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}

  @media screen and (max-width: 750px) {
    .blog-articles, .featured-article {
      display: block;
    }
    .featured-article__image {
      max-width: 100%;
      margin-bottom:25px;
      margin-right:0;
    }
    
  }

@media(max-width:1275px) {

.header__inline-menu>ul>li>a, .header__inline-menu>ul>li summary {
        font-size: 1.15em;
        padding: 10px 2.2rem;
        position: relative;
        top: -6px;
    }

sticky-header.header-wrapper .brand-logo {
  transform: scale(.75);
  top: -13px;
}

.header__inline-menu {
    margin-top: 0 !important;
    margin-left: -51px !important;
}

.header__inline-menu>ul>li:nth-of-type(3) {
    margin-right: 225px;
}

#shopify-section-sections--17350821019803__header .header__menu-item span {
    text-decoration: none !important;
    position: relative;
    top: -5px;
} 

.header__inline-menu #HeaderMenu-buy {
    padding: 1px 20px 5px;
    top: -2px;
}  

.header__inline-menu #HeaderMenu-buy span {
  top:0;
}  

.product-list-wrap {
  padding:10px;
}  

.accordion-header {
    font-size: 2rem;
}  
  
}

@media(max-width:1075px) {
    .header__inline-menu>ul>li>a, .header__inline-menu>ul>li summary {
        padding: 10px 1.2rem;
    }
}


@media(max-width:990px) {

  body {
  }

main#MainContent {
    margin-top: 0;
}
  
  sticky-header.header-wrapper {
      margin-top: 0 !Important;
      top: 0;
      position: fixed;
      width: 100%;
  }
  
#shopify-section-template--17350825083035__schwans_swiper_carousel_QPeiRa .slide-desc svg {
  width: 100%;
  left: 0;
  margin-top: -20px;
}

header-drawer {
    justify-self: start;
    margin-left: -30px !important;
}

.header__heading-logo-wrapper {
  transition: all .3s cubic-bezier(.52,0,.61,.99);
  padding: 0;
}

.scrolled-past-header .header__heading-logo-wrapper {
    padding-top: 7px;
}  
  
.header__icon--menu {
   transform: scale(1.2);
  margin-top: -8px;   
}

.schwans-footer .s-footer-links li {
    width: 100%;
}  

#Slide-template--17350825083035__multicolumn_mc36mz-2 .multicolumn-card.content-container {
  height:500px !important;
}  

.main-product-list .product-item {
    width: calc(33%);
} 

  .main-product-list .product-item:nth-of-type(4n):after {
  display: block`;
}

  .main-product-list .product-item:nth-of-type(3n):after {
  display: none;
}

.product-jump-menu ul {
  flex-wrap:wrap;
}  

.product-jump-menu li {
    width: 100%;
    text-align: left;
}

.product-jump-menu li:after {
  display:none;
}  

    .scroll-wrap.simplebar-scrollable-y {
    height:420px !important;
  }
  
}

@media(max-width:767px) {

  .mobile-only {
    display:block;
  }

  .desktop-only {
    display:none;
  }
  
.page-hero img {
  height: 100%;
}

.page-hero .hero-text h1 {
    font-size: 52px;
}
  
.page-hero .hero-text p {
  font-size: 18px;
  line-height: 1.4em;
}

  .quiz-section {
    padding: 105px 0;
}

.collection-product {
  margin-bottom: 0em;
}

.collection-product .card {
  flex-wrap:wrap;
  gap:0;
}

.collection-product .card-wrapper {
}

.collection-product .card-thumb-wrap {
    width: 100%;
}

.collection-product .card__media {
  padding: 20px;
}

.collection-product .card__information {
  padding-bottom: 100px;
}
  
.collection-product .card__heading {
    display: block;
    text-align: center;
}
  
.collection-product .card__heading a {
    padding-right: 0;
    margin-right: 0;
}

.collection-product .card__heading:after {
  margin: 18px auto;
}

.collection-product .buy-button {
  position: absolute;
  right: auto;
  top: auto;
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
}



.schwans-photo-gallery {
    text-align: center;
    background: #1f1e1d;
    padding: 2em 0;
}  

.gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
}

.quiz-wrap {
  display:block;
  text-align:center;
}  

.quiz-wrap > * {
  width:100% !important;
  margin: 7px 0;
}  

.newsletter-optin h2 {
    font-size: 29px;
}

.klaviyo-embed div[data-testid="form-row"] {
  display:block !important;
}

.klaviyo-embed div[data-testid="form-component"] {
  width:100%;
  padding:0 !important;
}

.klaviyo-embed div[data-testid="form-component"] button {
  width:100%;
  margin-top: 10px;
}

.faq-accordion .accordion-title {
  font-size:19px;
}

.faq-accordion .accordion-item {
  font-size:.8em;
}

.accordion-header {
  font-size: 1.1em;
}

.main-product-list .product-item {
    width: calc(50%);
}  

    .main-product-list .product-item:nth-of-type(3n):after {
  display: block`;
}

  .main-product-list .product-item:nth-of-type(2n):after {
  display: none;
}

.sitemap {
    display: block;
}  


  
}


@media(max-width:600px) {
  body {
    overflow-x:hidden;
  }
  .dual-nut {
    max-width: none !important;
    overflow-x: auto;
    width: calc(100vw - 50px);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .dual-nut > div {
    width: 510px;
  }
}

@media(max-width:550px) {

.page-hero.hero-section.small {
    height: 90px !important;
    min-height: 70px !important;
}
  
  sticky-header.header-wrapper .brand-logo {
    transform: scale(.75);
    top: -13px;
  }

  .schwans-footer .inner {
    align-items: flex-end;
    flex-wrap: wrap;
}

  .schwans-footer .links {
      width: 100%;
      text-align: center;
      order: 2;
  }

  .schwans-footer .brand {
      width: 100%;
      text-align: center;
      order: 1;
    padding-bottom:20px;
  }

  .schwans-footer .overline {
    border-top: none;
    padding-top: 0;
  }

  .schwans-footer .s-footer-links {
    margin:0;
  }

  .schwans-footer .s-footer-links li {
      display: block;
  }

  .main-product-list .product-item {
      width: 100%;
    flex-wrap: wrap;
  } 

  .main-product-list .product-item .img-wrap {
    width: 100%;
}

  .main-product-list .slide-content {
    width: 100%;
  }

  .main-product-list .product-item:after {
    display: none;
  }

  .gallery-grid {
      grid-template-columns: repeat(1, 1fr) !important;
  }


  .quiz-section {
      background: url(/cdn/shop/files/RB_Quiz_Bluesky_Hero.jpg?v=1739330217);
      padding: 45px 0;
      background-size: cover;
  }

  .quiz-wrap h3 {
      font-size: 2.8em;
  }

}

