.woocommerce .quantity {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #ddd;
}

.woocommerce .quantity .qty {
    margin-bottom: 0;
    border: 0;
    height: 53px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.woocommerce .quantity .qty-btn {
    border: 0;
    padding: 0 0.75rem;
    font-size: 1rem;
    cursor: pointer;
    background: #f5f5f5;
}

/* Remove number input arrows (Chrome, Safari, Edge) */
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows (Firefox) */
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce .variation-boxes {
    display: flex;
    gap: 10px;
    margin: -5px 0 10px 15px;
    flex-wrap: wrap;
}

.woocommerce .variation-box {
    padding: 8px 14px;
    border: 2px solid #EE530B;
    color: black;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    font-size: 15px;
    user-select: none;
}

.woocommerce .variation-box:hover {
    background: rgba(238, 83, 11, 0.15);
}

.woocommerce .variation-box.active {
    background: #EE530B;
    color: #fff;
    border-color: #EE530B;
}

.product-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

.product-video-wrapper iframe,
.product-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mb-12 {
    margin-bottom: 3rem;
}

.text-theme-orange {
    color: #ee530b;
}

@media (min-width: 750px) and (max-width: 1050px) {
    .footer-logos {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-logos>img {
        width: 75px;
        object-fit: contain;
    }
}

@media (max-width: 1050px) {
    .header-right-mobile a i.far {
        font-size: 20px;
    }

    .mobile-account-link i.fa-user {
        display: none;
    }
}

.product-reviews-after-tabs {
    width: 90%;
    max-width: 1580px;
    margin: 0 auto;
    padding: 100px 0 0;
}

#story .detail.jerky {
    top: -200px;
    left: 20vw;
    max-width: 300px;
}

@media (min-width: 1800px) {
    #flavour {
        padding: 7rem 0;
    }
}

.promo-banner--ticker {
    overflow: hidden;
    white-space: nowrap;
    background: #ee530b;
    color: #fff;
}

.promo-banner-inner {
    display: inline-block;
    padding: 0;
    animation: promo-banner-scroll 45s linear infinite;
}

.promo-banner-item {
    display: inline-block;
    margin: 0 1rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    .promo-banner-inner {
        animation: promo-banner-scroll 15s linear infinite;
    }

    .content-home .slideshow .slides,
    .content-home .slideshow .slide {
        height: 60vh;
    }
}

/* loop animation */
@keyframes promo-banner-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

#flavour .rough-edge-top {
    position: absolute;
    bottom: 99.8%;
    z-index: 2;
    width: 100%;
    pointer-events: none;
}

.rough-edge-top img,
.rough-edge-bottom img,
.flavour-edge-bottom img,
.blog-edge-bottom img {
    width: 100vw;
}