/** Shopify CDN: Minification failed

Line 239:16 Expected identifier but found whitespace
Line 239:17 Unexpected "50%"

**/
.hero-meat-mobile {
    display: none;
}

.sealsubs-target-element.sls-homepage-automatic.sealsubs-full {
    display: none !important;
}

div#block-logo_kiNHxX {
    margin-top: 15px;
}

label#seal-purchase-options-label {
    color: #fff !important;
}

.hero-content h1 {
    font-size: 45px;
}

.main-menu__content .header__logo--bottom-left {
    display: inline-flex;
    flex: 0 0 auto;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 28.3%;
}

.header__search {
    display: block;
    flex: 6 1 auto;
    order: 1;
    margin-top: 0;
    width: 60%;
    position: absolute;
}

.main-menu__content .header__logo--bottom-left+nav {
    z-index: 9;
}

form.search.relative.search--speech.search--product-types {
    z-index: 99;
}

.cc-icons-with-text .icons-with-text__item.flex.flex-col.items-center.text-center.p-4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.featured-banner {
  background: #111;
  color: #fff;
  padding: 2.5rem 1rem;
}

.featured-stars {
  margin-bottom: 0.5rem;
  color: #fbbf24; /* gold */
}

.featured-tagline .highlight {
  color: #fbbf24; /* gold highlight */
  font-style: italic;
}

.featured-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.featured-subheading {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
  color: #d1d5db;
}

.featured-banner-subtitle {
    display: flex;
    justify-content: center;
    gap: 10px;
}

main#main-content {
    background-color: #000 !important;
}

button#products-sort-by-button {
    background-color: transparent;
}

div#shopify-section-template--19534768341149__video_feature_t397WP {
    background-color: #000;
}

/* Custom Collection Grid */
.custom-collection-grid {
  max-width: 1280px;
  margin: 0 auto;
}

.custom-collection-grid .product-card {
  background: #1c1c1c;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-collection-grid .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.custom-collection-grid .product-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.custom-collection-grid .product-card .p-4 {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.custom-collection-grid .product-card h3,
.custom-collection-grid .product-card a {
  color: #fff;
  text-decoration: none;
}

.custom-collection-grid .product-card h3:hover,
.custom-collection-grid .product-card a:hover {
  color: #e5e5e5;
}

button#products-sort-by-button {
    background-color: transparent;
}

product-card.card.card--product.h-full.card--product-contained.card--product-contained-outset.card--no-lines.card--product-compare.relative.flex {
    border-radius: 20px;
}

.card--product a.media.block.relative.image-blend.js-prod-link {
    border-radius: 20px 20px 0 0;
}

/* Badges */
.custom-collection-grid .product-card span.bg-green-600,
.custom-collection-grid .product-card span.bg-red-600,
.custom-collection-grid .product-card span.bg-blue-600 {
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 6px;
  text-transform: uppercase;
}

/* Add to cart button */
.custom-collection-grid button {
  background: #b91c1c; /* red-700 */
  border: none;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.2s ease;
}

.custom-collection-grid button:hover {
  background: #991b1b; /* darker red */
}

/* Guarantee row */
.custom-collection-grid .guarantee {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #22c55e; /* green-500 */
  font-size: 12px;
  font-weight: 500;
}

/* Pagination */
.custom-collection-grid .pagination {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 6px;
}

.custom-collection-grid .pagination a,
.custom-collection-grid .pagination span {
  background: #333;
  color: #fff;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
}

.custom-collection-grid .pagination span {
  background: #b91c1c;
}

/* Values Icons Row */
.values-icons-row {
  background: #111; /* dark background */
  color: #fff;
  padding: 3rem 1rem;
}

.values-icons-row .value-item {
  text-align: center;
  padding: 1rem;
}

/* .values-icons-row .icon-wrapper {
  background: #b91c1c; /* red circle */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
} */

.values-icons-row .icon-wrapper img {
  max-width: 70px;
  height: auto;
}

.values-icons-row h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.values-icons-row p {
  font-size: 16px;
  line-height: 1.5;
  color: #d1d5db; /* gray-300 */
  margin: 0 auto;
  max-width: 260px;
}

span.pagination__page-current.font-bold.block.leading-none {
    border: 3px solid #800001;
}

.pagination__page-link:hover, .pagination__page-current {
    background: none;
    border-bottom: 3px solid #800001;
}

/*Custom Product*/
li.slider__item.flex.flex-col.justify-center.items-center.cc-animate-init.cc-animate-in {
    flex-direction: row !important;
}

