.product-card{flex-direction:column;min-height:100%;display:flex;position:relative}.product-card__image-wrapper{background-color:#f0f0f0;border-radius:20px;grid-template-rows:1fr;grid-template-columns:1fr;width:100%;height:298px;margin-bottom:16px;display:grid;overflow:hidden}.product-card__image-link{aspect-ratio:1;display:block;position:relative;overflow:hidden}.product-card__image-link:after{content:"";opacity:0;pointer-events:none;z-index:3;background:#ffffff29;transition:opacity .16s;position:absolute;inset:0}.product-card__image{z-index:2;object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .22s;position:relative}.product-card__image.is-loaded{opacity:1}.product-card__image.is-error{filter:saturate(.9)}.product-card__title{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:8px;font-size:20px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__title a{color:#000;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-decoration:none;display:-webkit-box;overflow:hidden}.product-card__rating{color:#000000b3;align-items:center;gap:13px;margin-bottom:4px;font-size:14px;display:inline-flex}.product-card__stars{align-items:center;gap:4px;line-height:1;display:inline-flex;overflow:visible}.product-card__star{width:var(--star-size,18.48px);aspect-ratio:24/23;flex-shrink:0;height:auto}.product-card__star path{fill:#ffc633;transition:fill .2s}.product-card__star--active path{fill:#ffc633}.product-card__star--empty path{opacity:.3}.product-card__price{flex-wrap:wrap;align-items:center;gap:13px;margin-top:8px;font-size:24px;font-weight:700;display:flex}.product-card__price-current{color:#000}.product-card__price-original{color:#0006;font-weight:600;text-decoration:line-through}.product-card__price-badge{color:#f33;background-color:#ff33331a;border-radius:62px;padding:6px 14px;font-size:12px;font-weight:500;line-height:1.2}.product-card__overlay-link{z-index:4;position:absolute;inset:0}@media (max-width:992px){.product-card__image-wrapper{border-radius:16px;height:250px;margin-bottom:14px}.product-card__title{margin-bottom:6px;font-size:18px}.product-card__rating{gap:12px;margin-bottom:4px;font-size:13px}.product-card__price{gap:8px;margin-top:6px;font-size:22px}.product-card__price-badge{font-size:11px}.product-card__star{width:var(--star-size,17px);aspect-ratio:24/23;height:auto}}@media (max-width:768px){.product-card__image-wrapper{border-radius:13.42px;width:198px;height:200px;margin-bottom:10px}.product-card__title{margin-bottom:4px;font-size:16px}.product-card__rating{gap:11px;margin-bottom:4px;font-size:12px}.product-card__price{gap:5px;margin-top:4px;font-size:20px}.product-card__price-badge{font-size:10px}.product-card__star{width:var(--star-size,15.47px);aspect-ratio:24/23;height:auto}}
.slider{position:relative}.slider__viewport{scrollbar-width:none;touch-action:pan-x;cursor:grab;overflow:auto hidden}.slider__viewport::-webkit-scrollbar{display:none}.slider__viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.slider--loading .slider__viewport{cursor:default;-webkit-user-select:none;user-select:none}.slider__nav{z-index:100;position:absolute;top:50%;transform:translateY(-50%)}
.product-card-list{--nav-icon-size:50px}.product-card-list__track{gap:20px;width:max-content;margin-top:55px;margin-bottom:0;padding:0;list-style:none;display:flex}.product-card-list__track.is-animated{transition:transform .5s ease-in-out}.product-card-list__item{cursor:pointer;background-color:#0000;border:none;flex:none;max-width:295px;transition:color .2s}.product-card-list__item:hover .product-card__title,.product-card-list__item:hover .product-card__price-current{color:#ff4d4f}.product-card-list__item--skeleton{flex:0 0 295px;width:295px;max-width:295px}.product-card-list__nav{opacity:.5;justify-content:center;align-items:center;padding:5px;transition:opacity .3s;display:flex}.product-card-list__nav .icon{--icon-width:var(--nav-icon-size);--icon-height:var(--nav-icon-size)}.product-card-list__nav .iconContainer{color:#000;transition:color .25s}.product-card-list__nav:hover .iconContainer{color:#333}.product-card-list__nav:hover{opacity:.8}.product-card-list__nav:disabled{opacity:.2;cursor:not-allowed}.product-card-list__nav:disabled:hover{opacity:.2}.product-card-list__nav:disabled .iconContainer,.product-card-list__nav:disabled:hover .iconContainer{color:#999}.product-card-list__nav--prev{left:-30px}.product-card-list__nav--next{right:-30px}.product-card-list__skeleton-title{width:82%;height:24px}.product-card-list__skeleton-stars{width:90px;height:16px}.product-card-list__skeleton-rating{width:40px;height:16px}.product-card-list__skeleton-price{width:110px;height:28px}@media (max-width:992px){.product-card-list{--nav-icon-size:44px}.product-card-list__viewport{margin-right:-24px}.product-card-list__track{gap:18px;margin-top:48px;padding-right:24px}.product-card-list__item{width:250px;max-width:250px}.product-card-list__item--skeleton{flex:0 0 250px;width:250px;max-width:250px}.product-card-list__nav{display:none}.product-card-list__nav--prev{left:-24px}.product-card-list__nav--next{right:-24px}.product-card-list__skeleton-title{height:22px}.product-card-list__skeleton-stars,.product-card-list__skeleton-rating{height:15px}.product-card-list__skeleton-price{width:100px;height:26px}}@media (max-width:768px){.product-card-list{--nav-icon-size:40px}.product-card-list__viewport{margin-right:-16px}.product-card-list__track{scroll-behavior:smooth;overscroll-behavior-x:contain;gap:16px;margin-top:40px;padding-right:16px}.product-card-list__item{flex:none;width:198px;max-width:198px}.product-card-list__nav{display:none}.product-card-list__nav--prev{left:-20px}.product-card-list__nav--next{right:-20px}.product-card-list__skeleton-title{height:20px}.product-card-list__skeleton-stars,.product-card-list__skeleton-rating{height:14px}.product-card-list__skeleton-price{width:88px;height:24px}}
.error-boundary-page{text-align:center;justify-content:center;align-items:center;min-height:50vh;padding:40px 20px;display:flex}.error-boundary-page__content{flex-direction:column;align-items:center;max-width:600px;margin:0 auto;display:flex}.error-boundary-page__title{color:var(--color-text-primary,#000);margin-bottom:16px;font-size:32px;font-weight:700;line-height:1.2}.error-boundary-page__message{color:var(--color-text-secondary,#0009);margin-bottom:32px;font-size:16px;line-height:1.5}.error-boundary-page__actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.error-boundary-page__action{border-radius:62px;width:auto;min-width:220px;padding:16px 54px;font-size:16px;font-weight:500}.error-boundary-page__spacer{display:none}
