:root{
  --rv-tiff: #28c7c7;
  --rv-ink:#0f172a;
  --rv-muted:#6b7280;
  --rv-border:#e5e7eb;
  --rv-bg:#ffffff;
  --rv-soft:#f8fafc;
  --rv-radius:18px;
  --rv-font:Montserrat,system-ui,-apple-system,Segoe UI,Arial;
}

.bobina-rv{
  margin-top:22px;
  padding:18px 18px 16px;
  border:1px solid var(--rv-border);
  border-radius:var(--rv-radius);
  background:var(--rv-bg);
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}

.bobina-rv__head{ text-align:center; padding:4px 6px 12px; }
.bobina-rv__title{
  margin:0;
  font-family:var(--rv-font);
  font-weight:800;
  font-size:20px;
  line-height:1.15;
  color:var(--rv-ink);
  letter-spacing:.2px;
  display:inline-block;
  position:relative;
}
.bobina-rv__title:after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  margin:10px auto 0;
  border-radius:99px;
  background:linear-gradient(90deg, rgba(40,199,199,.15), rgba(40,199,199,.95), rgba(40,199,199,.15));
}
.bobina-rv__sub{
  margin-top:10px;
  font-family:var(--rv-font);
  font-size:13px;
  color:var(--rv-muted);
}

.bobina-rv__wrap{
  position:relative;
}

.bobina-rv__track{
  display:flex;
  gap:12px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:2px 2px 10px;
}
.bobina-rv__track::-webkit-scrollbar{ height:8px; }
.bobina-rv__track::-webkit-scrollbar-thumb{
  background:rgba(15,23,42,.12);
  border-radius:99px;
}

.bobina-rv__card{
  scroll-snap-align:start;
  flex:0 0 72%;
  max-width:72%;
  display:block;
  text-decoration:none;
  border:1px solid var(--rv-border);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
@media (min-width:640px){
  .bobina-rv__card{ flex-basis:36%; max-width:36%; }
}
@media (min-width:980px){
  .bobina-rv__card{ flex-basis:23%; max-width:23%; }
}
.bobina-rv__card:hover{
  transform:translateY(-3px);
  border-color:rgba(40,199,199,.85);
  box-shadow:0 16px 34px rgba(15,23,42,.10);
}
.bobina-rv__media{ aspect-ratio:1/1; background:var(--rv-soft); display:flex; align-items:center; justify-content:center; }
.bobina-rv__img{ width:100%; height:100%; object-fit:cover; display:block; }

.bobina-rv__meta{ padding:10px 12px 12px; }
.bobina-rv__name{
  font-family:var(--rv-font);
  font-size:13.5px;
  line-height:1.25;
  color:var(--rv-ink);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:34px;
}
.bobina-rv__tags{ margin-top:8px; display:flex; flex-wrap:wrap; gap:6px; }
.bobina-rv__tag{
  font-family:var(--rv-font);
  font-size:11.5px;
  line-height:1;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid var(--rv-border);
  color:#111827;
  background:#fff;
  white-space:nowrap;
}
.bobina-rv__tag.is-color{ border-color:rgba(40,199,199,.35); background:rgba(40,199,199,.10); }
.bobina-rv__tag.is-comp{ border-color:rgba(15,23,42,.10); background:rgba(15,23,42,.04); }

.bobina-rv__price{
  margin-top:8px;
  font-family:var(--rv-font);
  font-size:13.5px;
  color:#111827;
}
.bobina-rv__price ins{text-decoration:none;}
.bobina-rv__price del{opacity:.55;}

.bobina-rv__cta{
  margin-top:10px;
  font-family:var(--rv-font);
  font-size:12.5px;
  color:var(--rv-tiff);
  font-weight:800;
}

.bobina-rv__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(40,199,199,.45);
  background:var(--rv-tiff);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 12px 28px rgba(15,23,42,.16);
  transition:transform .16s ease, filter .16s ease, opacity .16s ease;
  z-index:5;
}
.bobina-rv__nav span{ transform:translateY(-1px); }
.bobina-rv__nav:hover{ filter:brightness(0.97); transform:translateY(-50%) scale(1.03); }
.bobina-rv__nav:active{ transform:translateY(-50%) scale(0.98); }
.bobina-rv__prev{ left:8px; }
.bobina-rv__next{ right:8px; }

.bobina-rv__wrap:before,
.bobina-rv__wrap:after{
  content:"";
  position:absolute;
  top:0;
  bottom:10px;
  width:64px;
  pointer-events:none;
  z-index:4;
}
.bobina-rv__wrap:before{
  left:0;
  background:linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
  border-radius:16px;
}
.bobina-rv__wrap:after{
  right:0;
  background:linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0));
  border-radius:16px;
}

@media (max-width:520px){
  .bobina-rv__nav{
    width:40px;height:40px;font-size:26px;
    opacity:.92;
  }
  .bobina-rv__prev{ left:6px; }
  .bobina-rv__next{ right:6px; }
  .bobina-rv__wrap:before,
  .bobina-rv__wrap:after{ width:44px; }
}

.woocommerce-cart .bobina-rv,
.woocommerce-checkout .bobina-rv{
  clear:both;
  max-width:1160px;
  margin-left:auto;
  margin-right:auto;
}