/* mobile */
@media (max-width: 767px) {
    .hero-content {
        text-align: center !important;
    }

    .hero-content p {
        text-align: center !important;
    }

    .hero-meat {
        display:none;
    }

    .hero-meat-mobile {
        display:block;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    nav.breadcrumbs.flex.justify-between.w-full {
        margin-top: 0;
        padding-top: 20px;
    }

    .hero-icon img {
        width: 35px;
    }

    .hero-content {
        width: 100%;
        z-index: 2;
    }

    .hero-meat {
        width: 100%;
    }

    .hero-tagline {
        font-size: 11px;
    }

    .how-it-works .left-col {
        width: 100%;
    }

    .faq-right {
        width: 100%;
    }

    a.faq-btn.faq-btn-mobile {
        width: 100%;
    }

    span.hero-star img {width: 80px;}

    .hero-btn {
        width: 100%;
    }

    .hero-icon p {
        margin: 0;
        font-size: 10px;
        word-wrap: break-word;
    }

    .featured-banner-subtitle {
        flex-direction: column;
    }

    .logo-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem; /* adjust spacing */
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .logo-list li:first-child {
        flex: 0 0 100%; /* full width row */
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .logo-list li:not(:first-child) {
        flex: 0 1 auto; /* share space */
    }

    .how-it-works .steps-wrapper {
        display: flex;
        gap: 10px;
    }

    .how-it-works .step-number {
    font-size: 18px;
    }

    h3.step-title {
            font-size: 12px !important;
    }

    .how-it-works .step-text {
        font-size: 10px;
    }

    .how-it-works .step-item {
        padding: 5px;
        width: 33.3%;
    }

    .tabs {
        display: flex;
        overflow-x: auto !important;     /* allow horizontal scrolling */
        overflow-y: hidden;   /* hide vertical overflow */
        white-space: nowrap;  /* prevent wrapping */
        gap: 1rem;
        padding: 0.5rem 0;    /* only vertical padding */
        width: 100%;          /* take full container width */
        scroll-behavior: smooth;
        scrollbar-width: none; /* Firefox */
        justify-content: left;
    }

    .tabs::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }

    .tab-button {
        flex: 0 0 auto;       /* prevent shrinking */
        padding: 0.5rem 1rem;
        cursor: pointer;
        border-radius: 4px;
        font-size: 16px;
    }

    .tab-button.active {
        background: #7f0000;
        color: #fff;
    }

    .how-it-works .section-subtext {
        justify-content: center;
    }

    .video-section {
        padding: 60px 10px;
        margin: 0;
        width: 100%;
    }

    .beef-promo__overlay {
        padding: 20px;
    }

    .main-menu__content nav {
        width: 100%;
    }

    .video-section__media {
        max-width: 100%;
    }

    .video-section__content {
        max-width: 100%;
    }

    .video-section__cta .btn {
        width: 100%;
    }

    .video-section__note {
        justify-content: center;
    }

    /* Turn into horizontal scroll */
    .cc-collection-list ul.grid[role="list"] {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px; /* spacing between slides */
        padding: 10px 0;
    }

    /* Each card takes 50% width (2 per screen) */
        .cc-collection-list ul.grid[role="list"] > li {
        flex: 0 0 50%;
        scroll-snap-align: start;
    }

    /* Equalize card media */
    .cc-collection-list ul.grid[role="list"] .card__media {
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }

    /* Equalize images */
    .cc-collection-list ul.grid[role="list"] .card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    a.faq-btn.faq-btn-desktop {
        display: none;
    }

    .beef-promo__content {
    flex-direction: column;
    }

    .beef-promo__content div:first-child {
        width: 100%;
    }

    a.promo-btn {
        width: 100%;
    }

    .guarantee-wrapper {
        padding-bottom: 0 !important;
    }

    .bundle-content {
        padding: 20px 50px;
    }
}

@media (max-width: 980px) {
    .guarantee-wrapper {
        flex-direction: column;
        padding: 50px 0;
    }

    .guarantee-image {
        width: 100%;
    }
}

/* tablet */
@media (max-width: 1200px) and (min-width: 768px) { 
    .video-section__media {
        max-width: 100%;
    }

    .video-section__content {
        max-width: 100%;
    }

    a.faq-btn.faq-btn-desktop {
        display: none;
    }

    .main-menu__content .header__logo--bottom-left {
        display: inline-flex;
        flex: 0 0 auto;
        margin-top: .5em;
        margin-bottom: .5em;
        width: 20%;
    }

    .main-menu__content nav {
        width: 70%;
    }

    .header__search {
        display: block;
        flex: 6 1 auto;
        order: 1;
        margin-top: 0;
        width: 50%;
        position: absolute;
    }

    .hero-content {
        width: 50%;
        z-index: 2;
    }

    .hero-meat {
        width: 45%;
    }

    .how-it-works .step-item {
        background: #fff;
        color: #000;
        padding: 5px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0 2px 6px #00000026;
    }

    .bestsellers .product-card img {
        border-radius: 8px 8px 0 0;
        height: 180px;
        object-fit: cover;
    }
}

@media (min-width: 1201px) {
    a.faq-btn.faq-btn-mobile {
        display: none;
    }
}