/** Shopify CDN: Minification failed

Line 276:2 Unexpected "{"
Line 276:3 Expected identifier but found "%"
Line 276:45 Unexpected "{"
Line 276:46 Expected identifier but found "%"
Line 380:2 Unexpected "{"
Line 380:3 Expected identifier but found "%"
Line 386:51 Unexpected "{"
Line 386:52 Expected identifier but found "%"
Line 417:2 Unexpected "{"
Line 417:3 Expected identifier but found "%"
... and 6 more hidden warnings

**/
.container-padding-bottom {
    padding-bottom: 5rem;
}
.bp-panel{
  background:var(--panel);
  color:var(--text);
  overflow:hidden;
  display:flex; flex-direction:column;
  margin:auto;
}
.bp-content{
  overflow:auto;
  flex:1 1 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 15rem;
}
.bp-desc{ color:var(--muted); margin-bottom:14px; }
.bp-group + .bp-group{ margin-top:18px; }
.bp-group__title{
    font-weight:700;
    font-size:1.6rem; 
    position: relative;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #999999;
}
.bp-group__title::before{
  content:"";
  width: 1rem;
  height: 1rem;
  background: #999999;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 1rem; 
  margin-right: 0.8rem;
}
@media (max-width: 740px){
    .bp-group__title{
        font-size:1.2rem; 
    }
    .bp-group__title::before{
        content:"";
        width: 0.9rem;
        height: 0.9rem;
        flex: 0 0 1.1rem; 
        margin-right: 0.6rem;
    }
}
.bp-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr)); /* mobile: 2 */
  gap:24px;
  margin-top:2rem;
  margin-left:0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 750px){
  .bp-grid{
    grid-template-columns:repeat(5, minmax(0, 1fr));
  }
}
.bp-card{
  border-radius:16px;
  overflow:hidden;
  display:flex; flex-direction:column;
  background: #fff;
  position: relative;
  z-index: 0;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, filter .18s ease;
}
.bp-card__media{
  position:relative;
  aspect-ratio:1/1;
  background: white;
}
.bp-card__media img{ width:100%; height:100%; object-fit:cover; display:block; background: linear-gradient(180deg, rgba(17,17,17,.03), rgba(17,17,17,.01));transform: scale(1.0001);border-radius:32px;}
.bp-card__cart{
  z-index:2;
  position:absolute; top:10px; right:10px;
  width:38px; height:38px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgb(101, 102, 106,0.6);
  color:#ffffff; cursor:pointer;
  backdrop-filter: blur(6px);
  font-size: 3rem;
}
.bp-card__badge{
  position:absolute; top:10px; left:10px;
  min-width:30px; height:26px; padding:0 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.35);
  display:flex; align-items:center; justify-content:center;
  font-weight:900; font-size:12px;
}
.bp-card__meta{ padding:10px 10px 12px; display:flex; flex-direction:column; gap:8px; }
.bp-card__title{
    font-weight:600;
    line-height:1.2;
    font-size: 13px;
    letter-spacing: -0.01em; 
    display: flex;
    margin: 5px auto;
    font-size: 2rem;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #000000;
}
.bp-card__price{ 
    color:var(--muted);
    font-size:13px;
    display: flex;
    margin: auto;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #0E8BFF;
}
.bp-nav-card{
  display:flex;
  flex-direction:column;
  border-radius:20px;
  border: 1px solid #e5e5e7;
  box-shadow: 0 8px 24px rgba(17,17,17,.06);
  overflow:hidden;
  background:#f4f4f5;
  text-decoration:none;
  color:#1e2227;
  min-height:100%;
  transform: translateY(-10px);
}
.bp-nav-card__text{
  padding:16px 16px 8px;
  background: #fff;
}
.bp-nav-card__eyebrow{
  font-size:1.2rem;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:rgba(30,34,39,.68);
  font-weight:600;
  margin-bottom:10px;
}
.bp-nav-card__title{
  font-size:2rem;
  line-height:1.08;
  letter-spacing:-0.02em;
  font-weight:700;
}
.bp-nav-card__subtitle{
  margin-top:8px;
  font-size:1.7rem;
  line-height:1.28;
  color:rgba(30,34,39,.9);
}
.bp-nav-card__image{
  flex:1 1 auto;
  min-height:150px;
  display:flex;
  align-items:flex-end;
  background: white;
}
.bp-nav-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  display:block;
}
@media (max-width: 790px){
  .bp-nav-card__text{
    padding:12px 12px 6px;
  }
  .bp-nav-card__title{
    font-size:1.7rem;
  }
  .bp-nav-card__subtitle{
    font-size:1.5rem;
  }
  .bp-nav-card__image{
    min-height:120px;
  }
}
.bp-card__qty{ 
    display:flex;
    align-items:center;
    gap: 20px;
    margin: auto;
}
.bp-card.is-unavailable{ opacity:1; cursor: not-allowed; }
.bp-card__oos{
  position:absolute;
  inset: 1px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: transparent;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .01em;
  z-index: 3;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 32px;
  white-space: nowrap;
  text-align: center;
  clip-path: inset(0 round 32px);
}
.bp-card__oosLabel{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(128,128,128,.6);
  line-height: 1;
}
.bp-card__oos[hidden]{
  display: none !important;
}
.bp-card.is-unavailable .bp-card__media{
  overflow: hidden !important;
  border-radius: 32px;
}
.bp-card.is-unavailable .bp-mediahit{
  cursor: not-allowed;
}
@media (max-width: 790px){
  .bp-card__oos{
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .bp-card__oosLabel{
    padding: 7px 13px;
  }
}
.bp-card.is-bump{
  animation: bpCardBump .26s ease-out;
}
@media (max-width: 790px) {
    .bp-card__title{
        font-weight: 600;
        font-size: 1.7rem;
    }
    .bp-card__price{
        font-weight: 500;
        font-size: 1.5rem;
    }
    .bp-qtybtn{}
}
.bp-card.is-selected{
  z-index: 3;
  {% comment %} transform: translateY(-6px); {% endcomment %}
  background:
    radial-gradient(700px 220px at 20% 0%, rgba(37,99,235,.10), transparent 55%),
    #fff;
}
.bp-card.is-selected .bp-card__title{
}
.bp-card:not(.is-selected){
  filter: saturate(.98);
}
@media (hover:hover){
  .bp-card:hover{
    transform: translateY(-2px);
    z-index: 2;
  }
  .bp-card.is-selected:hover{ z-index: 4; }
  .bp-card__cart:hover{
    background:rgb(101, 102, 106,0.9);
  }
  .bp-card__cart.is-remove:hover{
    background:rgb(101, 102, 106,0.9);
  }
}
.bp-qtybtn{
  width:40px; height:24px;
  border-radius:12px;
  background:transparent;
  font-size:18px; 
  line-height:1;
  color: white;
  border: 1px solid rgba(17,17,17,.16);
  background: #0E8BFF;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.bp-qtynum{ 
    width:43px;
    height:32px;
    text-align:center;
    display:flex;
    justify-content: center;
    font-weight:900;
    flex-direction: column;
    border-radius: 20px;
    background: #0E8BFF;
    color: white;
 }
.bp-footer{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  position: sticky;
  bottom: 0;
  z-index: 2;
  background:
  linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.92));
  backdrop-filter: blur(10px);
  padding: 12px 14px;
}
.bp-footer__left{
  display:flex;
  align-items:center;
  gap: 10px;
  flex-wrap:wrap;
}
.bp-footer .bp-meta{
  gap: 14px;
}
.bp-footer .bp-meta span,
.bp-footer .bp-meta-label{
  color: rgba(17,17,17,.55);
  font-size: 12px;
}
.bp-footer .bp-meta strong,
.bp-footer .bp-total,
.bp-footer .bp-qty{
  font-weight: 900;
  color: #111;
  letter-spacing: -0.02em;
}
.bp-footer .bp-total{
  font-size: 16px;
}
.bp-chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius:999px;
  border:1px solid var(--border);
  background: rgba(0,0,0,.03);
  font-size:12px;
}
.bp-chip__label{ color:var(--muted); }
.bp-chip__value{ font-weight:900; }
.bp-addall{
  font-weight:900;
  cursor:pointer; min-width:150px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(37,99,235,1), rgba(29,78,216,1));
  border: 1px solid rgba(37,99,235,.35);
  color: #fff;
  box-shadow:
    0 12px 26px rgba(37,99,235,.22),
    inset 0 1px 0 rgba(255,255,255,.25);
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
@media (hover:hover){
  {% comment %} .bp-addall:hover{
    filter: brightness(1.02);
    box-shadow:
      0 16px 34px rgba(37,99,235,.28),
      inset 0 1px 0 rgba(255,255,255,.25);
  }
  .bp-addall:active{ transform: translateY(1px); } {% endcomment %}
}
.bp-addall[disabled]{
  opacity:.55; 
  cursor:not-allowed;
  background: linear-gradient(180deg, rgba(17,17,17,.18), rgba(17,17,17,.12));
  border-color: rgba(17,17,17,.10);
  color: rgba(17,17,17,.55);
  box-shadow: none;
}
.bp-content::-webkit-scrollbar{
  width: 0;
  height: 0;
}

