.bbb-seriesOrderPage{
  min-height:calc(100vh - 120px);
  padding:0 16px 48px;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
    #070707;
  background-size:42px 42px;
  color:#f6f6f6;
}

.bbb-seriesOrderPage a{
  text-decoration:none;
}

.bbb-seriesOrderPage__inner{
  width:min(900px, 100%);
  margin:0 auto;
}

.bbb-seriesOrderPage__breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  padding:22px 0;
  color:rgba(246,246,246,.48);
  font-size:12px;
}

.bbb-seriesOrderPage__breadcrumb a{
  color:#d95d96;
}

.bbb-seriesOrderPage__header{
  margin-bottom:20px;
}

.bbb-seriesOrderPage__genrePill{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  width:fit-content;
  max-width:100%;
  margin:0 0 10px;
  padding:5px 11px;
  border:1px solid rgba(217,93,150,.32);
  border-radius:999px;
  background:rgba(217,93,150,.12);
  color:#ff8ac7;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bbb-seriesOrderPage__genreShelf,
.bbb-seriesOrderPage__genreTrope{
  display:inline-flex;
  align-items:center;
  gap:5px;
}

.bbb-seriesOrderPage__genreSep{
  color:rgba(255,138,199,.58);
}

.bbb-seriesOrderPage__genrePill .bbb-custom-emoji,
.bbb-seriesOrderPage__genrePill img.bbb-custom-emoji{
  display:inline-block !important;
  width:18px !important;
  height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  object-fit:contain;
  flex:0 0 18px;
  margin:0 !important;
  vertical-align:-4px;
}

.bbb-seriesOrderPage__genrePill .bbb-custom-emoji--text{
  font-size:14px;
  line-height:18px;
  text-align:center;
}

.bbb-seriesOrderPage__genrePill .bbb-custom-emoji-label{
  white-space:nowrap;
}

.bbb-seriesOrderPage__genrePill:hover{
  transform:translateY(-1px);
  background:rgba(217,93,150,.2);
  box-shadow:0 10px 22px rgba(217,93,150,.12);
}

.bbb-seriesOrderPage__title{
  margin:0 0 6px;
  color:#fff;
  font-family:"Cormorant Garamond", Cormorant, Georgia, serif;
  font-size:clamp(32px, 5vw, 48px);
  font-weight:500;
  letter-spacing:0;
  line-height:1.05;
  text-transform:lowercase;
}

.bbb-seriesOrderPage__author{
  margin:0 0 14px;
  color:rgba(246,246,246,.62);
  font-size:15px;
}

.bbb-seriesOrderPage__author span{
  color:#ffb0d4;
}

.bbb-seriesOrderPage__metaRow{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:rgba(246,246,246,.62);
  font-size:12px;
}

.bbb-seriesOrderPage__metaRow span{
  display:inline-flex;
  align-items:center;
  gap:4px;
}

.bbb-seriesOrderPage__metaRow .is-ku{
  color:#5ed99d;
  font-weight:700;
}

.bbb-seriesOrderPage__blurb{
  margin:22px 0;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.1);
  border-left:2px solid #d95d96;
  border-radius:0 8px 8px 0;
  background:rgba(255,255,255,.045);
  color:rgba(246,246,246,.74);
  font-size:14px;
  line-height:1.7;
}

.bbb-seriesOrderPage__orderHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:28px 0 12px;
}

.bbb-seriesOrderPage__orderHead h2{
  margin:0;
  color:#fff;
  font-size:15px;
  font-weight:700;
  text-transform:lowercase;
}

.bbb-seriesOrderPage__orderHead span{
  color:rgba(246,246,246,.48);
  font-size:11px;
}

.bbb-seriesOrderPage__bookList{
  display:flex;
  flex-direction:column;
}

.bbb-seriesOrderPage__bookRow{
  display:grid;
  grid-template-columns:34px 104px minmax(0, 1fr) auto;
  gap:13px;
  align-items:center;
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:transparent;
  color:inherit;
  text-align:left;
  cursor:default;
}

.bbb-seriesOrderPage__bookRow:last-child{
  border-bottom:none;
}

.bbb-seriesOrderPage__bookNum{
  color:rgba(246,246,246,.34);
  font-family:"Cormorant Garamond", Cormorant, Georgia, serif;
  font-size:28px;
  line-height:1;
  text-align:center;
}

.bbb-seriesOrderPage__coverLink{
  display:block;
  width:100%;
  height:100%;
}

.bbb-seriesOrderPage__coverWrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:104px;
  height:156px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:#0e0e0e;
  overflow:hidden;
}

