.products{display:flex;flex-direction:column;gap:var(--hafo-space-2)}.products h2{color:var(--hafo-color-brand);font-size:var(--hafo-font-size-2xl);font-weight:var(--hafo-font-weight-medium);line-height:var(--hafo-line-height-normal);margin:0}.products__count{align-items:center;display:flex;font-family:var(--hafo-font-family);gap:var(--hafo-space-half)}.products__count-number{color:var(--hafo-color-text-secondary);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);line-height:1.4;transition:transform var(--hafo-transition-normal)}.products__count-number.is-updating{transform:scale(1.1)}.products__count-text{color:var(--hafo-color-text-secondary);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);line-height:1.4}.products__sort{margin-left:auto}.products__sort-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--hafo-color-bg-card);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231e315e' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border:var(--hafo-border-width-1) solid var(--hafo-color-border-light);border-radius:var(--hafo-radius-sm);color:var(--hafo-color-brand);cursor:pointer;font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);line-height:1.4;padding:var(--hafo-space-1) var(--hafo-space-4) var(--hafo-space-1) var(--hafo-space-1-5);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;grid-gap:var(--hafo-space-3);gap:var(--hafo-space-3)}.product-card__status-wrapper{display:flex;flex-direction:column;gap:var(--hafo-space-1)}.product-card{background:var(--hafo-color-bg-secondary);border:var(--hafo-border-width-1) solid var(--hafo-color-border-light);border-radius:var(--hafo-radius-md);display:flex;flex-direction:column;min-height:580px;overflow:visible;position:relative}.product-card__badges{display:flex;flex-direction:column;gap:var(--hafo-space-1);left:var(--hafo-space-1-5);position:absolute;top:var(--hafo-space-1-5);z-index:2}.product-card__badge{background:var(--hafo-color-error-500);border-radius:var(--hafo-radius-full);color:var(--hafo-color-text-inverted);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);letter-spacing:.01em;line-height:20px;padding:var(--hafo-space-half) var(--hafo-space-1-5)}.product-card__media{background:var(--hafo-color-bg-card);border-top-left-radius:var(--hafo-radius-md);border-top-right-radius:var(--hafo-radius-md);display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.product-card__image,.product-card__media-link{display:block;height:100%!important;width:100%}.product-card__image{-o-object-fit:contain;object-fit:contain}.product-card__content{background:var(--hafo-color-bg-secondary);display:flex;flex:1;flex-direction:column;gap:var(--hafo-space-2);margin-bottom:.5rem;padding:var(--hafo-space-3) var(--hafo-space-3) var(--hafo-space-1);position:relative;transition:transform var(--hafo-transition-slow),padding var(--hafo-transition-slow);z-index:2}.product-card__title{color:var(--hafo-color-brand);font-size:var(--hafo-font-size-sm)!important;font-weight:var(--hafo-font-weight-medium)!important;line-height:var(--hafo-line-height-tight)!important;margin:0}.product-card__title-link{color:inherit;-webkit-text-decoration:none;text-decoration:none}.product-card__title-link:hover{-webkit-text-decoration:underline;text-decoration:underline}.product-card__features{color:var(--hafo-color-neutral-500);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);line-height:1.6;margin:0}.product-card__bottom{display:flex;flex-direction:column;gap:var(--hafo-space-2);margin-top:auto;padding:0 var(--hafo-space-3) var(--hafo-space-3)}.product-card__pricing-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:var(--hafo-space-1);margin-top:auto}.product-card__price{color:var(--hafo-color-brand);font-size:var(--hafo-font-size-xl);font-weight:var(--hafo-font-weight-medium);letter-spacing:.01em;line-height:1.2;margin:0}.product-card__price--old{color:var(--hafo-color-text-secondary);font-size:var(--hafo-font-size-base);font-weight:var(--hafo-font-weight-light);line-height:1.2em;margin-top:var(--hafo-space-4);-webkit-text-decoration:line-through;text-decoration:line-through}.product-card__cashback{color:var(--hafo-color-success-500);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);line-height:1.4;margin:0;margin-top:var(--hafo-space-half)}.product-card__footer{align-items:center;display:flex;gap:var(--hafo-space-2)}.product-card .added_to_cart,.product-card__footer .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);border-radius:var(--hafo-radius-full);box-shadow:var(--hafo-shadow-xs);color:var(--hafo-color-text-primary);font-weight:var(--hafo-font-weight-normal);padding:var(--hafo-space-1) var(--hafo-space-4);transition:var(--hafo-transition-colors),var(--hafo-transition-transform),box-shadow var(--hafo-transition-normal)}.hafo-btn--product-view:focus-visible{box-shadow:var(--hafo-ring),var(--hafo-shadow-md);outline:none}.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);box-shadow:var(--hafo-shadow-sm);color:var(--hafo-color-text-inverted);transform:translateY(0)}.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);box-shadow:none;color:var(--hafo-color-neutral-500);cursor:not-allowed;opacity:.75;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);box-shadow:var(--hafo-shadow-md);color:var(--hafo-color-text-inverted);transform:translateY(-1px)}}@media (prefers-reduced-motion:reduce){.hafo-btn--product-view{transition:var(--hafo-transition-colors),box-shadow var(--hafo-transition-normal)}.hafo-btn--product-view:active:not(:disabled):not([aria-disabled=true]),.hafo-btn--product-view:hover:not(:disabled):not([aria-disabled=true]){transform:none}}.hafo-btn--cart-icon.product-card__cart,.hafo-btn--full.product-card__cart:not(.product-card__cart--text),.product-card__cart{align-items:center!important;background-color:var(--hafo-color-text-primary)!important;border:none;border-radius:var(--hafo-radius-full)!important;color:var(--hafo-color-text-inverted);display:flex!important;height:var(--hafo-space-6)!important;justify-content:center!important;min-height:var(--hafo-space-6)!important;min-width:var(--hafo-space-6)!important;padding:0!important;position:relative;transition:var(--hafo-transition-colors);width:var(--hafo-space-6)!important}.hafo-btn--cart-icon.product-card__cart:hover,.product-card__cart:hover{background-color:var(--hafo-color-brand-white)!important;border:1px solid var(--hafo-color-neutral-300)!important;color:var(--hafo-color-brand)!important}.hafo-btn--cart-icon.product-card__cart i,.hafo-btn--cart-icon.product-card__cart svg,.product-card__cart i,.product-card__cart svg{color:currentColor;fill:currentColor;transition:all .3s ease-in-out}.product-card__cart--text{border-radius:var(--hafo-radius-md);height:auto;min-height:var(--hafo-space-6);min-width:120px;padding:0 var(--hafo-space-2);white-space:nowrap;width:auto}.hafo-btn--cart-icon.product-card__cart--disabled,.product-card__cart--disabled{background:var(--hafo-color-neutral-100)!important;border:var(--hafo-border-width-1) solid var(--hafo-color-neutral-300)!important;border-radius:var(--hafo-radius-full)!important;color:var(--hafo-color-neutral-400)!important;cursor:not-allowed!important;height:var(--hafo-space-6)!important;min-height:var(--hafo-space-6)!important;min-width:var(--hafo-space-6)!important;opacity:.7!important;pointer-events:none!important;width:var(--hafo-space-6)!important}.hafo-btn--cart-icon.product-card__cart--disabled i,.hafo-btn--cart-icon.product-card__cart--disabled svg,.product-card__cart--disabled i,.product-card__cart--disabled svg{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;overflow:hidden;position:relative}.hafo-btn--cart-icon.product-card__cart--added:hover,.hafo-btn--cart-icon.product-card__cart.added:hover,.product-card__cart--added:hover,.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{color:currentColor;content:"";font-family:Font Awesome\ 6 Free;font-size:1.1em;font-weight:900;left:50%;margin-left:0!important;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1) rotate(0);transition:all .4s cubic-bezier(.175,.885,.32,1.275);transition-delay:.1s}.product-card__cart:not(.product-card__cart--added):not(.added):after{color:currentColor;content:"";font-family:Font Awesome\ 6 Free;font-weight:900;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0) rotate(45deg);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{gap:var(--hafo-space-1-5);padding:0 var(--hafo-space-2) var(--hafo-space-2)}.product-card__image,.product-card__media-link{width:12rem}.product-card__pricing-row{align-items:flex-start;flex-direction:column;gap:var(--hafo-space-half)}.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{border-radius:var(--hafo-radius-full);width:var(--hafo-space-6)}}.product-card__stock-label{align-items:center;background:transparent;border-radius:var(--hafo-radius-sm);display:inline-flex;font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-normal);gap:var(--hafo-space-1-5);line-height:1.4;max-width:-moz-fit-content;max-width:fit-content}.product-card__stock-label--available{color:var(--hafo-color-success-500)}.product-card__stock-label--unavailable{color:var(--hafo-color-border-default)}.product-card__stock-tooltip{align-items:center;cursor:help;display:inline-flex;font-size:var(--hafo-font-size-sm);justify-content:center;opacity:.8;position:relative;transition:opacity var(--hafo-transition-normal)}.product-card__stock-tooltip:hover{opacity:1}.product-card__stock-tooltip i{flex-shrink:0}.product-card__stock-tooltip[data-tooltip]:after{background:var(--hafo-color-brand);border-radius:var(--hafo-radius-sm);bottom:calc(100% + var(--hafo-space-1));box-shadow:var(--hafo-shadow-md);color:var(--hafo-color-text-inverted);content:attr(data-tooltip);font-size:var(--hafo-font-size-xs);font-weight:var(--hafo-font-weight-normal);line-height:1.4;max-width:250px;padding:var(--hafo-space-1) var(--hafo-space-1-5);white-space:normal;width:-moz-max-content;width:max-content}.product-card__stock-tooltip[data-tooltip]:after,.product-card__stock-tooltip[data-tooltip]:before{left:50%;opacity:0;pointer-events:none;position:absolute;transform:translate(-50%);transition:opacity var(--hafo-transition-normal),transform var(--hafo-transition-normal);z-index:1000}.product-card__stock-tooltip[data-tooltip]:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--hafo-color-brand);bottom:calc(100% + 2px);content:"";height:0;width:0}.product-card__stock-tooltip:focus:after,.product-card__stock-tooltip:focus:before,.product-card__stock-tooltip:hover:after,.product-card__stock-tooltip:hover:before{opacity:1;transform:translate(-50%) translateY(-4px)}.product-card__stock,.product-card__stock .product-info-stock-sku{align-items:center;display:flex;flex-wrap:wrap;gap:var(--hafo-space-1-5)}.product-card__stock .stock{align-items:center;display:inline-flex;font-size:var(--hafo-font-size-sm);gap:6px;line-height:1.4}.product-card__stock .stock .label{display:none}.product-card__stock .stock:first-child{background:var(--hafo-color-success-500);border-radius:var(--hafo-radius-sm);color:var(--hafo-color-text-inverted);font-weight:var(--hafo-font-weight-medium);padding:6px var(--hafo-space-1-5)}.product-card__stock .stock:first-child.in-stock:before{background-color:var(--hafo-color-text-inverted);content:"";display:inline-block;flex-shrink:0;height:16px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:16px}.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{background-color:var(--hafo-color-text-inverted);content:"";display:inline-block;flex-shrink:0;height:16px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 6.41 17.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'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M19 6.41 17.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'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:16px}.product-card__stock .stock:first-child:after{display:none}.product-card__stock .stock:nth-child(2){background:transparent;color:var(--hafo-color-success-500);font-weight:var(--hafo-font-weight-normal);padding:0}.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{align-items:center;border:1.5px solid;border-radius:50%;content:"i";display:inline-flex;flex-shrink:0;font-size:11px;font-style:normal;font-weight:700;height:16px;justify-content:center;line-height:1;opacity:.8;width:16px}.cashback-banner{background-color:transparent;gap:10px;margin-bottom:var(--hafo-space-4)}.cashback-banner,.cashback-banner__title-wrapper{align-items:flex-start;display:flex;flex-direction:column;position:relative;width:100%}.cashback-banner__title-wrapper{flex-shrink:0}.cashback-banner__title{color:var(--hafo-color-primary-900);font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-xl);font-weight:var(--hafo-font-weight-semibold);line-height:36px;margin:0;padding:0;width:100%}.cashback-banner__content{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;gap:8px;justify-content:center;position:relative;width:100%}.cashback-banner__text{color:var(--hafo-color-black);font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-base);font-weight:var(--hafo-font-weight-light);line-height:32px;margin:0;max-width:100%}.cashback-banner__highlight{color:var(--hafo-color-red)}.cashback-banner__icon{color:var(--hafo-color-red);font-family:Font Awesome\ 6 Free,sans-serif;font-style:normal;font-weight:900;margin-left:4px}.cashback-banner__toggle{align-items:center;color:var(--hafo-color-red);cursor:pointer;display:inline-flex;font-weight:var(--hafo-font-weight-medium);gap:4px;margin-left:4px;transition:color .2s ease}.cashback-banner__toggle:hover{color:var(--hafo-color-primary-900);-webkit-text-decoration:underline;text-decoration:underline}.cashback-banner__toggle i{font-size:.8em}.cashback-banner__button{align-items:center;background-color:var(--hafo-color-primary-900);border-radius:100px;display:flex;flex-shrink:0;justify-content:center;overflow:hidden;padding:8px 28px;position:relative;-webkit-text-decoration:none;text-decoration:none;transition:background-color .2s ease}.cashback-banner__button:hover{background-color:var(--hafo-color-primary-800)}.cashback-banner__button-text{color:var(--hafo-color-snow);font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-base);font-weight:var(--hafo-font-weight-normal);line-height:32px;margin:0}@media (max-width:768px){.cashback-banner__title{font-size:var(--hafo-font-size-2xl);line-height:1.2}}.cashback-footer{background-color:transparent;gap:10px;margin-top:var(--hafo-space-4)}.cashback-footer,.cashback-footer__title-wrapper{align-items:flex-start;display:flex;flex-direction:column;position:relative;width:100%}.cashback-footer__title-wrapper{flex-shrink:0}.cashback-footer__title{color:var(--hafo-color-primary-900);font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-xl);font-weight:var(--hafo-font-weight-semibold);line-height:36px;margin:0;padding:0;width:100%}.cashback-footer__content{align-items:flex-start;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;position:relative;width:100%}.cashback-footer__text{color:var(--hafo-color-black);font-family:var(--hafo-font-family);font-size:var(--hafo-font-size-base);font-weight:var(--hafo-font-weight-light);line-height:32px;margin:0;width:100%}.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{border:none;display:flex;justify-content:center;margin-top:var(--hafo-space-4)}.products__pagination nav{border:none}.products__pagination ul{align-items:center;border:none;display:flex;flex-wrap:wrap;gap:var(--hafo-space-1);justify-content:center;list-style:none;margin:0;padding:0}.products__pagination li{margin:0}.page-numbers{align-items:center;background:var(--hafo-color-bg-card);border-radius:var(--hafo-radius-sm);color:var(--hafo-color-brand);display:inline-flex;font-size:var(--hafo-font-size-sm);font-weight:var(--hafo-font-weight-medium);height:40px;justify-content:center;min-width:40px;padding:var(--hafo-space-1) var(--hafo-space-1-5);-webkit-text-decoration:none;text-decoration:none;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:focus-visible,.products__pagination .page-numbers.current:hover{background:var(--hafo-color-brand);border-color:var(--hafo-color-brand);color:var(--hafo-color-text-inverted)}.products__pagination .page-numbers.dots{background:transparent;border:none;cursor:default;min-width:auto}.products__pagination .page-numbers.dots:focus-visible,.products__pagination .page-numbers.dots:hover{background:transparent;border-color:transparent}.products__infinite-scroll-trigger{align-items:center;display:flex;justify-content:center;margin-top:var(--hafo-space-4);min-height:100px;padding:var(--hafo-space-4) 0}.products__infinite-scroll-trigger[aria-hidden=true]{display:none}.products__infinite-scroll-spinner{animation:spinner-rotate .8s linear infinite;border:3px solid var(--hafo-color-neutral-200);border-radius:50%;border-top-color:var(--hafo-color-brand);height:40px;width:40px}@keyframes spinner-rotate{to{transform:rotate(1turn)}}.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;-moz-user-select:none;user-select:none}.product-card__media--skeleton{animation:skeleton-shimmer 1.5s ease-in-out infinite;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%}.product-card__title--skeleton{height:1.5rem}.product-card__features--skeleton,.product-card__title--skeleton{animation:skeleton-shimmer 1.5s ease-in-out infinite;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%;border-radius:var(--hafo-radius-sm);margin:0}.product-card__features--skeleton{height:1.25rem;width:80%}.product-card__price--skeleton{animation:skeleton-shimmer 1.5s ease-in-out infinite;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%;border-radius:var(--hafo-radius-sm);height:1.5rem;margin:0;width:120px}.product-card__price--skeleton.product-card__price--old{height:1.25rem;width:100px}.product-card__cashback--skeleton{margin:0;width:140px}.product-card__cashback--skeleton,.product-card__stock-label--skeleton{animation:skeleton-shimmer 1.5s ease-in-out infinite;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%;border-radius:var(--hafo-radius-sm);height:1.25rem}.product-card__stock-label--skeleton{width:180px}.product-card__button--skeleton{flex:1}.product-card__button--skeleton,.product-card__cart--skeleton{animation:skeleton-shimmer 1.5s ease-in-out infinite;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%;border-radius:var(--hafo-radius-full);height:var(--hafo-space-6)}.product-card__cart--skeleton{width:var(--hafo-space-6)}@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__button--skeleton,.product-card__cart--skeleton,.product-card__cashback--skeleton,.product-card__features--skeleton,.product-card__media--skeleton,.product-card__price--skeleton,.product-card__stock-label--skeleton,.product-card__title--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{gap:10px;margin-top:10px}.product-card__stock .product-info-stock-sku{gap:10px}.product-card__stock .stock{font-size:13px}.product-card__stock .stock:first-child{font-size:13px;padding:5px 10px}.product-card__stock .stock:first-child:before{height:14px;width:14px}.product-card__stock .stock:nth-child(2){font-size:13px}.product-card__stock .stock:nth-child(2):after{font-size:10px;height:14px;width:14px}.product-card__stock-tooltip:after{font-size:11px;max-width:200px}.product-card__price--old{color:var(--hafo-color-text-secondary);font-size:.85rem;font-weight:var(--hafo-font-weight-light);line-height:1.5em;margin-top:1rem;-webkit-text-decoration:line-through;text-decoration:line-through}}@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{font-size:13px;height:36px;min-width:36px;padding:6px 10px}.products__infinite-scroll-trigger{margin-top:var(--hafo-space-3);padding:var(--hafo-space-3) 0}}@media (max-width:480px){.product-card__stock-tooltip:after{left:auto;max-width:180px;right:0;transform:translate(0)}.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)}}
