﻿@import"https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap";header.header-main{position:relative;z-index:20}header.header-main .header-utility{background:#18472a;color:#fff;min-height:48px}header.header-main .utility-inner{min-height:48px;display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:center;gap:1.5rem;padding:.4rem 0}header.header-main .service-points{display:flex;align-items:center;justify-content:flex-start;flex:1 1 auto;grid-column:1;min-width:0;overflow:hidden;gap:1rem;padding:0;margin:0;list-style:none;font-size:.88rem}header.header-main .service-points li{display:flex;align-items:center;white-space:nowrap}header.header-main .service-points .material-icons-outlined{margin-right:.25rem;font-size:1rem}header.header-main .service-points .usp-text{font-weight:400}header.header-main .service-points .usp-text.is-bold{font-weight:700}header.header-main .shop-tools{display:flex;align-items:center;justify-self:end;gap:.7rem;flex:0 0 auto;grid-column:2}header.header-main .product-search{display:flex;width:clamp(230px,22vw,330px);overflow:hidden;background:#fff;border-radius:999px}header.header-main .product-search input{min-width:0;flex:1 1 auto;border:0;outline:0;padding:.45rem 0 .45rem 1.25rem;font-size:.9rem}header.header-main .product-search button{display:grid;place-items:center;border:0;background:rgba(0,0,0,0);color:#18472a;padding:.25rem .75rem}header.header-main .shop-tool-link{position:relative;display:grid;place-items:center;color:#fff;text-decoration:none}header.header-main .shop-tool-link .material-icons-outlined{font-size:1.9rem}header.header-main .cart-count{position:absolute;top:-0.35rem;right:-0.45rem;min-width:1.1rem;height:1.1rem;border-radius:50%;display:grid;place-items:center;padding:0 .2rem;background:#d70000;color:#fff;font-size:.65rem;font-weight:700}header.header-main .cart-count.is-empty{display:none}header.header-main .header-branding{position:absolute;top:0;left:0;right:0;z-index:2;pointer-events:none}header.header-main .header-hero{position:relative;min-height:clamp(560px,47vw,790px);display:flex;align-items:flex-end;background-position:center;background-size:cover;background-color:#18472a;color:#fff}header.header-main .hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0) 65%)}header.header-main .hero-content-wrap{position:relative;z-index:1}header.header-main .hero-content{padding-bottom:clamp(3rem,6vw,6.5rem);text-shadow:0 .15rem .3rem rgba(0,0,0,.35)}header.header-main .hero-eyebrow,header.header-main .hero-content h1{margin:0;font-family:"Agency FB","Arial Narrow",sans-serif;font-weight:400;line-height:.98}header.header-main .hero-eyebrow{font-size:clamp(2.4rem,4vw,4.6rem)}header.header-main .hero-content h1{font-size:clamp(3rem,5vw,5.4rem);text-transform:none}header.header-main .hero-subtitle{margin:1rem 0 0;font-size:clamp(1rem,1.3vw,1.25rem)}header.header-main .hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}header.header-main .hero-button{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:.75rem 1.25rem;color:inherit;text-decoration:none;box-shadow:0 .2rem .4rem rgba(0,0,0,.2);transition:transform .2s ease,background-color .2s ease}header.header-main .hero-button:hover,header.header-main .hero-button:focus{color:inherit;transform:translateY(-2px)}header.header-main .hero-button-primary{background:#18472a;color:#fff}header.header-main .hero-button-secondary{background:#e9c453;color:#000}header.header-main .nav-row{padding:2.5rem 0}header.header-main .logo-column,header.header-main .nav-column{pointer-events:auto}header.header-main .logo-wrapper{display:block;width:min(480px,100%)}header.header-main .logo-wrapper img{display:block;width:100%;height:auto;max-height:150px;object-fit:contain;object-position:left center}header.header-main .nav-column{display:none}@media screen and (min-width: 992px){header.header-main .nav-column{display:block}}header.header-main .nav-wrapper{display:flex;justify-content:flex-end}header.header-main .nav-wrapper ul{padding:0;margin:0;list-style:none}header.header-main .nav-wrapper>ul{display:flex;align-items:center;gap:clamp(1.5rem,3vw,3rem);padding:.65rem 2.5rem;border-radius:.55rem;background:#18472a;box-shadow:0 .25rem .5rem rgba(0,0,0,.2)}header.header-main .nav-wrapper li{position:relative}header.header-main .nav-wrapper li a{color:#fff;text-decoration:none;font-size:clamp(1rem,1.25vw,1.35rem);font-weight:400;white-space:nowrap}header.header-main .nav-wrapper li:hover>a,header.header-main .nav-wrapper li:focus-within>a{color:rgb(64.0813953488,235.4186046512,131.3924418605)}header.header-main .nav-wrapper .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:210px;padding:.75rem 0;background:#18472a;box-shadow:0 .5rem 1.25rem rgba(0,0,0,.18)}header.header-main .nav-wrapper .sub-menu a{display:block;padding:.4rem 1rem;font-size:1rem}header.header-main .nav-wrapper li:hover>.sub-menu,header.header-main .nav-wrapper li:focus-within>.sub-menu{display:block}@media screen and (max-width: calc(992px - 1px)){header.header-main .service-points{display:none}header.header-main .utility-inner{grid-template-columns:minmax(0, 1fr)}header.header-main .shop-tools{grid-column:1/-1;justify-self:stretch;width:100%}header.header-main .product-search{margin-right:auto}header.header-main .header-hero{display:block;min-height:clamp(470px,70vh,580px)}header.header-main .header-branding{position:relative;top:auto;width:100%}header.header-main .nav-row{padding:.75rem 0}header.header-main .logo-column{display:flex;justify-content:center;width:min(85%,340px);margin-top:1.5rem;margin-right:auto;margin-left:auto}header.header-main .logo-wrapper{max-width:300px}header.header-main .logo-wrapper img{object-position:center}header.header-main .hero-content-wrap{position:absolute;inset:auto 0 0}header.header-main .hero-content{padding-bottom:4rem}header.header-main .hero-eyebrow{font-size:clamp(2rem,7vw,3rem)}header.header-main .hero-content h1{font-size:clamp(2.5rem,9vw,3.75rem)}header.header-main .hero-subtitle{margin-top:.6rem}header.header-main .hero-actions{gap:.75rem;margin-top:1.25rem}header.header-main .hero-button{padding:.65rem 1rem}}@media screen and (max-width: calc(576px - 1px)){header.header-main .utility-inner{grid-template-columns:minmax(0, 1fr)}header.header-main .product-search{width:min(68vw,280px)}}header.header-shop .shop-header-main{position:relative;display:flex;align-items:center;min-height:clamp(145px,14vw,210px);overflow:hidden;background-color:#f8f6f0;background-position:center;background-size:cover}header.header-shop .shop-header-main::before{content:"";position:absolute;inset:0;background:hsla(0,0%,100%,.72)}header.header-shop .shop-header-main .container-fluid{position:relative;z-index:1}header.header-shop .nav-row{padding:1.25rem 0}header.header-shop .logo-wrapper{width:min(420px,100%)}header.header-shop .logo-wrapper img{max-height:115px}@media screen and (max-width: calc(992px - 1px)){header.header-shop .shop-header-main{min-height:135px}header.header-shop .nav-row{padding:1rem 0}header.header-shop .logo-column{width:min(82%,300px);margin-top:0}header.header-shop .logo-wrapper{width:100%;max-width:280px}header.header-shop .logo-wrapper img{max-height:100px}}@media screen and (max-width: calc(576px - 1px)){header.header-shop .shop-header-main{min-height:115px}header.header-shop .logo-column{width:min(78%,260px)}header.header-shop .logo-wrapper{max-width:245px}header.header-shop .logo-wrapper img{max-height:86px}}@font-face{font-family:"Agency FB";src:url("../fonts/Agency%20FB%20Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}body{font-family:"Work Sans",sans-serif;color:#000;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.title{font-family:"Agency FB","Arial Narrow",sans-serif;font-weight:400;text-transform:uppercase}.button,button,input,select{font-family:"Work Sans",sans-serif}.titlecontainer{padding:2rem;padding-top:0}.titlecontainer h1,.titlecontainer h2,.titlecontainer h3,.titlecontainer h4,.titlecontainer h5,.titlecontainer h6,.titlecontainer .title{font-size:2.5rem;font-family:"Agency FB","Arial Narrow",sans-serif;font-weight:400;text-transform:uppercase}.woocommerce-system-page{min-height:50vh;padding-top:clamp(3rem,6vw,6rem);padding-bottom:clamp(3rem,6vw,6rem)}.main-footer{background:#18472a;color:#fff}.main-footer .footer-top{padding:clamp(4rem,7vw,7rem) 0 3rem}.main-footer .footer-logo{display:block;width:min(520px,100%);height:auto;max-height:180px;object-fit:contain;object-position:left center}.main-footer .footer-menu-list{padding:0;margin:0;list-style:none}.main-footer .footer-menu-list li{margin-bottom:.75rem}.main-footer .footer-menu-list a{color:#fff;text-decoration:none;font-weight:700}.main-footer .footer-info{color:hsla(0,0%,100%,.82);line-height:1.35;text-transform:uppercase}.main-footer .footer-info p{margin:0 0 1rem}.main-footer .footer-info a{color:inherit}.main-footer .social-links{display:flex;align-items:center;gap:1.5rem;margin-top:2rem}.main-footer .social-links a{display:grid;place-items:center;width:2rem;height:2rem;color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700}.main-footer .footer-bottom{padding:1rem 0 1.5rem;color:hsla(0,0%,100%,.65);font-size:.75rem}.main-footer .footer-bottom a{color:inherit;text-decoration:none}.main-footer .footer-bottom .footer-realisatie{text-align:right}@media screen and (max-width: calc(768px - 1px)){.main-footer .footer-top .row{justify-content:center}.main-footer .footer-logo-col{display:flex;justify-content:center}.main-footer .footer-logo-link{display:block;width:min(100%,360px)}.main-footer .footer-logo{width:100%;max-width:360px;object-position:center}.main-footer .footer-menu-col,.main-footer .footer-info-col{flex:0 0 auto;width:auto;min-width:140px;text-align:left}.main-footer .social-links{justify-content:flex-start}.main-footer .footer-bottom{text-align:center}.main-footer .footer-bottom .footer-realisatie{margin-top:.5rem;text-align:center}}@media screen and (max-width: calc(992px - 1px)){.main-footer .footer-bottom{padding-bottom:calc(5rem + env(safe-area-inset-bottom))}}.r-button{--uirButtonBackgroundColor: var(--rButtonBackgroundColor, transparent);--uirButtonPadding: var(--rButtonPadding, var(--rButtonPaddingTop, 0) var(--rButtonPaddingRight, 0) var(--rButtonPaddingBottom, 0) var(--rButtonPaddingLeft, 0));--uirButtonBorderWidth: var(--rButtonBorderWidth, 0);--uirButtonBorderStyle: var(--rButtonBorderStyle, solid);--uirButtonBorderColor: var(--rButtonBorderColor, currentColor);--uirButtonFontFamily: var(--rButtonFontFamily, inherit);--uirButtonFontSize: var(--rButtonFontSize, inherit);--uirButtonColor: var(--rButtonColor);background-color:var(--uirButtonBackgroundColor);padding:var(--uirButtonPadding);border-width:var(--uirButtonBorderWidth);border-style:var(--uirButtonBorderStyle);border-color:var(--uirButtonBorderColor);cursor:pointer;font-family:var(--uirButtonFontFamily);font-size:var(--uirButtonFontSize)}.r-button::-moz-focus-inner,.r-button[type=button]::-moz-focus-inner,.r-button[type=reset]::-moz-focus-inner,.r-button[type=submit]::-moz-focus-inner{border-style:none;padding:0}.r-link{--uirLinkDisplay: var(--rLinkDisplay, inline-flex);--uirLinktextColor: var(--rLinktextColor);--uirLinkTextDecoration: var(--rLinkTextDecoration, none);display:var(--uirLinkDisplay) !important;text-decoration:var(--uirLinkTextDecoration) !important;font-family:"Work Sans",sans-serif;font-size:1.9em;color:#fff;margin-bottom:1em;margin-left:1em}.r-link:hover{color:#999}.r-list{--uirListPaddingLeft: var(--rListPaddingLeft, 0);--uirListMarginTop: var(--rListMarginTop, 0);--uirListMarginBottom: var(--rListMarginBottom, 0);--uirListListStyle: var(--rListListStyle, none);padding-left:var(--uirListPaddingLeft) !important;margin-top:var(--uirListMarginTop) !important;margin-bottom:var(--uirListMarginBottom) !important;list-style:var(--uirListListStyle) !important}.m-hamburger{--uiHamburgerThickness: var(--hamburgerThickness, 4px);display:var(--hamburgerDisplay, inline-flex);width:var(--hamburgerWidth, 28px);height:var(--hamburgerHeight, 20px);position:relative}.m-hamburger::before,.m-hamburger::after,.m-hamburger__label{width:100%;height:var(--uiHamburgerThickness);border-radius:var(--hamburgerBorderRadius, 5px);background-color:var(--hamburgerBackgroundColor, currentColor);position:absolute;left:0}.m-hamburger::before,.m-hamburger::after{content:""}.m-hamburger::before{top:0}.m-hamburger::after{bottom:0}.m-hamburger__label{top:calc(50% - var(--uiHamburgerThickness)/2)}.screen-reader{width:var(--screenReaderWidth, 1px) !important;height:var(--screenReaderHeight, 1px) !important;padding:var(--screenReaderPadding, 0) !important;border:var(--screenReaderBorder, none) !important;position:var(--screenReaderPosition, absolute) !important;clip:var(--screenReaderClip, rect(1px, 1px, 1px, 1px)) !important;overflow:var(--screenReaderOverflow, hidden) !important}.menu{--uiMenuCircleSize: var(--menuCircleSize, 6.25rem);--uiMenuCircleOffset: var(--menuCircleOffset, 1rem);--uiMenuCircleHeight: calc(var(--uiMenuCircleSize) / 2);--uiMenuCircleBackgroundColor: var(--menuCircleBackgroundColor, currentColor);--uiMenuHamburgerWidth: var(--menuHamburgerWidth, 1.75rem);--uiMenuHamburgerHeight: var(--menuHamburgerHeight, 1.25rem);--rButtonPaddingTop: calc(var(--uiMenuCircleHeight) - var(--uiMenuHamburgerHeight) - var(--uiMenuCircleOffset));--hamburgerWidth: var(--uiMenuHamburgerWidth);--hamburgerHeight: var(--uiMenuHamburgerHeight);--hamburgerBackgroundColor: var(--menuHamburgerBackgroundColor, $mobileMenuBackgroundColor);width:100%;display:flex;flex-direction:column;align-items:center;position:fixed;bottom:0;bottom:env(safe-area-inset-bottom);left:0;z-index:var(--menuZindex, 9998)}.menu__nav{box-sizing:border-box;width:100%;height:0;transition:opacity .2s ease-out;opacity:0;display:flex;align-items:flex-end;z-index:2}.menu__list{width:100%;max-height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.menu__list li{list-style:none;font-size:inherit;position:relative;display:flex;flex-wrap:wrap;align-items:center;column-gap:.5rem}.menu__list li a{color:#fff;text-decoration:none;line-height:1.3;font-size:1.15rem;display:inline-flex;align-items:center;flex:0 1 auto;min-width:0;order:1}.menu__list li a:hover{color:#999}.menu__list .sub-menu{display:none;margin-top:.5rem;padding-left:1.25rem;width:100%;order:3}.menu__list .sub-menu li{font-size:inherit}.menu__list .sub-menu .menu__link{font-size:1rem;margin-bottom:.65em}.menu__list .menu-item-has-children.is-open>.sub-menu{display:block}.menu__list .submenu-toggle{background:none;border:0;color:#fff;cursor:pointer;line-height:1;position:static;width:2.25rem;height:2.25rem;padding:0;margin-bottom:1em;z-index:3;display:flex;align-items:center;justify-content:center;flex:0 0 auto;align-self:flex-start;order:2}.menu__list .submenu-toggle::after{content:"";display:block;width:0;height:0;border:6px solid rgba(0,0,0,0);border-top-color:currentColor}.menu__list .menu-item-has-children>.menu__link{position:relative;z-index:1}.menu__list .menu-item-has-children.is-open>.submenu-toggle::after{transform:translateY(1px) rotate(180deg)}.menu_toggle{box-sizing:border-box;width:var(--uiMenuCircleSize);height:var(--uiMenuCircleHeight);flex:none;position:relative}.menu_toggle::before{content:"";width:1em;height:1em;font-size:var(--uiMenuCircleSize);background-color:var(--uiMenuCircleBackgroundColor);border-radius:50%;position:absolute;bottom:-0.5em;left:calc(50% - .5em);z-index:-1;will-change:width,height;transition:transform .25s cubic-bezier(0.04, -0.1, 0.29, 0.98),width .25s cubic-bezier(0.04, -0.1, 0.29, 0.98),height .25s cubic-bezier(0.04, -0.1, 0.29, 0.98)}.m-hamburger::before,.m-hamburger::after,.m-hamburger__label{transition-timing-function:ease;transition-duration:.15s}.m-hamburger::before,.m-hamburger::after{transition-property:transform}.m-hamburger__label{transition-property:transform,opacity}.menu_activated{height:100%}.menu_activated .menu__nav{flex-grow:1;height:100%;opacity:1;will-change:opacity;transition-duration:.2s;transition-delay:.3s}.menu_activated .menu_toggle::before{width:100vmax;height:100vmax;transform:translate3d(-50vh, -50vh, 0) scale(5);transition-duration:1s}.menu:not(.menu_activated) .menu__list{display:none}.menu_activated .m-hamburger::before{top:50%;transform:translate3d(0, -50%, 0) rotate(45deg)}.menu_activated .m-hamburger::after{transform:translate3d(0, -50%, 0) rotate(135deg);top:50%}.menu_activated .m-hamburger__label{transform:rotate(-45deg) translate3d(-0.285em, -0.3em, 0);opacity:0}:root{--menuCircleBackgroundColor: #109C47;--menuHamburgerBackgroundColor: #fff;--menuHaburgerOutlineColor: #109C47}.menu_activated{--menuHaburgerOutlineColor: #fff}.blog-archive,.blog-single{padding:3rem 0 4rem}@media screen and (min-width: 992px){.blog-archive,.blog-single{padding:4rem 0 6rem}}.blog-single{padding-top:1rem}@media screen and (min-width: 992px){.blog-single{padding-top:.5rem}}.blog-archive-header,.blog-single-header{max-width:52rem;margin:0 auto 2.75rem;text-align:center}.blog-archive-kicker,.blog-single-category{display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;gap:.45rem;padding:.5rem .9rem;border-radius:999px;background:rgb(165.9136842105,224.8863157895,188.4989473684);color:hsl(0,0%,-8%);font-size:.82rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.08em}.blog-archive-header h1,.blog-single-header h1{margin:0;font-family:"Work Sans",sans-serif;font-size:clamp(2.6rem,5vw,4.75rem);line-height:.98;font-weight:700}.blog-archive-description,.blog-single-meta{margin-top:1rem;color:hsl(0,0%,25%);font-size:1.05rem;line-height:1.6}.blog-posts-grid{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:2.4rem 1.6rem}@media screen and (min-width: 768px){.blog-posts-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media screen and (min-width: 992px){.blog-posts-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media screen and (min-width: 1200px){.blog-posts-grid{grid-template-columns:repeat(4, minmax(0, 1fr))}}.blog-card{min-width:0}.blog-card-link{display:flex;flex-direction:column;height:100%;border:1px solid rgba(0,0,0,.08);border-radius:1.25rem;background:hsla(0,0%,100%,.92);overflow:hidden;box-shadow:0 18px 42px rgba(0,0,0,.06);color:inherit;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.blog-card-image{width:100%;aspect-ratio:var(--blog-image-ratio, 1/0.9);overflow:hidden;background:rgb(181.16,230.04,199.88)}.blog-card-image img{width:100%;height:100%;object-fit:var(--blog-image-fit, cover);display:block;transition:transform .45s ease}.blog-card-placeholder{width:100%;height:100%;background:linear-gradient(135deg, rgba(24, 71, 42, 0.18), rgba(16, 156, 71, 0.12))}.blog-card-meta{display:flex;flex-direction:column;gap:.7rem;padding:1.35rem 1.35rem 0}.blog-card-title-badge,.blog-card-date-badge{display:block}.blog-card-title-badge span,.blog-card-date-badge span{display:block}.blog-card-title-badge span{color:#000;font-family:"Work Sans",sans-serif;font-size:clamp(1.2rem,1vw + 1rem,1.6rem);font-weight:700;line-height:1.18;text-wrap:balance}.blog-card-date-badge span{color:hsl(0,0%,28%);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.blog-card-excerpt{margin-top:auto;padding:1rem 1.35rem 1.4rem;color:hsl(0,0%,18%);font-size:.98rem;line-height:1.55}.blog-card:hover .blog-card-link,.blog-card:focus-within .blog-card-link{transform:translateY(-4px);border-color:rgba(16,156,71,.2);box-shadow:0 26px 52px rgba(0,0,0,.1)}.blog-card:hover .blog-card-image img,.blog-card:focus-within .blog-card-image img{transform:scale(1.04)}.blog-pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:.65rem;margin-top:3rem}.blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;min-height:2.75rem;padding:.35rem .85rem;border-radius:.7rem;background:#fff;color:#000;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.06);transition:transform .2s ease,background-color .2s ease,color .2s ease}.blog-pagination .page-numbers:hover,.blog-pagination .page-numbers.current{background:#109c47;color:#fff;transform:translateY(-2px)}.blog-empty-state{margin:0;padding:1.25rem 1.5rem;border-radius:1rem;background:rgb(173.5368421053,227.4631578947,194.1894736842);color:hsl(0,0%,-5%)}.blog-single-image{margin-bottom:2rem;border-radius:1.25rem;overflow:hidden;background:#f7f2eb}.blog-single-image img,.blog-single-image .blog-card-placeholder{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.blog-single-content{font-size:1.05rem;line-height:1.8}.blog-single-content>*+*{margin-top:1.25rem}.blog-single-content h2,.blog-single-content h3,.blog-single-content h4,.blog-single-content h5,.blog-single-content h6{margin-top:2.2rem;margin-bottom:.75rem;font-family:"Work Sans",sans-serif;line-height:1.15}.blog-single-content img{max-width:100%;height:auto;border-radius:1rem}.single-product .woocommerce-breadcrumb{width:min(100% - 1.5rem,1320px);margin:0 auto;padding:1.5rem 0;background:#f8f6f0;box-shadow:0 0 0 100vmax #f8f6f0;clip-path:inset(0 -100vmax);color:#8d8d8d;font-size:.78rem}.single-product .woocommerce-breadcrumb a{color:#18472a;text-decoration:none}.single-product .tinnenbirdies-single-product{padding-top:clamp(2.5rem,5vw,5.5rem);background:#f8f6f0}.single-product .single-product-main{display:grid;grid-template-columns:minmax(0, 1.05fr) minmax(320px, 0.95fr);gap:clamp(2.5rem,6vw,7rem);align-items:start}.single-product .single-product-gallery{position:relative;min-width:0}.single-product .single-product-gallery>.onsale,.single-product .single-product-gallery .woocommerce-product-gallery>.onsale{display:none}.single-product .single-product-gallery .product-offer-label{position:absolute;top:1rem;right:1rem;z-index:4;padding:.55rem .9rem;background:#109c47;color:#fff;font-size:.78rem;font-weight:700;line-height:1;text-transform:uppercase;box-shadow:0 2px 5px rgba(0,0,0,.18)}.single-product .single-product-gallery div.images{float:none;width:100%;margin:0}.single-product .single-product-gallery .woocommerce-product-gallery__wrapper{margin:0}.single-product .single-product-gallery .woocommerce-product-gallery__image{background:#fff;border:1px solid #cfcfcf}.single-product .single-product-gallery .woocommerce-product-gallery__image a{display:block}.single-product .single-product-gallery .woocommerce-product-gallery__image img{width:100%;aspect-ratio:1/1;object-fit:contain}.single-product .single-product-gallery .flex-control-thumbs{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:.75rem;margin-top:.75rem !important}.single-product .single-product-gallery .flex-control-thumbs li{float:none !important;width:100% !important}.single-product .single-product-gallery .flex-control-thumbs img{aspect-ratio:1/1;object-fit:contain;background:#fff;border:1px solid #cfcfcf}.single-product .summary.entry-summary{float:none;width:100%;margin:0;padding-top:.25rem}.single-product .single-product-heading{display:grid;grid-template-columns:minmax(0, 1fr) auto;gap:1rem;align-items:start;padding-bottom:1.25rem;border-bottom:1px solid #cfcfcf}.single-product .single-product-heading .product_title{margin:0;color:#000;font-family:"Work Sans",sans-serif;font-size:clamp(1.7rem,2.7vw,2.6rem);font-weight:700;line-height:1.08;text-transform:none}.single-product .single-product-heading .price{margin:.15rem 0 0;color:#d70000;font-size:clamp(1.45rem,2vw,2rem);font-weight:700;line-height:1;white-space:nowrap}.single-product .single-product-heading .price del{color:#e47469;font-size:.68em;opacity:1}.single-product .single-product-heading .price ins{text-decoration:none}.single-product .product-article-number{margin-top:.6rem;color:#aaa;font-size:.78rem}.single-product .product-article-number span{font-weight:600}.single-product .product-specifications{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.25rem;margin:1.5rem 0;padding:1.25rem 0;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf}.single-product .product-specifications .product-specification{min-width:0}.single-product .product-specifications dt{margin-bottom:.35rem;color:#aaa;font-size:.72rem;text-transform:uppercase}.single-product .product-specifications dd{margin:0;font-weight:600}.single-product .single-product-intro{margin:1.5rem 0;font-size:1rem;line-height:1.65}.single-product .single-product-intro p:last-child{margin-bottom:0}.single-product .single-product-purchase{margin:1.75rem 0;padding:1.25rem;background:#fff;border:1px solid #dedbd3}.single-product .single-product-purchase form.cart{display:grid;grid-template-columns:28px 40px 28px minmax(0, 1fr);align-items:stretch;gap:0;width:100%;margin:0}.single-product .single-product-purchase .single-product-quantity-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:40px;padding:0;border:0;border-radius:0;background:#18472a;color:#fff;font-size:1rem;line-height:1;box-shadow:0 2px 5px rgba(0,0,0,.16);transition:background-color .2s ease}.single-product .single-product-purchase .single-product-quantity-button:hover,.single-product .single-product-purchase .single-product-quantity-button:focus-visible{background:#109c47;color:#fff}.single-product .single-product-purchase .quantity{float:none;margin:0 !important}.single-product .single-product-purchase .quantity .qty{width:40px;height:40px;padding:.25rem;border:0;border-radius:0;font-size:1rem;font-weight:600;text-align:center;appearance:textfield}.single-product .single-product-purchase .quantity .qty::-webkit-inner-spin-button,.single-product .single-product-purchase .quantity .qty::-webkit-outer-spin-button{margin:0;appearance:none}.single-product .single-product-purchase button.single_add_to_cart_button.button,.single-product .single-product-purchase button.single_add_to_cart_button.button.alt{width:calc(100% - .5rem);min-width:0;min-height:40px;height:40px;margin:0 0 0 .5rem;padding:.55rem .75rem;border:0;border-radius:0;background:#18472a !important;background-color:#18472a !important;color:#fff !important;font-size:.9rem;font-weight:400;line-height:1;transition:background-color .2s ease}.single-product .single-product-purchase button.single_add_to_cart_button.button:hover,.single-product .single-product-purchase button.single_add_to_cart_button.button:focus-visible,.single-product .single-product-purchase button.single_add_to_cart_button.button.alt:hover,.single-product .single-product-purchase button.single_add_to_cart_button.button.alt:focus-visible{background:#109c47 !important;background-color:#109c47 !important;color:#fff !important}.single-product .single-product-purchase .added_to_cart{display:none !important}.single-product .single-product-purchase table.variations{grid-column:1/-1;flex:0 0 100%;margin:0}.single-product .single-product-purchase table.variations th,.single-product .single-product-purchase table.variations td{display:block;padding:0;text-align:left}.single-product .single-product-purchase table.variations th{margin-bottom:.4rem}.single-product .single-product-purchase table.variations td{margin-bottom:1rem}.single-product .single-product-purchase table.variations select{width:100%;min-height:46px;padding:.55rem .75rem;border:1px solid #cfcfcf;border-radius:0;background:#fff}.single-product .single-product-purchase .single_variation_wrap,.single-product .single-product-purchase .woocommerce-variation-add-to-cart{grid-column:1/-1;width:100%}.single-product .single-product-purchase .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:28px 40px 28px minmax(0, 1fr);align-items:stretch;gap:0}.single-product .single-product-usps{display:grid;gap:.7rem;margin-top:1.5rem}.single-product .cart-feedback{position:fixed;right:clamp(1rem,3vw,2.5rem);bottom:clamp(1rem,3vw,2.5rem);z-index:1000;display:grid;grid-template-columns:auto minmax(0, 1fr);gap:.9rem;width:min(430px,100vw - 2rem);padding:1.25rem 1.25rem 1.15rem;border-left:5px solid #109c47;background:#fff;color:#000;box-shadow:0 10px 35px rgba(0,0,0,.2)}.single-product .cart-feedback[hidden]{display:none}.single-product .cart-feedback-icon{color:#109c47;font-size:2rem}.single-product .cart-feedback-content{padding-right:1.5rem}.single-product .cart-feedback-content p{margin:.15rem 0 1rem;line-height:1.4}.single-product .cart-feedback-close{position:absolute;top:.5rem;right:.5rem;display:grid;place-items:center;width:2rem;height:2rem;padding:0;border:0;background:rgba(0,0,0,0);color:#000}.single-product .cart-feedback-close .material-icons-outlined{font-size:1.25rem}.single-product .cart-feedback-actions{display:flex;flex-wrap:wrap;gap:.65rem}.single-product .cart-feedback-cart,.single-product .cart-feedback-continue{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .9rem;border:1px solid #18472a;font-size:.85rem;font-weight:600;text-decoration:none}.single-product .cart-feedback-cart{background:#18472a;color:#fff}.single-product .cart-feedback-continue{background:#fff;color:#18472a}.single-product .single-product-usp{display:flex;gap:.65rem;align-items:center;color:#18472a;font-size:.9rem;font-weight:600}.single-product .single-product-usp .material-icons-outlined{color:#109c47;font-size:1.25rem}.single-product .single-product-information-grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:clamp(2rem,4vw,5rem);margin-top:clamp(3.5rem,7vw,7rem);padding-top:clamp(2rem,4vw,3.5rem);border-top:1px solid #cfcfcf}.single-product .single-product-description,.single-product .single-product-additional-information{min-width:0}.single-product .single-product-description>h2,.single-product .single-product-additional-information>h2{margin:0 0 1.25rem;color:#109c47;font-size:clamp(1.75rem,2.4vw,2.5rem);line-height:1}.single-product .single-product-description-content,.single-product .single-product-additional-content{min-width:0;font-size:.95rem;line-height:1.7;overflow-wrap:anywhere}.single-product .single-product-description-content>:last-child,.single-product .single-product-additional-content>:last-child{margin-bottom:0}.single-product .single-product-additional-information .woocommerce-product-attributes{margin:0;border:0}.single-product .single-product-additional-information .woocommerce-product-attributes th,.single-product .single-product-additional-information .woocommerce-product-attributes td{padding:.8rem;border:0;background:rgba(0,0,0,0)}.single-product .single-product-additional-information .woocommerce-product-attributes tr{border-bottom:1px solid #dedbd3}.single-product .single-product-additional-information .woocommerce-product-attributes th{color:#18472a}.single-product .single-product-additional-information .woocommerce-product-attributes p{margin:0}.single-product .single-product-additional-information .single-product-additional-content>h2{display:none}.single-product .single-product-related{margin-top:clamp(3.5rem,7vw,7rem);padding-top:clamp(3rem,6vw,6rem)}.single-product .single-product-related ul.products{display:grid !important;grid-template-columns:repeat(4, minmax(0, 1fr)) !important;gap:clamp(2.5rem,4vw,5rem) clamp(1.25rem,2.5vw,3rem) !important;width:100% !important;margin:0 !important;padding:0 !important}.single-product .single-product-related ul.products::before,.single-product .single-product-related ul.products::after{display:none !important}.single-product .single-product-related ul.products li.product{float:none !important;clear:none !important;width:100% !important;max-width:none !important;margin:0 !important}.single-product .single-product-related .related>h2,.single-product .single-product-related .upsells>h2{margin:0 0 clamp(2rem,4vw,4rem);color:#109c47;font-size:clamp(2.4rem,4vw,4.5rem);line-height:1;text-align:center}.single-product .single-product-related .related+.upsells,.single-product .single-product-related .upsells+.related{margin-top:clamp(4rem,7vw,7rem)}@media screen and (max-width: calc(992px - 1px)){.single-product .single-product-main{grid-template-columns:minmax(0, 1fr) minmax(280px, 0.9fr);gap:2.5rem}.single-product .single-product-related ul.products{grid-template-columns:repeat(2, minmax(0, 1fr)) !important}}@media screen and (max-width: calc(768px - 1px)){.single-product .single-product-main,.single-product .single-product-information-grid{grid-template-columns:minmax(0, 1fr)}.single-product .single-product-information-grid{gap:1.5rem}.single-product .single-product-additional-information{padding-top:2rem;border-top:1px solid #cfcfcf}.single-product .single-product-related ul.products{grid-template-columns:minmax(0, 1fr) !important}}@media screen and (max-width: calc(576px - 1px)){.single-product .tinnenbirdies-single-product{padding-top:2rem}.single-product .single-product-heading{grid-template-columns:minmax(0, 1fr)}.single-product .single-product-heading .price{justify-self:start}.single-product .single-product-purchase{padding:1rem}.single-product .single-product-purchase form.cart,.single-product .single-product-purchase .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:28px 40px 28px minmax(0, 1fr)}.single-product .single-product-gallery .flex-control-thumbs{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (max-width: 360px){.single-product .single-product-purchase form.cart,.single-product .single-product-purchase .woocommerce-variation-add-to-cart{grid-template-columns:1fr 2fr 1fr}.single-product .single-product-purchase form.cart .single-product-quantity-button,.single-product .single-product-purchase form.cart .quantity,.single-product .single-product-purchase form.cart .quantity .qty,.single-product .single-product-purchase .woocommerce-variation-add-to-cart .single-product-quantity-button,.single-product .single-product-purchase .woocommerce-variation-add-to-cart .quantity,.single-product .single-product-purchase .woocommerce-variation-add-to-cart .quantity .qty{width:100%}.single-product .single-product-purchase form.cart button.single_add_to_cart_button.button,.single-product .single-product-purchase form.cart button.single_add_to_cart_button.button.alt,.single-product .single-product-purchase .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button,.single-product .single-product-purchase .woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt{grid-column:1/-1;width:100%;margin:.5rem 0 0}}.woocommerce-order-received{background:#f8f6f0}.woocommerce-order-received .woocommerce{width:min(100% - 1.5rem,1320px);margin:0 auto;padding:clamp(3rem,6vw,6rem) 0}.woocommerce-order-received .woocommerce-order{color:#000}.woocommerce-order-received .woocommerce-thankyou-order-received{display:grid;grid-template-columns:auto minmax(0, 1fr);gap:.3rem 1rem;align-items:center;margin:0 0 clamp(2rem,4vw,3.5rem);padding:clamp(1.4rem,3vw,2.2rem);border-left:6px solid #109c47;background:#fff;box-shadow:0 12px 35px rgba(24,71,42,.08);color:#18472a;font-size:clamp(1.15rem,1.6vw,1.4rem);font-weight:700;line-height:1.35}.woocommerce-order-received .woocommerce-thankyou-order-received::before{content:"check_circle";grid-row:1/span 2;color:#109c47;font-family:"Material Icons Outlined";font-size:clamp(2.25rem,4vw,3.25rem);font-weight:400;line-height:1}.woocommerce-order-received ul.woocommerce-order-overview{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));gap:0;margin:0 0 clamp(2rem,4vw,3.5rem);padding:0;overflow:hidden;border:1px solid #dedbd3;background:#fff;list-style:none}.woocommerce-order-received ul.woocommerce-order-overview li{float:none;min-width:0;margin:0;padding:1.15rem;border-right:1px solid #dedbd3;color:#777;font-size:.72rem;line-height:1.3;text-transform:uppercase}.woocommerce-order-received ul.woocommerce-order-overview li:last-child{border-right:0}.woocommerce-order-received ul.woocommerce-order-overview li strong{display:block;margin-top:.35rem;color:#000;font-size:.95rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere;text-transform:none}.woocommerce-order-received .woocommerce-order>p:not(.woocommerce-thankyou-order-received){margin:0 0 1.5rem;padding:1rem 1.25rem;border-left:4px solid #109c47;background:rgba(16,156,71,.08);line-height:1.55}.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{margin:clamp(2.5rem,5vw,4.5rem) 0 0}.woocommerce-order-received .woocommerce-order-details__title,.woocommerce-order-received .woocommerce-column__title{margin:0 0 1.25rem;color:#109c47;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1}.woocommerce-order-received table.woocommerce-table--order-details{width:100%;margin:0;overflow:hidden;border:1px solid #dedbd3;border-collapse:separate;border-spacing:0;border-radius:0;background:#fff}.woocommerce-order-received table.woocommerce-table--order-details th,.woocommerce-order-received table.woocommerce-table--order-details td{padding:1rem 1.15rem;border:0;border-bottom:1px solid #dedbd3;background:rgba(0,0,0,0);line-height:1.45;text-align:left;vertical-align:top}.woocommerce-order-received table.woocommerce-table--order-details thead th{background:#18472a;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.woocommerce-order-received table.woocommerce-table--order-details tbody .product-name a{color:#18472a;font-weight:700;text-decoration-color:rgba(24,71,42,.35);text-underline-offset:.2rem}.woocommerce-order-received table.woocommerce-table--order-details tbody .product-total{font-weight:600}.woocommerce-order-received table.woocommerce-table--order-details tfoot th{width:34%;color:#18472a;font-weight:700}.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child th,.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child td{border-bottom:0}.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:nth-last-child(2) th,.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:nth-last-child(2) td{font-weight:700}.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5rem}.woocommerce-order-received .woocommerce-customer-details .woocommerce-column{display:flex;flex-direction:column;float:none;width:100%;min-width:0;margin:0}.woocommerce-order-received .woocommerce-customer-details .woocommerce-column:only-child{grid-column:1/-1}.woocommerce-order-received .woocommerce-customer-details address{flex:1 1 auto;min-height:0;margin:0;padding:1.4rem;border:1px solid #dedbd3;border-radius:0;background:#fff;font-style:normal;line-height:1.7}.woocommerce-order-received .woocommerce-customer-details address p{margin:.8rem 0 0;padding:0;border:0;background:rgba(0,0,0,0)}@media screen and (max-width: calc(992px - 1px)){.woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:repeat(2, minmax(0, 1fr))}.woocommerce-order-received ul.woocommerce-order-overview li{border-bottom:1px solid #dedbd3}.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(even){border-right:0}.woocommerce-order-received ul.woocommerce-order-overview li:last-child{grid-column:1/-1;border-bottom:0}}@media screen and (max-width: calc(768px - 1px)){.woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:minmax(0, 1fr)}.woocommerce-order-received ul.woocommerce-order-overview li,.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(even),.woocommerce-order-received ul.woocommerce-order-overview li:last-child{grid-column:auto;border-right:0;border-bottom:1px solid #dedbd3}.woocommerce-order-received ul.woocommerce-order-overview li:last-child{border-bottom:0}.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns{grid-template-columns:minmax(0, 1fr);gap:2rem}.woocommerce-order-received .woocommerce-customer-details .woocommerce-column{display:flex;min-height:0}.woocommerce-order-received .woocommerce-customer-details address{flex:0 1 auto;min-height:0}.woocommerce-order-received table.woocommerce-table--order-details th,.woocommerce-order-received table.woocommerce-table--order-details td{padding:.85rem .75rem;overflow-wrap:anywhere}.woocommerce-order-received table.woocommerce-table--order-details tfoot th{width:42%}}.woocommerce-cart{background:#f8f6f0}.woocommerce-cart .woocommerce,.woocommerce-cart main.wp-block-group{width:min(100% - 1.5rem,1320px);margin-right:auto;margin-left:auto}.woocommerce-cart .woocommerce{padding:clamp(3rem,6vw,6rem) 0}.woocommerce-cart main.wp-block-group>.wp-block-post-title{margin:clamp(2.5rem,5vw,5rem) 0 0;color:#109c47;font-size:clamp(2.5rem,4vw,4.5rem);line-height:1;text-align:center}.woocommerce-cart .cart-empty.woocommerce-info,.woocommerce-cart .wc-block-cart__empty-cart__title{width:100%;max-width:none;box-sizing:border-box;margin:0 auto;padding:clamp(1.75rem,3vw,2.75rem);border:0;border-top:5px solid #109c47;background:#fff;box-shadow:0 12px 35px rgba(24,71,42,.08);color:#18472a;font-family:"Work Sans",sans-serif !important;font-size:clamp(.95rem,1.1vw,1.125rem) !important;font-weight:400 !important;line-height:1.6 !important;text-align:center;text-transform:none !important}.woocommerce-cart .cart-empty.woocommerce-info::before,.woocommerce-cart .wc-block-cart__empty-cart__title::before{content:"";position:static;display:block;width:clamp(64px,8vw,88px);height:clamp(64px,8vw,88px);margin:0 auto 1.25rem;border:0 !important;border-radius:0 !important;background-color:rgba(0,0,0,0) !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='none' stroke='%23109C47' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 34h56l-4 48H24l-4-48Z'/%3E%3Cpath d='M34 38V26c0-8 6-14 14-14s14 6 14 14v12'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain;-webkit-mask:none !important;mask:none !important}.woocommerce-cart .wp-block-woocommerce-empty-cart-block{padding:clamp(3rem,6vw,6rem) 0}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:clamp(2.5rem,4vw,5rem) clamp(1.25rem,2.5vw,3rem);margin:0;padding:0}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product{position:relative;display:grid;grid-template-columns:minmax(0, 1fr) auto;grid-template-rows:auto auto auto minmax(5.3rem, auto) auto;align-content:start;align-items:start;width:100%;max-width:none;margin:0;padding:0;border:0;text-align:left}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product .wc-block-grid__product-link{display:contents;color:inherit;text-decoration:none}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title,.woocommerce-cart .woocommerce .wp-block-heading,.woocommerce-cart .woocommerce .wc-block-grid__product-title{font-family:"Work Sans",sans-serif;text-transform:none}.woocommerce-cart .wp-block-woocommerce-empty-cart-block>.wp-block-heading,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products+.wp-block-heading,.woocommerce-cart .woocommerce>.wp-block-heading,.woocommerce-cart .woocommerce .wc-block-grid__products+.wp-block-heading{margin:clamp(3.5rem,7vw,6rem) 0 clamp(2rem,4vw,3.5rem);color:#109c47;font-family:"Agency FB","Arial Narrow",sans-serif;font-size:clamp(2.4rem,4vw,4.25rem);font-weight:400;line-height:1;text-align:center;text-transform:uppercase}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image,.woocommerce-cart .woocommerce .wc-block-grid__product-image{grid-column:1/-1;grid-row:1;margin-bottom:1.25rem}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img,.woocommerce-cart .woocommerce .wc-block-grid__product-image img{display:block;width:100%;aspect-ratio:1/1.18;margin:0;object-fit:contain;background:#fff;border:1px solid #cfcfcf}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title,.woocommerce-cart .woocommerce .wc-block-grid__product-title{grid-column:1;grid-row:2;align-self:start;margin:0;padding:0 .5rem 0 0;color:#000;font-size:1rem;font-weight:700;line-height:1.25;text-align:left}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title a,.woocommerce-cart .woocommerce .wc-block-grid__product-title a{color:inherit;text-decoration:none}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price,.woocommerce-cart .woocommerce .wc-block-grid__product-price{grid-column:2;grid-row:2;justify-self:end;align-self:start;margin:0;color:#d70000;font-size:1.125rem;font-weight:700;line-height:1.2;text-align:right;white-space:nowrap}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price del,.woocommerce-cart .woocommerce .wc-block-grid__product-price del{margin-right:.5rem;color:#000;font-size:.78em;opacity:1;text-decoration:line-through}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price ins,.woocommerce-cart .woocommerce .wc-block-grid__product-price ins{text-decoration:none}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-onsale,.woocommerce-cart .woocommerce .wc-block-grid__product-onsale{position:absolute;top:.75rem;right:.75rem;z-index:2;min-height:30px;margin:0;padding:.35rem .7rem;border:0;border-radius:0;background:#109c47;color:#fff;font-size:.72rem;font-weight:700;line-height:1;text-transform:uppercase;box-shadow:0 2px 5px rgba(0,0,0,.18)}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart,.woocommerce-cart .woocommerce .wc-block-grid__product-add-to-cart{grid-column:1/-1;grid-row:5;display:grid;grid-template-columns:96px minmax(0, 1fr);gap:.5rem;width:100%;margin:1.25rem 0 0;padding-top:0;border-top:0}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .return-to-shop .button,.woocommerce-cart .woocommerce .wc-block-grid__product-add-to-cart a,.woocommerce-cart .woocommerce .return-to-shop .button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;width:100%;padding:.7rem 1.2rem;border:0;border-radius:0;background:#18472a !important;color:#fff !important;font-size:.9rem;font-weight:400;line-height:1;text-decoration:none;box-shadow:0 2px 5px rgba(0,0,0,.24);transition:background-color .2s ease}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a:hover,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a:focus-visible,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .return-to-shop .button:hover,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .return-to-shop .button:focus-visible,.woocommerce-cart .woocommerce .wc-block-grid__product-add-to-cart a:hover,.woocommerce-cart .woocommerce .wc-block-grid__product-add-to-cart a:focus-visible,.woocommerce-cart .woocommerce .return-to-shop .button:hover,.woocommerce-cart .woocommerce .return-to-shop .button:focus-visible{background:#109c47 !important}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-article,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-article{grid-column:1/-1;grid-row:3;margin:.2rem 0 0;color:#aaa;font-size:.7rem;line-height:1.3}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-article span,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-article span{font-weight:600}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-specifications,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-specifications{grid-column:1/-1;grid-row:4;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem;min-height:5.3rem;margin:1rem 0 0;padding:1rem 0;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-specifications div,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-specifications div{min-width:0}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-specifications dt,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-specifications dt{margin:0 0 .35rem;color:#aaa;font-size:.68rem;font-weight:700;line-height:1.2;text-transform:uppercase}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-specifications dd,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-specifications dd{margin:0;color:#000;font-size:.85rem;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity{display:grid;grid-template-columns:28px 40px 28px;height:40px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.24)}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity button,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity input,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity button,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity input{min-width:0;height:40px;margin:0;padding:0;border:0;border-radius:0;text-align:center}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity button,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity button{background:#18472a;color:#fff;font-size:1rem}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity button:hover,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity button:focus-visible,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity button:hover,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity button:focus-visible{background:#109c47}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity input,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity input{width:40px;background:#fff;color:#000;font-size:1rem;font-weight:500;appearance:textfield}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity input::-webkit-inner-spin-button,.woocommerce-cart .wp-block-woocommerce-empty-cart-block .tinnenbirdies-new-product-quantity input::-webkit-outer-spin-button,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity input::-webkit-inner-spin-button,.woocommerce-cart .woocommerce .tinnenbirdies-new-product-quantity input::-webkit-outer-spin-button{margin:0;appearance:none}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a,.woocommerce-cart .woocommerce .wc-block-grid__product-add-to-cart a{min-height:40px;height:40px;padding:.55rem .75rem}.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a::before,.woocommerce-cart .woocommerce .wc-block-grid__product-add-to-cart a::before{content:"shopping_bag";margin-right:.45rem;font-family:"Material Icons Outlined";font-size:1.15rem}.woocommerce-cart .return-to-shop{margin:1.5rem auto 0;text-align:center}.woocommerce-cart .wc-block-cart{display:grid !important;grid-template-columns:minmax(0, 1.65fr) minmax(320px, 0.85fr);gap:clamp(2rem,4vw,4rem);align-items:start;margin:0;padding:clamp(3rem,6vw,6rem) 0}.woocommerce-cart .wc-block-cart .wc-block-cart__main{grid-column:1;width:100% !important;min-width:0;max-width:100%;margin:0;padding-right:0 !important;overflow:hidden}.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar{grid-column:2;width:100% !important;margin:0}.woocommerce-cart .wc-block-cart .wc-block-cart-items{display:block;width:100%;max-width:100%;margin:0;border:0;border-collapse:separate;border-spacing:0;background:#fff}.woocommerce-cart .wc-block-cart .wc-block-cart-items thead{display:none;background:rgba(0,0,0,0) !important}.woocommerce-cart .wc-block-cart .wc-block-cart-items thead th{padding:1rem 1.25rem;border:0;border-bottom:1px solid #cfcfcf;background:rgba(0,0,0,0) !important;color:#000 !important;font-family:"Work Sans",sans-serif;font-size:1rem;font-weight:700;letter-spacing:0;line-height:1.25;text-transform:uppercase}.woocommerce-cart .wc-block-cart .wc-block-cart-items thead th span{padding:0;color:inherit;font:inherit}.woocommerce-cart .wc-block-cart .wc-block-cart-items thead .wc-block-cart-items__header-product{text-align:left}.woocommerce-cart .wc-block-cart .wc-block-cart-items thead .wc-block-cart-items__header-total{text-align:right}.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody{display:block;width:100%}.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr{display:block;position:relative;width:100%;border:0;background:#fff !important;box-shadow:inset 0 2px 0 #c8d0ca,inset 0 -2px 0 #c8d0ca}.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr::before,.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr::after{content:"";position:absolute;z-index:3;left:0;width:100%;height:2px;background:#c8d0ca;pointer-events:none}.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr::before{top:0}.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr::after{bottom:0}.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr:nth-child(odd),.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr:nth-child(odd) td{background:#fff !important}.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr:nth-child(even),.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr:nth-child(even) td{background:#f0f5f1 !important}.woocommerce-cart .wc-block-cart .wc-block-cart-items td{padding:1.25rem;border-top:0 !important;border-bottom:0 !important;vertical-align:middle}.woocommerce-cart .wc-block-cart .wc-block-cart-item__image{width:180px !important;min-width:180px !important;max-width:180px !important;padding-right:0;text-align:left !important}.woocommerce-cart .wc-block-cart .wc-block-cart-item__image img{display:block;width:150px !important;min-width:150px !important;max-width:150px !important;height:auto !important;margin:0 !important;aspect-ratio:1/1.18;object-fit:contain;background:#fff;border:1px solid #cfcfcf}.woocommerce-cart .wc-block-cart .wc-block-cart-item__product{display:grid !important;grid-template-columns:minmax(260px, 1fr) auto minmax(115px, 140px);grid-template-rows:auto auto;align-content:center;align-items:center;column-gap:clamp(1.25rem,2vw,2.5rem);height:100%;min-width:0;text-align:left}.woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-components-product-name{grid-column:1;grid-row:1;align-self:center;margin:0}.woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__prices{grid-column:3;grid-row:1/-1;align-self:center}.woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-components-product-metadata{grid-column:1}.woocommerce-cart .wc-block-cart .wc-block-cart-item__product .tinnenbirdies-cart-product-details{grid-column:1;grid-row:2}.woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__quantity{grid-column:2;grid-row:1/-1;align-self:center}.woocommerce-cart .wc-block-cart .wc-block-components-product-name{color:#000;font-family:"Work Sans",sans-serif;font-size:1.15rem !important;font-weight:700 !important;line-height:1.25;text-decoration:none}.woocommerce-cart .wc-block-cart .wc-block-components-product-name:hover,.woocommerce-cart .wc-block-cart .wc-block-components-product-name:focus-visible{color:#109c47}.woocommerce-cart .wc-block-cart .wc-block-cart-item__prices{display:flex;flex-direction:column;align-items:flex-start;margin:0;color:#d70000;font-weight:700}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-price-label,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-total-label{display:block;margin-bottom:.35rem;color:#000;font-size:.72rem;font-weight:700;line-height:1.2;text-transform:none}.woocommerce-cart .wc-block-cart .wc-block-components-product-metadata{color:#888;font-size:.8rem}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-product-details{margin-top:.75rem;padding-top:.65rem;border-top:1px solid #000}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-sku{margin:0 0 .65rem;color:#aaa;font-size:.75rem;line-height:1.3}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-detail-label{font-weight:700}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-specifications{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem;margin:0}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-specifications div{min-width:0}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-specifications dt{margin:0 0 .3rem;color:#aaa;font-size:.68rem;font-weight:700;line-height:1.2;text-transform:uppercase}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-specifications dd{margin:0;color:#000;font-size:.85rem;font-weight:600;line-height:1.35}.woocommerce-cart .wc-block-cart .wc-block-cart-item__quantity{display:flex !important;flex-wrap:wrap;align-items:center;column-gap:0 !important;row-gap:.5rem;margin:0;padding:0;background:rgba(0,0,0,0) !important;box-shadow:none !important}.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector{height:34px !important;margin:0;border:0;border-radius:0;box-shadow:0 2px 5px rgba(0,0,0,.18)}.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector::after{border:0}.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{min-width:36px;border:0;background:#fff;color:#000;font-size:1rem;font-weight:600}.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector button{height:34px !important;min-width:32px;padding:0;border:0;border-radius:0;background:#18472a !important;color:#fff !important;opacity:1 !important}.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector button:hover,.woocommerce-cart .wc-block-cart .wc-block-components-quantity-selector button:focus-visible{background:#109c47 !important;color:#fff !important}.woocommerce-cart .wc-block-cart .wc-block-cart-item__remove-link{display:inline-grid !important;place-items:center;flex:0 0 34px;position:relative !important;left:0 !important;width:34px !important;min-width:34px !important;max-width:34px !important;height:34px !important;min-height:34px !important;max-height:34px !important;margin:0 !important;padding:0 !important;overflow:hidden;border:0 !important;border-radius:0;background:#18472a !important;background-image:none !important;color:#fff !important;font-size:0 !important;line-height:1;text-decoration:none;box-shadow:0 2px 5px rgba(0,0,0,.18);-webkit-mask:none !important;mask:none !important}.woocommerce-cart .wc-block-cart .wc-block-cart-item__remove-link>*{display:none !important}.woocommerce-cart .wc-block-cart .wc-block-cart-item__remove-link::before{content:"";display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M8 6V4h8v2'/%3E%3Cpath d='M19 6l-1 14H6L5 6'/%3E%3Cpath d='M10 11v5M14 11v5'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.woocommerce-cart .wc-block-cart .wc-block-cart-item__remove-link::after{content:none !important;display:none !important}.woocommerce-cart .wc-block-cart .wc-block-cart-item__remove-link:hover,.woocommerce-cart .wc-block-cart .wc-block-cart-item__remove-link:focus-visible{background:#d70000 !important;color:#fff !important}.woocommerce-cart .wc-block-cart .wc-block-cart-item__total{display:grid !important;grid-template-columns:minmax(95px, 1fr) 42px;gap:1.25rem;align-content:center;align-items:center;color:#d70000;font-size:1.05rem;font-weight:700;white-space:nowrap}.woocommerce-cart .wc-block-cart .wc-block-cart-item__total .wc-block-components-product-price{display:flex;flex-direction:column;align-items:flex-start;margin:0}.woocommerce-cart .wc-block-cart .wc-block-cart-item__total .wc-block-cart-item__remove-link{grid-column:2}.woocommerce-cart .wc-block-cart .wc-block-cart-item__total::before,.woocommerce-cart .wc-block-cart .wc-block-cart-item__total::after{content:none !important;display:none !important;border:0 !important}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row{display:block !important;width:100%;max-width:100%;padding:0 !important;background:inherit !important;box-sizing:border-box}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-inner{display:grid;grid-template-columns:155px minmax(240px, 1fr) minmax(420px, 465px);gap:clamp(.75rem,1.25vw,1.35rem);align-items:center;width:100%;min-height:220px;padding:1.5rem;box-sizing:border-box}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-image{justify-self:start}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-image a{display:block}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-image img{display:block;width:150px !important;height:177px !important;margin:0 !important;object-fit:contain;background:#fff;border:1px solid #cfcfcf}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-information{align-self:center;min-width:0}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-information .wc-block-components-product-name{display:block;margin:0;font-size:1.15rem !important}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-information .wc-block-components-product-metadata{margin-top:.35rem}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-information .tinnenbirdies-cart-product-details{width:100%}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-actions{display:grid;grid-template-columns:102px minmax(105px, 1fr) minmax(105px, 1fr) 34px;gap:clamp(.85rem,1.25vw,1.25rem);align-items:end;align-self:center;min-width:0;transform:translateY(2.15rem)}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-quantity,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-unit-price,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-subtotal,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-remove{align-self:end;min-width:0}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-quantity .wc-block-cart-item__quantity{display:block !important;margin:0}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-unit-price,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-subtotal{color:#d70000;font-size:1.05rem;font-weight:700;line-height:1.2;white-space:nowrap}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-unit-price .wc-block-cart-item__prices,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-unit-price .wc-block-components-product-price,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-subtotal .wc-block-cart-item__prices,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-subtotal .wc-block-components-product-price{display:block;margin:0;color:inherit;font:inherit}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-unit-price{justify-self:center;padding-left:.75rem}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-column-label{display:block;margin-bottom:.4rem;color:#000;font-size:.72rem;font-weight:700;line-height:1.2}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-remove{justify-self:end}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-remove .wc-block-cart-item__remove-link{position:static !important;left:auto !important;margin:0 !important}.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar{align-self:start;padding:0;border-top:5px solid #109c47;background:#fff;box-shadow:0 12px 35px rgba(24,71,42,.08)}.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title{margin:0;padding:1.4rem 1.5rem;color:#109c47;font-family:"Agency FB","Arial Narrow",sans-serif;font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:400;line-height:1;text-align:left;text-transform:uppercase}.woocommerce-cart .wc-block-cart .wc-block-components-totals-wrapper{padding:1.15rem 1.5rem;border-top:1px solid #dedbd3}.woocommerce-cart .wc-block-cart .wc-block-components-totals-wrapper::after{border:0}.woocommerce-cart .wc-block-cart .wc-block-components-totals-item{padding:0}.woocommerce-cart .wc-block-cart .wc-block-components-totals-item .wc-block-components-totals-item__label,.woocommerce-cart .wc-block-cart .wc-block-components-totals-item .wc-block-components-totals-item__value{color:#000;font-size:.95rem}.woocommerce-cart .wc-block-cart .wc-block-components-totals-item .wc-block-components-totals-item__value{font-weight:700}.woocommerce-cart .wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.woocommerce-cart .wc-block-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:#18472a;font-size:1.25rem;font-weight:700}.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon-link{color:#18472a;font-weight:600;text-decoration-color:rgba(24,71,42,.35);text-underline-offset:.2rem}.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__form{align-items:stretch;gap:.5rem}.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__form .wc-block-components-text-input input{min-height:44px;border:1px solid #cfcfcf;border-radius:0;background:#fff}.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__form button{min-height:44px;border:0;border-radius:0;background:#18472a;color:#fff}.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__form button:hover,.woocommerce-cart .wc-block-cart .wc-block-components-totals-coupon__form button:focus-visible{background:#109c47;color:#fff}.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container{padding:1.5rem;border-top:1px solid #dedbd3;background:#fff}.woocommerce-cart .wc-block-cart .wc-block-cart__submit-button{min-height:52px;border:0;border-radius:0;background:#18472a;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:background-color .2s ease,transform .2s ease}.woocommerce-cart .wc-block-cart .wc-block-cart__submit-button:hover,.woocommerce-cart .wc-block-cart .wc-block-cart__submit-button:focus-visible{background:#109c47;color:#fff;transform:translateY(-1px)}.woocommerce-cart .wc-block-cart .tinnenbirdies-continue-shopping{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;margin-top:.75rem;padding:.75rem 1rem;border:1px solid #18472a;border-radius:0;background:rgba(0,0,0,0);color:#18472a;font-size:1rem;font-weight:400;line-height:1.2;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease}.woocommerce-cart .wc-block-cart .tinnenbirdies-continue-shopping:hover,.woocommerce-cart .wc-block-cart .tinnenbirdies-continue-shopping:focus-visible{background:#18472a;color:#fff}@media screen and (max-width: 1700px){.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-inner{grid-template-columns:155px minmax(0, 1fr);row-gap:1.25rem}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-image{grid-column:1;grid-row:1/span 2}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-information{grid-column:2;grid-row:1}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-actions{grid-column:2;grid-row:2;justify-self:stretch;width:min(100%,465px);transform:none}}@media screen and (max-width: calc(1200px - 1px)){.woocommerce-cart .wc-block-cart{grid-template-columns:minmax(0, 1fr) !important}.woocommerce-cart .wc-block-cart .wc-block-cart__main,.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar{grid-column:1;width:100%;padding-right:0}}@media screen and (max-width: calc(992px - 1px)){.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media screen and (max-width: calc(768px - 1px)){.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products{grid-template-columns:minmax(0, 1fr)}.woocommerce-cart .cart-empty.woocommerce-info,.woocommerce-cart .wc-block-cart__empty-cart__title{padding:2rem 1.25rem}.woocommerce-cart .wc-block-cart{padding:2.5rem 0}.woocommerce-cart .wc-block-cart .wc-block-cart-items thead{display:none}.woocommerce-cart .wc-block-cart .wc-block-cart-items td{padding:1rem .75rem}.woocommerce-cart .wc-block-cart .wc-block-cart-item__image{width:125px !important;min-width:125px !important;max-width:125px !important}.woocommerce-cart .wc-block-cart .wc-block-cart-item__image img{width:100px !important;min-width:100px !important;max-width:100px !important}.woocommerce-cart .wc-block-cart .wc-block-cart-item__product{grid-template-columns:minmax(0, 1fr)}.woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__prices,.woocommerce-cart .wc-block-cart .wc-block-cart-item__product .wc-block-cart-item__quantity{grid-column:1;grid-row:auto;justify-self:start;margin-top:.85rem}.woocommerce-cart .wc-block-cart .wc-block-cart-item__total{grid-template-columns:minmax(0, 1fr) 42px;gap:.75rem}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-inner{grid-template-columns:minmax(0, 1fr);gap:1rem;min-height:0;padding:1.25rem}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-image{grid-column:1;grid-row:1}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-image img{width:min(100%,180px) !important;height:212px !important}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-information{grid-column:1;grid-row:2}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-actions{grid-column:1;grid-row:3;grid-template-columns:102px minmax(95px, 1fr) minmax(95px, 1fr) 34px;width:100%;transform:none}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-unit-price{justify-self:start;padding-left:0}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-remove{justify-self:end}.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title,.woocommerce-cart .wc-block-cart .wc-block-components-totals-wrapper,.woocommerce-cart .wc-block-cart .wc-block-cart__submit-container{padding-right:1rem;padding-left:1rem}}@media screen and (max-width: calc(576px - 1px)){.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-actions{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);gap:1rem}.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-quantity,.woocommerce-cart .wc-block-cart .tinnenbirdies-cart-row-remove{justify-self:start}}.woocommerce-checkout .woocommerce-system-content--full{flex:0 0 100%;width:100% !important;max-width:1320px !important;margin-right:auto;margin-left:auto}.woocommerce-checkout .woocommerce-system-content--full>*,.woocommerce-checkout .woocommerce-system-content--full>*>*,.woocommerce-checkout .woocommerce-system-content--full>*>*>*{width:100% !important;max-width:none !important}.woocommerce-checkout .wp-block-woocommerce-page-content-wrapper,.woocommerce-checkout .wp-block-woocommerce-page-content-wrapper>.wp-block-group,.woocommerce-checkout .wp-block-woocommerce-page-content-wrapper .wp-block-post-content,.woocommerce-checkout .woocommerce-system-page .is-layout-constrained{width:100% !important;max-width:none !important}.woocommerce-checkout .wp-block-woocommerce-page-content-wrapper>.wp-block-group>*,.woocommerce-checkout .woocommerce-system-page .is-layout-constrained>*{width:100% !important;max-width:none !important;margin-right:auto !important;margin-left:auto !important}.woocommerce-checkout .wp-block-woocommerce-checkout,.woocommerce-checkout .wc-block-checkout,.woocommerce-checkout .wc-block-components-sidebar-layout{width:100% !important;max-width:none !important}.woocommerce-checkout .wp-block-woocommerce-checkout{position:static;left:auto;width:100% !important;max-width:100% !important;margin:0 !important;transform:none}.woocommerce-checkout .wc-block-checkout{display:grid !important;align-items:start;margin:0;padding:0 0 clamp(3rem,6vw,6rem);font-family:"Work Sans",sans-serif}.woocommerce-checkout .wc-block-checkout .wc-block-checkout__main,.woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar{width:100% !important;min-width:0;margin:0}.woocommerce-checkout .wc-block-checkout .wc-block-checkout__main{grid-column:1;padding-right:1rem !important}.woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar{grid-column:2;padding:0 !important;border:0}.woocommerce-checkout .wc-block-components-checkout-step{margin:0 0 2rem;padding:0}.woocommerce-checkout .wc-block-components-checkout-step::after{border-color:#d8ddd9}.woocommerce-checkout .wc-block-components-checkout-step__heading{margin-bottom:1rem}.woocommerce-checkout .wc-block-components-checkout-step__title,.woocommerce-checkout .wc-block-components-title{margin:0;color:#109c47;font-family:"Agency FB","Arial Narrow",sans-serif;font-size:clamp(1.8rem,2.5vw,2.6rem);font-weight:400;line-height:1;text-transform:uppercase}.woocommerce-checkout .wc-block-components-checkout-step__description,.woocommerce-checkout .wc-block-components-checkout-step__heading-content{color:#666;font-size:.85rem}.woocommerce-checkout .wc-block-components-checkout-step__container{padding-left:0}.woocommerce-checkout .wc-block-components-text-input input,.woocommerce-checkout .wc-block-components-text-input .components-combobox-control__input,.woocommerce-checkout .wc-block-components-combobox input,.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input{min-height:52px;border:1px solid #cfd4d0;border-radius:0 !important;background:#fff;color:#000;box-shadow:none}.woocommerce-checkout .wc-block-components-text-input input:focus,.woocommerce-checkout .wc-block-components-text-input .components-combobox-control__input:focus,.woocommerce-checkout .wc-block-components-combobox input:focus,.woocommerce-checkout .wc-block-components-combobox .components-combobox-control__input:focus{border-color:#109c47;box-shadow:0 0 0 1px #109c47}.woocommerce-checkout .wc-block-components-radio-control__option,.woocommerce-checkout .wc-block-components-address-card{margin:0 0 .75rem;padding:1.1rem 1.25rem;border:1px solid #cfd4d0;border-radius:0;background:#fff}.woocommerce-checkout .wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked,.woocommerce-checkout .wc-block-components-radio-control__option.wc-block-components-address-card--selected,.woocommerce-checkout .wc-block-components-address-card.wc-block-components-radio-control__option-checked,.woocommerce-checkout .wc-block-components-address-card.wc-block-components-address-card--selected{border-color:#18472a;box-shadow:inset 4px 0 0 #18472a}.woocommerce-checkout .wc-block-components-radio-control__option{display:grid !important;grid-template-columns:22px minmax(0, 1fr);column-gap:.8rem;align-items:start;min-width:0}.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__input{grid-column:1;position:static !important;width:18px;height:18px;margin:.1rem 0 0 !important;appearance:auto !important;accent-color:#18472a;transform:none !important}.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__input::before,.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__input::after{content:none !important;display:none !important}.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout,.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__label-group,.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__description-group{grid-column:2;min-width:0;margin:0;padding:0}.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__label,.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__description,.woocommerce-checkout .wc-block-components-radio-control__option .wc-block-components-radio-control__secondary-label{white-space:normal;word-break:normal;overflow-wrap:break-word}.woocommerce-checkout .wc-block-components-checkout-place-order-button{min-height:54px;border:0;border-radius:0;background:#18472a;color:#fff;font-size:1rem;font-weight:600;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:background-color .2s ease,transform .2s ease}.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible{background:#109c47;color:#fff;transform:translateY(-1px)}.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button{color:#18472a;font-weight:400;text-decoration-color:rgba(24,71,42,.35);text-underline-offset:.2rem}.woocommerce-checkout .wc-block-components-sidebar{border-top:5px solid #109c47 !important;border-radius:0 !important;background:#fff;box-shadow:0 12px 35px rgba(24,71,42,.1)}.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar{box-sizing:border-box}.woocommerce-checkout .wc-block-components-order-summary{padding:0}.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{transform:none !important}.woocommerce-checkout .wc-block-components-order-summary__button-text{padding:1.4rem 1.5rem;color:#109c47;font-family:"Agency FB","Arial Narrow",sans-serif;font-size:clamp(1.8rem,2.3vw,2.4rem);font-weight:400;line-height:1;text-align:left;text-transform:uppercase}.woocommerce-checkout .wc-block-components-order-summary__content{padding:0 1.5rem}.woocommerce-checkout .wc-block-components-order-summary-item{display:flex;flex-wrap:nowrap;gap:.5rem;align-items:flex-start;min-height:0;padding:.9rem 0;border-bottom:1px solid #d8ddd9}.woocommerce-checkout .wc-block-components-order-summary-item:nth-child(even){margin-right:0;margin-left:0;padding-right:0;padding-left:0;background:rgba(0,0,0,0)}.woocommerce-checkout .wc-block-components-order-summary-item__image{display:inline-flex;flex:0 0 auto;align-items:center;align-self:flex-start;width:auto;margin:0}.woocommerce-checkout .wc-block-components-order-summary-item__image img{display:none}.woocommerce-checkout .wc-block-components-order-summary-item__image .wc-block-components-product-badge.wc-block-components-product-badge{all:unset !important;position:static !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;width:1.4rem !important;min-width:1.4rem !important;height:1.4rem !important;min-height:1.4rem !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:50% !important;background:#000 !important;box-shadow:none !important;color:#fff !important;font-size:.75rem !important;font-weight:600 !important;line-height:1 !important}.woocommerce-checkout .wc-block-components-order-summary-item__image .wc-block-components-product-badge.wc-block-components-product-badge::before{content:none !important;display:none !important}.woocommerce-checkout .wc-block-components-order-summary-item__image .wc-block-components-product-badge.wc-block-components-product-badge::after{content:none}.woocommerce-checkout .wc-block-components-order-summary-item__description{display:inline-flex;flex:0 1 auto;flex-wrap:nowrap;gap:.3rem;align-items:baseline;position:static !important;width:auto !important;max-width:none !important;min-width:0;margin:0 !important;padding:0 !important;overflow:visible;white-space:nowrap}.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-name{display:inline;width:auto !important;max-width:none !important;color:#000;font-size:.85rem;font-weight:600;line-height:1.25;text-transform:none;white-space:nowrap !important;word-break:normal !important;overflow-wrap:break-word}.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-price{margin:0;color:#000;font-size:.85rem;line-height:1.25}.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata{display:none}.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-price{display:inline-flex;flex:0 0 auto;align-items:baseline;width:auto !important;max-width:none !important;gap:.2rem}.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-price::before{content:"á "}.woocommerce-checkout .wc-block-components-order-summary-item__total-price{display:inline-flex;align-items:baseline;position:static !important;width:auto !important;align-self:baseline;color:#000;font-size:.85rem;font-weight:400;white-space:nowrap}.woocommerce-checkout .wc-block-components-order-summary-item__total-price::before{content:"(Totaal "}.woocommerce-checkout .wc-block-components-order-summary-item__total-price::after{content:")"}.woocommerce-checkout .wc-block-components-totals-wrapper{padding:1rem 1.5rem;border-top:1px solid #dedbd3}.woocommerce-checkout .wc-block-components-totals-wrapper::after{border:0}.woocommerce-checkout .wc-block-components-totals-item{padding:0}.woocommerce-checkout .wc-block-components-totals-item .wc-block-components-totals-item__label,.woocommerce-checkout .wc-block-components-totals-item .wc-block-components-totals-item__value{color:#000;font-size:.9rem}.woocommerce-checkout .wc-block-components-totals-item .wc-block-components-totals-item__value{font-weight:700}.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{color:#18472a;font-size:1.25rem;font-weight:700}.woocommerce-checkout .wc-block-components-totals-coupon-link{color:#18472a;font-weight:500;text-decoration-color:rgba(24,71,42,.35)}@media screen and (max-width: calc(1200px - 1px)){.woocommerce-checkout .wc-block-checkout{grid-template-columns:minmax(0, 1fr) !important}.woocommerce-checkout .wc-block-checkout .wc-block-checkout__main,.woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar{grid-column:1}.woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar{margin-top:1rem}}@media screen and (max-width: calc(768px - 1px)){.woocommerce-checkout .wc-block-checkout{padding:0 0 2.5rem}.woocommerce-checkout .wc-block-checkout .wc-block-checkout__sidebar{display:none !important}.woocommerce-checkout .wc-block-components-order-summary__button-text,.woocommerce-checkout .wc-block-components-order-summary__content,.woocommerce-checkout .wc-block-components-totals-wrapper{padding-right:1rem;padding-left:1rem}.woocommerce-checkout .wc-block-components-order-summary-item{display:flex;gap:.3rem}.woocommerce-checkout .wc-block-components-order-summary-item:nth-child(even){margin-right:0;margin-left:0;padding-right:0;padding-left:0}.woocommerce-checkout .wc-block-components-order-summary-item__image{width:auto}.woocommerce-checkout .wc-block-components-order-summary-item__image img{display:none}.woocommerce-checkout .wc-block-components-order-summary-item__total-price{justify-self:start}}