.product-card-vertical{width:100%;height:100%}.product-card-vertical__inner{background-color:#fff!important;border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s ease-in-out;height:100%;display:flex;flex-direction:column;position:relative}.product-card-vertical__inner:hover{box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-card-vertical__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;min-height:1.75rem}.product-card-vertical__stock-badge{display:inline-flex;align-items:center;justify-content:center;background-color:#05b894;color:#fff;font-size:.688rem;font-weight:600;padding:.188rem .5rem;border-radius:9999px;line-height:1.2;white-space:nowrap}.product-card-vertical__stock-badge--out-of-stock{background-color:#ea4c62}.product-card-vertical__promo-badge{position:relative;width:1.25rem;height:1.25rem;background-color:#f59e0b;transform:rotate(45deg);border-radius:.188rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.product-card-vertical__promo-badge--with-percentage{width:auto!important;height:auto!important;transform:none!important;border-radius:9999px!important;padding:.188rem .5rem!important;background-color:#f59e0b}.product-card-vertical__promo-icon{color:#fff;font-size:.625rem;font-weight:800;transform:rotate(-45deg);line-height:1.2;white-space:nowrap;transition:all .2s ease}.product-card-vertical__promo-icon--percentage{transform:none!important;font-size:.688rem!important;font-weight:700;letter-spacing:-.02em}.product-card-vertical__promo-icon--simple{font-size:.875rem;font-weight:700;transform:rotate(-45deg)}.product-card-vertical__wishlist-btn{margin-left:auto;background:none;border:none;padding:0;width:1.875rem;height:1.875rem;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ea4c62;font-size:1.125rem;border-radius:50%;transition:all .2s ease-in-out;flex-shrink:0}.product-card-vertical__wishlist-btn:hover{background-color:rgba(234,76,98,.1);transform:scale(1.1)}.product-card-vertical__wishlist-btn:focus-visible{outline:2px solid #ea4c62;outline-offset:2px}.product-card-vertical__wishlist-btn--active{background-color:rgba(234,76,98,.1)}.product-card-vertical__image-link{display:block;margin-bottom:.75rem;flex-shrink:0}.product-card-vertical__image-container{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:.5rem;background-color:#f8f9fa}.product-card-vertical__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .3s ease-in-out}.product-card-vertical__image-link:hover .product-card-vertical__image{transform:scale(1.05)}.product-card-vertical__title{display:block;font-size:.9375rem;font-weight:500;color:#020310;line-height:1.3;margin-bottom:.5rem;text-decoration:none;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-card-vertical__title:hover{color:#6d4cff}.product-card-vertical__price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.product-card-vertical__price{font-size:1rem;font-weight:700;color:#020310;line-height:1}.product-card-vertical__compare-price{font-size:.875rem;font-weight:400;color:#747794;text-decoration:line-through;line-height:1}.product-card-vertical__rating{display:flex;align-items:center;gap:.125rem;margin-bottom:.75rem;color:#f59e0b;font-size:.75rem}.product-card-vertical__rating i{flex-shrink:0}.product-card-vertical__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:auto;padding-top:.5rem}.product-card-vertical__action-btn{border-radius:50%;border:none;cursor:pointer;font-size:.875rem;transition:all .2s ease-in-out;flex-shrink:0;width:1.875rem;padding:0;height:1.875rem;right:1rem;bottom:1rem;z-index:99;font-size:1rem;display:flex;align-items:center;justify-content:center}.product-card-vertical__action-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.15)}.product-card-vertical__action-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.product-card-vertical__action-btn:disabled{opacity:.5;cursor:not-allowed}.product-card-vertical__action-btn--add{background-color:#6d4cff;color:#fff}.product-card-vertical__action-btn--add:hover:not(:disabled){background-color:#5a3de0}.product-card-vertical__action-btn--confirm{background-color:#05b894;color:#fff}.product-card-vertical__action-btn--confirm:hover:not(:disabled){background-color:#00a080}[theme-color=dark] .product-card-vertical__inner{background-color:#242644!important;box-shadow:0 1px 3px rgba(0,0,0,.3)}[theme-color=dark] .product-card-vertical__inner:hover{box-shadow:0 4px 12px rgba(0,0,0,.4)}[theme-color=dark] .product-card-vertical__title{color:#e2e2e8!important}[theme-color=dark] .product-card-vertical__title:hover{color:#8b7dff!important}[theme-color=dark] .product-card-vertical__price{color:#fff!important}[theme-color=dark] .product-card-vertical__compare-price{color:#9ca3af}[theme-color=dark] .product-card-vertical__image-container{background-color:#332858!important}[view-mode=rtl] .product-card-vertical__top-row{flex-direction:row-reverse}[view-mode=rtl] .product-card-vertical__wishlist-btn{margin-left:0;margin-right:auto}[view-mode=rtl] .product-card-vertical__price-row{flex-direction:row-reverse}[view-mode=rtl] .product-card-vertical__actions{justify-content:flex-start;flex-direction:row-reverse}@keyframes special-badge-pulse{0%,to{box-shadow:0 0 8px rgba(234,179,8,.4)}50%{box-shadow:0 0 16px rgba(234,179,8,.8)}}.product-card-vertical__promo-badge--special{background-color:#eab308!important;animation:special-badge-pulse 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.product-card-vertical__promo-badge--special{animation:none;box-shadow:0 0 8px rgba(234,179,8,.6)}}@media (max-width:576px){.product-card-vertical__inner{padding:.625rem}.product-card-vertical__title{font-size:.813rem}.product-card-vertical__price{font-size:.875rem}.product-card-vertical__compare-price{font-size:.75rem}.product-card-vertical__stock-badge{font-size:.625rem;padding:.125rem .375rem}.product-card-vertical__promo-badge{width:1.125rem;height:1.125rem}.product-card-vertical__promo-icon,.product-card-vertical__rating{font-size:.688rem}}@media (min-width:577px) and (max-width:767px){.product-card-vertical__inner{padding:.875rem}}@media (min-width:768px){.product-card-vertical__inner{padding:1rem}.product-card-vertical__title{font-size:.938rem}}.product-card-vertical__image-link:focus-visible{outline:2px solid #6d4cff;outline-offset:2px;border-radius:.5rem}.product-card-vertical__title:focus-visible{outline:2px solid #6d4cff;outline-offset:2px;border-radius:.25rem}@media (prefers-reduced-motion:reduce){.product-card-vertical__action-btn,.product-card-vertical__image,.product-card-vertical__inner,.product-card-vertical__wishlist-btn{transition:none}}@media (prefers-contrast:high){.product-card-vertical__inner{border:2px solid}.product-card-vertical__action-btn,.product-card-vertical__wishlist-btn{border:1px solid}}.phc-card{background-color:#fff!important;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.06);overflow:visible;transition:box-shadow .2s ease-in-out}.phc-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1)}.phc-card__inner{display:grid;grid-template-columns:minmax(110px,140px) 1fr;grid-gap:16px;gap:16px;padding:12px 16px;position:relative}.phc-card__left{position:relative;width:100%;height:auto;aspect-ratio:1}.phc-card__image-link{display:block;width:100%;height:100%;text-decoration:none}.phc-card__image-container{width:100%;height:100%;border-radius:12px;overflow:hidden;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.phc-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.phc-card__image-link:hover .phc-card__image{transform:scale(1.05)}.phc-card__wishlist-btn{position:absolute;top:8px;left:8px;width:32px;height:32px;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#ea4c62;font-size:20px;transition:all .2s ease-in-out;z-index:2;padding:0}.phc-card__wishlist-btn:hover{transform:scale(1.15)}.phc-card__wishlist-btn:focus-visible{outline:2px solid #ea4c62;outline-offset:2px}.phc-card__wishlist-btn--active{color:#ea4c62}.phc-card__wishlist-btn i{filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.phc-card__right{display:flex;flex-direction:column;gap:4px;min-width:0;position:relative}.phc-card__top-row{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:start}.phc-card__top-row-left{display:flex;flex-direction:column;gap:4px;min-width:0}.phc-card__stock-badge{display:inline-flex;align-items:center;justify-content:center;background-color:#05b894;color:#fff;font-size:clamp(10px,2.4vw,13px);font-weight:700;padding:4px 10px;border-radius:999px;line-height:1;white-space:nowrap;width:-moz-fit-content;width:fit-content;box-shadow:0 2px 4px rgba(5,184,148,.25)}.phc-card__stock-badge--out-of-stock{background-color:#ea4c62;box-shadow:0 2px 4px rgba(234,76,98,.25)}.phc-card__title{font-size:clamp(14px,3.2vw,18px);font-weight:800;line-height:1.2;color:#212529;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.phc-card__title:hover{color:#6d4cff}.phc-card__promo-badge{position:relative;width:26px;height:26px;background-color:#f59e0b;border-radius:10px;transform:rotate(45deg);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px rgba(245,158,11,.3);transition:all .2s ease}.phc-card__promo-badge--with-percentage{width:auto!important;height:auto!important;transform:none!important;border-radius:9999px!important;padding:4px 10px!important;background-color:#f59e0b}.phc-card__promo-icon{color:#fff;font-size:11px;font-weight:800;transform:rotate(-45deg);line-height:1.2;white-space:nowrap;transition:all .2s ease}.phc-card__promo-icon--percentage{transform:none!important;font-size:clamp(10px,2.4vw,13px)!important;font-weight:700;letter-spacing:-.02em}.phc-card__promo-icon--simple{font-size:14px;font-weight:700;transform:rotate(-45deg)}.phc-card__price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:6px}.phc-card__price{font-size:clamp(16px,3.6vw,20px);font-weight:800;color:#212529;line-height:1}.phc-card__compare-price{font-size:clamp(12px,2.8vw,14px);font-weight:400;color:#6c757d;text-decoration:line-through;line-height:1}.phc-card__rating{display:flex;align-items:center;gap:2px;margin-top:6px;letter-spacing:1px}.phc-card__rating i{color:#f59e0b;font-size:16px}.phc-card__actions{position:absolute;right:1rem;bottom:1rem;display:flex;align-items:center;gap:.5rem}.phc-card__action-btn{width:1.875rem;height:1.875rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;font-size:1rem;color:#fff;transition:all .2s ease-in-out;padding:0;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.15)}.phc-card__action-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.phc-card__action-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.phc-card__action-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.phc-card__action-btn--add{background-color:#6d4cff}.phc-card__action-btn--add:hover:not(:disabled){background-color:#5a3de0}.phc-card__action-btn--confirm{background-color:#05b894}.phc-card__action-btn--confirm:hover:not(:disabled){background-color:#00a080}@keyframes phc-special-badge-pulse{0%,to{box-shadow:0 0 8px rgba(234,179,8,.4)}50%{box-shadow:0 0 16px rgba(234,179,8,.8)}}.phc-card__promo-badge--special{background-color:#eab308!important;animation:phc-special-badge-pulse 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.phc-card__promo-badge--special{animation:none;box-shadow:0 0 8px rgba(234,179,8,.6)}}@media (max-width:419.98px){.phc-card__inner{grid-template-columns:36% 1fr;gap:12px;padding:10px 12px}.phc-card__action-btn{width:1.5rem;height:1.5rem;min-width:36px;min-height:36px;font-size:.875rem}.phc-card__actions{right:8px;bottom:8px;gap:6px}.phc-card__promo-badge{width:22px;height:22px}.phc-card__promo-icon{font-size:12px}.phc-card__rating i{font-size:14px}}@media (min-width:420px) and (max-width:767.98px){.phc-card__inner{grid-template-columns:minmax(120px,140px) 1fr;gap:14px;padding:12px 14px}.phc-card__action-btn{width:1.625rem;height:1.625rem;min-width:40px;min-height:40px;font-size:.938rem}.phc-card__actions{gap:8px}}@media (min-width:768px){.phc-card__inner{grid-template-columns:140px 1fr;gap:18px;padding:14px 18px}.phc-card__actions{right:14px;bottom:14px}}[theme-color=dark] .phc-card{background-color:#242644!important;box-shadow:0 4px 20px rgba(0,0,0,.3)}[theme-color=dark] .phc-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.4)}[theme-color=dark] .phc-card__image-container{background-color:#332858!important}[theme-color=dark] .phc-card__title{color:#e2e2e8!important}[theme-color=dark] .phc-card__title:hover{color:#8b7dff!important}[theme-color=dark] .phc-card__price{color:#fff!important}[theme-color=dark] .phc-card__compare-price{color:#9ca3af}[theme-color=dark] .phc-card__wishlist-btn{color:#ea4c62}[dir=rtl] .phc-card__inner{direction:rtl}[dir=rtl] .phc-card__wishlist-btn{left:auto;right:8px}[dir=rtl] .phc-card__actions{right:auto;left:12px;flex-direction:row-reverse}[dir=rtl] .phc-card__top-row{flex-direction:row-reverse}@media (prefers-reduced-motion:reduce){.phc-card,.phc-card__action-btn,.phc-card__image,.phc-card__title,.phc-card__wishlist-btn{transition:none}.phc-card--special:before{animation:none;opacity:.85}}@media (prefers-contrast:high){.phc-card{border:2px solid}.phc-card__action-btn:focus-visible,.phc-card__wishlist-btn:focus-visible{outline-width:3px}}@media print{.phc-card{box-shadow:none;border:1px solid #e0e0e0}.phc-card__actions,.phc-card__wishlist-btn{display:none}}.psc-card{background-color:#fff!important;border-radius:24px;overflow:visible;transition:box-shadow .2s ease-in-out;position:relative;padding:8px!important;margin:8px!important}.psc-card:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:radial-gradient(circle at center,rgba(0,0,0,.06) 0,rgba(0,0,0,.04) 40%,rgba(0,0,0,.02) 70%,transparent 100%);border-radius:28px;z-index:-1;pointer-events:none}.psc-card:hover:before{background:radial-gradient(circle at center,rgba(0,0,0,.1) 0,rgba(0,0,0,.06) 40%,rgba(0,0,0,.03) 70%,transparent 100%)}.psc-card__inner{display:grid;grid-template-columns:minmax(140px,180px) 1fr;grid-gap:20px;gap:20px;padding:16px 20px;position:relative;border-radius:20px!important;box-shadow:0 4px 20px rgba(0,0,0,.08)}.psc-card__left{position:relative;width:100%;height:auto;aspect-ratio:1}.psc-card__image-link{display:block;width:100%;height:100%;text-decoration:none}.psc-card__image-container{width:100%;height:100%;border-radius:12px;overflow:hidden;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.psc-card__image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;padding:12px}.psc-card__image-link:hover .psc-card__image{transform:scale(1.05)}.psc-card__wishlist-btn{position:absolute;top:8px;left:8px;width:36px;height:36px;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.95);border:none;border-radius:50%;cursor:pointer;color:#ea4c62;font-size:20px;transition:all .2s ease-in-out;z-index:10;padding:0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.psc-card__wishlist-btn:hover{transform:scale(1.15);box-shadow:0 4px 12px rgba(0,0,0,.15)}.psc-card__wishlist-btn:focus-visible{outline:2px solid #ea4c62;outline-offset:2px}.psc-card__wishlist-btn--active{background-color:rgba(234,76,98,.15)}.psc-card__right{display:flex;flex-direction:column;gap:6px;min-width:0;position:relative}.psc-card__top-row{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:start;margin-bottom:2px}.psc-card__top-row-left{display:flex;flex-direction:column;gap:6px;min-width:0}.psc-card__stock-badge{display:inline-flex;align-items:center;justify-content:center;background-color:#05b894;color:#fff;font-size:clamp(11px,2.5vw,14px);font-weight:700;padding:5px 12px;border-radius:9999px;line-height:1;white-space:nowrap;width:-moz-fit-content;width:fit-content;box-shadow:0 2px 4px rgba(34,197,94,.3)}.psc-card__stock-badge--out-of-stock{background-color:#ea4c62;box-shadow:0 2px 4px rgba(234,76,98,.3)}.psc-card__title{font-size:clamp(15px,3.4vw,20px);font-weight:800;line-height:1.3;color:#020310;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.psc-card__title:hover{color:#6d4cff}.psc-card__promo-badge{position:relative;width:32px;height:32px;background-color:#f59e0b;border-radius:12px;transform:rotate(45deg);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px rgba(245,158,11,.35);transition:all .2s ease}.psc-card__promo-badge--with-percentage{width:auto!important;height:auto!important;transform:none!important;border-radius:9999px!important;padding:5px 12px!important;background-color:#f59e0b}.psc-card__promo-icon{color:#fff;font-size:12px;font-weight:800;transform:rotate(-45deg);line-height:1.2;white-space:nowrap;transition:all .2s ease}.psc-card__promo-icon--percentage{transform:none!important;font-size:clamp(11px,2.6vw,14px)!important;font-weight:700;letter-spacing:-.02em}.psc-card__promo-icon--simple{font-size:16px;font-weight:700;transform:rotate(-45deg)}.psc-card__price-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-top:8px;margin-bottom:0}.psc-card__price{font-size:clamp(20px,4vw,26px);font-weight:800;color:#ff4757;line-height:1}.psc-card__compare-price{font-size:clamp(14px,3vw,16px);font-weight:500;color:#747794;text-decoration:line-through;line-height:1.2;margin:0}.psc-card__rating{display:flex;align-items:center;gap:3px;margin-top:4px;margin-bottom:0}.psc-card__rating i{color:#f59e0b;font-size:18px}.psc-card__actions{position:absolute;right:16px;bottom:16px;display:flex;align-items:center;gap:10px}.psc-card__action-btn{width:1.875rem;height:1.875rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;font-size:1rem;color:#fff;transition:all .2s ease-in-out;padding:0;flex-shrink:0;box-shadow:0 2px 8px rgba(0,0,0,.15)}.psc-card__action-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.2)}.psc-card__action-btn:focus-visible{outline:2px solid currentColor;outline-offset:2px}.psc-card__action-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.psc-card__action-btn--add{background-color:#6d4cff}.psc-card__action-btn--add:hover:not(:disabled){background-color:#5a3de0}.psc-card__action-btn--confirm{background-color:#05b894}.psc-card__action-btn--confirm:hover:not(:disabled){background-color:#00a080}@keyframes psc-special-badge-pulse{0%,to{box-shadow:0 0 8px rgba(234,179,8,.4)}50%{box-shadow:0 0 16px rgba(234,179,8,.8)}}.psc-card__promo-badge--special{background-color:#eab308!important;animation:psc-special-badge-pulse 2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.psc-card__promo-badge--special{animation:none;box-shadow:0 0 8px rgba(234,179,8,.6)}}@media (max-width:575.98px){.psc-card__inner{grid-template-columns:1fr;gap:16px;padding:14px 16px}.psc-card__left{max-width:200px;margin:0 auto}.psc-card__right{padding-bottom:52px;gap:4px}.psc-card__actions{right:12px;bottom:12px;gap:8px}.psc-card__action-btn{width:1.75rem;height:1.75rem;min-width:40px;min-height:40px;font-size:.938rem}.psc-card__promo-badge{width:28px;height:28px}.psc-card__promo-icon{font-size:14px}.psc-card__rating i{font-size:16px}}@media (min-width:576px) and (max-width:767.98px){.psc-card__inner{grid-template-columns:minmax(150px,160px) 1fr;gap:18px}}@media (min-width:768px){.psc-card__inner{grid-template-columns:180px 1fr;gap:24px;padding:18px 24px}.psc-card__actions{right:20px;bottom:18px}}.promotions-slider :global(.swiper-pagination){position:relative;bottom:auto;margin-top:1rem}.promotions-slider :global(.swiper-pagination-bullet){background:#747794;opacity:.5}.promotions-slider :global(.swiper-pagination-bullet-active){background:#6d4cff;opacity:1}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.psc-skeleton{background:#f0f0f0;border-radius:1rem;height:280px;animation:pulse 1.5s ease-in-out infinite}[theme-color=dark] .psc-card{background-color:#242644!important}[theme-color=dark] .psc-card:before{background:radial-gradient(circle at center,hsla(0,0%,100%,.04) 0,transparent 70%)}[theme-color=dark] .psc-card__inner{box-shadow:0 4px 20px rgba(0,0,0,.3)}[theme-color=dark] .psc-card__image-container{background-color:#332858!important;box-shadow:0 2px 8px rgba(0,0,0,.2)}[theme-color=dark] .psc-card__title{color:#e2e2e8!important}[theme-color=dark] .psc-card__title:hover{color:#8b7dff!important}[theme-color=dark] .psc-card__price{color:#ff6b7a!important}[theme-color=dark] .psc-card__compare-price{color:#9ca3af}[theme-color=dark] .psc-card__wishlist-btn{background:rgba(36,38,68,.9)}[theme-color=dark] .psc-skeleton{background:#332858}@media (prefers-reduced-motion:reduce){.psc-card,.psc-card__action-btn,.psc-card__image,.psc-card__title,.psc-card__wishlist-btn{transition:none}.psc-card--special:before{animation:none;opacity:.85}}@media (prefers-contrast:high){.psc-card{border:2px solid}.psc-card__action-btn:focus-visible,.psc-card__wishlist-btn:focus-visible{outline-width:3px}}[dir=rtl] .psc-card__inner{direction:rtl}[dir=rtl] .psc-card__wishlist-btn{left:auto;right:8px}[dir=rtl] .psc-card__actions{right:auto;left:16px;flex-direction:row-reverse}[dir=rtl] .psc-card__top-row{direction:rtl}