.bp-options{ display:flex; flex-direction:column; gap:10px; }
.bp-option{ display:flex; flex-direction:column; gap:6px; }
.bp-option__label{ font-size:12px; opacity:.75; }
.bp-option__select{
  height:36px; border-radius:12px;
  border:1px solid rgba(0,0,0,.15);
  background:#fff;
  color: var(--text);
}
@keyframes bpCardBump{
  0%   { transform: translateY(-6px) scale(1); }
  60%  { transform: translateY(-6px) scale(1.04); }
  100% { transform: translateY(-6px) scale(1); }
}
.bp-qtybtn:disabled{ opacity:.5; cursor:not-allowed; }
@media (hover:hover){
  {% comment %} .bp-qtybtn:hover{
    border-color: rgba(37,99,235,.35);
    background: rgba(37,99,235,.06);
  }
  .bp-qtybtn:active{ transform: scale(.98); } {% endcomment %}
  .bp-qtybtn:hover{
    cursor:pointer;
  }
}
.bp-card__cart.is-remove{
  background:rgb(101, 102, 106,0.6);
  font-size: 1.8rem;
}
.bp-review[hidden]{ display:none; }
.bp-review{
  position: fixed;
  inset: 0;
  z-index: 10000; /* 高于 bp-overlay(9999) */
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 14px;
}
.bp-review__panel{
  margin:auto;
  width: min(1100px, 100%);
  max-height: calc(90dvh - 28px);
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(17,17,17,.12);
  overflow: hidden;
  display:flex;
  flex-direction:column;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.bp-review__top{
  position: sticky;
  top: 0;
  z-index: 10;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding: 22px 22px;

  background: rgba(255,255,255,.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
}
.bp-review__title{
font-weight: 700;
font-size: 30px;
line-height: 100%;
letter-spacing: -0.02em;
}
@media (max-width: 749px){
  .bp-review__title{ font-size: 22px; }
  .bp-review__top{ padding: 16px 16px; }
}

.bp-review__close{
  width: 40px; height: 40px;
  border-radius: 12px;
  cursor: pointer;
  border: none;
  background: none;
}
.bp-review__list{
  padding: 12px 16px;
  overflow:auto;
  flex: 1 1 auto;
  display:flex;
  flex-direction:column;
  gap: 10px;
  height: 423px;
  overflow-y: auto;
}
.bp-review__row{
  display:grid;
  gap: 8px 12px;
  padding: 10px 12px;
  border: 1px solid rgba(17,17,17,.10);
  border-radius: 14px;
  background: rgba(17,17,17,.02);
  grid-template-columns: 56px 1fr auto;
  align-items: center;
}
.bp-review__name{ font-weight: 900; font-size: 13px; line-height:1.2; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.bp-review__variant{ font-size: 12px; color: rgba(17,17,17,.62); margin-top: 2px; }
.bp-review__meta{ font-size: 12px; color: rgba(17,17,17,.62); }
.bp-review__price{ text-align:right; font-weight: 900; font-size: 13px; }
.bp-review__sub{ text-align:right; font-size: 12px; color: rgba(17,17,17,.62); }
.bp-review__bottom{
  padding: 12px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  background: rgba(17,17,17,.02);
}
.bp-review__totals{
  display:flex;
  flex-direction:column;
  gap: 6px;
  font-size: 12px;
  color: rgba(17,17,17,.62);
}
.bp-review__totals b{ color:#111; font-weight: 900; margin-left: 8px; }
.bp-review__actions{ display:flex; gap: 10px;flex-direction: column;margin-right:10px;margin-left: auto;text-align: right; }
.bp-review__btn{
  min-height: 42px;
  width: 120px;
  margin-left: auto;
  padding: 0 14px;
  border: 1px solid rgba(17,17,17,.14);
  cursor:pointer;
  font-weight: 900;
  background: #0E8BFF;
  border-radius: 36px;
  color:#ffffff;
}
.bp-review__btn--ghost{ background:#fff; }
.bp-review__btn[disabled]{ opacity:.6; cursor:not-allowed; }
.bp-mediahit{
  position:absolute;
  inset:0;
  border:0;
  background:transparent;
  cursor:pointer;
  z-index:1;
}
.bp-detail[hidden]{ display:none; }
.bp-detail{
  position: fixed;
  inset: 0;
  z-index: 10002;
  background: rgba(0,0,0,.45);
  display:flex;
  justify-content:center;
  align-items:flex-end;
  padding:14px;
}
.bp-detail__panel{
  width: min(720px, 100%);
  max-height: calc(100dvh - 28px);
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  border: 1px solid rgba(17,17,17,.12);
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  display:flex;
  flex-direction:column;
  margin: auto;
}
.bp-detail__top{
  display:flex;
  height: 0px;
}
.bp-detail__title{ font-weight: 900; font-size: 2.5rem; }
.bp-detail__close{
    border: none;
    background: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 30px;
    z-index: 99;
    width: 32px;
    height: 32px;
    opacity: 0.6;
    border-radius: 32px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
    display: flex;
}
.bp-close__icon{
    width: 24px;
    height: 24px;
    margin: auto;
}
.bp-detail__body{
  overflow:auto;
  display:flex;
  flex-direction:row;
  gap: 60px;
  align-items:flex-start;
  padding: 0rem 3rem 3rem;
  margin-top: 2rem;
}

.bp-detail__imgwrap{ padding: 0; flex: 0 0 42%; }
.bp-detail__info{ margin: 0; width: auto; flex: 1 1 auto; }
@media (max-width: 790px){
  .bp-detail__body{
    flex-direction:column;
    padding: 2rem 1.5rem 2rem;
    margin-top: 0;
  }
  .bp-detail__imgwrap{ flex: none; }
  .bp-detail__close{
    border: none;
    background: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 30px;
    z-index: 99;
    width: 32px;
    height: 32px;
    opacity: 0.6;
    border-radius: 32px;
    cursor: pointer;
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(12px);
    color: white;
}
}
.bp-detail__price{ font-weight: 900; }
.bp-detail__desc{
  font-size: 1.5rem;
  color: rgba(17,17,17,.65);
  line-height: 1.45;
  {% comment %} max-height: 25em; {% endcomment %}
  overflow:auto;
}
.bp-detail__config{
  border:none;
  border-radius:14px;
  background: rgba(17,17,17,.02);
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.bp-detail__actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-right: auto;
  margin-top: 2rem;
}
.bp-detail__actions a[data-bp-detail-link]{
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
font-weight: 700;
font-size: 16px;
line-height: 100%;
letter-spacing: -0.04em;
color: #0E8BFF;


}
.bp-rte {
  margin-top:10px;
}
.bp-rte h5{
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.bp-rte p{
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight:300;
  opacity: 0.6;
}
.bp-rte strong,
.bp-rte b{
  font-weight: 700 !important;
  opacity: 1;
  color: inherit;
}

.bp-review__thumb{
  width:56px; height:56px;
  border-radius: 12px;
  overflow:hidden;
  border: 1px solid rgba(17,17,17,.10);
  background: rgba(17,17,17,.03);
}
.bp-review__thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.bp-review__info{ min-width: 0; }
.bp-review__right{ text-align:right; }
.bp-detail__carousel [data-bp-detail-img]{ width:100%; }

.bp-detail__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:34px; height:34px;
  border-radius:999px;
  border:1px solid rgba(17,17,17,.18);
  background:rgba(255,255,255,.75);
  backdrop-filter: blur(6px);
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  z-index:2;
  font-size:22px;
  line-height:1;
}
.bp-detail__nav--prev{ left:12px; }
.bp-detail__nav--next{ right:12px; }

.bp-detail__dots{
  position:absolute;
  left:0; right:0;
  bottom:10px;
  display:flex;
  justify-content:center;
  gap:6px;
  z-index:2;
}
.bp-detail__dot{
  width:7px; height:7px;
  border-radius:999px;
  border:0;
  background: rgba(255,255,255,.6);
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  cursor:pointer;
  padding:0;
}
.bp-detail__dot.is-active{ background: rgba(255,255,255,.95); }
.bp-detail__carousel{ position:relative; width:100%; }
.bp-detail__track{
  display: flex;
  gap: 14px;
  align-items: center;
  will-change: transform;
  transition: transform .25s ease;
}
.bp-detail__slide.is-active{
  opacity: 1;
  transform: scale(1);
}
.bp-detail__slide{
  flex: 0 0 60%;
  max-width: calc(100% - 0px);
  opacity: .55;
  transform: scale(.98);
  transition: opacity .2s ease, transform .2s ease;
  scroll-snap-align: center;
}
.bp-detail__track.is-dragging{
  transition: none !important;
  cursor: grabbing;
}
.bp-detail__slide img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  -webkit-user-drag: none;
  user-drag: none;
}
@media (max-width: 790px) {
  .bp-detail__slide{
    flex: 0 0 100%;
    scroll-snap-align: center;
  }
}
@media (max-width: 790px){
  .bp-detail__dots{
    display:block !important;
    width: 100% !important;
    margin-top: 12px;
  }

  .bp-detail__thumbs{
    display:flex !important;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bp-detail__thumbs::-webkit-scrollbar{ display:none; }

  .bp-detail__thumb{
    flex: 0 0 auto;
    width: 64px !important;
    aspect-ratio: 1 / 1;
    height: auto !important;
    border-radius: 14px;
  }
}
.bp-detail__viewport{
  touch-action: pan-y;
  user-select: none;
  overflow: hidden;
  padding: 0 38px;
  overscroll-behavior: contain;
}
/* cart button */
.bp-cart{
  width:56px;
  height:56px;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.bp-cart__svg{
  width:56px;
  height:56px;
  display:none;
}
.bp-cart__svg svg{ width:56px; height:56px; display:block; }
.bp-cart__svg--gray{ display:block; }
.bp-cart__svg--blue{ display:none; }
.bp-cart.is-active .bp-cart__svg--gray{ display:none; }
.bp-cart.is-active .bp-cart__svg--blue{ display:block; }
.bp-cart__badge{
  position:absolute;
  top:3px;
  right:4px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background:#fff;
  border:2px solid #1565C0;
  color:#D32F2F;
  font-weight:800;
  font-size:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
.bp-cart__badge[hidden]{
  display: none ;
}
.bp-cartprice{
  display:flex;
  align-items:baseline;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.10);
  background: rgba(17,17,17,.03);
}
.bp-cartprice__label{
  font-size:12px;
  color: rgba(17,17,17,.55);
}
.bp-cartprice__value{
  font-size: 14px;
  font-weight: 900;
  color:#111;
}
.bp-review__qty{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:6px;
}
.bp-review__qtybtn{
  width:30px;
  height:30px;
  border-radius:10px;
  border: 1px solid rgba(17,17,17,.14);
  background:#fff;
  cursor:pointer;
  font-weight:900;
  line-height:1;
}
.bp-review__qtybtn:disabled{
  opacity:.5;
  cursor:not-allowed;
}
.bp-review__qtynum{
  min-width: 22px;
  text-align:center;
  font-weight:900;
}
/* fly blue dot */
.bp-flydot{
  position: fixed;
  z-index: 10050;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 10px 24px rgba(37,99,235,.35);
  pointer-events: none;
  will-change: transform, opacity;
  opacity: 1;
}
.bp-cart.is-bump{ animation: bpCartBump .26s ease-out; }
@keyframes bpCartBump{
  0%{ transform: scale(1); }
  60%{ transform: scale(1.08); }
  100%{ transform: scale(1); }
}
@media (prefers-reduced-motion: reduce){
  .bp-card.is-bump{ animation:none !important; }
  .bp-card,
  .bp-card.is-selected{
    transition: none;
    transform: none;
  }
  .bp-flydot{ display:none !important; }
}
.bp-panel--page{
  max-height: none;
  margin: 0 auto;
  margin-top: -60px;
}

.bp-panel--page .bp-content{
  overflow: visible;
  flex: none;
}

.bp-stickybar{
  position: sticky;
  top: 80vh;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
}

.bp-stickybar{
  position: sticky;
  top: 80vh;
  z-index: 50;
  margin: 18px 0 0;
}
.bp-stickybar__row{
  display:flex;
  align-items:center;
  gap:14px;
  margin-left: 10rem;
}

.bp-stickybar__tabsbar{
  display:flex;
  gap:10px;
  border-radius: 999px;
  background: rgba(240,240,240,.92);
  backdrop-filter: blur(10px);
  max-width: calc(100% - 280px);
  overflow:auto;
  -ms-overflow-style:none;
  scrollbar-width:none;
  margin-left: auto;
}
.bp-stickybar__tabsbar::-webkit-scrollbar{ display:none; }

.bp-stickybar__tab{
  text-decoration:none;
  color:#111;
  font-weight:600;
  padding: 12px 25px;
  border-radius: 999px;
  white-space: nowrap;
}
.bp-stickybar__tab.is-active{
  background:#111;
  color:#fff;
  border: 1px solid rgba(17,17,17,.18);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  padding: 12px 30px;
}

.bp-stickybar__cta{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(240,240,240,.92);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  flex: 0 0 auto;
}
.bp-stickybar__btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:0;
  cursor:pointer;
  padding: 10px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4da3ff, #1e88ff);
  color:#fff;
  font-weight:800;
}
.bp-stickybar__badge{
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color:#1e88ff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size: 12px;
  font-weight:900;
}
.bp-stickybar__cta{
  display:flex;
  align-items:center;
  gap:12px;
  flex: 0 0 auto;
}
.bp-stickybar__btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:0;
  cursor:pointer;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4da3ff, #1e88ff);
  color:#fff;
  font-weight:800;
}
.bp-stickybar__badge{
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color:#1e88ff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size: 12px;
  font-weight:900;
}

@media (max-width: 749px){
  .bp-stickybar__row{ display:none !important; }
}


.bp-group{ scroll-margin-top: 100px; }

html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
}
.bp-stickybar__btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  border:0;
  cursor:pointer;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4da3ff, #1e88ff);
  color:#fff;
  font-weight:800;
  white-space: nowrap;
}

.bp-stickybar__btnprice{
  font-weight:900;
}

.bp-stickybar__btnlabel{
  font-weight:800;
  opacity: .98;
}
.bp-stickybar__cta{
  flex: 0 0 auto;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  margin-right: auto;
}
.bp-card__qtybadge{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;

  /* 覆盖 .bp-qtynum 里不适合 badge 的布局 */
  width: auto;
  height: 32px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;

  pointer-events: none; /* 不挡点击查看详情 */
}
[data-bp-qtybadge][hidden]{
  display: none !important;
}
/* detail config */
.bp-detail__config[hidden]{ display:none; }
.bp-detail__qty{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.bp-detail__qtybtn{
  width:36px;
  height:36px;
  border-radius:12px;
  border:1px solid rgba(17,17,17,.14);
  background:#fff;
  cursor:pointer;
  font-weight:900;
  line-height:1;
}
.bp-detail__qtybtn:disabled{ opacity:.5; cursor:not-allowed; }

.bp-detail__rows{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.bp-detail__row{
  display:grid;
  grid-template-columns: 1fr 140px; /* 左：options，右：qty */
  gap:12px;
  align-items:end;
}
@media (max-width: 520px){
  .bp-detail__row{ grid-template-columns: 1fr; }
}

/* options grid inside a row */
.bp-detail__opts{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap:10px;
}
.bp-detail__opt {
    width: 50%;
}
.bp-detail__opt label{
  display:block;
  font-size:12px;
  opacity:.75;
  margin-bottom:6px;
}
.bp-detail__opt select{
  height:36px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.15);
  background:#fff;
}

.bp-detail__addrow{
  width: 100%;
  margin-top:10px;
  height:42px;
  border-radius:12px;
  border:1px dashed rgba(17,17,17,.14);
  background:#fff;
  cursor:pointer;
  font-weight:900;
}

/* thumbnails (replace dots UX) */
.bp-detail__thumbs{
  display:flex;
  gap:10px;
  margin-top:12px;
  justify-content:center;
}
.bp-detail__thumb{
  width:56px;
  height:56px;
  border-radius:12px;
  border:1px solid rgba(17,17,17,.12);
  overflow:hidden;
  padding:0;
  background:#fff;
  cursor:pointer;
  opacity:.8;
}
.bp-detail__thumb.is-active{
  outline:2px solid rgba(14,139,255,.6);
  opacity:1;
}
.bp-detail__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
/* ===== Detail layout base ===== */
.bp-detail__panel{
  width: min(1200px, 96vw);
  max-height: min(95vh, 900px);
}

.bp-detail__body{
  display: grid;
  grid-template-columns: minmax(480px, 430px) 1fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 790px){
  .bp-detail__panel{ width: min(720px, 96vw); max-height: calc(100dvh - 28px); }
  .bp-detail__body{ display: flex; flex-direction: column;gap: 30px;overflow-y: auto; }
}

/* ===== Left media: big image + thumbs below ===== */
.bp-detail__imgwrap{ flex: none; padding: 0; }

.bp-detail__carousel{
  position: relative;
}

.bp-detail__viewport{
  padding: 0;           /* 去掉左右 padding，让大图居中铺满 */
  overflow: hidden;
  border-radius: 16px;
}

.bp-detail__track{
  gap: 0;
}

.bp-detail__slide{
  flex: 0 0 100%;
  max-width: 100%;
  opacity: 1;
  transform: none;
}

.bp-detail__slide img{
  border-radius: 16px;
}

/* 左右箭头放在大图中间 */
.bp-detail__nav{
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(17,17,17,.12);
}

.bp-detail__nav--prev{ left: 14px; }
.bp-detail__nav--next{ right: 14px; }

/* 缩略图条：固定在大图下方 */
.bp-detail__dots{
  position: static;     /* 不要 absolute 贴在图上 */
  margin-top: 12px;
}

.bp-detail__thumbs{
  justify-content: flex-start;  /* 右图是靠左排 */
  gap: 10px;
}

.bp-detail__thumb{
  width: 74px;
  height: 74px;
  border-radius: 14px;
  opacity: 1;
  border: 1px solid rgba(17,17,17,.12);
  background: #f3f4f6;
}

.bp-detail__thumb.is-active{
  outline: 2px solid rgba(14,139,255,.55);
  border-color: rgba(14,139,255,.35);
}

.bp-detail__thumb img{
  border-radius: 14px;
}
/* ===== Right info spacing ===== */
.bp-detail__info{
  max-height: 100%;
}

.bp-detail__info [data-bp-detail-title]{
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #000000;
    margin-top: 10px;
}
.bp-detail__info::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;              /* Chrome/Safari */
}
.bp-detail__price{
    margin-top: 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #0E8BFF;
}

/* config 卡片更像右图的“表单块” */
.bp-detail__config{
  border-radius: 14px;
  background: #fff;
  border: none;
}
/* ===== Multi rows like right screenshot ===== */
.bp-detail__rows{
  gap: 12px;
}

.bp-detail__row{
  grid-template-columns: 1fr 180px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(17,17,17,.12);
  background: #fff;
}

.bp-detail__row.is-active{
  border: 2px solid rgba(14,139,255,.85);
  box-shadow: 0 10px 24px rgba(14,139,255,.12);
}

/* 左侧 select 更像“字段” */
.bp-detail__opts{
  grid-template-columns: 1fr; /* 右图很多时候只有一个 Size */
  gap: 8px;
}

.bp-detail__opt label{
  font-size: 12px;
  color: rgba(17,17,17,.55);
}

.bp-detail__opt select{
  height: 44px;
  border-radius: 12px;
  padding: 0 12px;
  border: 1px solid rgba(17,17,17,.12);
  background: #f8fafc;
  font-weight: 600;
}

/* 右侧 qty：- 0 + 三段 pill */
.bp-detail__qty{
  justify-content: flex-end;
  gap: 10px;
}

.bp-detail__qtybtn{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f3f4f6;
  border: 1px solid rgba(17,17,17,.12);
  font-size: 18px;
}

.bp-detail__qtynum{
  width: 54px;
  height: 44px;
  border-radius: 999px;
  background: #0E8BFF;
  color: #fff;
  font-weight: 900;
}
.bp-detail__addrow{
  margin-top: 12px;
  height: 56px;
  border-radius: 14px;
  background: rgba(14,139,255,.05);
  color: #0E8BFF;
  font-weight: 900;
}
.bp-detail__addrow:hover{
  border-color: rgba(14,139,255,.65);
  background: rgba(14,139,255,.08);
}
/* 多 option 时：左侧下拉用自适应栅格（最小 180px，一行放得下就多列） */
.bp-detail__opts{
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px 12px;
  align-items: end;
}

/* label 更紧凑些 */
.bp-detail__opt label{
  display: none;
  margin-bottom: 12px;
  font-size: 12px;
  color: rgba(17,17,17,.55);
  font-weight: 700;
}

/* select 统一高度与风格 */
.bp-detail__opt select{
  width: 100%;
  height: 44px;
  border-radius: 12px;
  padding: 0 12px;
  border: 1px solid rgba(17,17,17,.12);
  background: #f8fafc;
  font-weight: 700;
}
.bp-detail__row{
  display: grid;
  grid-template-columns: 1fr 190px; /* 右侧 qty 固定 */
  gap: 12px;
  align-items: center;

  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(17,17,17,.12);
  background: #fff;
}

@media (max-width: 790px){
  .bp-detail__row{
    grid-template-columns: 1fr; /* 移动端上下排列 */
    display: grid;
  }
  .bp-detail__qty{
    justify-content: flex-start;
  }
  .bp-detail__opt label{
    display:block;
  }
  .bp-detail__opts{
    display:grid;
  }
}
.bp-detail__qty{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.bp-detail__qtybtn{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f3f4f6;
  border: 1px solid rgba(17,17,17,.12);
  font-size: 18px;
  line-height: 1;
}

.bp-detail__qtybtn:disabled{
  opacity: .45;
  cursor: not-allowed;
}

.bp-detail__qtynum{
  width: 54px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;

  background: #0E8BFF;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}
.bp-detail__row.is-active{
  border: 2px solid rgba(14,139,255,.9);
  box-shadow: 0 10px 24px rgba(14,139,255,.12);
}
/* ===== Carousel: 1 slide per view, never show 2 ===== */
.bp-detail__viewport{
  overflow: hidden;            /* 关键：不露出下一张 */
  border-radius: 16px;
}

/* 用原生横向滚动做轮播 */
.bp-detail__track{
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;

  /* 隐藏滚动条（可选） */
  scrollbar-width: none;
}
.bp-detail__track::-webkit-scrollbar{ display: none; }

/* 每一张 = 视口宽度 */
.bp-detail__slide{
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: start;
}

.bp-detail__slide img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* ===== Thumbs: max 4 visible ===== */
.bp-detail__thumbs{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72px; /* 每个缩略图宽度 */
  gap: 10px;

  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}
.bp-detail__thumbs::-webkit-scrollbar{ display: none; }

/* 容器宽度限制为 4 个缩略图 + gap（关键） */
.bp-detail__dots{
  width: calc(72px * 4 + 10px * 3);
  max-width: 100%;
}
@media (max-width: 520px){
  .bp-detail__dots{ width: 100%; } /* 小屏就铺满 */
}

.bp-detail__thumb{
  width: 72px;
  height: 72px;
  border-radius: 14px;
  border: 1px solid rgba(17,17,17,.12);
  background: #f3f4f6;
}
.bp-detail__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.bp-detail__thumb.is-active{
  outline: 2px solid rgba(14,139,255,.55);
  border-color: rgba(14,139,255,.35);
}
/* ====== FIX carousel: force 1 slide per view ====== */
.bp-detail__carousel{ position: relative; }

.bp-detail__viewport{
  padding: 0 !important;      /* 你之前有 0 38px，会导致宽度计算不准 */
  overflow: hidden;
  border-radius: 16px;
}

.bp-detail__track{
  display:flex;
  gap: 0 !important;          /* 你旧代码 gap:14 会导致 translate 计算偏 */
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  transform: none !important; /* 禁掉 translateX 方案 */
  transition: none !important;
  scrollbar-width: none;
}
.bp-detail__track::-webkit-scrollbar{ display:none; }

.bp-detail__slide{
  flex: 0 0 100% !important;  /* 关键：桌面端不要 60% */
  max-width: 100%;
  scroll-snap-align: start;
  opacity: 1 !important;
  transform: none !important;
}

.bp-detail__slide img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display:block;
  border-radius: 16px;
}
/* thumbs: inactive has mask, active no mask */
.bp-detail__thumb{
  position: relative;
  overflow: hidden;
}

/* 遮罩层 */
.bp-detail__thumb::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.38);   /* 遮罩强度可调 */
  opacity: 1;
  transition: opacity .18s ease;
  pointer-events:none;
}

/* 当前选中：去遮罩 + 高亮边框 */
.bp-detail__thumb.is-active::after{
  opacity: 0;
}
.bp-detail__thumb.is-active{
  outline: 2px solid rgba(14,139,255,.55);
  border-color: rgba(14,139,255,.35);
}
/* === Thumbs bar width = big image width === */
.bp-detail__dots{
  width: 100% !important;     /* 跟随左侧媒体区域宽度 */
  max-width: 100% !important;
}

/* thumbs 容器：一行 4 个可见（其余靠 overflow 隐藏/滚动） */
.bp-detail__thumbs{
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: calc((100% - 10px * 3) / 4) !important; /* 4个 + 3个gap */
  gap: 10px !important;

  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none;
  padding: 2px;
}
.bp-detail__thumbs::-webkit-scrollbar{ display:none; }

/* 每个缩略图尺寸：宽度由 grid 决定；高度保持正方形 */
.bp-detail__thumb{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;

  border-radius: 14px;
  border: 1px solid rgba(17,17,17,.12);
  background: #f3f4f6;
  padding: 0;
  overflow: hidden;
  position: relative;
}

/* 图片填充 */
.bp-detail__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
}

