/** Shopify CDN: Minification failed

Line 251:1 Unexpected ","

**/
/* ─── RV Organica: Best Sellers ─── */

.rvo-bs {
  border: none !important;
  padding: 56px 0;
  background: #fff;
}

/* Header */
.rvo-bs__header {
  margin-bottom: 28px;
}

.rvo-bs__header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}

.rvo-bs__eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #1D9E75;
  background: #edf7f3;
  border: 1px solid #b8e4d4;
  padding: 4px 14px;
  border-radius: 100px;
  margin: 0 0 10px;
}

.rvo-bs__heading {
  font-size: 30px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 6px;
}

.rvo-bs__sub {
  font-size: 14px;
  color: #999;
  margin: 0;
  line-height: 1.5;
}

.rvo-bs__viewall {
  font-size: 13px;
  font-weight: 600;
  color: #1D9E75;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  flex-shrink: 0;
}

.rvo-bs__viewall:hover {
  color: #0F6E56;
  text-decoration: none;
}

/* Slider track */
.rvo-bs__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.rvo-bs__track::-webkit-scrollbar { display: none; }

/* Card */
.rvo-bs__card {
  flex: 0 0 calc(25% - 12px);
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #eceae5;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  text-decoration: none;
  display: block;
  color: inherit;
}

.rvo-bs__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
}

/* Image zone — colored bg */
.rvo-bs__img-zone {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.rvo-bs__card:nth-child(1) .rvo-bs__img-zone { background: #E6F0EA; }
.rvo-bs__card:nth-child(2) .rvo-bs__img-zone { background: #EDE8F0; }
.rvo-bs__card:nth-child(3) .rvo-bs__img-zone { background: #F0EDE6; }
.rvo-bs__card:nth-child(4) .rvo-bs__img-zone { background: #EBF0E6; }
.rvo-bs__card:nth-child(5) .rvo-bs__img-zone { background: #F0E6EB; }
.rvo-bs__card:nth-child(6) .rvo-bs__img-zone { background: #E6EDF0; }

.rvo-bs__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.rvo-bs__card:hover .rvo-bs__card-img {
  transform: scale(1.06);
}

.rvo-bs__card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
}

/* Badge */
.rvo-bs__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 3px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  background: #1a1a1a;
  color: #fff;
}

.rvo-bs__card:nth-child(1) .rvo-bs__badge { background: #1D9E75; }
.rvo-bs__card:nth-child(2) .rvo-bs__badge { background: #7B5EA7; color: #fff; }
.rvo-bs__card:nth-child(3) .rvo-bs__badge { background: #A07850; color: #fff; }
.rvo-bs__card:nth-child(4) .rvo-bs__badge { background: #4A8A4A; }
.rvo-bs__card:nth-child(5) .rvo-bs__badge { background: #C0556A; }
.rvo-bs__card:nth-child(6) .rvo-bs__badge { background: #1D9E75; }

/* Card body */
.rvo-bs__card-body {
  padding: 14px 16px 16px;
}

.rvo-bs__card-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.3;
}

.rvo-bs__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.rvo-bs__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
}

.rvo-bs__card:hover .rvo-bs__card-btn {
  background: #1D9E75;
}

/* Dots */
.rvo-bs__dots {
  display: none;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}

/* TABLET */
@media screen and (max-width: 990px) {
  .rvo-bs { padding: 44px 0; }
  .rvo-bs__heading { font-size: 24px; }
  .rvo-bs__card { flex: 0 0 calc(33.33% - 11px); }
  .rvo-bs__dots { display: flex; }
}

/* MOBILE */
@media screen and (max-width: 749px) {
  .rvo-bs { padding: 36px 0; }
  .rvo-bs__heading { font-size: 20px; }
  .rvo-bs__card { flex: 0 0 calc(50% - 8px); }
  .rvo-bs__dots { display: flex; }
}

@media screen and (max-width: 420px) {
  .rvo-bs__card { flex: 0 0 70vw; }
}

/* Dot styles */
.rvo-bs__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
}
.rvo-bs__dot--active {
  background: #1D9E75;
  width: 20px;
  border-radius: 3px;
},8KK