.bbb-seriesOrderPage__coverPlaceholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:rgba(246,246,246,.5);
  font-size:11px;
  line-height:1.35;
  object-fit:contain;
  text-align:center;
}

.bbb-seriesOrderPage__cover{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.bbb-seriesOrderPage__bookRow .sss-lib__heart{
  position:absolute;
  bottom:9px;
  left:9px;
  z-index:6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  height:30px;
  padding:0 10px;
  gap:6px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(0,0,0,.75);
  box-shadow:0 6px 16px rgba(0,0,0,.45);
  backdrop-filter:blur(6px);
  color:#fff;
  font-size:14px;
}

.bbb-seriesOrderPage__bookRow .sss-lib__heart.is-saved{
  background:#e85a9b;
  border-color:#e85a9b;
  color:#fff;
}

.bbb-seriesOrderPage__bookRow .sss-lib__seriesBadge{
  position:absolute;
  top:9px;
  left:9px;
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bbb-seriesOrderPage__bookRow .sss-lib__seriesBadge--standalone{
  background:#fff;
  color:#e85a9b;
  border:1px solid rgba(232,90,155,.28);
}

.bbb-seriesOrderPage__bookRow .sss-lib__floatSpice{
  position:absolute;
  top:9px;
  right:9px;
  z-index:5;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(0,0,0,.75);
  box-shadow:0 6px 16px rgba(0,0,0,.4);
  backdrop-filter:blur(6px);
  color:#fff;
  font-size:12px;
  letter-spacing:.05em;
}

.bbb-seriesOrderPage__bookInfo{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}

.bbb-seriesOrderPage__bookInfo h3{
  margin:0;
  font-size:16px;
  line-height:1.25;
}

.bbb-seriesOrderPage__bookInfo h3 a{
  color:#fff;
}

.bbb-seriesOrderPage__bookInfo h3 a:hover,
.bbb-seriesOrderPage__bookInfo h3 a:focus-visible{
  color:#ff8ac7;
}

.bbb-seriesOrderPage__bookSpice{
  margin:0;
  color:rgba(246,246,246,.66);
  font-size:12px;
}

.bbb-seriesOrderPage__bookSpice span{
  color:#5ed99d;
  font-weight:700;
}

.bbb-seriesOrderPage__bookBlurb{
  margin:0;
  color:rgba(246,246,246,.62);
  font-size:12px;
  line-height:1.5;
}

.bbb-seriesOrderPage__bookTropes{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}

.bbb-seriesOrderPage__bookTropes a{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:3px 8px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:rgba(246,246,246,.66);
  font-size:10px;
  line-height:1.2;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.bbb-seriesOrderPage__bookTropes .bbb-custom-emoji,
.bbb-seriesOrderPage__seoLinks .bbb-custom-emoji{
  width:15px;
  height:15px;
  object-fit:contain;
  vertical-align:-3px;
}

.bbb-seriesOrderPage__bookTropes a:hover,
.bbb-seriesOrderPage__bookTropes a:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(217,93,150,.7);
  background:rgba(217,93,150,.1);
  color:#ff8ac7;
}

.bbb-seriesOrderPage__bookCta{
  display:flex;
  flex-direction:column;
  gap:7px;
  align-items:flex-end;
  min-width:150px;
}

.bbb-seriesOrderPage__bookCta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:rgba(255,255,255,.035);
  color:#f6f6f6;
  font-size:11px;
  line-height:1.15;
  text-align:center;
  white-space:nowrap;
  transition:transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.bbb-seriesOrderPage__bookCta a.is-primary{
  border-color:rgba(217,93,150,.78);
  color:#ff8ac7;
}

.bbb-seriesOrderPage__bookCta a:hover,
.bbb-seriesOrderPage__bookCta a:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(217,93,150,.78);
  background:rgba(217,93,150,.1);
  color:#ff8ac7;
  box-shadow:0 12px 24px rgba(217,93,150,.12);
}

.bbb-seriesOrderPage__note{
  display:flex;
  gap:8px;
  margin:22px 0;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:8px;
  background:rgba(255,255,255,.04);
  color:rgba(246,246,246,.68);
  font-size:12px;
  line-height:1.6;
}

.bbb-seriesOrderPage__faq,
.bbb-seriesOrderPage__also,
.bbb-seriesOrderPage__seo{
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.1);
}

.bbb-seriesOrderPage__faq{
  padding:24px;
  border:1px solid rgba(217,93,150,.2);
  border-radius:12px;
  background:linear-gradient(180deg, rgba(217,93,150,.08), rgba(255,255,255,.025));
}

.bbb-seriesOrderPage__sectionLabel{
  margin:0 0 12px;
  color:rgba(246,246,246,.48);
  font-size:12px;
  letter-spacing:.05em;
  text-transform:lowercase;
}

