/* Sub-component CSS is not auto-bundled — each consumer pulls it in via an
   explicit @import, resolved and inlined at compile time. */
/* Imported from: ../../sub-components/RivieraEmptyState/styles.css */
.cc_ik0o84am_wboXF9CIzC .riv-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 72px 24px;
  gap: 12px;
}

/* A pair of thin rings — reads as spectacles without shipping an asset. */
.cc_ik0o84am_wboXF9CIzC .riv-empty-mark {
  width: 72px;
  height: 26px;
  position: relative;
  margin-bottom: 8px;
  opacity: 0.55;
}

.cc_ik0o84am_wboXF9CIzC .riv-empty-mark::before, .cc_ik0o84am_wboXF9CIzC .riv-empty-mark::after {
  content: "";
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1.5px solid var(--riv-gold);
  border-radius: 50%;
}

.cc_ik0o84am_wboXF9CIzC .riv-empty-mark::before {
  left: 0;
}

.cc_ik0o84am_wboXF9CIzC .riv-empty-mark::after {
  right: 0;
}

.cc_ik0o84am_wboXF9CIzC .riv-empty-title {
  font-family: var(--riv-font-heading);
  color: var(--riv-navy);
  font-size: 20px;
  margin: 0;
}

.cc_ik0o84am_wboXF9CIzC .riv-empty-text {
  font-family: var(--riv-font-body);
  color: var(--riv-text-muted);
  font-size: 14px;
  margin: 0;
  max-width: 42ch;
  line-height: 1.6;
}

.cc_ik0o84am_wboXF9CIzC .riv-empty-action {
  margin-top: 10px;
}

/* End import: ../../sub-components/RivieraEmptyState/styles.css */

.cc_ik0o84am_wboXF9CIzC .riv-ccards {
  padding: var(--riv-section-y) 0;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccards-heading {
  font-size: 28px;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccards-sub {
  font-family: var(--riv-font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--riv-text-muted);
  text-align: center;
  max-width: 52ch;
  margin: 20px auto 0;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccards-grid {
  list-style: none;
  margin: var(--riv-heading-gap) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: var(--riv-card);
  border-radius: var(--riv-radius);
  box-shadow: var(--riv-shadow);
  overflow: hidden;
  height: 100%;
  transition: box-shadow var(--riv-transition), transform var(--riv-transition);
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-link:hover {
  box-shadow: var(--riv-shadow-lift);
  transform: translateY(-3px);
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-media {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--riv-product-gradient);
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--riv-transition);
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-link:hover .riv-ccard-img {
  transform: scale(1.05);
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--riv-product-gradient);
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-name {
  font-family: var(--riv-font-heading);
  font-size: 18px;
  color: var(--riv-navy);
  line-height: 1.25;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-cta {
  font-family: var(--riv-font-body);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--riv-gold);
}

@media (min-width: 768px) {
  .cc_ik0o84am_wboXF9CIzC .riv-ccards-heading {
    font-size: 34px;
  }

  .cc_ik0o84am_wboXF9CIzC .riv-ccards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1100px) {
  .cc_ik0o84am_wboXF9CIzC .riv-ccards-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Product shots are shot on white; contain keeps the whole frame visible
   instead of cropping the arms off, and multiply sinks their white ground into
   the tile so the card is not a white box inside a sand box. */
.cc_ik0o84am_wboXF9CIzC .riv-ccard-img {
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Same drawn spectacles as the product card, so an empty category still reads
   as eyewear rather than a broken image. */
.cc_ik0o84am_wboXF9CIzC .riv-ccard-glasses {
  position: relative;
  width: 72px;
  height: 26px;
  opacity: 0.3;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-glasses::before, .cc_ik0o84am_wboXF9CIzC .riv-ccard-glasses::after {
  content: "";
  position: absolute;
  top: 0;
  width: 26px;
  height: 26px;
  border: 1.5px solid var(--riv-navy);
  border-radius: 50%;
}

.cc_ik0o84am_wboXF9CIzC .riv-ccard-glasses::before { left: 0; }
.cc_ik0o84am_wboXF9CIzC .riv-ccard-glasses::after { right: 0; }

.cc_ik0o84am_wboXF9CIzC .riv-ccard-count {
  font-family: var(--riv-font-body);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: var(--riv-gold);
}
