.wcbp-wrapper{margin:0 0 32px;color:var(--wcbp-text);font-family:var(--wcbp-font);font-size:var(--wcbp-body-size);font-weight:var(--wcbp-body-weight);line-height:var(--wcbp-body-lh);box-sizing:border-box}.wcbp-wrapper *{box-sizing:border-box}.wcbp-wrapper:not([style*="--wcbp-max-width:none"]){max-width:var(--wcbp-max-width);margin-left:auto;margin-right:auto}.wcbp-wrapper[style*="--wcbp-max-width:none"]{max-width:none}.wcbp-block{margin:0 0 var(--wcbp-block-spacing)}.wcbp-section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 16px}.wcbp-section-heading h2{font-family:var(--wcbp-heading-font);font-size:var(--wcbp-section-title-d);font-weight:var(--wcbp-heading-weight);line-height:var(--wcbp-heading-lh);letter-spacing:var(--wcbp-letter-spacing);text-transform:var(--wcbp-transform);margin:0;color:var(--wcbp-text)}
.wcbp-hero{min-height:var(--wcbp-hero-height);border-radius:var(--wcbp-radius);overflow:hidden;margin:0 0 var(--wcbp-block-spacing);box-shadow:var(--wcbp-shadow);box-sizing:border-box}.wcbp-hero-overlay{background-size:cover;background-position:center;display:flex;align-items:center;padding:42px}.wcbp-hero-content{max-width:820px}.wcbp-hero h1{font-family:var(--wcbp-heading-font);font-size:var(--wcbp-hero-title-d);font-weight:var(--wcbp-heading-weight);line-height:var(--wcbp-heading-lh);letter-spacing:var(--wcbp-letter-spacing);text-transform:var(--wcbp-transform);margin:0 0 14px;color:inherit}.wcbp-hero p{font-size:var(--wcbp-body-size);line-height:var(--wcbp-body-lh);font-weight:var(--wcbp-body-weight);margin:0 0 24px;opacity:.88}.wcbp-hero-overlay .wcbp-hero-content,.wcbp-hero-overlay h1{color:#fff}.wcbp-hero-split{display:grid;grid-template-columns:42% 1fr;background:var(--wcbp-bg)}.wcbp-hero-split .wcbp-hero-image{background-size:cover;background-position:center;min-height:var(--wcbp-hero-height)}.wcbp-hero-split .wcbp-hero-content,.wcbp-hero-text .wcbp-hero-content{padding:42px}.wcbp-hero-text{background:var(--wcbp-bg);display:flex;align-items:center}
.wcbp-primary-button,.wcbp-button{display:inline-flex;align-items:center;justify-content:center;background:var(--wcbp-button-bg);color:var(--wcbp-button-text)!important;text-decoration:none!important;border-radius:var(--wcbp-button-radius);font-family:var(--wcbp-font);font-size:var(--wcbp-button-size);font-weight:var(--wcbp-button-weight);line-height:1.2;transition:transform .2s ease,opacity .2s ease,background-color .2s ease}.wcbp-primary-button{padding:var(--wcbp-button-py) var(--wcbp-button-px)}.wcbp-button{padding:calc(var(--wcbp-button-py) * .7) calc(var(--wcbp-button-px) * .7);margin-top:12px}.wcbp-primary-button:hover,.wcbp-button:hover{background:var(--wcbp-button-hover-bg);color:var(--wcbp-button-text)!important}
.wcbp-grid{display:grid;grid-template-columns:repeat(var(--wcbp-desktop),minmax(0,1fr));gap:var(--wcbp-gap);margin:0 0 var(--wcbp-block-spacing)}.wcbp-card{background:var(--wcbp-bg);border-radius:var(--wcbp-radius);overflow:hidden;box-shadow:var(--wcbp-shadow);min-height:var(--wcbp-card-height);position:relative}.wcbp-card-link{display:flex;flex-direction:column;height:100%;color:inherit!important;text-decoration:none!important}.wcbp-card-media{height:58%;min-height:130px;background-size:cover;background-position:center;position:relative}.wcbp-card-media:after{content:"";position:absolute;inset:0;background:var(--wcbp-overlay)}.wcbp-card-body{padding:var(--wcbp-card-padding);display:flex;flex-direction:column;align-items:flex-start;gap:4px}.wcbp-card h3{font-family:var(--wcbp-heading-font);font-size:var(--wcbp-card-title-d);font-weight:var(--wcbp-heading-weight);line-height:var(--wcbp-heading-lh);letter-spacing:var(--wcbp-letter-spacing);text-transform:var(--wcbp-transform);margin:0;color:var(--wcbp-text)}.wcbp-count{font-size:calc(var(--wcbp-body-size) * .82);opacity:.68;font-weight:600}.wcbp-card p{font-size:calc(var(--wcbp-body-size) * .9);line-height:var(--wcbp-body-lh);font-weight:var(--wcbp-body-weight);margin:6px 0 0;opacity:.78}.wcbp-grid.has-hover .wcbp-card{transition:transform .22s ease,box-shadow .22s ease}.wcbp-grid.has-hover .wcbp-card:hover{transform:translateY(-5px)}.wcbp-grid.has-hover .wcbp-card:hover .wcbp-button,.wcbp-primary-button:hover{transform:translateY(-1px);opacity:.92}
.wcbp-products{display:grid!important;grid-template-columns:repeat(var(--wcbp-product-columns),minmax(0,1fr));gap:var(--wcbp-gap);margin:0!important;padding:0!important}.wcbp-products:before,.wcbp-products:after{display:none!important}.wcbp-products li.product{width:auto!important;margin:0!important;float:none!important}
.wcbp-description-block,.wcbp-cta{background:var(--wcbp-bg);border-radius:var(--wcbp-radius);box-shadow:var(--wcbp-shadow);padding:var(--wcbp-block-padding)}.wcbp-description-content{font-size:var(--wcbp-body-size);line-height:var(--wcbp-body-lh);font-weight:var(--wcbp-body-weight)}.wcbp-description-content p:last-child{margin-bottom:0}.wcbp-cta{display:flex;align-items:center;justify-content:space-between;gap:24px}.wcbp-cta h2{font-family:var(--wcbp-heading-font);font-size:var(--wcbp-section-title-d);font-weight:var(--wcbp-heading-weight);line-height:var(--wcbp-heading-lh);letter-spacing:var(--wcbp-letter-spacing);text-transform:var(--wcbp-transform);margin:0 0 8px;color:var(--wcbp-text)}.wcbp-cta p{margin:0;opacity:.75}
body.wcbp-hide-native-category-images .woocommerce ul.products li.product-category img,body.wcbp-hide-native-category-images .woocommerce-page ul.products li.product-category img{display:none!important}body.wcbp-hide-native-category-images .woocommerce ul.products li.product-category{display:none!important}
@media(max-width:1024px){.wcbp-grid{grid-template-columns:repeat(var(--wcbp-tablet),minmax(0,1fr))}.wcbp-products{grid-template-columns:repeat(2,minmax(0,1fr))}.wcbp-hero-overlay,.wcbp-hero-split .wcbp-hero-content,.wcbp-hero-text .wcbp-hero-content{padding:32px}.wcbp-hero h1{font-size:var(--wcbp-hero-title-t)}.wcbp-section-heading h2,.wcbp-cta h2{font-size:var(--wcbp-section-title-t)}.wcbp-card h3{font-size:var(--wcbp-card-title-t)}}
@media(max-width:640px){.wcbp-grid{grid-template-columns:repeat(var(--wcbp-mobile),minmax(0,1fr))}.wcbp-products{grid-template-columns:1fr}.wcbp-hero{border-radius:calc(var(--wcbp-radius) * .75);min-height:240px}.wcbp-hero-overlay,.wcbp-hero-split .wcbp-hero-content,.wcbp-hero-text .wcbp-hero-content{padding:24px}.wcbp-hero-split{grid-template-columns:1fr}.wcbp-hero-split .wcbp-hero-image{min-height:220px}.wcbp-hero h1{font-size:var(--wcbp-hero-title-m)}.wcbp-section-heading h2,.wcbp-cta h2{font-size:var(--wcbp-section-title-m)}.wcbp-card{min-height:auto}.wcbp-card-media{height:190px}.wcbp-card h3{font-size:var(--wcbp-card-title-m)}.wcbp-cta{align-items:flex-start;flex-direction:column}}
