@media screen and (min-width: 768px) {
    .betuwsvlees .col-full {
        max-width: 1320px;
    }
}

input[type="radio"] + label {
    cursor: pointer;
}
body,
.site {
    overflow-x: clip;
}

/* Header */
.betuwsvlees.home.blog .site-header, .betuwsvlees.home.page:not(.page-template-template-homepage) .betuwsvlees.site-header, .betuwsvlees.home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
.betuwsvlees .storefront-breadcrumb {
    margin-bottom: 0;
}
.betuwsvlees .site-header {
    padding-top: 0;
    border-color: #edf1f0;
}
.betuwsvlees .site-header .site-branding img {
    max-width: 100%;
}
.betuwsvlees .site-header .site-branding {
    margin-bottom: 0;
}
.betuwsvlees .site-header > .col-full {
    padding: 0.75em 0;
}
.betuwsvlees .site-header .site-search,
.betuwsvlees .site-header .secondary-navigation {
    margin: 1em 0 0 0;
}
.betuwsvlees .main-navigation ul li, 
.betuwsvlees .secondary-navigation ul li {
    border-left: 1px solid #edf1f0;
    font-weight: 600;
}
.betuwsvlees .main-navigation ul li:last-child, 
.betuwsvlees .secondary-navigation ul li:last-child {
    border-right: 1px solid #edf1f0;
}
.main-navigation ul.menu>li>a, 
.main-navigation ul.nav-menu>li>a {
    padding: 1em;
}
.site-header-cart .cart-contents {
    padding: 1em 0;
}
.betuwsvlees .site-header input[type="search"] {
    border-radius: 100px;
    overflow: hidden;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
.secondary-navigation .menu {
    display: flex;
    align-items: center;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation,
header .pluspunten,
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding,
.woocommerce-active .site-header .site-search {
    width: auto;
    float: none;
    margin: 0;
}
header .d-flex {
    display: flex;
}
header .align-items-center {
    align-items: center;
}

header .site-branding {
    flex: 0 0 20%;
}
header .pluspunten {
    flex: 0 0 40%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: end;
    text-align: right;
}
header .secondary-navigation {
    flex: 0 0 20%;   
}
header .site-search {
    flex: 0 0 20%;   
}

/* Topinfo */
.betuwsvlees .topinfo {
    background: #A31010;
    color: #fff;
    padding: 0.5em 0;
    font-size: 1em;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.betuwsvlees .topinfo * {
    color: #fff;
}
.betuwsvlees .topinfo p {
    margin-bottom: 0;
}


.betuwsvlees a:focus {
    outline: none;
}
.betuwsvlees header .storefront-primary-navigation, .betuwsvlees header input[type="search"] {
    background-color: #fff;
}
.betuwsvlees header .main-navigation ul.menu ul.sub-menu, .betuwsvlees header .main-navigation ul.nav-menu ul.children, .betuwsvlees .site-header-cart .widget_shopping_cart, .betuwsvlees .site-header-cart .widget_shopping_cart .buttons, .betuwsvlees .site-header-cart .widget_shopping_cart .total {
    background-color: #edf1f0;
}
.betuwsvlees .site-header-cart .cart-contents::after {
    color: #005451 !important;
 }
.betuwsvlees .site-header-cart .widget_shopping_cart a.button:not(.checkout) {
    background-color: #fff;
    border-color: #fff;
    color: #333 !important;
}
.betuwsvlees .woocommerce-shipping-destination {
    display: none; 
}

/* Product grid */
.betuwsvlees ul.products {
   --cols: 3;
   --gap: clamp(1rem, 3vw, 3rem);
   display: flex;
   flex-wrap: wrap;
   gap: var(--gap); 
   clear: none;
   margin: 0 0 1.5rem 0 !important;
}
.betuwsvlees ul.products.columns-1 {
   --cols: 1;
}
.betuwsvlees ul.products.columns-2 {
   --cols: 2;
}
.betuwsvlees ul.products.columns-3 {
   --cols: 3;
}
.betuwsvlees ul.products.columns-4 {
   --cols: 4;
}
.betuwsvlees ul.products.columns-5 {
   --cols: 5;
}
.betuwsvlees ul.products.columns-6 {
   --cols: 6;
}
.betuwsvlees ul.products::before, 
.betuwsvlees ul.products::after {
   display: none;
}

.betuwsvlees ul.products li.product {
   display: flex;
   flex-direction: column;
   float: none !important;
   margin: 0 !important;
   flex: 0 0 calc( (100% / var(--cols)) - (var(--gap) * (var(--cols) - 1) / var(--cols)) );
}
.betuwsvlees ul.products li.product .button {
   margin-top: auto;
   display: block;
}

ul.products li.product .woocommerce-LoopProduct-link {
    background: #fff;
}
ul.products li.product .price {
    font-size: 1em;
}
.custom-loop-block {
    float: none;
    display: block;
    width: 100%;
    clear: both;
    background: #edf1f0;
    padding: 1.5em 0;
    text-align: center;
    margin: 0;
}
.custom-loop-block p {
    margin: 0;
    font-weight: 600;
    font-size: 1.125em;
    color: #333;
}

/* Checkout page */
.betuwsvlees.woocommerce-checkout .content-area, .betuwsvlees.woocommerce-account .content-area {
    width: 100%;
    float: none;
}
.betuwsvlees.woocommerce-checkout #billing_country_field {
    display: none !important;
}
.betuwsvlees.woocommerce-checkout .checkout-text {
    border: 3px solid #e8e2d6;
    padding: 2em;
    margin: 0 0 2.617924em 0;
}
.betuwsvlees.woocommerce-checkout .checkout-text p:last-child {
    margin-bottom: 0;
}
.betuwsvlees.woocommerce-checkout #nieuwsbrief_signup_field {
    background: #edf1f0;
    padding: 2rem;
}


@media (min-width: 768px) {
    .woocommerce-checkout .col2-set {
        width: 42.9411764706%;
    }
    .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
        width: 51.1764705882%;
    }
}