/* === blur effect: all thumbs blurred by default === */
.bp-detail__thumb{
  filter: blur(2.6px);
  transform: translateZ(0); /* 提升滤镜渲染稳定性 */
  opacity: .72;
  transition: filter .18s ease, opacity .18s ease;
}

/* active thumb: no blur */
.bp-detail__thumb.is-active{
  filter: none;
  opacity: 1;
  outline: 2px solid rgba(14,139,255,.55);
  border-color: rgba(14,139,255,.35);
}

/* 可选：如果你还想“非 active 再压暗一点” */
.bp-detail__thumb:not(.is-active)::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.20);
  pointer-events:none;
}
/* === Nav: frosted glass (transparent) + white arrow + half outside === */
.bp-detail__carousel{ position: relative; }

/* 让按钮可以露到大图外侧 */
.bp-detail__viewport{
  position: relative;
  overflow: visible !important;
}

.bp-detail__nav{
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;

  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;

  /* 透明毛玻璃 */
  background: rgba(255,255,255,.18) !important;      /* 透明度 */
  backdrop-filter: blur(14px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(160%) !important;

  /* 玻璃边缘高光 + 暗边 */
  border: 1px solid rgba(255,255,255,.28) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.25),
    0 12px 28px rgba(0,0,0,.22) !important;

  display: grid !important;
  place-items: center !important;

  color: #fff !important;            /* 箭头白色 */
  font-size: 28px !important;
  line-height: 1 !important;

  z-index: 6 !important;
}

