:root{
  --rmac-ink:#2a170d;
  --rmac-brown:#4a2715;
  --rmac-gold:#c58a2e;
  --rmac-gold-deep:#9b5f14;
  --rmac-line:rgba(163,103,34,.23);
  --rmac-soft:#fff9f0;
  --rmac-label-width:150px;
}

.rmac-page{
  min-height:calc(100vh - 90px);
  padding:clamp(28px,4vw,58px) clamp(20px,3.2vw,58px) 78px;
  background:
    radial-gradient(circle at 8% 4%,rgba(235,202,150,.2),transparent 31%),
    radial-gradient(circle at 92% 10%,rgba(236,211,172,.23),transparent 28%),
    linear-gradient(145deg,#fffdf9,#fbf2e6);
}


.rmac-filter-bar{
  width:calc(100% - 20px);
  max-width:1920px;
  margin:0 auto 20px;
  padding:16px;
  display:grid;
  grid-template-columns:repeat(4,minmax(150px,1fr)) auto;
  gap:12px;
  align-items:end;
  border:1px solid rgba(183,124,48,.34);
  border-radius:20px;
  background:rgba(255,253,249,.96);
  box-shadow:0 15px 38px rgba(77,45,19,.09),inset 0 0 0 1px rgba(255,255,255,.72);
}

.rmac-filter-field{min-width:0;display:grid;gap:7px}
.rmac-filter-field>span{color:#6b431f;font:850 10px/1.2 Montserrat,Arial,sans-serif;letter-spacing:.075em;text-transform:uppercase}
.rmac-filter-field select{
  width:100%;
  min-width:0;
  height:48px;
  padding:0 38px 0 13px;
  border:1px solid rgba(165,105,35,.3);
  border-radius:12px;
  color:#352014;
  background:#fffaf1;
  font:750 12px/1 Montserrat,Arial,sans-serif;
  outline:none;
  cursor:pointer;
}
.rmac-filter-field select:focus{border-color:#a66a20;box-shadow:0 0 0 3px rgba(197,138,46,.15);background:#fff}
.rmac-filter-clear{
  height:48px;
  min-width:112px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:0 18px;
  border:1px solid #4a2412;
  border-radius:12px;
  color:#fff;
  background:#4a2412;
  box-shadow:0 9px 20px rgba(74,36,18,.2),inset 0 1px 0 rgba(255,255,255,.12);
  font:850 12px/1 Montserrat,Arial,sans-serif;
  cursor:pointer;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
}
.rmac-filter-clear:hover,.rmac-filter-clear:focus-visible{transform:translateY(-1px);background:#6b3d0e;box-shadow:0 12px 24px rgba(74,36,18,.25);outline:none}
.rmac-filter-status{grid-column:1/-1;color:#8a6b50;font:700 11px/1.35 Montserrat,Arial,sans-serif}
.rmac-product-column.is-filter-hidden{display:none!important}

.rmac-table-shell{
  position:relative;
  width:calc(100% - 20px);
  max-width:1920px;
  margin:0 auto;
  border:1px solid rgba(183,124,48,.34);
  border-radius:24px;
  background:rgba(255,253,249,.94);
  box-shadow:0 24px 70px rgba(77,45,19,.12),inset 0 0 0 1px rgba(255,255,255,.7);
  overflow:hidden;
}

.rmac-table-scroll{
  width:100%;
  overflow:visible;
}

.rmac-table-scroll::-webkit-scrollbar{height:11px}
.rmac-table-scroll::-webkit-scrollbar-track{background:#f5eadb}
.rmac-table-scroll::-webkit-scrollbar-thumb{
  border:3px solid #f5eadb;
  border-radius:999px;
  background:linear-gradient(90deg,#c89445,#9d6218);
}

.rmac-table-grid{
  display:grid;
  grid-template-columns:
    minmax(0,.72fr)
    minmax(0,1.52fr)
    minmax(0,1.10fr)
    minmax(0,1.06fr)
    minmax(0,1.12fr)
    minmax(0,1.12fr);
  width:100%;
  min-width:0;
  align-items:stretch;
  background:#fffdf9;
}

.rmac-product-column{
  display:contents!important;
}

.rmac-label-cell,
.rmac-data-cell{
  min-width:0;
  border-right:1px solid var(--rmac-line);
  border-bottom:1px solid var(--rmac-line);
  box-sizing:border-box;
}

.rmac-label-cell{
  position:relative;
  z-index:12;
  grid-row:1;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:78px;
  padding:14px 12px;
  color:#fff;
  text-align:center;
  background:#25120a;
  box-shadow:0 8px 20px rgba(55,27,11,.08);
}

.rmac-label-cell i{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.23);
  border-radius:50%;
  background:rgba(255,255,255,.09);
  color:#f4c574;
  font-size:15px;
}

.rmac-label-cell span{
  font:800 11px/1.35 Montserrat,Arial,sans-serif;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.rmac-label-cell--actions{
  border-top-left-radius:22px;
  background:#4a2412;
}

.rmac-label-cell--rate{
  background:#6b3d0e;
  box-shadow:inset 0 -4px 0 #f0c86f,0 8px 20px rgba(73,36,8,.22);
}

.rmac-label-cell--rate span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
}

.rmac-label-live-dot{
  width:8px;
  height:8px;
  flex:0 0 8px;
  display:inline-block;
  border-radius:50%;
  background:#ff3b30;
  box-shadow:0 0 0 4px rgba(255,59,48,.18),0 0 10px rgba(255,59,48,.72);
  animation:rmacLiveDotPulse 1.15s ease-in-out infinite;
}

.rmac-data-cell{
  grid-row:var(--rmac-row);
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,250,242,.98));
}

.rmac-data-cell:hover{
  background:linear-gradient(145deg,#fff,#fff7eb);
}

.rmac-row-actions,
.rmac-row-images,
.rmac-row-rate,
.rmac-row-specs,
.rmac-row-details{min-height:390px}

.rmac-row-actions{
  align-items:center;
  text-align:center;
  background:#fff8ed;
}
.rmac-row-images{padding:16px}

.rmac-action-code{
  width:100%;
  display:grid;
  justify-items:center;
  gap:7px;
  margin-bottom:17px;
  color:inherit;
  text-decoration:none!important;
}

.rmac-action-code span{
  color:#9a6b39;
  font:900 9px/1.2 Montserrat,Arial,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.rmac-action-code strong{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  max-width:100%;
  padding:0 15px;
  border:1px solid rgba(183,124,48,.42);
  border-radius:999px;
  background:#fff;
  color:#7d4a16;
  font:900 13px/1 Montserrat,Arial,sans-serif;
  overflow-wrap:anywhere;
}

.rmac-action-price{
  display:block;
  width:100%;
  padding:13px 4px;
  border-top:1px solid rgba(166,103,28,.34);
  border-bottom:1px solid rgba(166,103,28,.34);
  color:#2a170d;
  font:900 clamp(22px,1.8vw,31px)/1.08 Montserrat,Arial,sans-serif;
  letter-spacing:-.04em;
}

.rmac-action-price .vp-rs-symbol{
  display:inline-block!important;
  margin-right:.36em!important;
  color:transparent!important;
  background:linear-gradient(180deg,#ff9933 0 33.333%,#ffffff 33.333% 66.666%,#138808 66.666% 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-fill-color:transparent!important;
  -webkit-text-stroke:.18px rgba(75,46,25,.32)!important;
}

.rmac-action-buttons{
  display:grid;
  grid-template-columns:repeat(2,48px);
  align-items:center;
  justify-content:center;
  gap:10px 12px;
  width:100%;
  margin-top:18px;
}

.rmac-action-btn{
  width:48px;
  height:48px;
  min-height:48px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(157,96,22,.34);
  border-radius:14px;
  font-size:17px;
  line-height:1;
  text-decoration:none!important;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
}

.rmac-action-btn:hover,
.rmac-action-btn:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 9px 22px rgba(91,52,18,.13);
  outline:none;
}

.rmac-action-btn--like{
  background:#fff;
  color:#7c4824;
}

.rmac-action-btn--like.is-added,
.rmac-action-btn--like.is-saved,
.rmac-action-btn--like:hover{
  background:#fff2ef;
  color:#c73045;
}

.rmac-action-btn--cart{
  background:#3a2013;
  color:#fff;
}

.rmac-action-btn--cart.is-added,
.rmac-action-btn--cart:hover{
  background:#a86d1e;
}

.rmac-action-btn--view{
  background:#fffaf1;
  color:#6d451f;
}

.rmac-action-btn--view:hover,
.rmac-action-btn--view:focus-visible{
  background:#f1dfbf;
  color:#3f2412;
}

.rmac-action-btn--share{
  background:#eef7ff;
  color:#1769aa;
}

.rmac-action-btn--share:hover,
.rmac-action-btn--share:focus-visible,
.rmac-action-btn--share.is-shared{
  background:#1976d2;
  color:#fff;
}

.rmac-row-images .cpsl-card-main{
  width:100%!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.rmac-main-stage{
  position:relative!important;
  width:100%!important;
  min-height:0!important;
  display:block!important;
  padding:0!important;
}

.rmac-row-images .cpsl-main-stage-frame{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  height:300px!important;
  min-height:0!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border:1px solid rgba(183,124,48,.35)!important;
  border-radius:17px!important;
  background:#f7ecdc!important;
  box-shadow:0 13px 28px rgba(78,43,17,.11)!important;
}

.rmac-row-images .cpsl-main-ring-backdrop{
  position:absolute!important;
  inset:-18px!important;
  width:calc(100% + 36px)!important;
  height:calc(100% + 36px)!important;
  object-fit:cover!important;
  filter:blur(22px) saturate(.8)!important;
  opacity:.32!important;
  transform:scale(1.08)!important;
}

.rmac-row-images .cpsl-main-ring-image{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  padding:0!important;
  object-fit:contain!important;
  object-position:center!important;
  box-sizing:border-box!important;
}

.rmac-row-images .cpsl-visual-nav{
  position:absolute!important;
  top:50%!important;
  z-index:8!important;
  width:40px!important;
  height:48px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(160,99,26,.34)!important;
  border-radius:13px!important;
  background:rgba(255,249,239,.94)!important;
  color:#704019!important;
  box-shadow:0 8px 20px rgba(62,34,14,.17)!important;
  transform:translateY(-50%)!important;
  cursor:pointer!important;
  backdrop-filter:blur(8px)!important;
}

.rmac-row-images .cpsl-visual-prev{left:10px!important}
.rmac-row-images .cpsl-visual-next{right:10px!important}

.rmac-row-images .cpsl-visual-nav:hover{
  background:#3b2012!important;
  color:#fff!important;
}

.rmac-media-bottom{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  margin-top:10px;
  padding:10px 12px;
  border:1px solid rgba(171,109,34,.24);
  border-radius:12px;
  background:#fff9ef;
}

.rmac-media-bottom strong{
  min-width:0;
  color:#342016;
  font:850 11px/1.2 Montserrat,Arial,sans-serif;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.rmac-media-bottom span{
  color:#8c735f;
  font:800 10px/1 Montserrat,Arial,sans-serif;
  white-space:nowrap;
}

.rmac-row-rate .vp-price-card,
.rmac-row-specs .vp-primary-specs{
  width:100%!important;
  margin:0!important;
}

.rmac-row-rate{
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,250,242,.98));
  box-shadow:none;
}

.rmac-row-rate:hover{
  background:linear-gradient(145deg,#fff,#fff7eb);
}

.vp-view-product-page .rmac-row-rate .vp-price-card{
  border:2px solid #b87412!important;
  border-radius:18px!important;
  overflow:hidden!important;
  background:#fff7e4!important;
  box-shadow:0 16px 34px rgba(128,70,7,.22),inset 0 0 0 1px rgba(255,255,255,.7)!important;
}

.vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line{
  min-height:54px!important;
  padding:10px 13px!important;
  background:#fffaf0!important;
  border-bottom:1px solid rgba(151,87,13,.2)!important;
}

.vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line:nth-child(even){
  background:#fff2d3!important;
}

.vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line--total{
  background:#c7831b!important;
  border-bottom:0!important;
}

.rmac-row-specs .vp-primary-spec{
  min-height:58px!important;
  padding:11px 14px!important;
  grid-template-columns:minmax(86px,.75fr) minmax(0,1.25fr)!important;
  gap:10px!important;
}

.rmac-row-details .vp-details-grid{
  width:100%!important;
  grid-template-columns:1fr!important;
  border:1px solid rgba(112,70,33,.15)!important;
  border-radius:15px!important;
  overflow:hidden!important;
  background:#fffdf9!important;
}

.rmac-row-details .vp-detail-item,
.rmac-row-details .vp-detail-item:nth-child(odd),
.rmac-row-details .vp-detail-item:nth-child(even){
  min-height:54px!important;
  padding:11px 13px!important;
  border-left:0!important;
  border-bottom:1px solid rgba(111,70,34,.1)!important;
  grid-template-columns:minmax(92px,.85fr) minmax(0,1.15fr)!important;
}

.rmac-row-details .vp-detail-item:last-child{border-bottom:0!important}


.rmac-empty{
  max-width:760px;
  margin:0 auto;
  padding:50px 24px;
  border:1px dashed rgba(166,105,34,.42);
  border-radius:24px;
  background:rgba(255,253,249,.95);
  text-align:center;
  box-shadow:0 20px 50px rgba(71,42,18,.08);
}

.rmac-empty>i{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  margin:0 auto 15px;
  border-radius:50%;
  background:#f5e3c8;
  color:#9c621c;
  font-size:25px;
}

.rmac-empty h2{
  margin:0;
  color:#2b180e;
  font:600 34px/1.1 "Cormorant Garamond",Georgia,serif;
}

.rmac-empty p{
  margin:10px 0 0;
  color:#7a6759;
  font:500 13px/1.7 Montserrat,Arial,sans-serif;
}

@media(min-width:768px) and (max-width:1320px){
  .rmac-page{padding-left:14px;padding-right:14px}
  .rmac-table-shell{width:100%}
  .rmac-label-cell{min-height:68px;padding:10px 6px;gap:5px}
  .rmac-label-cell i{width:30px;height:30px;font-size:12px}
  .rmac-label-cell span{font-size:8px;letter-spacing:.045em}
  .rmac-data-cell{padding:9px}
  .rmac-row-actions,
  .rmac-row-images,
  .rmac-row-rate,
  .rmac-row-specs,
  .rmac-row-details{min-height:340px}
  .rmac-action-code span{font-size:7px}
  .rmac-action-code strong{padding:0 7px;font-size:9px}
  .rmac-action-price{font-size:16px;padding:10px 2px}
  .rmac-action-buttons{grid-template-columns:repeat(2,36px);gap:6px}
  .rmac-action-btn{width:36px;height:36px;min-height:36px;font-size:13px}
  .rmac-row-images .cpsl-main-stage-frame{height:245px!important}
  .rmac-row-images .cpsl-visual-nav{width:32px!important;height:42px!important}
  .rmac-media-bottom{padding:8px;gap:6px}
  .rmac-media-bottom strong{font-size:8px}
  .rmac-media-bottom span{font-size:8px}
  .vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line{padding:8px 7px!important}
  .vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line span{font-size:7px!important;letter-spacing:0!important}
  .vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line strong{font-size:10px!important}
  .rmac-row-specs .vp-primary-spec{grid-template-columns:minmax(50px,.72fr) minmax(0,1.28fr)!important;padding:8px 6px!important;gap:5px!important}
  .rmac-row-specs .vp-primary-spec span{font-size:7px!important}
  .rmac-row-specs .vp-primary-spec strong{font-size:9px!important}
  .rmac-row-details .vp-detail-item,
  .rmac-row-details .vp-detail-item:nth-child(odd),
  .rmac-row-details .vp-detail-item:nth-child(even){grid-template-columns:minmax(50px,.8fr) minmax(0,1.2fr)!important;padding:8px 6px!important;gap:5px!important}
  .rmac-row-details .vp-detail-item span,
  .rmac-row-details .vp-detail-item strong{font-size:8px!important}
}

@media(max-width:767px){
  .rmac-page{
    padding:22px 10px 72px;
  }

  .rmac-table-shell{
    width:calc(100% - 12px);
    border-radius:19px;
    overflow:hidden;
  }

  .rmac-table-scroll{
    width:100%;
    overflow:visible;
    scroll-behavior:auto;
  }

  .rmac-table-grid{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    padding:12px;
    background:#fffaf2;
  }

  .rmac-label-cell{
    display:none!important;
  }

  .rmac-product-column{
    position:relative;
    display:grid!important;
    grid-template-columns:108px minmax(0,1fr);
    grid-template-rows:minmax(315px,auto) 54px;
    width:100%;
    min-width:0;
    margin:0 0 16px;
    overflow:hidden;
    border:1px solid rgba(174,111,34,.28);
    border-radius:17px;
    background:linear-gradient(to right,#fff8ed 0 108px,#fff 108px);
    box-shadow:0 13px 30px rgba(72,42,17,.10);
  }

  .rmac-product-column:last-child{
    margin-bottom:0;
  }

  .rmac-product-column>.rmac-data-cell{
    min-width:0;
    min-height:315px;
    padding:11px;
    border:0;
    border-left:1px solid var(--rmac-line);
    border-bottom:1px solid var(--rmac-line);
  }

  .rmac-product-column>.rmac-data-cell:not(.rmac-row-actions){
    display:none!important;
    grid-column:2!important;
    grid-row:1!important;
    width:100%;
    overflow:hidden;
  }

  .rmac-product-column>.rmac-data-cell.is-mobile-active{
    display:flex!important;
    align-items:stretch!important;
    justify-content:center!important;
  }

  .rmac-product-column>.rmac-data-cell.is-mobile-active > *{
    width:100%;
    min-width:0;
  }

  .rmac-product-column>.rmac-data-cell.is-mobile-active.is-mobile-entering{
    animation:rmacMobilePanelIn .42s cubic-bezier(.2,.72,.25,1) both;
  }

  .rmac-row-actions{
    position:relative;
    z-index:4;
    grid-column:1!important;
    grid-row:1!important;
    width:108px;
    min-height:315px!important;
    padding:10px 7px!important;
    border-left:0!important;
    border-bottom:0!important;
    background:#fff8ed;
    box-shadow:7px 0 18px rgba(55,27,11,.09);
  }

  .rmac-action-code{margin-bottom:14px}
  .rmac-action-code span{font-size:7px;letter-spacing:.08em}
  .rmac-action-code strong{min-height:34px;padding:0 9px;font-size:10px}
  .rmac-action-price{padding:11px 2px;font-size:17px;line-height:1.1;overflow-wrap:anywhere}
  .rmac-action-buttons{grid-template-columns:repeat(2,40px);gap:7px;margin-top:14px}
  .rmac-action-btn{width:40px;height:40px;min-height:40px;border-radius:11px;font-size:14px}

  .rmac-row-images{
    padding:9px!important;
  }

  .rmac-row-images .cpsl-main-stage-frame{
    height:252px!important;
    border-radius:14px!important;
  }

  .rmac-row-images .cpsl-visual-nav{
    width:34px!important;
    height:42px!important;
    border-radius:11px!important;
  }

  .rmac-row-images .cpsl-visual-prev{left:7px!important}
  .rmac-row-images .cpsl-visual-next{right:7px!important}
  .rmac-media-bottom{grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:9px 10px}
  .rmac-media-bottom strong{font-size:10px}
  .rmac-media-bottom span{font-size:9px}

  .rmac-row-rate{
    background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,250,242,.98));
    box-shadow:none;
  }

  .vp-view-product-page .rmac-row-rate .vp-price-card{
    border-width:2px!important;
    box-shadow:0 13px 28px rgba(128,70,7,.24)!important;
  }

  .vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line{padding:9px 10px!important;gap:8px!important}
  .vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line span{font-size:9px!important}
  .vp-view-product-page .rmac-row-rate .vp-price-card .vp-price-line strong{font-size:13px!important}

  .rmac-row-specs .vp-primary-spec{
    grid-template-columns:minmax(70px,.72fr) minmax(0,1.28fr)!important;
    padding:10px!important;
  }
  .rmac-row-specs .vp-primary-spec span{font-size:9px!important}
  .rmac-row-specs .vp-primary-spec strong{font-size:13px!important}

  .vp-view-product-page .rmac-row-details .vp-detail-item,
  .vp-view-product-page .rmac-row-details .vp-detail-item:nth-child(odd),
  .vp-view-product-page .rmac-row-details .vp-detail-item:nth-child(even){
    display:grid!important;
    grid-template-columns:minmax(76px,.82fr) minmax(0,1.18fr)!important;
    align-items:center!important;
    gap:8px!important;
    padding:10px!important;
  }
  .vp-view-product-page .rmac-row-details .vp-detail-item span,
  .vp-view-product-page .rmac-row-details .vp-detail-item strong{
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    font-size:10px!important;
    line-height:1.35!important;
  }
  .vp-view-product-page .rmac-row-details .vp-detail-item strong{
    justify-content:flex-end!important;
    text-align:right!important;
  }

  .rmac-mobile-controls{
    grid-column:2;
    grid-row:2;
    width:100%;
    min-width:0;
    justify-self:stretch;
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:7px 9px;
    border-left:1px solid var(--rmac-line);
    background:#fff8eb;
  }

  .rmac-mobile-control-btn{
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid rgba(157,96,22,.34);
    border-radius:11px;
    background:#fff;
    color:#6f401b;
    font-size:13px;
    cursor:pointer;
    box-shadow:0 5px 12px rgba(73,42,17,.08);
  }

  .rmac-mobile-control-btn:active{
    transform:scale(.96);
  }

  .rmac-mobile-control-state{
    min-width:0;
    display:grid;
    justify-items:center;
    gap:5px;
  }

  .rmac-mobile-control-title{
    max-width:100%;
    color:#3b2113;
    font:850 9px/1.1 Montserrat,Arial,sans-serif;
    letter-spacing:.055em;
    text-transform:uppercase;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .rmac-mobile-dots{
    display:flex;
    justify-content:center;
    gap:5px;
  }

  .rmac-mobile-dot{
    width:5px;
    height:5px;
    border:0;
    border-radius:50%;
    background:#d4b68c;
    transition:width .22s ease,background .22s ease,border-radius .22s ease;
  }

  .rmac-mobile-dot.is-active{
    width:18px;
    border-radius:999px;
    background:#9d6218;
  }
}

@keyframes rmacLiveDotPulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(.72);opacity:.58}
}

@keyframes rmacMobilePanelIn{
  from{opacity:0;transform:translateX(14px)}
  to{opacity:1;transform:translateX(0)}
}

@media(max-width:420px){
  .rmac-page{padding-left:7px;padding-right:7px}
  .rmac-table-shell{width:calc(100% - 8px)}
  .rmac-table-grid{padding:8px}
  .rmac-product-column{
    grid-template-columns:102px minmax(0,1fr);
    grid-template-rows:minmax(300px,auto) 52px;
    background:linear-gradient(to right,#fff8ed 0 102px,#fff 102px);
  }
  .rmac-product-column>.rmac-data-cell{min-height:300px;padding:9px}
  .rmac-row-actions{width:102px;min-height:300px!important;padding:8px 6px!important}
  .rmac-row-images .cpsl-main-stage-frame{height:232px!important}
  .rmac-action-price{font-size:15px}
  .rmac-mobile-controls{grid-template-columns:40px minmax(0,1fr) 40px;padding:6px 7px}
  .rmac-mobile-control-btn{width:36px;height:36px}
}

@media(prefers-reduced-motion:reduce){
  .rmac-action-btn,
  .rmac-mobile-dot{transition:none}
  .rmac-product-column>.rmac-data-cell.is-mobile-active.is-mobile-entering{animation:none}
}


/* 2026-07-18 all coins square image cards */
.rmac-table-grid{row-gap:0!important}
.rmac-product-column{position:relative}
@media(min-width:768px){.rmac-product-column>.rmac-data-cell{padding-top:20px!important;padding-bottom:20px!important}.rmac-row-images{padding:20px!important}.rmac-row-images .cpsl-main-stage-frame{height:auto!important;aspect-ratio:1/1!important}.rmac-row-images .cpsl-main-ring-image,.rmac-row-images .cpsl-main-ring-backdrop{border-radius:15px!important}}
@media(max-width:767px){.rmac-product-column{margin:10px 0 22px!important}.rmac-row-images .cpsl-main-stage-frame{height:auto!important;aspect-ratio:1/1!important}.rmac-row-actions{padding-top:12px!important;padding-bottom:12px!important}}


/* Final compact aligned square images */
.rmac-row-images{align-items:center!important;justify-content:center!important}
.rmac-row-images .cpsl-card-main{width:min(240px,100%)!important;margin:0 auto!important}
.rmac-row-images .cpsl-main-stage-frame{width:min(240px,100%)!important;height:auto!important;aspect-ratio:1/1!important;margin:0 auto!important;border-radius:16px!important}
.rmac-row-images .cpsl-main-ring-image{object-fit:contain!important}
.rmac-media-bottom{width:min(240px,100%)!important;margin:10px auto 0!important;box-sizing:border-box!important}
@media(min-width:768px) and (max-width:1320px){.rmac-row-images .cpsl-card-main,.rmac-row-images .cpsl-main-stage-frame,.rmac-media-bottom{width:min(190px,100%)!important}}
@media(max-width:767px){.rmac-row-images .cpsl-card-main,.rmac-row-images .cpsl-main-stage-frame,.rmac-media-bottom{width:min(210px,100%)!important}.rmac-row-images .cpsl-main-stage-frame{height:auto!important}}


/* 2026-07-18 slightly larger aligned All Coins media */
.rmac-row-images .cpsl-card-main,
.rmac-row-images .cpsl-main-stage-frame,
.rmac-media-bottom{
  width:min(280px,100%)!important;
}
@media(min-width:768px) and (max-width:1320px){
  .rmac-row-images .cpsl-card-main,
  .rmac-row-images .cpsl-main-stage-frame,
  .rmac-media-bottom{width:min(220px,100%)!important}
}
@media(max-width:767px){
  .rmac-row-images .cpsl-card-main,
  .rmac-row-images .cpsl-main-stage-frame,
  .rmac-media-bottom{width:min(230px,100%)!important}
}


@media(max-width:1050px){
  .rmac-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rmac-filter-clear{width:100%}
}

@media(max-width:560px){
  .rmac-filter-bar{width:calc(100% - 8px);grid-template-columns:1fr;gap:10px;margin-bottom:14px;padding:12px;border-radius:16px}
  .rmac-filter-field select,.rmac-filter-clear{height:45px}
  .rmac-filter-status{font-size:10px}
}


/* 2026-07-20 final filter spacing and mobile two-column layout. */
.rmac-filter-bar{
  margin-top:clamp(18px,2.4vw,32px)!important;
}

@media(max-width:560px){
  .rmac-filter-bar{
    box-sizing:border-box!important;
    width:calc(100% - 24px)!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    margin:18px auto 14px!important;
    padding:12px!important;
    border-radius:16px!important;
  }
  .rmac-filter-field{min-width:0!important}
  .rmac-filter-field select{width:100%!important;height:45px!important;padding-left:10px!important;padding-right:28px!important;font-size:11px!important}
  .rmac-filter-clear{
    grid-column:1/-1!important;
    width:100%!important;
    min-width:0!important;
    height:45px!important;
  }
  .rmac-filter-status{grid-column:1/-1!important;width:100%!important;font-size:10px!important}
}

/* 2026-07-23: keep every catalogue/download filter control in one desktop row. */
@media (min-width:768px){
  .rmac-filter-bar{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:flex-end!important;
    gap:10px!important;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:thin;
  }
  .rmac-filter-bar .rmac-filter-field{
    flex:1 1 0!important;
    min-width:108px!important;
  }
  .rmac-filter-bar .rmac-filter-clear{
    flex:0 0 108px!important;
    width:108px!important;
    min-width:108px!important;
  }
  .rmac-filter-bar .rmac-filter-status{
    grid-column:auto!important;
    flex:0 0 auto!important;
    align-self:center!important;
    width:auto!important;
    padding:0 4px 8px 2px;
    white-space:nowrap;
  }
}
