.rk-product-recommendations{position:relative;width:100%;background:var(--rk-pr-bg);overflow:hidden}.rk-product-recommendations__container{max-width:1400px;margin:0 auto;padding:0 24px;position:relative}.rk-product-recommendations__header{text-align:center;margin-bottom:48px}.rk-product-recommendations__title{font-size:clamp(28px,4vw,42px);font-weight:800;color:var(--rk-pr-heading);margin:0 0 12px;line-height:1.2}.rk-product-recommendations__subtitle{font-size:16px;color:var(--rk-pr-text);margin:0;line-height:1.6}.rk-product-recommendations__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.rk-product-recommendations__grid--slider{display:flex;gap:28px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:20px}.rk-product-recommendations__grid--slider::-webkit-scrollbar{display:none}.rk-product-recommendations__grid--slider .rk-product-recommendations__item{flex:0 0 calc(25% - 21px);min-width:280px;scroll-snap-align:start}.rk-product-recommendations__item{position:relative}.rk-product-recommendations__card{display:block;position:relative;background:var(--rk-pr-card-bg);border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden;transition:all .3s ease;text-decoration:none;height:100%}.rk-product-recommendations__card:hover{border-color:var(--rk-pr-accent);transform:translateY(-8px);box-shadow:0 12px 40px #ff00ff4d}.rk-product-recommendations__image-wrapper{position:relative;aspect-ratio:3/4;background:#ffffff05;overflow:hidden}.rk-product-recommendations__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.rk-product-recommendations__card:hover .rk-product-recommendations__image{transform:scale(1.08)}.rk-product-recommendations__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff05}.rk-product-recommendations__image-placeholder svg{width:64px;height:64px;stroke:#fff3}.rk-product-recommendations__badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;gap:8px}.rk-product-recommendations__badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rk-product-recommendations__badge--sale{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef444466}.rk-product-recommendations__badge--sold-out{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 12px #6b728066}.rk-product-recommendations__quick-add{position:absolute;bottom:12px;right:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--rk-pr-button-bg);border:none;border-radius:50%;color:#fff;cursor:pointer;opacity:0;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 16px #f0f6;z-index:3}.rk-product-recommendations__card:hover .rk-product-recommendations__quick-add{opacity:1;transform:translateY(0)}.rk-product-recommendations__quick-add:hover{transform:scale(1.1);box-shadow:0 6px 24px #f0f9}.rk-product-recommendations__quick-add svg{width:22px;height:22px}.rk-product-recommendations__quick-add--loading{pointer-events:none}.rk-product-recommendations__quick-add--loading svg{animation:rkRecSpin 1s linear infinite}@keyframes rkRecSpin{to{transform:rotate(360deg)}}.rk-product-recommendations__quick-add--success{background:#10b981;animation:rkRecSuccess .6s ease}@keyframes rkRecSuccess{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.rk-product-recommendations__content{padding:20px}.rk-product-recommendations__vendor{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--rk-pr-accent);margin:0 0 8px}.rk-product-recommendations__product-title{font-size:16px;font-weight:700;color:var(--rk-pr-heading);margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s ease}.rk-product-recommendations__card:hover .rk-product-recommendations__product-title{color:var(--rk-pr-accent)}.rk-product-recommendations__rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.rk-product-recommendations__stars{font-size:14px;color:#fbbf24;position:relative;display:inline-block;letter-spacing:2px}.rk-product-recommendations__stars:before{content:"\2605\2605\2605\2605\2605";background:linear-gradient(90deg,#fbbf24 calc(var(--rating) * 20%),#374151 calc(var(--rating) * 20%));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rk-product-recommendations__rating span{font-size:12px;color:var(--rk-pr-text)}.rk-product-recommendations__price{display:flex;align-items:center;gap:10px}.rk-product-recommendations__price--regular{font-size:20px;font-weight:800;color:var(--rk-pr-heading)}.rk-product-recommendations__price--sale{font-size:20px;font-weight:800;color:#ef4444}.rk-product-recommendations__price--compare{font-size:16px;font-weight:600;color:#ffffff4d;text-decoration:line-through}.rk-product-recommendations__nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,0,255,.5);border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease;z-index:10;opacity:0}.rk-product-recommendations:hover .rk-product-recommendations__nav{opacity:1}.rk-product-recommendations__nav:hover{background:var(--rk-pr-accent);transform:translateY(-50%) scale(1.1);box-shadow:0 8px 24px #ff00ff80}.rk-product-recommendations__nav--prev{left:-28px}.rk-product-recommendations__nav--next{right:-28px}.rk-product-recommendations__nav svg{width:28px;height:28px}.rk-product-recommendations__nav:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}@media(max-width:1024px){.rk-product-recommendations__grid--slider .rk-product-recommendations__item{flex:0 0 calc(33.333% - 19px);min-width:260px}.rk-product-recommendations__nav{width:48px;height:48px}.rk-product-recommendations__nav svg{width:24px;height:24px}.rk-product-recommendations__nav--prev{left:-24px}.rk-product-recommendations__nav--next{right:-24px}}@media(max-width:768px){.rk-product-recommendations__container{padding:0 16px}.rk-product-recommendations__header{margin-bottom:32px}.rk-product-recommendations__title{font-size:28px}.rk-product-recommendations__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.rk-product-recommendations__grid--slider{gap:16px;margin:0 -16px;padding:0 16px 20px}.rk-product-recommendations__grid--slider .rk-product-recommendations__item{flex:0 0 calc(50% - 8px);min-width:200px}.rk-product-recommendations__content{padding:16px}.rk-product-recommendations__product-title{font-size:14px}.rk-product-recommendations__price--regular,.rk-product-recommendations__price--sale{font-size:18px}.rk-product-recommendations__price--compare{font-size:14px}.rk-product-recommendations__quick-add{opacity:1;transform:translateY(0);width:44px;height:44px}.rk-product-recommendations__quick-add svg{width:20px;height:20px}.rk-product-recommendations__nav{display:none}}@media(max-width:480px){.rk-product-recommendations__grid--slider .rk-product-recommendations__item{flex:0 0 calc(60% - 8px);min-width:180px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.rk-product-recommendations__grid--slider{scroll-behavior:auto}}.rk-product-recommendations--loading .rk-product-recommendations__card{pointer-events:none;opacity:.5}.rk-product-recommendations--loading:after{content:"";position:absolute;top:50%;left:50%;width:48px;height:48px;margin:-24px 0 0 -24px;border:4px solid rgba(255,0,255,.2);border-top-color:var(--rk-pr-accent);border-radius:50%;animation:rkRecLoading 1s linear infinite;z-index:100}@keyframes rkRecLoading{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/rk-product-recommendations.css.map */