.bbb-seriesOrderPage__faq .bbb-seriesOrderPage__sectionLabel{
  margin-bottom:16px;
  color:#fff;
  font-family:"Cormorant Garamond", Cormorant, Georgia, serif;
  font-size:clamp(24px, 3vw, 32px);
  font-weight:600;
  letter-spacing:0;
}

.bbb-seriesOrderPage__faqItem{
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.bbb-seriesOrderPage__faqItem h2{
  margin:0 0 8px;
  color:#ffb0d4;
  font-size:16px;
  font-weight:800;
  line-height:1.35;
}

.bbb-seriesOrderPage__faqItem p{
  margin:0;
  color:rgba(246,246,246,.82);
  font-size:14px;
  line-height:1.65;
}

.bbb-seriesOrderPage__alsoGrid{
  display:grid;
  grid-template-columns:repeat(3, 132px);
  gap:18px;
  align-items:start;
}

.bbb-seriesOrderPage__alsoCard{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:#fff;
  transition:transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
  overflow:visible;
}

.bbb-seriesOrderPage__alsoCard:hover,
.bbb-seriesOrderPage__alsoCard:focus-visible{
  transform:translateY(-2px);
  background:transparent;
  box-shadow:none;
}

.bbb-seriesOrderPage__alsoCoverWrap{
  display:block;
  position:relative;
  width:132px;
  aspect-ratio:2 / 3;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:#0e0e0e;
  overflow:hidden;
}

.bbb-seriesOrderPage__alsoCoverWrap > a{
  display:block;
  width:100%;
  height:100%;
  color:inherit;
}

.bbb-seriesOrderPage__alsoCover{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.bbb-seriesOrderPage__alsoCard .sss-lib__heart{
  position:absolute;
  bottom:8px;
  left:8px;
  min-width:30px;
  height:30px;
  padding:0 10px;
  gap:6px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(0,0,0,.75);
  box-shadow:0 6px 16px rgba(0,0,0,.45);
  backdrop-filter:blur(6px);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  z-index:6;
}

.bbb-seriesOrderPage__alsoCard .sss-lib__heartLabel{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:lowercase;
}

.bbb-seriesOrderPage__alsoCard .sss-lib__heart.is-saved{
  background:#e85a9b;
  border-color:#e85a9b;
  color:#fff;
}

.bbb-seriesOrderPage__alsoCard .sss-lib__floatSpice{
  position:absolute;
  top:8px;
  right:8px;
  z-index:5;
  padding:4px 8px;
  border-radius:999px;
  background:rgba(0,0,0,.75);
  box-shadow:0 6px 16px rgba(0,0,0,.4);
  backdrop-filter:blur(6px);
  color:#fff;
  font-size:12px;
  letter-spacing:.05em;
}

.bbb-seriesOrderPage__alsoTitle{
  color:#fff;
  font-size:13px;
  font-weight:800;
  line-height:1.25;
  text-align:center;
}

.bbb-seriesOrderPage__alsoCard small{
  color:rgba(246,246,246,.58);
  font-size:11px;
  line-height:1.35;
  text-align:center;
}

.bbb-seriesOrderPage__seoLinks{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.bbb-seriesOrderPage__seoLinks a{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  gap:4px;
  padding:5px 11px;
  border:1px solid rgba(217,93,150,.32);
  border-radius:999px;
  color:#ff8ac7;
  font-size:12px;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.bbb-seriesOrderPage__seoLinks a:hover,
.bbb-seriesOrderPage__seoLinks a:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(217,93,150,.7);
  background:rgba(217,93,150,.1);
  box-shadow:0 10px 22px rgba(217,93,150,.1);
}

@media (max-width:749px){
  .bbb-seriesOrderPage{
    padding:0 14px 36px;
  }

  .bbb-seriesOrderPage__bookRow{
    grid-template-columns:28px 86px minmax(0, 1fr);
    align-items:start;
  }

  .bbb-seriesOrderPage__coverWrap{
    width:86px;
    height:129px;
  }

  .bbb-seriesOrderPage__bookCta{
    grid-column:2 / -1;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    min-width:0;
  }

  .bbb-seriesOrderPage__orderHead{
    align-items:flex-start;
    flex-direction:column;
  }

  .bbb-seriesOrderPage__alsoGrid{
    display:flex;
    gap:14px;
    margin-inline:-14px;
    padding:0 14px 8px;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }

  .bbb-seriesOrderPage__alsoGrid::-webkit-scrollbar{
    height:0;
  }

  .bbb-seriesOrderPage__alsoCard{
    flex:0 0 132px;
    scroll-snap-align:start;
  }
}