/* 露出半个：56px 按钮 => 28px 在图外 */
.bp-detail__nav--prev{ left: -28px !important; }
.bp-detail__nav--next{ right: -28px !important; }

/* hover/active（可选） */
@media (hover:hover){
  .bp-detail__nav:hover{
    background: rgba(255,255,255,.24) !important;
    border-color: rgba(255,255,255,.38) !important;
  }
  .bp-detail__nav:active{
    transform: translateY(-50%) scale(.98) !important;
  }
}

/* 小屏防止露出太多（可选） */
@media (max-width: 520px){
  .bp-detail__nav{ width: 32px !important; height: 32px !important; font-size: 26px !important;top:40%!important; }
  .bp-detail__nav--prev{ left: -14px !important; }
  .bp-detail__nav--next{ right: -14px !important; }
}
/* ===== Single variant: config 不要做成大卡片 ===== */
.bp-detail__single:not([hidden]){
  width: 100%;
}

.bp-detail__single:not([hidden]) ~ .bp-detail__multi{ display:none !important; }

/* 单变体时：把 config 卡片“拆掉” */
.bp-detail__config:has(.bp-detail__single:not([hidden])){
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* 单变体 qty：按预期紧凑显示（可按你预期微调） */
.bp-detail__single .bp-detail__qty{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  margin-top: 14px;
}

.bp-detail__single .bp-detail__qtybtn{
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid rgba(17, 17, 17, .12);
    line-height: 1;
    font-weight: 900;
    width: 40px;
    height: 24px;
    background: #0e8bff;
    color: white;
    cursor: pointer;
}

.bp-detail__single .bp-detail__qtynum{
  border-radius: 999px;
  display:grid;
  place-items:center;
  color:white;
    width: 40px;
    height: 32px;
    left: calc(50% - 40px/2 + 60px);
    top: calc(50% - 32px/2 - 76px);

    background: #0E8BFF;
    border-radius: 20px;

}
.bp-detail__field{ margin-top: 12px;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid rgba(0, 0, 0, 0.1)}
.bp-detail__label{
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.5);
}
.bp-detail__specs{ margin-top: 22px; }
.bp-detail__specs-title{
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #111;
}
.bp-detail__ship{
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(17,17,17,.55);

  
}