/* Single product page */
.betuwsvlees.single-product .wc-tabs {
    display: none !important;
}
.betuwsvlees.single-product .woocommerce-tabs .panel {
    width: 100%;
    float: none;
}
.betuwsvlees .storefront-product-pagination {
    display: none !important;
}
.betuwsvlees.single-product section.related.products {
    border-top: 1px solid #e8e2d6;
    padding-top: 2em;
    clear: both;
}
.product-deliveryinfo {
    display: flex;
    align-items: center;
    margin: 2rem 0 0 0;
}
.product-deliveryinfo svg {
    margin-right: 0.5em;
}


.betuwsvlees .custom-productcontent {
    padding: 0.75em 1.25em;
    margin: 0 0 2em 0;
    background: #A31010;
    color: #fff;
    display: block;
    text-align: center;
}
.betuwsvlees .custom-productcontent p {
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce .col-full.productcontent {
    padding: 0;
}

/* Sale badge */
.wc-block-grid__product-onsale, .onsale {
    background: #edf1f0;
}

/* Footer */
.betuwsvlees .site-footer {
    padding: 2em 0;
}

/* Sidebar */
.left-sidebar .widget-area {
    position: sticky;
    position: -webkit-sticky;
    top: 4rem;
}

/* Banner */
.banner {
    width: 100%;
    min-height: 200px;
    max-height: 600px;
    aspect-ratio: 8 / 1;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-bottom: 3rem;
}
.banner + .productcontent {
    margin-top: -3rem;
}
.home .banner {
    aspect-ratio: 3 / 1;
    min-height: 250px;
}
.banner .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .content {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}
.banner .content > .col-full {
    height: 100%;
}
.banner .content .wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.banner .content .wrapper .inner {
    width: 100%;
}
.banner .content h1 {
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    font-size: clamp(1.25rem, 4vw, 3em);
    margin-bottom: 0;
}
.banner .content .button {
    margin-top: 1.5em;
}
.banner .content .banner-breadcrumbs .col-full {
    padding: 0;
    margin: 0;
}
.banner .content .banner-breadcrumbs,
.banner .content .banner-breadcrumbs a {
    color: #fff;
}
.banner .content .banner-breadcrumbs .storefront-breadcrumb {
    padding: 0;
}
.banner #delivery-label {
    font-size: 1.5em;
    margin-top: 1rem;
}

/* Product cats */
.product-cats {
    display: none;
    padding: 1rem;
}
.product-cats .woocommerce-loop-category__title {
    font-size: 0.925rem !important;
}

