.wpb-body { background-color: #fff!important; }

.blaze-slider .blaze-nav-container { display: flex; align-items: center; }
.blaze-slider .blaze-nav-container button { cursor: pointer; border: 1px solid rgb(var(--wpb-border)); background-color: #fff; width: 3.2rem; height: 2.8rem; border-radius: 3rem; display: inline-grid; place-items: center; }
.blaze-slider .blaze-nav-container button i { --width: 1.2rem; --height: 1.2rem; }
.blaze-slider .blaze-nav-container button:hover { background-color: rgb(var(--wpb-blue)); border-color: rgb(var(--wpb-blue)); }
.blaze-slider .blaze-nav-container button:hover i { --color: 255,255,255; }

.blaze-slider.static .blaze-nav-container .blaze-prev,
.blaze-slider.static .blaze-nav-container .blaze-next,
.blaze-slider.static .blaze-pagination { display: none; }

.wpb-header.wpb-header--single-product .wpb-header__breadcrumb { border-bottom: 1px solid rgb(var(--wpb-border)); padding: 1rem 0; }
.wpb-header.wpb-header--single-product .wpb-header__body .container { display: grid; grid-template-columns: minmax(0,1fr); }
.wpb-header.wpb-header--single-product .blaze-slider { position: relative; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-track img { border-radius: .6rem; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-pagination { display: none; flex-direction: column; z-index: 1; gap: .5rem; background-color: #fff; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-pagination button { background-color: #fff; cursor: pointer; border: 1px solid rgb(var(--wpb-border)); border-radius: .4rem; min-height: 4.6rem; overflow: clip; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-pagination button.active { border-color: rgb(var(--wpb-dark)); }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container button { position: absolute; top: 50%; transform: translateY(-50%); transition-property: background-color, border-color; transition-duration: var(--ts-15); transition-timing-function: ease; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container button:hover { background-color: rgb(var(--wpb-blue)); border-color: rgb(var(--wpb-blue)); }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container button:hover i { --color: 255,255,255; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container button.blaze-prev { left: 0; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container button.blaze-next { right: 0; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta { margin-top: 1rem; text-decoration: none; display: flex; align-items: center; column-gap: 1.2rem; border-bottom: 1px solid rgb(var(--wpb-border)); border-top: 1px solid rgb(var(--wpb-border)); margin-inline: -1.6rem; padding: 1.3rem 1.6rem; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .blaze-cta__image { display: grid; place-items: center; min-width: 3.5rem; width: 3.5rem; height: 3.5rem; border-radius: 50%; border: .2rem solid rgb(var(--wpb-blue)); }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .blaze-cta__image img { background: #EFF0F2; width: 2.7rem; height: 2.7rem; border-radius: 50%; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .blaze-cta__text { color: rgb(var(--wpb-headings)); font-size: 1.4rem; line-height: 1; } 
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .blaze-cta__text strong { display: block; width: 100%; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .blaze-cta__text span { font-size: 1.2rem; line-height: 1; margin-top: .4rem; display: block; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .btn { color: rgb(var(--wpb-blue)); margin-left: auto; } 
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .btn:hover { color: rgb(var(--wpb-blue)); }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .btn .btn__text { display: none; }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .btn .wpb-icon__wrapper { border-color: rgb(var(--wpb-blue)); }
.wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .btn .wpb-icon__wrapper i { background-color: rgb(var(--wpb-blue)); }
.wpb-header.wpb-header--single-product .blaze-slider.static .blaze-track { grid-column: span 2; }

.wpb-color-variations { cursor: pointer; display: flex; align-items: center; column-gap: .8rem; }
.wpb-color-variations .wpb-color-variations__text { line-height: 1; }
.wpb-color-variations .wpb-color-variations__text strong { color: rgb(var(--wpb-headings)); display: block; width: 100%; font-size: 1.2rem; }
.wpb-color-variations .wpb-color-variations__text span { color: rgb(var(--wpb-headings)); display: block; width: 100%; font-size: 1.1rem; }
.wpb-color-variations .wpb-icon__wrapper i { opacity: .5; }

.wpb-product-summary { --mt: 1em; padding: 2rem 0; }
.wpb-product-summary > * + * { margin-top: var(--mt); }
.wpb-product-summary h1.entry-title { font-size: clamp(2rem, 5vw, 2.4rem); margin-top: 1.8rem; }
.wpb-product-summary .wpb-product-summary__labels { display: flex; column-gap: .6rem; }  
.wpb-product-summary .wpb-product-summary__labels .btn { color: rgb(var(--wpb-text)); font-size: 1.4rem; margin-left: auto; }
.wpb-product-summary .wpb-product-summary__labels .btn i { --width: 1.2rem; --height: 1.6rem; background-color: rgb(var(--wpb-text)); }
.wpb-product-summary .wpb-product-summary__labels .btn.selected .unchecked,
.wpb-product-summary .wpb-product-summary__labels .btn .checked,
.wpb-product-summary .wpb-product-summary__labels .btn.selected .wpb-icon__bookmark,
.wpb-product-summary .wpb-product-summary__labels .btn .wpb-icon__bookmark-solid { display: none; }
.wpb-product-summary .wpb-product-summary__labels .btn.selected .checked,
.wpb-product-summary .wpb-product-summary__labels .btn.selected .wpb-icon__bookmark-solid { display: block; }
.wpb-product-summary .wpb-product-summary__labels .btn:hover span { color: rgb(var(--wpb-text)); }
.wpb-product-summary--secondary { padding-bottom: 0; }

.wpb-product-summary .wpb-product-quote { display: flex; align-items: center; justify-content: space-between; text-decoration: none; padding-bottom: 2rem;}
.wpb-product-summary .wpb-product-quote h5 {font-size: 1.3rem;}
.wpb-product-summary .wpb-product-quote p {font-size: 1.2rem; line-height: 1; margin-top: .3rem;}

.prd-sku { padding: 5px 7px!important; }
.prd-voedselgeschikt { width: 2.2rem; height: 2.2rem; border-radius: .4rem; display: grid; place-items: center; background-color: rgba(var(--wpb-green)); }
.prd-voedselgeschikt .wpb-icon.wpb-icon__voedselgeschiktheid { --width: 1.4rem; --height: 1.4rem; }

.prd-attributes { display: grid; column-gap: .6rem; grid-template-columns: 1fr 1fr; }
.prd-attributes .prd-attribute { border: .1rem solid rgb(var(--wpb-border)); line-height: 1.2; border-radius: .4rem; padding: .6rem 1rem .5rem 1rem; display: flex; align-items: center; column-gap: .8rem; }
.prd-attributes .prd-attribute .prd-attribute__icon svg { width: 1.2rem; }
.prd-attributes .prd-attribute .prd-attribute__info { line-height: 1; }
.prd-attributes .prd-attribute .prd-attribute__info small { display: block; width: 100%; font-size: 1rem; line-height: 1; }
.prd-attributes .prd-attribute .prd-attribute__info span { font-size: 1.2rem; font-weight: 600; line-height: 1; }
.prd-attributes .view-more { display: none; align-items: center; column-gap: .3rem; padding: 1rem; }
.prd-attributes .view-more::before, 
.prd-attributes .view-more::after { content: ''; display: inline-block; }
.prd-attributes .view-more::before, 
.prd-attributes .view-more::after,
.prd-attributes .view-more span { width: .5rem; height: .5rem; border-radius: 50%; background-color: #C0C0C0; }

.wpb-product-price { --mt: 1.4em; display: flex; align-items: center; column-gap: 2rem; }
.wpb-product-price span.price { color: rgb(var(--wpb-headings)); line-height: 1; display: flex; flex-direction: column; gap: .3rem; border-right: 1px solid rgb(var(--wpb-border)); padding-right: 2rem; }
.wpb-product-price span.price :is(small, small *) { color: rgb(var(--wpb-headings)); font-size: 1.1rem; font-weight: 400; }
.wpb-product-price span.price strong { white-space: nowrap; font-size: 2rem; display: flex; align-items: center; column-gap: .5rem; }
.wpb-product-price span.price strong.is-sale { color: rgb(var(--wpb-red)); }
.wpb-product-price span.price strong.is-sale small.is-original { text-decoration: line-through; }
.wpb-product-price span.price.is-placeholder { display: flex; flex-direction: column; row-gap: .3rem; }
.wpb-product-price span.price.is-placeholder .large-price-placeholder { width: 10rem; height: 2.2rem; border-radius: .3rem; background-color: rgba(var(--wpb-border)); display: inline-block; }
.wpb-product-price span.price.is-placeholder .small-price-placeholder { width: 8rem; height: 1.4rem; border-radius: .3rem; background-color: rgba(var(--wpb-border)); display: inline-block; }

.prd-stock-info .prd-delivery, .prd-stock-info .prd-stock-info__days { line-height: 1; display: flex; align-items: center; column-gap: .5rem; color: rgb(var(--clr)); font-size: 1.2rem; font-weight: 600; }
.prd-stock-info .prd-stock-info__days { font-weight: 400; margin-top: .25rem; }
.prd-stock-info .prd-stock-info__days i { --color: var(--clr); --width: 1rem; --height: 1rem; min-width: 1rem; }
.prd-stock-info .prd-delivery__indicator { display: flex; width: 4.4rem; column-gap: .1rem; }
.prd-stock-info .prd-delivery__indicator span { width: 100%; height: .4rem; border-radius: 1.4rem; background-color: rgb(var(--clr)); }
.prd-stock-info.--green { --clr: var(--wpb-green); }
.prd-stock-info.--orange { --clr: var(--wpb-orange); }
.prd-stock-info.--orange .prd-delivery__indicator span:nth-of-type(3) { background-color: #DDDFE3; }
.prd-stock-info.--low { --clr: var(--wpb-green); }
.prd-stock-info.--low .prd-delivery__indicator span:nth-of-type(3) { background-color: #DDDFE3; }
.prd-stock-info.--red { --clr: var(--wpb-red); }
.prd-stock-info.--red .prd-delivery__indicator span:nth-of-type(2)
.prd-stock-info.--red .prd-delivery__indicator span:nth-of-type(3) { background-color: #DDDFE3; }

.wpb-product-form { --mt: 2rem; margin-bottom: 2rem; }
.wpb-product-form form { display: grid; grid-template-columns: auto 1fr; }
.wpb-product-form form .wpb-quantity { border-bottom-right-radius: 0; border-top-right-radius: 0; }
.wpb-product-form form .single_add_to_cart_button { font-size: 1.5rem; --border-radius: .8rem; border-bottom-left-radius: 0; border-top-left-radius: 0; justify-content: center; }
.wpb-product-form form .single_add_to_cart_button.added {--bg-color: var(--wpb-green);}
.wpb-product-form form .single_add_to_cart_button i { --width: 2rem; --height: 2rem; }
.wpb-product-form.sold-out { pointer-events: none; }
.wpb-product-form.sold-out .single_add_to_cart_button { --color: var(--wpb-text); --bg-color: var(--wpb-border); --border: 1px solid rgb(var(--wpb-border)); }
.wpb-product-form.sold-out .single_add_to_cart_button i { --color: var(--wpb-text); }

.wpb-card.wpb-card__summary-cta { --mt: 0; border-radius: 0; margin-inline: calc(var(--wpb-padding) * -1); border-top: 1px solid rgb(var(--wpb-border)); }  
.wpb-card.wpb-card__summary-cta h2,
.wpb-card.wpb-card__summary-cta h3 { font-size: 1.6rem; }
.wpb-card.wpb-card__summary-cta p { font-size: 1.3rem; line-height: 1.2; margin-top: 1rem; }
.wpb-card.wpb-card__summary-cta .wpb-card__body { position: relative; padding: 2.4rem 1.8rem; display: grid; grid-template-columns: 1fr 17rem; }
.wpb-card.wpb-card__summary-cta .wpb-card__body figure { position: absolute; grid-column: 2; top: 0; right: 1.8rem; bottom: 0; }
.wpb-card.wpb-card__summary-cta .wpb-card__body figure img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.wpb-card.wpb-card__summary-cta .wpb-card__body .btn { margin-top: 1.2rem; }

.wpb-card.wpb-card__bedrukking-cta { background-color: #F4F5F6; }
.wpb-card.wpb-card__bedrukking-cta p { line-height: 1.2; margin-top: .5em; }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body { position: relative; padding: 2.4rem 1.8rem; display: grid; grid-template-columns: 1fr; }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body h3::before { content: ''; display: block; width: 1.5rem; height: 1.6rem; background: url('/wp-content/themes/wux/assets/img/favicon-grey.svg') no-repeat center/contain; }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body h3 { font-size: 1.6rem; display: flex; align-items: center; column-gap: .65rem; }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body figure { position: absolute; grid-column: 2; top: -2rem; right: 1.8rem; bottom: 0; display: none; }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body figure img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body .btn { color: rgb(var(--wpb-blue)); margin-top: 1.2rem; }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body .btn .wpb-icon__wrapper i { border-color: rgb(var(--wpb-blue)); }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body .btn .wpb-icon__wrapper i { background-color: rgb(var(--wpb-blue)); }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body .btn:hover .wpb-icon__wrapper { background-color: rgb(var(--wpb-headings)); }
.wpb-card.wpb-card__bedrukking-cta .wpb-card__body .btn:hover .wpb-icon__wrapper i { background-color: #fff; }

.wpb-card.wpb-card__cross-sell { padding: 1.4rem; border: 1px solid rgb(var(--wpb-border)); border-radius: .6rem; }
.wpb-card.wpb-card__cross-sell .wpb-card__header img { border-radius: var(--border-radius); max-height: 14.5rem; object-fit: contain; }
.wpb-card.wpb-card__cross-sell .wpb-card__body { display: flex; flex-direction: column; padding: 1.6rem 0 0 0; }
.wpb-card.wpb-card__cross-sell .prd-sku { font-size: 1.1rem; padding: .1rem .3rem!important; position: absolute; top: 1rem; left: 1rem; }
.wpb-card.wpb-card__cross-sell .prd-delivery { margin-bottom: .5rem; }
.wpb-card.wpb-card__cross-sell .price { color: rgb(var(--wpb-headings)); line-height: 1; }
.wpb-card.wpb-card__cross-sell .price strong { display: block; width: 100%; font-size: 1.4rem; }
.wpb-card.wpb-card__cross-sell .price strong small { display: none; }
.wpb-card.wpb-card__cross-sell .price :is(small, small *) { color: rgb(var(--wpb-headings)); font-size: 1.2rem; }
.wpb-card.wpb-card__cross-sell .price.is-placeholder { display: flex; flex-direction: column; row-gap: .3rem; }
.wpb-card.wpb-card__cross-sell .price.is-placeholder .large-price-placeholder { width: 6rem; height: 1.8rem; border-radius: .3rem; background-color: rgba(var(--wpb-border)); display: inline-block; }
.wpb-card.wpb-card__cross-sell .price.is-placeholder .small-price-placeholder { width: 8rem; height: 1.2rem; border-radius: .3rem; background-color: rgba(var(--wpb-border)); display: inline-block; }
.wpb-card.wpb-card__cross-sell h3 { font-size: 1.4rem; }
.wpb-card.wpb-card__cross-sell .wpb-card__footer { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 0 0 0; margin-top: auto; }
.wpb-card.wpb-card__cross-sell .wpb-card__footer .wpb-icon__wrapper { border-color: rgb(var(--wpb-blue)); }
.wpb-card.wpb-card__cross-sell .wpb-card__footer .wpb-icon__wrapper i { background-color: rgb(var(--wpb-blue)); }

.wpb-card.wpb-card__upsell { position: relative; display: grid; grid-template-columns: 1fr 2fr; align-items: center; border: 1px solid rgb(var(--wpb-border)); border-radius: .6rem; }
.wpb-card.wpb-card__upsell .wpb-card__header { grid-row: span 2; padding: 1rem; padding-bottom: .2rem;}
.wpb-card.wpb-card__upsell .wpb-card__header img { border-radius: .6rem; } 
.wpb-card.wpb-card__upsell .wpb-card__body { padding: 1rem; }
.wpb-card.wpb-card__upsell .wpb-card__footer { padding: 0 1rem 1rem 1rem; display: flex; align-items: center; justify-content: space-between; grid-column: span 2; }
.wpb-card.wpb-card__upsell .prd-sku { font-size: 1.1rem; padding: .1rem .3rem!important; position: absolute; top: 1rem; left: 1rem; }
.wpb-card.wpb-card__upsell .prd-delivery { margin-bottom: .5rem; }
.wpb-card.wpb-card__upsell .price { line-height: 1; }
.wpb-card.wpb-card__upsell .price strong { display: block; width: 100%; font-size: 1.4rem; }
.wpb-card.wpb-card__upsell .price strong small { display: none; }
.wpb-card.wpb-card__upsell .price :is(small, small *) { font-size: 1.2rem; }
.wpb-card.wpb-card__upsell .price.is-placeholder { display: flex; flex-direction: column; row-gap: .3rem; }
.wpb-card.wpb-card__upsell .price.is-placeholder .large-price-placeholder { width: 6rem; height: 1.8rem; border-radius: .3rem; background-color: rgba(var(--wpb-border)); display: inline-block; }
.wpb-card.wpb-card__upsell .price.is-placeholder .small-price-placeholder { width: 8rem; height: 1.2rem; border-radius: .3rem; background-color: rgba(var(--wpb-border)); display: inline-block; }
.wpb-card.wpb-card__upsell h3 { font-size: 1.3rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.wpb-card.wpb-card__upsell  .wpb-card__footer .wpb-icon__wrapper { border-color: rgb(var(--wpb-blue)); }
.wpb-card.wpb-card__upsell .wpb-card__footer .wpb-icon__wrapper i { background-color: rgb(var(--wpb-blue)); }
.wpb-card.wpb-card__upsell .wpb-card__footer .added_to_cart {display: none;}

.wpb-trusted-shops { --mt: 0; text-decoration: none; display: flex; margin-inline: calc(var(--wpb-padding) * -1); column-gap: 1.2rem; align-items: center; background-color: #fcefc4; color: #000; padding: 1.1rem var(--wpb-padding); }
.wpb-trusted-shops * { color: #000; }
.wpb-trusted-shops i { --width: 1rem; --height: 1.2rem; background: #000!important; margin-left: auto; }
.wpb-trusted-shops .wpb-trusted-shops__score { display: flex; align-items: center; column-gap: .5rem; min-height: 2.2rem; border-right: 1px solid #000; padding-right: 1.2rem; }
.wpb-trusted-shops .wpb-trusted-shops__score i { --width: 1.6rem; --height: 1.6rem; }
.wpb-trusted-shops .wpb-trusted-shops__score span { font-size: 1.2rem; font-weight: 500; line-height: 1; }
.wpb-trusted-shops .wpb-trusted-shops__score span strong { font-size: 1.4rem; font-weight: 700; }
.wpb-trusted-shops .wpb-trusted-shops__text {line-height: 1;}
.wpb-trusted-shops .wpb-trusted-shops__text i { background: linear-gradient(to right, rgb(var(--wpb-dark)) 90%, rgba(var(--wpb-dark),.2) 90%); }
.wpb-trusted-shops .wpb-trusted-shops__text span { display: block; width: 100%; font-size: 1.1rem; line-height: 1.2; }

.wpb-single-product { padding-block: 2.4rem; }
.wpb-single-product .container { --gap: 2.4rem; display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--gap); }
.wpb-single-product h2 { font-size: clamp(1.6rem, 2vw, 2rem); display: block; margin-bottom: 1.6rem; }

.prd-characteristics * { color: rgb(var(--wpb-headings)); }
.prd-characteristics > * + * { margin-top: .5em; }
.prd-characteristics ul { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.3rem; margin-left: 0; padding-left: 0; list-style: none; }
.prd-characteristics ul li { font-size: clamp(1.3rem, 2vw, 1.4rem); position: relative; padding-left: 2.2rem; font-weight: 600; color: rgb(var(--wpb-headings)); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.prd-characteristics ul li::before { content: '×'; position: absolute; top: .3em; left: 0; font-size: 1.3rem; border: 1px solid rgb(var(--wpb-blue)); color: rgb(var(--wpb-blue)); min-width: 1.5rem; height: 1.5rem; display: grid; place-content: center; border-radius: 50%; transform: rotate(-45deg); }

.wpb-product-description { border-bottom: 1px solid rgb(var(--wpb-border)); padding-bottom: var(--gap); }
.wpb-product-description *:not(h2,h3) { color: rgba(var(--wpb-headings), .8); }
.wpb-product-description .file-download { margin-top: 1rem; cursor: pointer; text-decoration: none; display: flex; align-items: center; justify-content: space-between; padding: 12px 18px 12px 18px; border-radius: 8px; border: 1px solid rgba(var(--wpb-border));}
.wpb-product-description .file-download .info {display: flex; align-items: center;}
.wpb-product-description .file-download .info .wpb-icon {--color: var(--wpb-headings); opacity: .5; margin-right: 8px;}
.wpb-product-description .file-download strong {color: rgba(var(--wpb-headings));}

.wpb-product-reviews { position: relative; }
.wpb-product-reviews .blaze-track { padding-bottom: .1rem; }
.wpb-product-reviews .blaze-nav-container { position: absolute; bottom: calc(100% + 1.2rem); right: 0; }
.wpb-product-reviews .blaze-nav-container button { width: 2.8rem; height: 2.5rem; }
.wpb-product-reviews .blaze-nav-container button i { --width: 1rem; --height: 1rem; }  
.wpb-product-reviews .blaze-nav-container button.blaze-prev { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.wpb-product-reviews .blaze-nav-container button.blaze-next { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.wpb-product-related { position: relative; }
.wpb-product-related .blaze-track { padding-bottom: .1rem; }
.wpb-product-related .blaze-nav-container { position: absolute; bottom: calc(100% + 1.2rem); right: 0; }
.wpb-product-related .blaze-nav-container button { width: 2.8rem; height: 2.5rem; }
.wpb-product-related .blaze-nav-container button i { --width: 1rem; --height: 1rem; }  
.wpb-product-related .blaze-nav-container button.blaze-prev { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.wpb-product-related .blaze-nav-container button.blaze-next { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }

.blaze-slider.blaze-slider--reviews{ --slides-to-show: 1.2!important; --slide-gap: 8px; }
.blaze-slider.blaze-slider--upsells{ --slides-to-show: 1.3!important; --slide-gap: 8px; }
.blaze-slider.blaze-slider--cross-sells { --slides-to-show: 1.3!important; --slide-gap: 8px; }

.wpb-product-related--cross-sell { border-top: 1px solid rgb(var(--wpb-border)); padding-top: var(--gap); }

@media (max-width: 575.98px) {
    .prd-characteristics { margin-inline: calc(var(--wpb-padding) * -1); border-bottom: 1px solid rgb(var(--wpb-border)); padding: 0 1.8rem var(--gap) 1.8rem; }
    .wpb-product-description { margin-inline: calc(var(--wpb-padding) * -1); padding-inline: 1.8rem; }
    .wpb-product-related { margin-inline: calc(var(--wpb-padding) * -1); padding-inline: 1.8rem; overflow: clip; }
    .wpb-product-related .blaze-track-container { overflow: visible; }
    .wpb-product-summary .wpb-product-quote .btn-link > span:first-child { display: none; } 
}

@media (min-width: 576px) {
    .wpb-header.wpb-header--single-product .blaze-slider { border: .1rem solid rgb(var(--wpb-border)); border-radius: .8rem; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-container { padding: 2rem; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-track-container { display: grid; grid-template-columns: 8.4rem 1fr; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-pagination { display: flex; padding-right: 2rem; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container { margin-top: 2rem; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container button { width: 3.6rem; height: 3.2rem; position: static; transform: none; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container button.blaze-prev { margin-left: auto; border-top-right-radius: 0; border-bottom-right-radius: 0; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-nav-container button.blaze-next { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-cta { margin-top: 0; margin-inline: 0; border-bottom: 0; }
    
    .wpb-product-form { margin-bottom: 2.4rem; }
    .wpb-card.wpb-card__summary-cta { margin-inline: 0; border: 1px solid rgb(var(--wpb-border)); border-bottom: 0; border-radius: .8rem .8rem 0 0; }

    .wpb-card.wpb-card__bedrukking-cta .wpb-card__body { grid-template-columns: 1fr 17rem; }
    .wpb-card.wpb-card__bedrukking-cta .wpb-card__body figure {display: block;}

    .wpb-trusted-shops { margin: 0; border-radius: 0 0 .8rem .8rem; padding: 1.1rem 2.4rem;}

    .blaze-slider.blaze-slider--upsells { --slides-to-show: 2!important; }
    .blaze-slider.blaze-slider--cross-sells { --slides-to-show: 2!important; }

    .prd-attributes { grid-template-columns: 2fr 2fr auto; }
    .prd-attributes .view-more { display: flex; }
}

@media (min-width: 768px) {
    .wpb-single-product { padding-block: 3.2rem; }

    .prd-characteristics ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 4.8rem; }

    .blaze-slider.blaze-slider--reviews { --slides-to-show: 2!important; }
    .blaze-slider.blaze-slider--upsells { --slides-to-show: 3!important; }
    .blaze-slider.blaze-slider--cross-sells { --slides-to-show: 3!important; }
}

@media (min-width: 992px) {
    .wpb-header.wpb-header--single-product .wpb-header__breadcrumb { border: none; padding: 1.6rem 0; }
    .wpb-header.wpb-header--single-product .wpb-header__body .container { column-gap: 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto 1fr; align-items: start; }
    .wpb-header.wpb-header--single-product .blaze-slider { order: -1; grid-row: span 2; }
    .wpb-header.wpb-header--single-product .blaze-slider .blaze-cta .btn .btn__text { display: block; }

    .wpb-product-summary { --p: 2rem; }
    .wpb-product-summary--primary { border: 1px solid rgb(var(--wpb-border)); border-bottom: 0; border-radius: .8rem .8rem 0 0; padding: var(--p); }
    .wpb-product-summary--secondary { border: 1px solid rgb(var(--wpb-border)); border-top: 0; border-radius: 0 0 .8rem .8rem; padding: 0 var(--p); }

    .wpb-card.wpb-card__summary-cta { margin-inline: calc(var(--p) * -1); border-radius: 0; border-left: 0; border-right: 0; }

    .wpb-trusted-shops { margin-inline: calc((var(--p) + .1rem) * -1); margin-bottom: -.1rem; }
 
    .wpb-single-product { padding-block: 4.8rem; }
    .wpb-single-product .container { --gap: 4rem; }

    .prd-characteristics { max-width: 84rem; }

    .wpb-card.wpb-card__bedrukking-cta .wpb-card__body { padding: 2.8rem 3.2rem; column-gap: 4.8rem; }
    .wpb-card.wpb-card__bedrukking-cta .wpb-card__body figure { width: 19rem; }

    .blaze-slider.blaze-slider--cross-sells { --slides-to-show: 4!important; }

    .wpb-product-summary .wpb-product-quote {margin-inline: calc(var(--p) * -1); padding: 1rem 2rem; border-top: 1px solid rgba(var(--wpb-border));}
    .wpb-product-summary .wpb-product-quote:hover { background-color: rgba(var(--wpb-blue), .09); }
}

@media (min-width: 1200px) {
    .wpb-header.wpb-header--single-product .wpb-header__body .container { column-gap: 3.2rem; grid-template-columns: 1fr 46rem; } 
    .wpb-product-summary { --p: 2.4rem; }

    .wpb-single-product .container { --wpb-width: 976px; }
    
    .wpb-card.wpb-card__bedrukking-cta .wpb-card__body { column-gap: 6.4rem; }
}

@media (min-width: 1400px) {    
    .wpb-header.wpb-header--single-product .container { --wpb-width: 1297px; }
}

/*** ---------- Product meta tabel ---------- ***/
.prd-meta h2 { display: flex; align-items: center; column-gap: .7rem; }
.prd-meta .btn[data-collapsed="false"] .open,
.prd-meta .btn[data-collapsed="true"] .closed { display: none; }  
.prd-meta .btn[data-collapsed="false"] .closed { display: block; }  
.prd-meta .btn[data-collapsed] { font-size: 1.4rem; --color: var(--wpb-blue); }
.prd-meta .btn[data-collapsed] .wpb-icon__wrapper-outline { border-color: rgb(var(--wpb-blue)); }
.prd-meta .btn[data-collapsed] .wpb-icon__wrapper-outline i { background-color: rgb(var(--wpb-blue)); }
.prd-meta .btn[data-collapsed="false"] .wpb-icon__wrapper-outline i { transform: rotate(-180deg); }
.prd-meta .prd-meta-items { display: grid; grid-template-columns: minmax(0, 1fr); border-top: 1px solid rgb(var(--wpb-border)); border-radius: .5rem; margin: 0; }
.prd-meta .prd-meta-items tbody { display: grid; grid-template-columns: minmax(0, 1fr); }
.prd-meta .prd-meta-items .prd-meta-item { display: flex; justify-content: space-between; border-bottom: 1px solid rgb(var(--wpb-border)); padding: 1.2rem 0; margin-bottom: -.1rem; }
.prd-meta .prd-meta-items .prd-meta-item :is(th, td) { color: rgb(var(--wpb-headings)); font-size: 1.3rem; padding: 0; border: none; }
.prd-meta .prd-meta-items .prd-meta-item td > span { display: inline-flex; align-items: center; text-align: right; column-gap: .6rem; font-size: 1.3rem; }
.prd-meta .prd-meta-items .prd-meta-item .prd-meta-item__color { display: inline-block; width: 1.5rem; height: 1.5rem; border-radius: 50%; background-color: var(--bg-clr); }
.prd-meta .wpb-copy {display: none; align-items: center; column-gap: .4rem; margin-top: .8rem; font-size: 1.3rem; font-weight: 500; --color: var(--wpb-headings); cursor: pointer; opacity: .75;}
.prd-meta .wpb-copy:hover {opacity: 1;}
.prd-meta .wpb-copy .wpb-icon {--color: var(--wpb-headings); --width: 1.1rem; --height: 1.1rem; opacity: .75; }
.prd-meta .wpb-copy.is-copied { color: rgba(var(--wpb-green)); }
.prd-meta .wpb-copy.is-copied .wpb-icon { --color: var(--wpb-green); }
@media (max-width: 575.98px) {
    .prd-meta .prd-meta-items { border-radius: 0; padding: 0 1.6rem; margin-inline: calc(var(--wpb-padding) * -1); width: calc(100% + (var(--wpb-padding) * 2)); }
}

@media (min-width: 576px) {
    .prd-meta .btn[data-collapsed] { margin-top: 2rem; }
    .prd-meta .prd-meta-items { border: 1px solid rgb(var(--wpb-border)); padding-inline: 2rem; }
    .prd-meta .prd-meta-items .prd-meta-item :is(th, td) { font-size: 1.4rem; }
    .prd-meta .prd-meta-items .prd-meta-item td > span { font-size: 1.4rem; }
}

@media (min-width: 768px) {
    .prd-meta .btn[data-collapsed] { display: none; }
    .prd-meta .wpb-copy {display: flex;}
    .prd-meta .prd-meta-items { max-height: 100%!important; }
    .prd-meta .prd-meta-items tbody { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 2rem;  }
}

@media (min-width: 992px) {
    .prd-meta .prd-meta-items tbody { column-gap: 3.2rem; }
}

/*** ---------- Wux Bulk Pricing ---------- ***/
.wpb-bp-rules { display: flex; flex-direction: column; }
.wpb-bp-rules .wpb-bp-rules__header { order: -1;  display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem;}
.wpb-bp-rules .wpb-bp-rules__header .max-discount { font-size: 1.2rem; display: flex; align-items: center; column-gap: .4rem;}
.wpb-bp-rules .wpb-bp-rules__header .max-discount i { --color: var(--wpb-text); --width: 1rem; --height: 1rem; }
.wpb-bp-rules .wpb-bp-rules__header .request-quote { font-size: 1.2rem; color: rgba(var(--wpb-blue)); font-weight: 600; text-decoration: none; white-space: nowrap;}
.wpb-bp-rules .wpb-bp-rules__header .request-quote .wpb-icon__wrapper-outline {border-color: rgb(var(--wpb-blue)); --w: 1.4rem; --h: 1.4rem;}
.wpb-bp-rules .wpb-bp-rules__header .request-quote .wpb-icon__wrapper-outline .wpb-icon {--color: var(--wpb-blue); --width: .9rem; --height: .9rem;}
.wpb-bp-rules .wpb-bp-rules__body { display: flex; gap: .6rem; overflow-x: auto; margin-inline: calc(var(--wpb-padding) * -1); scroll-padding: 1.6rem; padding-inline: 1.6rem; scroll-snap-type: x mandatory; }
.wpb-bp-rules .wpb-bp-rules__body .wpb-bp-rule { scroll-snap-align: start; user-select: none; background-color: #F4F5F6; border-radius: .5rem; padding: .6rem 1rem; line-height: 1; cursor: pointer; transition: background-color 0.2s ease, transform 0.1s ease; }
.wpb-bp-rules .wpb-bp-rules__body .wpb-bp-rule:hover { background-color: #e8eaed; }
.wpb-bp-rules .wpb-bp-rules__body .wpb-bp-rule:active { transform: scale(0.98); }
.wpb-bp-rules .wpb-bp-rules__body .wpb-bp-rule small { font-size: 1.2rem; white-space: nowrap; }
.wpb-bp-rules .wpb-bp-rules__body .wpb-bp-rule .prd-price { font-size: 1.4rem; align-items: baseline; column-gap: .4rem; margin-top: .1rem; white-space: nowrap; }
.wpb-bp-rules .wpb-bp-rules__body .wpb-bp-rule .prd-price small { font-size: 1.1rem; font-weight: 600; color: rgb(var(--wpb-red)); }
.wpb-bp-rules .wpb-bp-rules__body .wpb-bp-rule.no-stock {opacity: .65; filter: saturate(0); pointer-events: none;}

.wpb-bp-rules.is-placeholder .header-placeholder { width: 22rem; height: 1.8rem; border-radius: .4rem; background-color: rgba(var(--wpb-border)); }
.wpb-bp-rules.is-placeholder .rules { display: flex; gap: .6rem; overflow-x: auto; margin-inline: calc(var(--wpb-padding) * -1); scroll-padding: 1.6rem; padding-inline: 1.6rem; margin-top: 1rem; }
.wpb-bp-rules.is-placeholder .rules .rule-placeholder { min-width: 11.5rem; height: 4.5rem; border-radius: .5rem; background-color: rgba(var(--wpb-border)); }

@media (min-width: 576px) {
    .wpb-bp-rules.is-placeholder .rules,
    .wpb-bp-rules .wpb-bp-rules__body { margin-inline: 0; padding: 0; display: grid; gap: .8rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}



/*** ---------- Add to cart modal ---------- ***/
.modal.modal--has-products { padding: 1.6rem; }
.modal.modal--has-products .woocommerce-up-sells { padding: 2rem; }
.modal.modal--has-products .woocommerce-up-sells li.product { display: grid; grid-template-columns: 8rem 1fr; align-items: center; background-color: transparent; padding-top: 1.8rem; padding-bottom: 1.8rem; }
.modal.modal--has-products .woocommerce-up-sells li.product:first-child {padding-top: 0;}
.modal.modal--has-products .woocommerce-up-sells li.product .product__header { --aspect-ratio: 80%; align-self: start; }
.modal.modal--has-products .woocommerce-up-sells li.product img { border-radius: .6rem; border: 1px solid rgba(var(--wpb-dark), .16);}
.modal.modal--has-products .woocommerce-up-sells li.product .prd-title { font-size: 1.4rem; margin-top: 0; }
.modal.modal--has-products .woocommerce-up-sells li.product + li.product { border-top: 1px solid rgba(var(--wpb-dark),.2); }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body { padding: 0 0 0 1.2rem; grid-template-rows: auto 1fr; column-gap: 1rem; align-items: center; }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body a {text-decoration: none;}
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .variations_form, 
.modal.modal--has-products .woocommerce-up-sells li.product .btn.btn--block, 
.modal.modal--has-products .woocommerce-up-sells li.product .product__body > .add_to_cart_button,
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .button { width: 100%; grid-column: span 1; grid-column-start: 2; grid-row-start: 1; grid-row-end: 3; }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .single_add_to_cart_button,
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .ajax_add_to_cart { --font-size: 1.3rem; min-height: 3.5rem; height: fit-content; }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .ajax_add_to_cart .wpb-icon { --width: 1.5rem; --height: 1.5rem; }
.modal.modal--has-products .woocommerce-up-sells li.product .no-mobile { display: none; }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .price {margin-top: 8px; display: inline-block; line-height: 1;}
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .price strong {display: block; font-size: 1.4rem; line-height: 1; color: rgb(var(--wpb-headings)); }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .price strong.is-sale {color: rgb(var(--wpb-red));}
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .price strong.is-sale .is-original {text-decoration: line-through; font-size: 1.2rem; color: rgb(var(--wpb-text));}
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .price > small {font-size: 1.2rem!important; line-height: 1; color: rgb(var(--wpb-text)); }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .price > small * {font-size: 1.2rem!important; line-height: 1; color: rgb(var(--wpb-text)); }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .variation-radios label { background-color: var(--wpb-dark); }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .variation-radios label span { font-size: 1.2rem; }
.modal.modal--has-products .woocommerce-up-sells li.product .product__body .variation-radios [type="radio"]:checked + label { background-color: #fff; }
.modal.modal--has-products .woocommerce-up-sells li.product .woocommerce-variation-add-to-cart { display: flex; margin-top: 1rem; }
.modal.modal--has-products .woocommerce-up-sells li.product .wpb-table { overflow: inherit; }
.modal.modal--has-products .woocommerce-up-sells li.product .wpb-icon--bag-shopping-regular { --width: 1.2rem; --height: 1.2rem; }
.modal.modal--has-products .woocommerce-up-sells .price { justify-content: start; align-items: start; }
.modal.modal--has-products .woocommerce-up-sells .price del * { font-size: 1.4rem; }   
.modal.modal--has-products .woocommerce-up-sells li.product .badge.badge--discount { top: 2.4rem; }
.modal.modal--has-products .woocommerce-up-sells li.product .added_to_cart.wc-forward { display: none!important; }
.modal.modal--has-products .woocommerce-up-sells li.product:last-child {padding-bottom: 0;} 
.modal.modal--has-products .woocommerce-up-sells li.product .product__body > .add_to_cart_button { margin-top: 12px; 

}

.btn__text { color: inherit; font: inherit; display: flex; align-items: center; column-gap: .8rem; }
.btn__text--added { display: none; }
.added {
    .btn__text--default { display: none;
    }
    .btn__text--added { display: flex;
    }
}


.modal.modal--has-products .woocommerce-up-sells > h3 {margin-bottom: 1.6rem;}
.modal.modal--has-products .modal-dialog .modal-dialog__header .btn-close { cursor: pointer; background-color: transparent; width: 3.2rem; height: 3.2rem; border-radius: 50%; border: 1px solid var(--clr-border); display: inline-grid; place-items: center; transition: background-color var(--ts-15) ease-in-out, border-color var(--ts-15) ease-in-out; }
.modal.modal--has-products .modal-dialog .modal-dialog__header .btn-close i { --w: 1.4rem; --h: 1.4rem; }
.modal.modal--has-products .modal-dialog .modal-dialog__body { padding: 0; }
.modal.modal--has-products .modal-dialog .modal-dialog__footer {padding: 1.4rem 2.4rem; justify-content: center;}
.modal.modal--has-products .modal-dialog .modal-dialog__footer .btn .wpb-icon {--color: var(--wpb-headings)}
.modal.modal--has-products .modal-dialog .modal-dialog__footer .btn small {color: rgb(var(--wpb-headings))}

.modal.modal--product-variations .modal-dialog .modal-dialog__header { column-gap: 2rem; padding: 2rem; align-items: flex-start; flex-wrap: nowrap; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; flex-direction: column; justify-content: flex-start; font-family: inherit; background-color: rgb(var(--wpb-light));} 
.modal.modal--product-variations .modal-dialog .modal-dialog__header .modal-title { font-size: 2rem; margin: 0; line-height: 1; }
.modal.modal--product-variations .modal-dialog .modal-dialog__header .modal-title span { font-size: 1.6rem; line-height: 1.1; color: rgb(var(--wpb-headings)); font-weight: 700; display: block; }
.modal.modal--product-variations .modal-dialog .modal-dialog__header .modal-title small { font-size: 1.4rem; }
.modal.modal--product-variations .modal-dialog .modal-dialog__header .modal-title small span { all: inherit; }
.modal.modal--product-variations .modal-dialog .modal-dialog__header .btn-group {display: none;}

.modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header { column-gap: 2rem; padding: 2rem; align-items: flex-start; flex-wrap: nowrap; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; flex-direction: column; justify-content: flex-start; font-family: inherit; background-color: rgb(var(--wpb-light));} 
.modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header .btn-group { width: 100%; margin-top: 1rem; } 
.modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header .btn-group .btn { width: 100%; white-space: nowrap; justify-content: center; }
.modal.modal--wux-add-to-cart figure { position: relative; }
.modal.modal--wux-add-to-cart figure .wpb-icon-wrapper { border: none; width: 1.9rem; height: 1.9rem;justify-content: center; align-items: center; display: flex; border-radius: 50%; background-color: rgba(var(--wpb-green)); position: absolute; top: 0; right: 0; transform: translate(50%, -50%); }
.modal.modal--wux-add-to-cart figure .wpb-icon-wrapper .wpb-icon { --color: 255, 255, 255; --width: 1.2rem; --height: 1.2rem; }
.modal.modal--wux-add-to-cart figure img { width: 4.8rem; height: 4.8rem; border-radius: .4rem;; }
.modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header .modal-title { font-size: 2rem; line-height: 1; margin: 0; margin-right: auto!important; margin-top: 10px; }
.modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header .modal-title span { font-size: 1.6rem; line-height: 1.1; color: rgb(var(--wpb-headings)); font-weight: 700; display: block; }
.modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header .modal-title small { font-size: 1.4rem; }
.modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header .modal-title small span { all: inherit; }
.modal.modal--wux-add-to-cart .woocommerce-no-up-sells-notice { padding: 2rem; text-align: center; }
.modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header p { margin: 0; font-size: 1.6rem; line-height: 1.6rem; }
.modal.modal--wux-add-to-cart .woocommerce-no-up-sells-notice { padding: 2rem; text-align: center; }

@media (min-width: 576px) {
    .modal.modal--has-products .modal-dialog { max-width: 504px; }
    .modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header .btn-group { width: auto; margin-top: 0;  } 
}

@media (min-width: 768px) {
    .modal.modal--has-products .modal-dialog { max-width: 684px; }
    .modal.modal--has-products .woocommerce-up-sells { padding: 2.8rem 2.4rem; }
    .modal.modal--has-products .woocommerce-up-sells li.product {grid-template-columns: 10rem 1fr;}
    .modal.modal--has-products .woocommerce-up-sells li.product .product__body .single_add_to_cart_button,
    .modal.modal--has-products .woocommerce-up-sells li.product .product__body .ajax_add_to_cart { --font-size: 1.4rem; min-height: 4.2rem;}
    .modal.modal--has-products .woocommerce-up-sells li.product .product__body .ajax_add_to_cart .wpb-icon { --width: 1.8rem; --height: 1.8rem; }
    .modal.modal--has-products .woocommerce-up-sells li.product .product__body .prd-title { font-size: 1.5rem; }
    .modal.modal--has-products .woocommerce-up-sells li.product .product__body .price strong { font-size: 1.5rem; }
    .modal.modal--has-products .modal-dialog .modal-dialog__footer {padding: 2rem 2.4rem;}

    .modal.modal--product-variations .modal-dialog .modal-dialog__header { padding: 1.4rem 2.4rem; align-items: center; flex-direction: row; justify-content: space-between; } 
    .modal.modal--product-variations .modal-dialog .modal-dialog__header .btn-group {display: block;}

    .modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header { padding: 1.4rem 2.4rem; align-items: center; flex-direction: row; } 
    .modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header .modal-title {margin-top: 0;}
}

@media (min-width: 992px) { 
    .modal.modal--has-products .woocommerce-up-sells li.product .badge.badge--discount { --p: .2rem .6rem .5rem .6rem; --font-size: 1.3rem; min-height: 2.3rem; }
    .modal.modal--has-products .woocommerce-up-sells li.product .product__body .variation-radios label { padding: 0 0 .1rem 0; }
    .modal.modal--has-products .woocommerce-up-sells li.product .product__body {display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, auto);}
    .modal.modal--has-products .woocommerce-up-sells li.product .product__body > .add_to_cart_button {margin-top: 0;} 
    
    .modal.modal--wux-add-to-cart .modal-dialog .modal-dialog__header { flex-direction: row; justify-content: space-between; }
}

.add-success, .saved-success { position: fixed; top: 12.4rem; right: 3.2rem; background-color: rgb(var(--wpb-green)); z-index: 9999; width: 4.4rem; height: 4.4rem; border-radius: 50%; display: inline-grid; place-items: center; transform: scale(0); animation: scale .5s cubic-bezier(0,0,.5,1.5) forwards, transform .5s forwards; animation-delay: 0s, 1.6s; } 
.add-success .wpb-icon, .saved-success .wpb-icon { --color: 255,255,255; }
.add-success:after, .saved-success:after { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 50%; animation: pulse 1s forwards; animation-delay: .6s; }

.sticky-summary { position: sticky; bottom: 0; transform: translateY(100%); padding-block: 1rem; background-color: #fff; z-index: 200; border-top: .1rem solid rgb(var(--wpb-border)); transition: transform var(--ts-15) ease; }
.sticky-summary.is-visible { transform: translateY(0); }
.sticky-summary .container { display: flex; column-gap: 2rem; align-items: center;}
.sticky-summary .sticky-summary__text {display: none; flex-direction: column;}
.sticky-summary .sticky-summary__text .product-title { color: rgb(var(--wpb-headings)); font-weight: 700; font-size: clamp(1.4rem, 4vw, 1.6rem); display: -webkit-box; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.sticky-summary .sticky-summary__text .product-info { display: flex; align-items: center; column-gap: .8rem; margin-top: .4rem;}
.sticky-summary .sticky-summary__text .product-sku { display: inline-block; color: rgb(var(--wpb-text)); font-size: 1.2rem; font-weight: 500; background-color: rgb(var(--wpb-light)); border-radius: 0.3rem; padding: 0 0.25rem;}
.sticky-summary .sticky-summary__text .delivery-time { display: inline-flex; font-size: 1.2rem; font-weight: 500; align-items: center; color: rgb(var(--wpb-green)); }
.sticky-summary .sticky-summary__text .delivery-time i { --color: var(--wpb-green); --width: 1.2rem; --height: 1.2rem; margin-right: .4rem; }
.sticky-summary .wpb-product-price { display: none; }
.sticky-summary .wpb-product-price span.price { border: none; padding: 0; text-align: right; align-items: flex-end; }
.sticky-summary .wpb-product-price span.price strong {font-size: 1.8rem;}
.sticky-summary .wpb-product-price span.price strong small { display: none; }
.sticky-summary .wpb-product-price span.price > small { white-space: nowrap; }
.sticky-summary .wpb-product-form { flex-grow: 1; white-space: nowrap; margin-bottom: 0; }

@media (min-width: 576px) {
    .sticky-summary .wpb-product-price { display: block; }
}

@media (min-width: 992px) {
    .sticky-summary .sticky-summary__text { display: flex; flex-grow: 1; }
}

@media (min-width: 1200px) {
    /* .sticky-summary .sticky-summary__text { padding-right: 6.4rem; } */
}

@media (min-width: 1400px) {
    .sticky-summary .container { --wpb-width: 1297px; }
}

@keyframes scale {
    0% { transform: scale(0); }
    100% { transform: scale(100%); }
}
@keyframes transform {
    0% { transform: scale(100%) translateY(0px); opacity: 1; }
    100% { transform: scale(100%)  translateY(-10rem); opacity: 0; }
}
@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(var(--wpb-green), 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 1.5rem rgba(var(--wpb-green), 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(var(--wpb-green), 0); }
}