.bp-detail__shipLink{
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #0E8BFF;
}

.bp-detail__shipLink:hover{ text-decoration: underline; }
/* === Make MULTI qty controls look like SINGLE === */
.bp-detail__multi .bp-detail__qtybtn{
  width: 40px !important;
  height: 24px !important;
  border-radius: 999px !important;
  background: #0e8bff !important;
  color: #fff !important;
  border: 1px solid rgba(17,17,17,.12) !important;
  font-weight: 900;
}

.bp-detail__multi .bp-detail__qtynum{
  width: 40px !important;
  height: 32px !important;
  border-radius: 20px !important;
  background: #0E8BFF !important;
  color: #fff !important;
  font-weight: 900;
  display: grid !important;
  place-items: center !important;
}

/* 让 multi 行右侧 qty 控件排列跟 single 一样紧凑 */
.bp-detail__multi .bp-detail__qty{
  justify-content: flex-end;
  gap: 12px;
}
.hidden_pc{
    display: none;
}

@media (max-width: 790px){
  .bp-detail__multi .bp-detail__qty{ justify-content: flex-start; }
  .bp-detail__field {
    display: flex;
    justify-content: space-between;
    margin-bottom:50px;
    margin-top: 50px;
  }
  .bp-detail__detail {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bp-detail__label {
    margin-top: auto;
    margin-bottom: auto;
  }
  .bp-detail__single .bp-detail__qty{
    margin-top: auto;
    margin-bottom: auto;
  }
}
/* 一行：左侧选项自适应，右侧 qty 固定 */
.bp-detail__row{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* 左侧吃掉剩余宽度 */
.bp-detail__opts{
  display: flex;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0; /* 关键：允许缩小，不然会把右侧挤掉 */
}

/* 每个选项块：1个时占满；2个时平分；更多时均分 */
.bp-detail__opt{
  flex: 1 1 0;
  min-width: 0; /* 关键：select 能缩小 */
}

.bp-detail__opt select{
  width: 100%;
  min-width: 0;
}

/* 右侧 qty：固定宽度（你可以改成你想要的值） */
.bp-detail__qty{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* - 和 + 固定宽度/高度 */
.bp-detail__qtybtn{
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

/* 数字固定宽度 */
.bp-detail__qtynum{
  width: 36px;         /* 想更宽就改这里 */
  text-align: center;
  flex: 0 0 36px;
}
@media (max-width: 790px){
  .bp-detail__opts{
    flex-direction: column;
  }
  .bp-detail__opt{
    width: 100%;
  }
}
/* PC 表头：只在宽屏显示 */
.bp-detail__rowsHead{
  display:flex;
  align-items:flex-end;
  gap:12px;
  padding: 0 12px;          /* 跟 row 内边距对齐（你 row 有 padding:12px） */
  margin-bottom: 6px;
  color: rgba(17,17,17,.55);
  font-size: 12px;
  font-weight: 700;
}

.bp-detail__rowsHeadLeft{
  flex: 1 1 auto;
  min-width: 0;
  display:flex;
  gap:12px;
}

.bp-detail__rowsHeadCell{
  flex: 1 1 0;              /* 1个占满；2个平分；更多均分 */
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.02em;
color: rgba(0, 0, 0, 0.5);


}

.bp-detail__rowsHeadQty{
  flex: 0 0 auto;           /* 右侧固定 */
  width: 190px;             /* 跟你 .bp-detail__row 右侧 qty 的固定宽一致 */
  text-align: right;
}

/* 移动端不需要表头（移动端你会显示每个字段 label） */
@media (max-width: 790px){
  .bp-detail__rowsHead{ display:none !important; }
}
/* ===== Multi rows header align fix ===== */
.bp-detail__multi{
  --bp-qty-col: 190px; /* Quantity 固定列宽：改这里即可 */
  margin-top: 50px;
  margin-bottom: 50px;
}

/* 表头：右侧 Quantity 固定宽 */
.bp-detail__rowsHeadQty{
  width: var(--bp-qty-col) !important;
  flex: 0 0 var(--bp-qty-col) !important;
  text-align: center;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: -0.02em;

color: rgba(0, 0, 0, 0.5);


}

/* ✅ 每一行：右侧 qty 也必须固定宽，才能和表头严格对齐 */
.bp-detail__row .bp-detail__qty{
  width: var(--bp-qty-col) !important;
  flex: 0 0 var(--bp-qty-col) !important;
  justify-content: flex-end;
}

/* 左侧 options 吃满剩余宽度并平分 */
.bp-detail__row .bp-detail__opts,
.bp-detail__rowsHeadLeft{
  flex: 1 1 auto;
  min-width: 0;
}

/* 移动端保持原逻辑：上下排列，不需要固定列宽 */
@media (max-width: 790px){
  .bp-detail__row .bp-detail__qty{
    width: auto !important;
    flex: 0 0 auto !important;
    justify-content: flex-start;
  }
}

/* ===== Mobile unified sticky bar: INSIDE stickybar ===== */
.bp-mbar, .bp-mmenu { display:none; }

@media (max-width: 749px){
  .bp-mbar{ display:block; }

  .bp-mbar__inner{
    display:flex;
    align-items:center;
    gap: 10px;

    height: 72px;
    padding: 10px 12px;
    border-radius: 26px;

    border: 1px solid rgba(255,255,255,.35);
    background: rgba(240,240,240,.55);
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.35),
      0 12px 30px rgba(0,0,0,.14);
  }

  .bp-mbar__icon{
    flex: 0 0 auto;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    border: 0;
    display:grid;
    place-items:center;
    padding:0;
    cursor:pointer;
    background: none;
  }

  .bp-mbar__main{
    flex: 1 1 auto;
    min-width: 0;
    height: 58px;
    border-radius: 18px;
    border: 0;
    background: transparent;
    display:flex;
    flex-direction: column;
    justify-content:center;
    gap: 6px;
    padding: 6px 8px;
    text-align:left;
    cursor:pointer;
  }

  .bp-mbar__top, .bp-mbar__bottom{
    display:flex;
    align-items:center;
    justify-content:flex-end; /* 右对齐；想左对齐改 flex-start */
    gap: 10px;
  }

  .bp-mbar__title{
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    color:#111;
    white-space: nowrap;
  }
  .bp-mbar__badge{
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(17,17,17,.92);
    color:#fff;
    display:grid;
    place-items:center;
    font-weight: 900;
    font-size: 13px;
  }
  .bp-mbar__subLabel{
    font-size: 14px;
    color: rgba(17,17,17,.55);
    white-space: nowrap;
  }
  .bp-mbar__subVal{
    font-weight: 900;
    font-size: 18px;
    color: #0E8BFF;
    white-space: nowrap;
  }

  /* menu overlay (frosted) */
  .bp-mmenu{
    display:flex;
    position: fixed;
    inset: 0;
    z-index: 10030;
    background: rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 14px;
    align-items: flex-end;
    justify-content: center;
  }
  .bp-mmenu[hidden]{ display:none !important; }

  .bp-mmenu__panel{
    width: min(420px, 100%);
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgba(240,240,240,.55);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    box-shadow: 0 22px 70px rgba(0,0,0,.22);
    padding: 14px;
  }
  .bp-mmenu__list{ display:flex; flex-direction:column; gap:10px; }
  .bp-mmenu__item{
    border:0;
    background: transparent;
    padding: 14px 14px;
    border-radius: 18px;
    text-align:left;
    font-weight: 900;
    font-size: 22px;
    color:#111;
    cursor:pointer;
  }
  .bp-mmenu__item.is-active{ background: rgba(255,255,255,.35); }
}
/* ===== Selected image blue border (PC 5px, Mobile 3px) ===== */
.bp-card__media{
  position: relative; /* 你已有，但确保伪元素定位 */
}

.bp-card__media::after{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: 32px;               /* 跟图片一致 */
  border: 5px solid #0E8BFF;         /* PC */
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s ease;
  box-sizing: border-box;
}

.bp-card.is-selected .bp-card__media::after{
  opacity: 1;
}

@media (max-width: 749px){
  .bp-card__media::after{
    border-width: 3px;               /* Mobile */
  }
  .bp-detail__multi{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* 允许描边往外扩不被裁切 */
.bp-card{ overflow: visible; }          /* 若你必须 hidden，就看方案B */
.bp-card__media{ overflow: visible; }

/* 外扩描边 */
.bp-card__media::after{
  content:"";
  position:absolute;
  inset: -4px;
  border-radius: 37px;
  border: 5px solid #0E8BFF;
  pointer-events:none;
  opacity:0;
  box-sizing:border-box;
}
.bp-card.is-selected .bp-card__media::after{ opacity:1; }

@media (max-width: 749px){
  .bp-card__media::after{
    inset: -3px;               /* Mobile 外扩 3px */
    border-radius: 35px;       /* 32 + 3 */
    border-width: 3px;
  }
}
.bp-detail__row.is-active-sku{
  border: 3px solid #0E8BFF !important;
  box-shadow: 0 10px 24px rgba(14,139,255,.12);
}

@media (max-width: 749px){
  .bp-detail__row.is-active-sku{
    border-width: 2px !important;
  }
}

.bp-detail__row{
  position: relative; /* 让右上角定位基于当前行 */
  margin-top: 12px;
}

.bp-detail__rowremove{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,.9);
  color: #222;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
}

.bp-detail__rowremove:hover{
  background: #fff;
  border-color: rgba(0,0,0,.35);
}

@media (max-width: 749px){
  .bp-detail__rowremove{
    width: 26px;
    height: 26px;
    line-height: 24px;
    top: 0px;
    right: 0px;
  }
}
@media (min-width: 791px){
  .bp-detail__infoHead{
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
    padding: 4px 0 14px;
    border-bottom: 1px solid rgba(17,17,17,.10);
  }
}
@media (min-width: 791px){
  .bp-detail__infoHead{
    position: sticky;
    top: 0;
    z-index: 20;
    /* 建议有一点半透明背景，否则 blur 不明显 */
    background: rgba(255,255,255,.70);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* 这条就是你要的“底部 20px 模糊层” */
  .bp-detail__infoHead::after{
    content:"";
    position:absolute;
    left:0; right:0;
    bottom:-20px;      /* 挂到 header 外面 */
    height:20px;
    pointer-events:none;
    z-index: 21;

    /* 渐隐：上面较强 -> 往下透明 */
    background: linear-gradient(
      to bottom,
      rgba(255,255,255,.55),
      rgba(255,255,255,0)
    );

    /* 对后面的内容产生模糊（支持则生效） */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    opacity: 0;
    transition: opacity .18s ease;
  }

  /* 只有滚动时显示 */
  .bp-detail__info.is-scrolled .bp-detail__infoHead::after{
    opacity: 1;
  }
}


/* ===== Review list spacing ===== */
.bp-review__list{
  padding: 0;                 /* 截图那种更“平”，我们用 row 自己的 padding */
}

/* 覆盖你原本 .bp-review__row 的 grid，改成截图横排 */
.bp-review__row.bp-reviewrow{
  display: grid;
  grid-template-columns: 12% 31% 26% 17% 44px; /* thumb | info | qty | price | trash */
  align-items: center;
  gap: 18px;

  padding: 22px 22px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}
.bp-review__row.bp-reviewrow{
  border-bottom: 0 !important;
  position: relative; /* 让伪元素定位生效 */
}

/* 再画一条“短底线”：从 info 区域开始，到右侧结束 */
.bp-review__row.bp-reviewrow::after{
  content: "";
  position: absolute;
  left: 22px; /* row padding-left + thumb宽 + gap */
  right: 22px;                    /* row padding-right */
  bottom: 0;
  height: 1px;
  background: rgba(17,17,17,.18);
}


/* 左侧缩略图（圆角大） */
.bp-reviewrow__thumb{
  width: 96px;
  height: 96px;
  border-radius: 22px;
  overflow: hidden;
  background: #f3f4f6;
}
.bp-reviewrow__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 中间：标题 + 规格 */
.bp-reviewrow__name{
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #000000;
}
.bp-reviewrow__variant{
  margin-top: 6px;
  font-size: 16px;
  color: rgba(17,17,17,.65);
}

.bp-reviewrow__qty{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: end;
  min-width: 180px;
}
.bp-reviewrow__qtybtn{
  width: 40px;
  height: 24px;
  border-radius: 999px;
  border: 0;
  background: #0E8BFF;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.bp-reviewrow__qtybtn:disabled{
  opacity: .45;
  cursor: not-allowed;
}
.bp-reviewrow__qtynum{
  width: 40px;
  height: 32px;
  border-radius: 999px;
  background: #0E8BFF;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 16px;
}
/* 价格（蓝色） */
.bp-reviewrow__price{
  min-width: 160px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  color: #0E8BFF;
  white-space: nowrap;
}
/* 垃圾桶按钮 */
.bp-reviewrow__trash{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}
.bp-reviewrow__trash svg{ width: 24px; height: 24px; display:block; }
@media (max-width: 749px){
  .bp-reviewrow__name{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
  }
  .bp-reviewrow__variant{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
  }
  .bp-reviewrow__price{ 
    background:none;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
  .bp-reviewrow__trash svg{
    width: 16px;
    height: 16px
  }
  .bp-reviewrow__qtynum{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0E8BFF;
    background: none;
  }
  .bp-detail__price{
    margin-top: 20px;
  }
}
@media (hover:hover){
  .bp-reviewrow__trash:hover{ background: rgba(0,0,0,.04); }
}

/* 移动端：压缩列宽 */
@media (max-width: 749px){
  .bp-review__row.bp-reviewrow{
    grid-template-columns: 76px 1fr auto; /* thumb | info | right */
    grid-template-areas:
      "thumb info trash"
      "thumb qty  price";
    row-gap: 10px;
    column-gap: 12px;
    padding: 16px 16px;
  }
  .bp-reviewrow__thumb{ width: 76px; height: 76px; border-radius: 18px; }

  .bp-reviewrow__info{ grid-area: info; margin-bottom: auto;margin-top:8px;}
  .bp-reviewrow__qty{ grid-area: qty; justify-content: flex-start; min-width: 0; }
  .bp-reviewrow__price{ grid-area: price; text-align: right; min-width: 0; text-align: left;margin-top: 16px;}
  .bp-reviewrow__trash{ grid-area: trash; justify-self: end; margin-bottom: auto;}
}
.bp-review__panel,
.bp-review__list,
.bp-review__top,
.bp-review__bottom{
  background: #ffffff !important;
}

.bp-reviewrow__priceInInfo{
  display: none;
}

@media (max-width: 749px){
  .bp-reviewrow__info{
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .bp-reviewrow__priceInInfo{
    display: block;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #0E8BFF;
    text-align: left;
    white-space: nowrap;
  }

  .bp-reviewrow__price{
    display: none !important;
  }
}
/* ===== Review header row (PC) ===== */
.bp-reviewrow--head{
  padding: 10px 22px 6px;
  background: #fff;
}

.bp-reviewrow--head::after{
  display:none !important; /* 表头不要那条短底线 */
}

.bp-reviewrow__headCell{
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(0,0,0,.35);
  white-space: nowrap;
}

/* 让 Item 靠左/Quantity 右侧那列居中/Price 居中（按你当前 PC 样式） */
.bp-reviewrow__headCell--item{ text-align: left; margin-left: 3%;}
.bp-reviewrow__headCell--qty{ text-align: center; margin-left: 17%;}
.bp-reviewrow__headCell--price{ text-align: center; margin-right: 23%;}
.bp-reviewrow__headCell--trash{ text-align: center; }

/* 移动端隐藏表头（避免两行 grid 结构造成错乱） */
@media (max-width: 749px){
  .bp-reviewrow--head{ display:none !important; }
}
.bp-detail__qtybtn.is-ghost-hidden{
  visibility: hidden !important;
  pointer-events: none !important;
}
.bp-stock-toast{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10050;
  transform: translate(-50%, -38%);
  opacity: 0;
  pointer-events: none;
  max-width: min(360px, calc(100vw - 32px));
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid rgba(17,17,17,.12);
  background: rgba(255,255,255,.96);
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: opacity .18s ease, transform .18s ease;
}
.bp-stock-toast.is-visible{
  opacity: 1;
  transform: translate(-50%, -50%);
}
.bp-detail__qtybtn.is-stock-limit,
.bp-reviewrow__qtybtn.is-stock-limit{
  opacity: .5;
  cursor: not-allowed;
}
.bp-care-upsell[hidden]{ display:none; }
.bp-care-upsell{
  position: fixed;
  inset: 0;
  z-index: 10020;
  background: rgba(0,0,0,.45);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 16px;
}

.bp-care-upsell__panel{
  position: relative;
  width: min(640px, 100%);
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,.24);
}

.bp-care-upsell__close{
  position:absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border:0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor:pointer;
}

.bp-care-upsell__title{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color:#111;
}

.bp-care-upsell__subtitle{
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(17,17,17,.55);
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(17,17,17,.08);
}

.bp-care-upsell__card{
  margin-top: 24px;
  display:flex;
  gap: 16px;
  align-items:flex-start;
  background: #f7f7f9;
  border-radius: 16px;
  padding: 18px;
}

.bp-care-upsell__media{
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}
.bp-care-upsell__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.bp-care-upsell__name{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color:#111;
}

.bp-care-upsell__price{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: .5px;
  margin-top: 6px;
  color:#111;
}

.bp-care-upsell__list{
  margin: 14px 0 0;
  padding-left: 18px;
  color: rgba(17,17,17,.65);
  line-height: 1.8;
}

.bp-care-upsell__actions{
  margin-top: 24px;
  display:flex;
  justify-content:flex-end;
  gap: 12px;
}

.bp-care-upsell__btn{
  min-width: 132px;
  height: 48px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid rgba(17,17,17,.12);
}

.bp-care-upsell__btn--ghost{
  background:#fff;
  color:#111;
}

.bp-care-upsell__btn--primary{
  background: #0E8BFF;
  color: #ffffff;
  border: 0;
}
.bp-care-upsell__variants{
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  width: 400px;
  gap: 10px;
}
@media (max-width: 749px){
  .bp-care-upsell__panel{
    padding: 20px 18px;
    border-radius: 18px;
  }

  .bp-care-upsell__title{
    font-size: 18px;
  }

  .bp-care-upsell__subtitle{
    font-size: 15px;
  }

  .bp-care-upsell__name{
    font-size: 18px;
  }

  .bp-care-upsell__price{
    font-size: 16px;
  }

  .bp-care-upsell__actions{
    justify-content: stretch;
  }

  .bp-care-upsell__btn{
    flex: 1 1 0;
    min-width: 0;
  }
  .bp-care-upsell__variants{
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 10px;
}
}

.bp-care-upsell__variant{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(17,17,17,.12);
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.bp-care-upsell__variant.is-active{
  border-color: #0E8BFF;
  box-shadow: 0 0 0 2px rgba(14,139,255,.12);
  background: rgba(14,139,255,.04);
}

.bp-care-upsell__variant:disabled{
  opacity: .45;
  cursor: not-allowed;
}

.bp-care-upsell__variant-title{
  font-size: 14px;
  font-weight: 700;
  color: #111;
}

.bp-care-upsell__variant-price{
  font-size: 13px;
  font-weight: 700;
  color: #0E8BFF;
  display: none;
}
.bp-detail__save-wrap{
  margin: 0 0 20px;
}

.bp-detail__save-btn{
  width: 40%;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #0E8BFF;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease;
}

.bp-detail__save-btn:hover{
  opacity: .92;
}

.bp-detail__save-btn:active{
  transform: scale(.98);
}

@media (max-width: 790px){
  .bp-detail__save-wrap{
    margin: 0 0 16px;
  }

  .bp-detail__save-btn{
    min-height: 46px;
    font-size: 15px;
    width: 100%;
  }
}
.bp-review__empty{
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
}

.bp-review__empty-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}

.bp-review__empty-icon{
  width: 72px;
  height: 72px;
  color: #bdbdbd;
  margin-bottom: 16px;
}

.bp-review__empty-icon svg{
  width: 100%;
  height: 100%;
  display: block;
}

.bp-review__empty-text{
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(0,0,0,.5);
}

@media (max-width: 749px){
  .bp-review__empty{
    min-height: 240px;
    padding: 24px 16px;
  }

  .bp-review__empty-icon{
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }

  .bp-review__empty-text{
    font-size: 16px;
  }
}

