:root{--vdd--site-padding: clamp( 1rem, -0.4286rem + 3.8095vw, 3rem );--vdd--content-width--default: calc(1140px + var(--vdd--site-padding) * 2);--vdd--content-width--extra-narrow: calc( 666px + var(--vdd--site-padding) * 2 );--vdd--content-width--narrow: calc(892px + var(--vdd--site-padding) * 2);--vdd--content-width--wide: calc(1344px + var(--vdd--site-padding) * 2);--vdd--transition--default: 0.15s ease-out;--vdd--transition--long: 0.2s ease-out;--vdd--border-radius--large: 16px;--vdd--border-radius--default: 12px;--vdd--border-radius--medium: 8px;--vdd--border-radius--tight: 6px;--vdd--border-radius--minimal: 3px;--vdd--border-radius--pill: 1337px;--vdd--shadow--default: 0 0 6px 0 rgb(0 0 0 / 2%), 0 2px 4px 0 rgb(0 0 0 / 8%);--vdd--shadow--faint: 0 0 10px 0 rgb(0 0 0 / 2%), 0 2px 10px 0 rgb(0 0 0 / 2%);--vdd--font-weight--regular: 400;--vdd--font-weight--medium: 500;--vdd--font-weight--semi-bold: 600;--vdd--font-weight--bold: 700;--vdd--font-weight--extra-bold: 800;--vdd--focus-outline: 2px solid var(--wp--preset--color--primary-600)}.vdd-product-card{position:relative}.vdd-product-card__link{position:relative;display:flex;flex-direction:column;padding:1rem;box-shadow:var(--vdd--shadow--faint);border:1px solid var(--wp--preset--color--neutral-300);border-radius:var(--vdd--border-radius--large);height:100%;background:var(--wp--preset--color--neutral-100);text-decoration:none}@media only screen and (min-width: 1000px){.vdd-product-card__link{padding:1.25rem}}@media(hover: hover){.vdd-product-card__link:hover .vdd-product-card__action::after{opacity:1}.vdd-product-card__link:hover .vdd-product-card__action.vdd-product-card__action--goto::before{transform:translate(-50%, -50%) rotate(45deg)}}.vdd-product-card .vdd-product-card__image{aspect-ratio:1/1;overflow:hidden;margin:3.25rem auto 1.75rem;max-width:154px}.vdd-product-card .vdd-product-card__image img{aspect-ratio:4/3;width:100%;max-width:100%;height:100%;object-fit:contain}.vdd-product-card__sku{display:flex;align-items:center;gap:.25rem}.vdd-product-card__sku .vdd-product-card__sku-label{color:var(--wp--preset--color--neutral-600);font-size:var(--wp--preset--font-size--xs)}.vdd-product-card__sku .vdd-product-card__sku-value{color:var(--wp--preset--color--neutral-600);font-size:var(--wp--preset--font-size--xs)}.vdd-product-card__tag{position:absolute;display:flex;align-items:center;padding:.1875rem .625rem .125rem;border-radius:0;border-radius:var(--vdd--border-radius--pill);width:fit-content;background-color:var(--wp--preset--color--accent-100);color:var(--wp--preset--color--secondary-100);font-size:var(--wp--preset--font-size--sm);line-height:1.5;inset:0 unset unset 0}.vdd-product-card__tag .vdd-product-card__badge-label{display:inline-flex;align-items:center;border-radius:var(--vdd--border-radius--pill);background-color:var(--wp--preset--color--primary-200);color:var(--wp--preset--color--secondary-100)}.vdd-product-card__tag:has(>.vdd-product-card__badge-label){background-color:var(--wp--preset--color--primary-200);color:var(--wp--preset--color--secondary-100)}.vdd-product-card__tag.is-hidden{display:none}.vdd-product-card__tag:empty,.vdd-product-card__tag>span:empty{display:none}.vdd-product-card__tag:has(>span:empty){display:none}.vdd-product-card__sku{font-size:var(--wp--preset--font-size--sm);line-height:1.5;font-weight:var(--vdd--font-weight--regular);color:var(--wp--preset--color--neutral-700)}.vdd-product-card__content{display:grid;flex-grow:1;grid-template-rows:1fr auto;grid-template-columns:1fr auto;align-items:end;gap:.125rem;overflow-wrap:anywhere}.vdd-product-card__content .vdd-product-card-content__texts{display:flex;flex-grow:1;flex-direction:column;gap:.125rem}.vdd-product-card__content .vdd-product-card-content__texts:has(.vdd-product-card__stock){justify-content:flex-end}.vdd-product-card__content .vdd-product-card-content__texts:not(:has(.vdd-product-card__stock)) .vdd-product-card__price{margin-top:.25rem}.vdd-product-card__title{display:-webkit-box;height:fit-content;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow-y:hidden;margin-top:0 !important;flex-grow:1;grid-column:span 2;margin:0;font-size:var(--wp--preset--font-size--base);line-height:1.5;font-weight:var(--vdd--font-weight--medium);color:var(--wp--preset--color--primary-600)}.vdd-product-card__title a{color:inherit;text-decoration:none}.vdd-product-card__price,.vdd-product-card__quote-only{display:flex;flex-wrap:wrap;align-items:center;margin:0;font-size:var(--wp--preset--font-size--sm);font-weight:var(--vdd--font-weight--regular);color:var(--wp--preset--color--neutral-800)}.vdd-product-card__price:has(del),.vdd-product-card__price:has(del) .price,.vdd-product-card__quote-only:has(del),.vdd-product-card__quote-only:has(del) .price{display:flex;justify-content:flex-start;align-items:center}.vdd-product-card__price ins,.vdd-product-card__quote-only ins{text-decoration:none}.vdd-product-card__price del,.vdd-product-card__quote-only del{margin-left:.375rem;text-decoration:none;color:var(--wp--preset--color--neutral-600);order:2}.vdd-product-card__price del bdi,.vdd-product-card__quote-only del bdi{color:var(--wp--preset--color--neutral-600);text-decoration:line-through !important}.vdd-product-card__price bdi,.vdd-product-card__quote-only bdi{white-space:nowrap}.vdd-product-card__stock{display:flex;align-items:center;gap:.375rem;margin-top:0 !important;font-size:var(--wp--preset--font-size--sm);line-height:1.5;font-weight:var(--vdd--font-weight--regular);color:var(--wp--preset--color--neutral-700)}.vdd-product-card__stock-marker{display:inline-block;border-radius:50%;width:.25rem;height:.25rem;background-color:var(--wp--preset--color--success-200)}.vdd-product-card__stock--out .vdd-product-card__stock-marker{background-color:var(--wp--preset--color--danger-200)}.vdd-product-card__stock--backorder .vdd-product-card__stock-marker{background-color:var(--wp--preset--color--accent-200)}.vdd-product-card__actions{display:flex;align-items:flex-end}.vdd-product-card__action{position:relative;display:flex;padding:0;border-radius:0;width:2.25rem;height:2.25rem;mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi41NzkgMi42NDgyNkMyMC43ODIgMi4wNzcxOSAyNS4zMjc5IC0xLjU5MzQyIDI4Ljg1NTkgMC44MDQ4MDRDMzIuMzU1NSAzLjE4Mzc3IDMwLjU3MjUgOC44ODkxOSAzMS43OTU5IDEyLjk5MjNDMzIuOTgzNiAxNi45NzU1IDM2LjY0MzUgMjAuMzQwNyAzNS45MDE3IDI0LjQzNDZDMzUuMTM3OSAyOC42NSAzMS44NTI4IDMyLjM2MTMgMjcuOTgyOCAzNC4wMzY3QzI0LjM3NTkgMzUuNTk4MiAyMC40OTI5IDMyLjYwNDQgMTYuNTc5IDMyLjc5OThDMTIuMzIyMyAzMy4wMTIzIDcuNzIzNzggMzcuODUwOCA0LjMzMzk0IDM1LjIxNzJDMC45MTczOSAzMi41NjI5IDQuMDYyNDEgMjYuNzQ4OSAzLjI1NDA5IDIyLjQ0NzdDMi41OTgyOSAxOC45NTgxIC0wLjUyNzYyNSAxNi4wNjU4IDAuMDc3MjQgMTIuNTY2NkMwLjcxMDUwOCA4LjkwMzIgMy4zMjY1MiA1LjczNTU0IDYuNDY5NTIgMy44NDY0M0M5LjQ2NTMzIDIuMDQ1OCAxMy4xMzE4IDMuMTE2NjIgMTYuNTc5IDIuNjQ4MjZaIiBmaWxsPSIjNUY2N0IxIi8+Cjwvc3ZnPgo=);mask-repeat:no-repeat;mask-size:cover;background-color:var(--wp--preset--color--primary-600);font-size:1px;color:rgba(0,0,0,0)}.vdd-product-card__action::before{content:"";position:absolute;top:50%;left:50%;display:inline-block;flex-shrink:0;width:.625rem;background-size:contain;transform:translate(-50%, -50%)}.vdd-product-card__action::after{content:"";z-index:-1;pointer-events:none;position:absolute;opacity:0;background:linear-gradient(100deg, #5f67b1 0%, #7b87f4 100%);transition:opacity var(--vdd--transition--default);inset:0}.vdd-product-card__action.vdd-product-card__action--goto::before{height:.625rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNTUyMTggMC42MjUwMDlDOS41NTIxOCAwLjI3OTgzMiA5LjI3MjM1IDkuNjQ2MzZlLTA2IDguOTI3MTggOC45NzIwMWUtMDZMMy4zMDIxOCA5LjMwOTE4ZS0wNkMyLjk1NyA5LjMwOTE4ZS0wNiAyLjY3NzE4IDAuMjc5ODMxIDIuNjc3MTggMC42MjUwMDlDMi42NzcxOCAwLjk3MDE4NyAyLjk1NyAxLjI1MDAxIDMuMzAyMTggMS4yNTAwMUg4LjMwMjE4VjYuMjUwMDFDOC4zMDIxOCA2LjU5NTE5IDguNTgyIDYuODc1MDEgOC45MjcxOCA2Ljg3NTAxQzkuMjcyMzUgNi44NzUwMSA5LjU1MjE4IDYuNTk1MTkgOS41NTIxOCA2LjI1MDAxTDkuNTUyMTggMC42MjUwMDlaTTAuNDQxODk1IDkuMTEwMjlMMC44ODM4MzYgOS41NTIyM0w5LjM2OTEyIDEuMDY2OTVMOC45MjcxOCAwLjYyNTAwOUw4LjQ4NTIzIDAuMTgzMDY4TC00LjcxOTk0ZS0wNSA4LjY2ODM1TDAuNDQxODk1IDkuMTEwMjlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat center;transition:transform var(--vdd--transition--default)}.vdd-product-card__action.vdd-product-card__action--add-to-cart::before{height:.75rem;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMSAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMzExMjkgMy4wMjE4NUgxLjI5MjEyTDAuNTA2NTE0IDEwLjc3QzAuNDMyMzkxIDExLjUwMDUgMS4wMjQ5IDEyLjEzNCAxLjc4MjY2IDEyLjEzNEg1LjMxMTI5IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuMzExMiAxMC41MDFIMi4zNDE1NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjMxMTM5IDAuNUM0LjExMTczIDAuNSAzLjEzOTE2IDEuNDQyMzIgMy4xMzkxNiAyLjYwNDY4VjQuMTYxMzQiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNS4zMTEyOCAzLjAyMTg1SDkuMzMwOTJMMTAuMTE2NSAxMC43N0MxMC4xOTA3IDExLjUwMDUgOS41OTgxNCAxMi4xMzQgOC44NDAzOCAxMi4xMzRINS4zMTE3NSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjMxMTI4IDEwLjUwMUg4LjI4MTM5IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTUuMzExMjggMC41QzYuNTEwOTQgMC41IDcuNDgzNTEgMS40NDIzMiA3LjQ4MzUxIDIuNjA0NjhWNC4xNjEzNCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center}.vdd-product-information .vdd-product-card-action__favourite{top:-14px;right:0}@media(width >= 1000px){.vdd-product-information .vdd-product-card-action__favourite{top:0}}.vdd-product-card-action__favourite{cursor:pointer;position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;margin-top:0 !important;padding:0;border:1px solid var(--wp--preset--color--neutral-300);border-radius:100%;width:36px;height:36px;background:var(--wp--preset--color--neutral-100);font-size:0 !important;transition:background 300ms;color:var(--wp--preset--color--neutral-700)}.vdd-product-card-action__favourite:hover{background:var(--wp--preset--color--primary-100)}.vdd-product-card-action__favourite:hover:not([data-marked=true]) svg path{fill:var(--wp--preset--color--primary-100)}.vdd-product-card-action__favourite svg{width:1rem;height:1rem;transition:all 300ms}.vdd-product-card-action__favourite svg path{fill:var(--wp--preset--color--neutral-100);transition:all 250ms}.vdd-product-card-action__favourite[data-marked=true] path{fill:var(--wp--preset--color--primary-600) !important;stroke:var(--wp--preset--color--primary-600) !important}#vdd-algolia-product-archive .ais-Hits .vdd-product-card,#vdd-algolia-search-result .ais-Hits .vdd-product-card{overflow-wrap:anywhere;position:relative}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__content,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__content{display:grid;grid-template-rows:1fr auto;align-items:end}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .product-spacer,#vdd-algolia-search-result .ais-Hits .vdd-product-card .product-spacer{display:none}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__info .vdd-product-card__delivery,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__info .vdd-product-card__delivery{display:none}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card-content__texts,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card-content__texts{display:flex;flex:1;flex-direction:column;gap:.125rem}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__tag.vdd-product-card__tag--badge,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__tag.vdd-product-card__tag--badge{background-color:var(--wp--preset--color--primary-200);color:var(--wp--preset--color--secondary-100)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__tag.vdd-product-card__tag--badge.vdd-product-card__tag--label,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__tag.vdd-product-card__tag--badge.vdd-product-card__tag--label{background-color:var(--wp--preset--color--accent-100)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__sku,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__sku{display:flex;align-items:center;gap:.25rem}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__sku .vdd-product-card__sku-label,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__sku .vdd-product-card__sku-label{color:var(--wp--preset--color--neutral-600);font-size:var(--wp--preset--font-size--xs)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__sku .vdd-product-card__sku-value,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__sku .vdd-product-card__sku-value{color:var(--wp--preset--color--neutral-600);font-size:var(--wp--preset--font-size--xs)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__price,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__price{display:flex;align-items:center;gap:.25rem}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__price .vdd-product-card__price-label,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__price .vdd-product-card__price-label{display:none}#vdd-algolia-product-archive .ais-Hits .vdd-product-card .vdd-product-card__price .vdd-product-card__price-value,#vdd-algolia-search-result .ais-Hits .vdd-product-card .vdd-product-card__price .vdd-product-card__price-value{color:var(--wp--preset--color--primary-500);font-size:var(--wp--preset--font-size--sm)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions{display:flex;justify-content:end;align-items:end;gap:6px;border-radius:var(--vdd--border-radius--default);width:100%;height:44px;font-size:var(--wp--preset--font-size--xs);font-weight:var(--vdd--font-weight--bold);transition:background 250ms}@media only screen and (min-width: 750px){#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions{max-width:23.125rem}}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity{display:flex;justify-self:start;align-items:center;margin:0;border:1px solid var(--wp--preset--color--neutral-200);border-radius:var(--vdd--border-radius--default);height:2.25rem}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button{cursor:pointer;display:flex;align-items:center;border:none;width:28px;height:100%;background:rgba(0,0,0,0);color:var(--wp--preset--color--primary-500);transition:box-shadow 100ms}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button--minus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--minus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button--minus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--minus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button--minus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--minus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button--minus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--minus{padding-right:.875rem;padding-left:.875rem;border-radius:var(--vdd--border-radius--default) 0 0 var(--vdd--border-radius--default)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button--minus:focus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--minus:focus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button--minus:focus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--minus:focus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button--minus:focus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--minus:focus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button--minus:focus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--minus:focus{box-shadow:none}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button--minus:active,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--minus:active,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button--minus:active,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--minus:active,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button--minus:active,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--minus:active,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button--minus:active,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--minus:active{box-shadow:inset 20px 0 14px 0 var(--wp--preset--color--primary-100)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button--plus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--plus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button--plus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--plus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button--plus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--plus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button--plus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--plus{justify-content:end;padding-right:.875rem;padding-left:.875rem;border-radius:0 var(--vdd--border-radius--default) var(--vdd--border-radius--default) 0}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button--plus:focus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--plus:focus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button--plus:focus,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--plus:focus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button--plus:focus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--plus:focus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button--plus:focus,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--plus:focus{box-shadow:none}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button--plus:active,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--plus:active,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button--plus:active,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--plus:active,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button--plus:active,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity button.wc-block-components-quantity-selector__button--plus:active,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button--plus:active,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity .quantity-button.wc-block-components-quantity-selector__button--plus:active{box-shadow:inset -20px 0 14px 0 var(--wp--preset--color--primary-100)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity input.qty,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity input.qty{appearance:textfield;margin:0 !important;padding:0;border:none;width:2.75rem !important;color:var(--wp--preset--color--primary-500);font-size:var(--wp--preset--font-size--sm);font-weight:var(--vdd--font-weight--semi-bold);text-align:center}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity input.qty::-webkit-outer-spin-button,#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity input.qty::-webkit-inner-spin-button,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity input.qty::-webkit-outer-spin-button,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity input.qty[type=number],#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity input.qty[type=number]{-moz-appearance:textfield}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .quantity:has(input[type=hidden].qty),#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .quantity:has(input[type=hidden].qty){display:none !important}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .action-button,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .action-button{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.375rem;padding:.3125rem 1rem;border-radius:var(--vdd--border-radius--default);width:100%;height:1.875rem;font-size:var(--wp--preset--font-size--xs);font-weight:var(--vdd--font-weight--bold);transition:background 250ms}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .vdd-product-card-action__favourite,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .vdd-product-card-action__favourite{position:absolute;top:1rem;right:1rem;display:flex;justify-content:center;align-items:center;margin-top:0 !important;padding:0;border:1px solid var(--wp--preset--color--neutral-300);border-radius:100%;width:2.25rem;height:2.25rem;background:var(--wp--preset--color--neutral-100);color:var(--wp--preset--color--neutral-700)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .vdd-product-card-action__favourite:hover,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .vdd-product-card-action__favourite:hover{background:var(--wp--preset--color--primary-100)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .vdd-product-card-action__favourite svg,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .vdd-product-card-action__favourite svg{width:1rem;height:1rem}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .vdd-product-card-action__add-to-cart,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .vdd-product-card-action__add-to-cart{background:var(--wp--preset--color--primary-500);color:var(--wp--preset--color--neutral-100)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .vdd-product-card-action__add-to-cart:hover,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .vdd-product-card-action__add-to-cart:hover{background:var(--wp--preset--color--primary-300)}#vdd-algolia-product-archive .ais-Hits .vdd-product-card__actions .vdd-product-card-action__add-to-cart::before,#vdd-algolia-search-result .ais-Hits .vdd-product-card__actions .vdd-product-card-action__add-to-cart::before{content:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 8 8\" fill=\"none\"><path d=\"M4 0.5V7.5M0.5 4H7.5\" stroke=\"white\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/></svg>")}.aa-Panel{--aa-panel-top: var(--vdd--header-height);--aa-panel-max-height: calc(100svh - var(--aa-panel-top) - 1rem);--aa-panel-shadow: var(--vdd--shadow--faint);z-index:99999;position:fixed !important;top:var(--aa-panel-top) !important;left:0 !important;right:0 !important;display:flex;justify-content:center;margin-top:0 !important;padding:0;border:0;border-radius:0 !important;width:100%;max-height:var(--aa-panel-max-height);margin-inline:auto}@media only screen and (width <= 1199px){.aa-Panel{box-shadow:none !important}}@media only screen and (min-width: 1440px){.aa-Panel{--aa-panel-top: calc(var(--vdd--header-height) + 5px);max-width:calc(var(--vdd--content-width--wide) - var(--vdd--site-padding)*2) !important}}.aa-Panel::before{content:"";z-index:99998;pointer-events:none;position:fixed;top:var(--vdd--header-height);left:0;width:100%;height:100%;background:rgba(77,94,129,.4)}.aa-Panel ul{list-style-type:none;padding-inline-start:0}@media only screen and (width <= 1199px){body>.aa-Panel{min-height:calc(100svh - var(--vdd--header-height))}}.aa-PanelLayout{z-index:99999;overflow:hidden;padding:.75rem var(--vdd--site-padding) var(--vdd--site-padding) !important;width:100%;max-width:var(--vdd--content-width--wide);max-height:unset;background-color:var(--wp--preset--color--neutral-100) !important;scrollbar-color:unset !important;overflow-y:auto}@media only screen and (min-width: 1200px){.aa-PanelLayout{border-bottom-left-radius:var(--vdd--border-radius--default) !important;border-bottom-right-radius:var(--vdd--border-radius--default) !important;padding:var(--vdd--site-padding) !important}}@media only screen and (min-width: 1440px){.aa-PanelLayout{padding:2rem !important;border-radius:var(--vdd--border-radius--large) !important}}.aa-PanelLayout .search-show-all{cursor:pointer;overflow:hidden;position:relative;display:flex !important;justify-content:center;align-items:center;margin:0 !important;padding:.625rem 1.5rem !important;box-shadow:unset;border:0;border-radius:var(--vdd--border-radius--pill);width:100%;background-color:rgba(0,0,0,0);font-size:var(--wp--preset--font-size--sm) !important;line-height:1.5;font-weight:var(--vdd--font-weight--regular);color:var(--wp--preset--color--neutral-100)}.aa-PanelLayout .search-show-all:disabled{cursor:not-allowed;opacity:.75}.aa-PanelLayout .search-show-all::after{content:"";z-index:-1;pointer-events:none;position:absolute;border-radius:var(--vdd--border-radius--pill);width:300%;background:linear-gradient(100deg, #5f67b1 0%, #7b87f4 100%);transition:width 1.2s ease-out;inset:0}@media(hover: hover){.aa-PanelLayout .search-show-all:not(:disabled):hover::after{width:100%;transition:width .2s ease-out}}.aa-PanelLayout .search-show-all.search-show-all--mobile{display:flex;margin-inline:var(--vdd--site-padding) !important}@media only screen and (min-width: 600px){.aa-PanelLayout .search-show-all.search-show-all--mobile{width:fit-content}}@media only screen and (min-width: 1200px){.aa-PanelLayout .search-show-all.search-show-all--mobile{display:none}}.aa-PanelLayout .search-show-all.search-show-all--desktop{display:none;width:fit-content}@media only screen and (min-width: 1200px){.aa-PanelLayout .search-show-all.search-show-all--desktop{display:flex;margin-top:1.25rem}}.aa-PanelSections{display:grid;grid-template-columns:1fr;gap:1.5rem}@media only screen and (min-width: 1200px){.aa-PanelSections{grid-template-columns:264px 1fr;gap:5rem}}.aa-PanelSection--left{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;height:fit-content}@media only screen and (min-width: 600px){.aa-PanelSection--left{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 1200px){.aa-PanelSection--left{grid-template-columns:1fr;gap:1.5rem}}.aa-PanelSection--left .aa-PanelSectionItem{height:fit-content}@media only screen and (min-width: 1200px){.aa-PanelSection--left .aa-PanelSectionItem:not(:last-of-type){padding-bottom:1.5rem;border-bottom:1px solid rgba(187,198,214,.7)}}@media only screen and (width <= 999px){.aa-PanelSection--left .aa-PanelSectionItem:last-of-type{display:none}}.aa-PanelSection--left .aa-PanelSectionItem__title{margin-bottom:.25rem;font-size:var(--wp--preset--font-size--base);font-weight:var(--vdd--font-weight--medium);color:var(--wp--preset--color--primary-600)}.aa-PanelSection--left .aa-Item{padding:0 !important;min-height:unset}.aa-PanelSection--left .aa-Item[aria-selected=true]{background-color:rgba(0,0,0,0) !important}@media only screen and (width <= 999px){.aa-PanelSection--left .aa-Item:nth-child(n+4){display:none}}.aa-PanelSection--left .aa-ItemLink{position:relative;width:fit-content;font-size:var(--wp--preset--font-size--sm);line-height:1.5 !important;text-decoration:none;color:var(--wp--preset--color--neutral-900);padding-block:.25rem !important}@media only screen and (min-width: 1200px){.aa-PanelSection--left .aa-ItemLink{font-size:var(--wp--preset--font-size--base)}}.aa-PanelSection--left a.aa-ItemLink{position:relative;display:inline-block;border-bottom:1px solid rgba(0,0,0,0)}.aa-PanelSection--left a.aa-ItemLink::after{content:"";position:absolute;display:block;border-bottom:1px solid currentColor;width:100%;height:1px;transform:scaleX(0) translateY(-2px);transform-origin:bottom right;transition:transform var(--vdd--transition--long)}@media(hover: hover){.aa-PanelSection--left a.aa-ItemLink:hover::after{transform:scaleX(1) translateY(-2px);transform-origin:bottom left}}@media only screen and (width <= 1199px){.aa-PanelSection--left .aa-Source:has(.search-show-all.search-show-all--desktop){display:none}}@media only screen and (min-width: 1200px){.aa-PanelSection--left .aa-Source:has(.search-show-all.search-show-all--desktop){margin-top:.25rem}}@media only screen and (width <= 599px){.aa-PanelSection--right{margin-inline:calc(var(--vdd--site-padding)*-1)}}.aa-PanelSection--right .aa-List{display:grid;grid-template-columns:repeat(2, 1fr);gap:.25rem}@media only screen and (min-width: 600px){.aa-PanelSection--right .aa-List{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 1200px){.aa-PanelSection--right .aa-List{gap:.75rem}}.aa-PanelSection--right .aa-Item{padding:0 !important}.aa-PanelSection--right .aa-Item a{text-decoration:none}.aa-PanelSection--right .aa-Item[aria-selected=true]{background-color:rgba(0,0,0,0)}.aa-PanelSection--right .aa-sourceHeader{margin:0}.aa-PanelSection--right .aa-ProductsHeader{margin:0;padding:1rem 1rem 1.25rem;font-size:var(--wp--preset--font-size--base);font-weight:var(--vdd--font-weight--semi-bold)}@media only screen and (min-width: 1200px){.aa-PanelSection--right .aa-ProductsHeader{font-size:1.125rem}}.aa-PanelSection--right .aa-ProductsHeader span{font-weight:var(--vdd--font-weight--bold)}.aa-PanelSection--right .aa-ProductsFooter{display:flex;justify-content:center;align-items:center;margin-top:2rem}@media only screen and (min-width: 1200px){.aa-PanelSection--right .aa-ProductsFooter{display:none}}.aa-PanelSection--right .aa-ProductsFooter--empty{margin-block:.75rem}.aa-PanelSection--right .aa-ItemContentTitle{font-size:var(--wp--preset--font-size--md)}.aa-PanelSection--right .aa-GradientBottom{--aa-background-color-rgb: 249, 249, 249}.aa-PanelSection--right .aa-SourceNoResults{padding-top:0;line-height:1.5}@media only screen and (width <= 599px){.aa-PanelSection--right .aa-SourceNoResults{padding-inline:var(--vdd--site-padding)}}.vdd-product-card.global-search{height:100%}@media only screen and (width <= 599px){.vdd-product-card.global-search .vdd-product-card__image{max-width:7.25rem}}body:has(.aa-Panel){overflow:hidden}
