.products{display:flex;flex-direction:column;gap:var(--hafo-space-2)}.products h2{margin:0;font-size:var(--hafo-font-size-2xl);line-height:var(--hafo-line-height-normal);font-weight:var(--hafo-font-weight-medium);color:var(--hafo-color-brand)}.products__count{display:flex;align-items:center;gap:var(--hafo-space-half);font-family:var(--hafo-font-family)}.products__count-number{font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);color:var(--hafo-color-text-secondary);line-height:1.4;transition:transform var(--hafo-transition-normal)}.products__count-number.is-updating{transform:scale(1.1)}.products__count-text{font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);color:var(--hafo-color-text-secondary);line-height:1.4}.products__sort{margin-left:auto}.products__sort-select{padding:var(--hafo-space-1) var(--hafo-space-4) var(--hafo-space-1) var(--hafo-space-1-5);border:var(--hafo-border-width-1) solid var(--hafo-color-border-light);border-radius:var(--hafo-radius-sm);background:var(--hafo-color-bg-card);font-family:var(--hafo-font-family);font-weight:var(--hafo-font-weight-normal);font-size:var(--hafo-font-size-sm);line-height:1.4;color:var(--hafo-color-brand);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231E315E' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color var(--hafo-transition-normal),box-shadow var(--hafo-transition-normal)}.products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:var(--hafo-space-3)}.product-card__status-wrapper{display:flex;flex-direction:column;gap:var(--hafo-space-1)}.product-card{position:relative;background:var(--hafo-color-bg-secondary);border:var(--hafo-border-width-1) solid var(--hafo-color-border-light);border-radius:var(--hafo-radius-md);overflow:visible;display:flex;flex-direction:column;min-height:550px}.product-card:hover,.product-card:focus-within{z-index:5}.product-card__badges{display:flex;flex-direction:column;gap:var(--hafo-space-1);position:absolute;top:var(--hafo-space-1-5);left:var(--hafo-space-1-5);z-index:2}.product-card__badge{background:var(--hafo-color-error-500);color:var(--hafo-color-text-inverted);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);padding:var(--hafo-space-half) var(--hafo-space-1-5);border-radius:var(--hafo-radius-full);line-height:20px;letter-spacing:.01em}.product-card__media{position:relative;display:flex;justify-content:center;width:100%;background:var(--hafo-color-bg-card);border-top-left-radius:var(--hafo-radius-md);border-top-right-radius:var(--hafo-radius-md);overflow:hidden}.product-card__media-link,.product-card__image{display:flex;align-items:center;justify-content:center;width:100%;height:100%!important}.product-card__image{object-fit:scale-down}.product-card__content{padding:var(--hafo-space-3) var(--hafo-space-3) var(--hafo-space-1);display:flex;flex-direction:column;gap:var(--hafo-space-2);flex:1;background:var(--hafo-color-bg-secondary);transition:transform var(--hafo-transition-slow),padding var(--hafo-transition-slow);position:relative;z-index:2;margin-bottom:.5rem}.product-card__title{margin:0;font-size:var(--hafo-font-size-sm)!important;line-height:var(--hafo-line-height-tight)!important;font-weight:var(--hafo-font-weight-medium)!important;color:var(--hafo-color-brand)}.product-card__title-link{color:inherit;text-decoration:none}.product-card__title-link:hover{text-decoration:underline}.product-card__features{margin:0;font-size:var(--hafo-font-size-sm);line-height:1.6;color:var(--hafo-color-neutral-500);font-weight:var(--hafo-font-weight-normal)}.product-card__bottom{padding:0 var(--hafo-space-3) var(--hafo-space-3);display:flex;flex-direction:column;gap:var(--hafo-space-2);margin-top:auto}.product-card__pricing-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:var(--hafo-space-1);margin-top:auto}.product-card__price{margin:0;font-size:var(--hafo-font-size-xl);font-weight:var(--hafo-font-weight-medium);color:var(--hafo-color-brand);line-height:1.2;letter-spacing:.01em}.product-card__price--old{font-size:var(--hafo-font-size-base);font-weight:var(--hafo-font-weight-light);color:var(--hafo-color-text-secondary);text-decoration:line-through;line-height:1.2em;margin-top:var(--hafo-space-4)}.product-card__price .woocommerce-Price-currencySymbol,.product-card__price--old .woocommerce-Price-currencySymbol{display:none}.product-card__cashback{margin:0;margin-top:var(--hafo-space-half);display:flex;flex-wrap:wrap;align-items:baseline;column-gap:var(--hafo-space-1);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-medium);color:var(--hafo-color-success-500);line-height:1.4}.product-card__cashback-prefix,.product-card__cashback-suffix{color:inherit}.product-card__cashback-amount{color:inherit;font-weight:var(--hafo-font-weight-bold)}.product-card__footer{display:flex;gap:var(--hafo-space-2);align-items:center}.product-card__footer .added_to_cart,.product-card .added_to_cart{display:none!important}.product-card__button{flex:1}.hafo-btn--product-view{background-color:var(--hafo-color-bg-card);border:var(--hafo-border-width-1) solid var(--hafo-color-text-primary);color:var(--hafo-color-text-primary);font-weight:var(--hafo-font-weight-normal);border-radius:var(--hafo-radius-full);padding:var(--hafo-space-1) var(--hafo-space-4);box-shadow:var(--hafo-shadow-xs);transition:var(--hafo-transition-colors),var(--hafo-transition-transform),box-shadow var(--hafo-transition-normal)}.hafo-btn--product-view:focus-visible{outline:none;box-shadow:var(--hafo-ring),var(--hafo-shadow-md)}.hafo-btn--product-view:active:not(:disabled):not([aria-disabled=true]){background-color:var(--hafo-color-brand-dark);border-color:var(--hafo-color-brand-dark);color:var(--hafo-color-text-inverted);transform:translateY(0);box-shadow:var(--hafo-shadow-sm)}.hafo-btn--product-view:disabled,.hafo-btn--product-view[aria-disabled=true]{background-color:var(--hafo-color-neutral-100);border-color:var(--hafo-color-neutral-300);color:var(--hafo-color-neutral-500);cursor:not-allowed;opacity:.75;box-shadow:none;transform:none}@media(hover:hover)and (pointer:fine){.hafo-btn--product-view:hover:not(:disabled):not([aria-disabled=true]){background-color:var(--hafo-color-brand);border-color:var(--hafo-color-brand);color:var(--hafo-color-text-inverted);transform:translateY(-1px);box-shadow:var(--hafo-shadow-md)}}@media(prefers-reduced-motion:reduce){.hafo-btn--product-view{transition:var(--hafo-transition-colors),box-shadow var(--hafo-transition-normal)}.hafo-btn--product-view:hover:not(:disabled):not([aria-disabled=true]),.hafo-btn--product-view:active:not(:disabled):not([aria-disabled=true]){transform:none}}.product-card__cart,.hafo-btn--cart-icon.product-card__cart,.hafo-btn--full.product-card__cart:not(.product-card__cart--text){height:var(--hafo-space-6)!important;width:var(--hafo-space-6)!important;min-height:var(--hafo-space-6)!important;min-width:var(--hafo-space-6)!important;padding:0!important;border:none;border-radius:var(--hafo-radius-full)!important;background-color:var(--hafo-color-text-primary)!important;color:var(--hafo-color-text-inverted);display:flex!important;align-items:center!important;justify-content:center!important;transition:var(--hafo-transition-colors);position:relative}.product-card__cart:hover,.hafo-btn--cart-icon.product-card__cart:hover{background-color:var(--hafo-color-brand-white)!important;color:var(--hafo-color-brand)!important;border:1px solid var(--hafo-color-neutral-300)!important}.product-card__cart svg,.product-card__cart i,.hafo-btn--cart-icon.product-card__cart svg,.hafo-btn--cart-icon.product-card__cart i{color:currentColor;fill:currentColor;transition:all .3s ease-in-out}.product-card__cart--text{width:auto;min-width:120px;height:auto;min-height:var(--hafo-space-6);padding:0 var(--hafo-space-2);white-space:nowrap;border-radius:var(--hafo-radius-md)}.product-card__cart--disabled,.hafo-btn--cart-icon.product-card__cart--disabled{height:var(--hafo-space-6)!important;width:var(--hafo-space-6)!important;min-height:var(--hafo-space-6)!important;min-width:var(--hafo-space-6)!important;border-radius:var(--hafo-radius-full)!important;background:var(--hafo-color-neutral-100)!important;border:var(--hafo-border-width-1) solid var(--hafo-color-neutral-300)!important;color:var(--hafo-color-neutral-400)!important;cursor:not-allowed!important;opacity:.7!important;pointer-events:none!important}.product-card__cart--disabled svg,.product-card__cart--disabled i,.hafo-btn--cart-icon.product-card__cart--disabled svg,.hafo-btn--cart-icon.product-card__cart--disabled i{color:var(--hafo-color-neutral-400)!important;fill:var(--hafo-color-neutral-400)!important}.product-card__cart--added,.product-card__cart.added{animation:cart-added-pulse .6s ease-out;background-color:var(--hafo-color-success-500)!important;border:1px solid var(--hafo-color-success-500)!important;color:var(--hafo-color-text-inverted)!important;position:relative;overflow:hidden}.product-card__cart--added:hover,.product-card__cart.added:hover,.hafo-btn--cart-icon.product-card__cart--added:hover,.hafo-btn--cart-icon.product-card__cart.added:hover{background-color:var(--hafo-color-brand-white)!important;border-color:var(--hafo-color-success-500)!important;color:var(--hafo-color-success-500)!important}.product-card__cart--added i,.product-card__cart--added svg,.product-card__cart.added i,.product-card__cart.added svg{opacity:0;transform:scale(.5) rotate(-45deg);transition:all .3s ease-in-out}.product-card__cart--added:after,.product-card__cart.added:after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1) rotate(0);color:currentColor;font-size:1.1em;opacity:1;transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition-delay:.1s;margin-left:0!important}.product-card__cart:not(.product-card__cart--added):not(.added):after{content:"";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0) rotate(45deg);color:currentColor;opacity:0;transition:all .3s ease-in-out}@keyframes cart-added-pulse{0%{transform:scale(1)}30%{transform:scale(1.15)}50%{transform:scale(.95)}70%{transform:scale(1.05)}to{transform:scale(1)}}@media(max-width:768px){.product-card{min-height:540px}.product-card__content{padding:var(--hafo-space-2) var(--hafo-space-2) var(--hafo-space-1-5)}.product-card__bottom{padding:0 var(--hafo-space-2) var(--hafo-space-2);gap:var(--hafo-space-1-5)}.product-card__media-link,.product-card__image{width:12rem}.product-card__pricing-row{flex-direction:column;gap:var(--hafo-space-half);align-items:flex-start}.products__count{margin-bottom:var(--hafo-space-1-5)}}@media(max-width:480px){.product-card{min-height:auto}.products__grid{grid-template-columns:1fr}.product-card__cart{width:var(--hafo-space-6);border-radius:var(--hafo-radius-full)}}.product-card__stock-label{display:inline-flex;align-items:center;gap:var(--hafo-space-1-5);border-radius:var(--hafo-radius-sm);font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);line-height:1.4;max-width:fit-content;background:transparent}.product-card__stock-label--available{color:var(--hafo-color-success-500)}.product-card__stock-label--backorder{color:#a5adbf}.product-card__stock-label--unavailable{color:var(--hafo-color-border-default)}.product-card__stock-tooltip{display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:help;opacity:.8;transition:opacity var(--hafo-transition-normal);font-size:var(--hafo-font-size-sm)}.product-card__stock-tooltip:hover{opacity:1}.product-card__stock-tooltip i{flex-shrink:0}.product-card__stock-tooltip[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + var(--hafo-space-1));left:50%;transform:translate(-50%);background:var(--hafo-color-brand);color:var(--hafo-color-text-inverted);padding:var(--hafo-space-1) var(--hafo-space-1-5);border-radius:var(--hafo-radius-sm);font-size:var(--hafo-font-size-xs);font-weight:var(--hafo-font-weight-normal);line-height:1.4;white-space:normal;width:max-content;max-width:250px;opacity:0;pointer-events:none;transition:opacity var(--hafo-transition-normal),transform var(--hafo-transition-normal);z-index:1000;box-shadow:var(--hafo-shadow-md)}.product-card__stock-tooltip[data-tooltip]:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--hafo-color-brand);opacity:0;pointer-events:none;transition:opacity var(--hafo-transition-normal),transform var(--hafo-transition-normal);z-index:1000}.product-card__stock-tooltip:hover:after,.product-card__stock-tooltip:hover:before,.product-card__stock-tooltip:focus:after,.product-card__stock-tooltip:focus:before{opacity:1;transform:translate(-50%) translateY(-4px)}.product-card__stock,.product-card__stock .product-info-stock-sku{display:flex;flex-wrap:wrap;gap:var(--hafo-space-1-5);align-items:center}.product-card__stock .stock{display:inline-flex;align-items:center;gap:6px;font-size:var(--hafo-font-size-sm);line-height:1.4}.product-card__stock .stock .label{display:none}.product-card__stock .stock:first-child{background:var(--hafo-color-success-500);color:var(--hafo-color-text-inverted);padding:6px var(--hafo-space-1-5);border-radius:var(--hafo-radius-sm);font-weight:var(--hafo-font-weight-medium)}.product-card__stock .stock:first-child.onbackorder{background:var(--hafo-color-warning-500);color:var(--hafo-color-text-inverted)}.product-card__stock .stock:first-child.onbackorder:before{content:"";display:inline-block;width:16px;height:16px;background-color:var(--hafo-color-text-inverted);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6v6l4 2' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='9' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6v6l4 2' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='9' stroke='currentColor' stroke-width='2'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;flex-shrink:0}.product-card__stock .stock:first-child.in-stock:before{content:"";display:inline-block;width:16px;height:16px;background-color:var(--hafo-color-text-inverted);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='currentColor'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;flex-shrink:0}.product-card__stock .stock:first-child.not-in-stock{background:var(--hafo-color-border-default);color:var(--hafo-color-text-inverted)}.product-card__stock .stock:first-child.not-in-stock:before{content:"";display:inline-block;width:16px;height:16px;background-color:var(--hafo-color-text-inverted);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='currentColor'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;flex-shrink:0}.product-card__stock .stock:first-child:after{display:none}.product-card__stock .stock:nth-child(2){background:transparent;padding:0;color:var(--hafo-color-success-500);font-weight:var(--hafo-font-weight-normal)}.product-card__stock .stock:nth-child(2).onbackorder{color:var(--hafo-color-warning-500)}.product-card__stock .stock:nth-child(2):before{display:none}.product-card__stock .stock:nth-child(2).not-in-stock{color:var(--hafo-color-border-default)}.product-card__stock .stock:nth-child(2):after{content:"i";display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1.5px solid currentcolor;border-radius:50%;font-size:11px;font-weight:700;font-style:normal;line-height:1;opacity:.8;flex-shrink:0}.cashback-banner{display:flex;flex-direction:column;gap:10px;align-items:flex-start;position:relative;width:100%;margin-bottom:var(--hafo-space-4);background-color:transparent}.cashback-banner__title-wrapper{display:flex;flex-direction:column;align-items:flex-start;position:relative;flex-shrink:0;width:100%}.cashback-banner__title{font-family:var(--hafo-font-family);font-weight:var(--hafo-font-weight-semibold);font-size:var(--hafo-font-size-xl);line-height:36px;color:var(--hafo-color-primary-900);margin:0;padding:0;width:100%}.cashback-banner__content{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:center;position:relative;flex-shrink:0;width:100%}.cashback-banner__text{font-family:var(--hafo-font-family);font-weight:var(--hafo-font-weight-light);font-size:var(--hafo-font-size-base);line-height:32px;color:var(--hafo-color-brand);max-width:100%;margin:0}.cashback-banner__highlight{color:var(--hafo-color-red)}.cashback-banner__icon{font-family:"Font Awesome 6 Free",sans-serif;font-weight:900;font-style:normal;color:var(--hafo-color-red);margin-left:4px}.cashback-banner__toggle{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:var(--hafo-color-red);font-weight:var(--hafo-font-weight-medium);cursor:pointer;margin-left:4px;font:inherit;line-height:inherit;transition:color .2s ease}.cashback-banner__toggle:hover{color:var(--hafo-color-primary-900);text-decoration:underline}.cashback-banner__toggle:focus-visible{outline:2px solid currentColor;outline-offset:2px}.cashback-banner__toggle i{font-size:.8em}.cashback-banner__button{display:flex;align-items:center;justify-content:center;padding:8px 28px;background-color:var(--hafo-color-primary-900);border-radius:100px;overflow:hidden;position:relative;flex-shrink:0;text-decoration:none;transition:background-color .2s ease}.cashback-banner__button:hover{background-color:var(--hafo-color-primary-800)}.cashback-banner__button-text{font-family:var(--hafo-font-family);font-weight:var(--hafo-font-weight-normal);font-size:var(--hafo-font-size-base);line-height:32px;color:var(--hafo-color-snow);margin:0}@media(max-width:768px){.cashback-banner__title{font-size:var(--hafo-font-size-2xl);line-height:1.2}}.cashback-footer{display:flex;flex-direction:column;gap:10px;align-items:flex-start;position:relative;width:100%;margin-top:var(--hafo-space-4);background-color:transparent}.cashback-footer__title-wrapper{display:flex;flex-direction:column;align-items:flex-start;position:relative;flex-shrink:0;width:100%}.cashback-footer__title{font-family:var(--hafo-font-family);font-weight:var(--hafo-font-weight-semibold);font-size:var(--hafo-font-size-xl);line-height:36px;color:var(--hafo-color-primary-900);margin:0;padding:0;width:100%}.cashback-footer__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;flex-shrink:0;width:100%}.cashback-footer__text{font-family:var(--hafo-font-family);font-weight:var(--hafo-font-weight-light);font-size:var(--hafo-font-size-base);line-height:32px;color:var(--hafo-color-brand);width:100%;margin:0}.cashback-footer__text p{margin-bottom:0}.cashback-footer__text p+p{margin-top:1rem}@media(max-width:768px){.cashback-footer__title{font-size:var(--hafo-font-size-2xl);line-height:1.2}}.products__pagination{margin-top:var(--hafo-space-4);display:flex;justify-content:center;border:none}.products__pagination nav{border:none}.products__pagination ul{display:flex;list-style:none;margin:0;padding:0;gap:var(--hafo-space-1);flex-wrap:wrap;align-items:center;justify-content:center;border:none}.products__pagination li{margin:0}.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:var(--hafo-space-1) var(--hafo-space-1-5);border-radius:var(--hafo-radius-sm);background:var(--hafo-color-bg-card);color:var(--hafo-color-brand);text-decoration:none;font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-medium);transition:background var(--hafo-transition-fast),border-color var(--hafo-transition-fast),color var(--hafo-transition-fast)}.products__pagination .page-numbers.current{background:var(--hafo-color-brand);border-color:var(--hafo-color-brand);color:var(--hafo-color-text-inverted);cursor:default}.products__pagination .page-numbers.current:hover,.products__pagination .page-numbers.current:focus-visible{background:var(--hafo-color-brand);border-color:var(--hafo-color-brand);color:var(--hafo-color-text-inverted)}.products__pagination .page-numbers.dots{border:none;background:transparent;cursor:default;min-width:auto}.products__pagination .page-numbers.dots:hover,.products__pagination .page-numbers.dots:focus-visible{background:transparent;border-color:transparent}.products__infinite-scroll-trigger{display:flex;justify-content:center;align-items:center;min-height:100px;padding:var(--hafo-space-4) 0;margin-top:var(--hafo-space-4)}.products__infinite-scroll-trigger[aria-hidden=true]{display:none}.products__infinite-scroll-spinner{width:40px;height:40px;border:3px solid var(--hafo-color-neutral-200);border-top-color:var(--hafo-color-brand);border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.products__infinite-scroll-trigger.is-loading .products__infinite-scroll-spinner{display:block}@media(prefers-reduced-motion:reduce){.products__infinite-scroll-spinner{animation:none;border-top-color:transparent}}.products__skeleton{opacity:1;transition:opacity var(--hafo-transition-slow)}.products__skeleton[aria-hidden=true]{display:none!important}.products__skeleton[aria-hidden=false]{display:block}.product-card--skeleton{pointer-events:none;-webkit-user-select:none;user-select:none}.product-card__media--skeleton{background:linear-gradient(90deg,var(--hafo-color-neutral-200) 25%,var(--hafo-color-neutral-100) 50%,var(--hafo-color-neutral-200) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite}.product-card__title--skeleton{height:1.5rem;background:linear-gradient(90deg,var(--hafo-color-neutral-200) 25%,var(--hafo-color-neutral-100) 50%,var(--hafo-color-neutral-200) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--hafo-radius-sm);margin:0}.product-card__features--skeleton{width:80%;height:1.25rem;background:linear-gradient(90deg,var(--hafo-color-neutral-200) 25%,var(--hafo-color-neutral-100) 50%,var(--hafo-color-neutral-200) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--hafo-radius-sm);margin:0}.product-card__price--skeleton{width:120px;height:1.5rem;background:linear-gradient(90deg,var(--hafo-color-neutral-200) 25%,var(--hafo-color-neutral-100) 50%,var(--hafo-color-neutral-200) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--hafo-radius-sm);margin:0}.product-card__price--skeleton.product-card__price--old{width:100px;height:1.25rem}.product-card__cashback--skeleton{width:140px;height:1.25rem;background:linear-gradient(90deg,var(--hafo-color-neutral-200) 25%,var(--hafo-color-neutral-100) 50%,var(--hafo-color-neutral-200) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--hafo-radius-sm);margin:0}.product-card__stock-label--skeleton{width:180px;height:1.25rem;background:linear-gradient(90deg,var(--hafo-color-neutral-200) 25%,var(--hafo-color-neutral-100) 50%,var(--hafo-color-neutral-200) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--hafo-radius-sm)}.product-card__button--skeleton{flex:1;height:var(--hafo-space-6);background:linear-gradient(90deg,var(--hafo-color-neutral-200) 25%,var(--hafo-color-neutral-100) 50%,var(--hafo-color-neutral-200) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--hafo-radius-full)}.product-card__cart--skeleton{width:var(--hafo-space-6);height:var(--hafo-space-6);background:linear-gradient(90deg,var(--hafo-color-neutral-200) 25%,var(--hafo-color-neutral-100) 50%,var(--hafo-color-neutral-200) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:var(--hafo-radius-full)}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.products:not([data-pagination-type=infinite_scroll]) .products__skeleton[aria-hidden=false]+.products__grid{display:none}.products.is-loading .products__grid[data-products-grid]{opacity:.3;pointer-events:none}.products.is-loading .products__skeleton{display:block!important;opacity:1}.products.is-loading .products__skeleton[aria-hidden=true]{display:block!important}@media(prefers-reduced-motion:reduce){.product-card__media--skeleton,.product-card__title--skeleton,.product-card__features--skeleton,.product-card__price--skeleton,.product-card__cashback--skeleton,.product-card__stock-label--skeleton,.product-card__button--skeleton,.product-card__cart--skeleton{animation:none;background:var(--hafo-color-neutral-200)}}@media(max-width:1024px){.products__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media(max-width:768px){.product-card__stock{margin-top:10px;gap:10px}.product-card__stock .product-info-stock-sku{gap:10px}.product-card__stock .stock{font-size:13px}.product-card__stock .stock:first-child{padding:5px 10px;font-size:13px}.product-card__stock .stock:first-child:before{width:14px;height:14px}.product-card__stock .stock:nth-child(2){font-size:13px}.product-card__stock .stock:nth-child(2):after{width:14px;height:14px;font-size:10px}.product-card__stock-tooltip:after{max-width:200px;font-size:11px}.product-card__price--old{font-size:.85rem;font-weight:var(--hafo-font-weight-light);color:var(--hafo-color-text-secondary);text-decoration:line-through;line-height:1.5em;margin-top:1rem}}@media(max-width:640px){.products{gap:var(--hafo-space-3)}.product-card__footer{flex-direction:row;height:auto;left:var(--hafo-space-2);right:var(--hafo-space-2)}.product-card__button{width:100%}.products__pagination{margin-top:var(--hafo-space-3)}.products__pagination ul{gap:var(--hafo-space-half)}.products__pagination .page-numbers{min-width:36px;height:36px;padding:6px 10px;font-size:13px}.products__infinite-scroll-trigger{padding:var(--hafo-space-3) 0;margin-top:var(--hafo-space-3)}}@media(max-width:480px){.product-card__stock-tooltip:after{left:auto;right:0;transform:translate(0);max-width:180px}.product-card__stock-tooltip:before{left:auto;right:10px;transform:translate(0)}.product-card__stock-tooltip:hover:after,.product-card__stock-tooltip:hover:before{transform:translate(0) translateY(-4px)}}
