/* Reyhoon Pink Product Slider v1.2.1 */
.rpps-wrapper { --pink1:#ffd7e5; --pink2:#f7a9c4; --pink3:#ff4f98; --card:#fff; margin:2rem 0; }
.rpps--white{ background:#fff; border-radius:28px; padding:16px; }
.rpps-header{ display:flex; align-items:center; justify-content:space-between; margin-bottom:1rem; gap:.5rem;}
.rpps-title{ font-size:1.25rem; font-weight:800; color:#0d1225; }
.rpps-titlewrap.has-badge .rpps-title{ display:inline-block; background: linear-gradient(90deg, rgba(255,215,229,.9), rgba(255,79,152,.15)); padding:.5rem 1rem; border-radius:20px; }
.rpps-actions{ display:flex; align-items:center; gap:.75rem; }
.rpps-viewall{ padding:.55rem 1rem; border-radius:999px; background: radial-gradient(120px 48px at 30% 30%, var(--pink2), var(--pink3)); color:#fff; text-decoration:none; font-weight:700; box-shadow:0 8px 24px rgba(255,79,152,.25); white-space:nowrap; }
.rpps-nav{ display:flex; gap:.5rem; }
.rpps-prev,.rpps-next{ width:36px; height:36px; border-radius:999px; border:none; background:linear-gradient(145deg, var(--pink1), #fff); box-shadow: inset 0 2px 6px rgba(255,79,152,.15), 0 4px 12px rgba(13,15,23,.15); position:relative; cursor:pointer; }
.rpps-prev::before,.rpps-next::before{ content:''; position:absolute; inset:0; margin:auto; width:10px; height:10px; border-top:2px solid #ff3f8c; border-right:2px solid #ff3f8c; transform:rotate(45deg); }
.rpps-prev::before{ transform:rotate(225deg); }
.rpps-card{ background:var(--card); border-radius:22px; padding:1rem; box-shadow:0 10px 30px rgba(13,15,23,.08); display:flex; flex-direction:column; gap:.5rem; height:100%; min-height:420px; text-align:center; align-items:center; }
.rpps-thumb{ display:block; background:#fff; border-radius:18px; overflow:hidden; aspect-ratio: 1 / 1; display:flex; align-items:center; justify-content:center; }
.rpps-name{ font-weight:800; font-size:1rem; line-height:1.6; color:#0d1225; margin: .25rem 0 .25rem; text-align:center; }
.rpps-price{ font-weight:800; color:#111827; text-align:center; }
.rpps-cta{ display:flex; justify-content:center; }
.rpps-cta .button{ background:linear-gradient(145deg, var(--pink2), var(--pink3)); border:none; color:#fff; border-radius:999px; padding:.5rem 1rem; font-weight:700; }
.rpps-cta .added_to_cart{ margin-inline-start:.5rem; }
.rpps-swiper .swiper-slide{ height:auto; }
.rpps-swiper{ padding: .25rem .25rem 1rem; }
/* Fallback grid if Swiper not initialized */
.rpps-swiper:not(.swiper-initialized) .swiper-wrapper{ display:grid; grid-template-columns:repeat(6, minmax(0,1fr)); gap:20px; }
@media (max-width:1023.98px){ .rpps-swiper:not(.swiper-initialized) .swiper-wrapper{ grid-template-columns:repeat(3, minmax(0,1fr)); } }
@media (max-width:639.98px){ .rpps-swiper:not(.swiper-initialized) .swiper-wrapper{ grid-template-columns:repeat(2, minmax(0,1fr)); } }
[dir="rtl"] .rpps-prev::before{ transform:rotate(45deg); }
[dir="rtl"] .rpps-next::before{ transform:rotate(225deg); }