/* Pluspunten */
.pluspunten {
    padding: 1em 0;
    margin-bottom: 0;
    color: #333;
}
.pluspunten .items {
    margin: 0 -0.5em;
    font-size: 0.8750em;
}
.pluspunten .items .item {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    margin: 0 0.5em;
}
.pluspunten .items .item svg {
    width: 100%;
    height: auto;
    max-width: 1em;
    margin-right: 0.5em;
}

/* Home */
.betuwsvlees.home .content-area {
    width: 100%;
    float: none;
}

/* Woo Checkout cleanup */
.woocommerce-checkout .storefront-primary-navigation,
.woocommerce-checkout .banner-breadcrumbs,
.woocommerce-checkout .secondary-navigation,
.woocommerce-checkout .site-search,
.woocommerce-checkout .topinfo {
    display: none;
}
.woocommerce-checkout .site-content {
    margin-top: 2em;
}

/* Cookie Notice */
#cookie-notice {
    position: fixed;
    left: 2rem;
    bottom: 2rem;
    font-size: 0.875em;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease-in-out 0.5s;
    z-index: 9999;
    width: 100%;
    max-width: 450px;
}
#cookie-notice.show {
    visibility: visible;
    opacity: 1;
}
#cookie-notice .inner {
    padding: 2rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
#cookie-notice .inner .button {
    color: #fff;
    background: #005451;
}
#cookie-notice h1,
#cookie-notice h2,
#cookie-notice h3,
#cookie-notice h4,
#cookie-notice h5,
#cookie-notice h6 {
    font-size: 1.5em;
    font-weight: bold;
}

/* Mobile css */
@media screen and (max-width: 1399.98px) {
    header .d-flex {
        padding: 0 1.5em;
    }
}
@media screen and (max-width: 1199.98px) {
    .pluspunten .items .item:nth-child(4) {
        display: none;
    }
    .betuwsvlees ul.products li.product .button {
       font-size: 0.8750em;
    }
}
@media screen and (max-width: 991.98px) {
    header .pluspunten {
        display: none;
    }
    header .site-branding {
        flex: 0 0 30%;
    }
    header .secondary-navigation {
        flex: 0 0 40%;
    }
    header .site-search {
        flex: 0 0 30%;
    }
    .betuwsvlees ul.products.columns-4 {
       --cols: 3;
    }
}
@media screen and (max-width: 768px) {
    header .d-flex {
        display: block;
        padding: 0;
    }
    .betuwsvlees header.site-header .site-branding {
        float: left !important;
    }
    .betuwsvlees .site-header .site-branding img {
       max-width: 150px;
    }
    body {
        font-size: 14px;
    }
    .betuwsvlees .site-header {
        padding: 0;
    }
    .betuwsvlees .site-branding {
        padding: 1em 0;
        position: relative;
        z-index: 10;
    }
    .betuwsvlees .site-header #site-navigation {
        position: relative;
    }
    .betuwsvlees .site-header #site-navigation-menu-toggle {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .betuwsvlees header .main-navigation ul.menu ul.sub-menu, .betuwsvlees header .main-navigation ul.nav-menu ul.children, .betuwsvlees .site-header-cart .widget_shopping_cart, .betuwsvlees .site-header-cart .widget_shopping_cart .buttons, .betuwsvlees .site-header-cart .widget_shopping_cart .total {
        background: transparent;
    }
    ul.products li.product, 
    ul.products .wc-block-grid__product, 
    .wc-block-grid__products li.product, 
    .wc-block-grid__products .wc-block-grid__product {
        margin-bottom: 1rem;
    }
    #cookie-notice {
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
        width: calc(100vw - 2rem);
    }
    .betuwsvlees .site-header > .col-full {
        padding: 0;
    }
    .betuwsvlees .topinfo p {
        font-size: 0.750em;
    }
    .banner .content .button {
        margin-top: 0;
    }
    .product-cats {
        display: block;
    }
}
@media screen and (max-width: 576px) {
   .banner {
      min-height: 130px;
      margin-bottom: 1.5rem;
   }
   .betuwsvlees ul.products.columns-3 {
      --cols: 2;
   }
   .betuwsvlees ul.products.columns-4 {
      --cols: 2;
   }
   .banner + .productcontent {
      margin-top: -2rem;
   }
}