
.stp-public-wrap{
  --stp-text:#1f1f1f;
  --stp-muted:#777;
  max-width:1320px;
  margin:0 auto;
  padding:24px 18px 60px;
  color:var(--stp-text);
}
.stp-public-header{display:none}
.stp-linkbio-head{max-width:760px;margin:0 auto 16px;text-align:center;padding:10px 0 0}
.stp-profile-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px}
.stp-profile-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;display:block}
.stp-profile-handle{font-size:18px;line-height:1.2}
.stp-headline{font-size:18px;line-height:1.2;font-weight:800;letter-spacing:.01em;margin-bottom:3px}
.stp-disclosure{font-size:16px;color:#9a9a9a;margin-bottom:16px}
.stp-top-links{display:grid;gap:10px;max-width:500px;margin:0 auto 16px}
.stp-top-links a{
  display:block;
  border:1px solid #d8d8d8;
  border-radius:999px;
  background:#fff;
  color:#111!important;
  text-decoration:none!important;
  padding:8px 18px;
  font-size:16px;
  line-height:1.15;
  box-shadow:0 1px 4px rgba(0,0,0,.08);
}
.stp-platform-tabs{display:grid;grid-template-columns:1fr 1fr;max-width:620px;margin:0 auto;border-bottom:1px solid #d9d9d9}
.stp-filter{
  appearance:none;
  border:0;
  border-bottom:2px solid transparent;
  background:#fff;
  color:#777;
  padding:10px 12px 8px;
  font-size:15px;
  letter-spacing:.04em;
  cursor:pointer;
}
.stp-filter.is-active{color:#111;border-color:#111;font-weight:700}

.stp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.stp-tile{
  position:relative;
  display:block;
  aspect-ratio:1/1;
  border:0;
  padding:0;
  background:#eee;
  overflow:hidden;
  cursor:pointer;
  border-radius:4px;
  opacity:1!important;
}
.stp-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:1!important;
  filter:none!important;
  transition:transform .25s ease;
  pointer-events:none;
}
.stp-tile:hover img{transform:scale(1.025)}
.stp-count{
  position:absolute;
  right:10px;
  bottom:10px;
  background:rgba(0,0,0,.72);
  color:#fff;
  padding:6px 9px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  pointer-events:none;
}
.stp-badge,.stp-platform-badge,.stp-tile-platform{display:none!important}
.stp-clickable,.stp-top-links a{pointer-events:auto!important}

/* Fully isolated popup */
html.stp-modal-open{overflow:hidden!important}
#stp-modal{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  display:none!important;
  margin:0!important;
  padding:22px!important;
  border:0!important;
  background:transparent!important;
}
#stp-modal[aria-hidden="false"]{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#stp-modal,
#stp-modal *,
#stp-modal *::before,
#stp-modal *::after{box-sizing:border-box!important}
#stp-modal .stp-modal-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(20,20,20,.68)!important;
}
#stp-modal .stp-modal-shell{
  position:relative!important;
  z-index:2!important;
  display:block!important;
  width:min(1060px,94vw)!important;
  max-width:1060px!important;
  height:auto!important;
  max-height:88vh!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:20px!important;
  overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 24px 80px rgba(0,0,0,.3)!important;
}
#stp-modal .stp-modal-inner{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr)!important;
  width:100%!important;
  min-width:0!important;
  min-height:610px!important;
  max-height:88vh!important;
  margin:0!important;
  padding:0!important;
}
#stp-modal .stp-modal-photo{
  display:block!important;
  min-width:0!important;
  min-height:610px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f3f1ee!important;
}
#stp-modal .stp-modal-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:610px!important;
  max-height:88vh!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
}
#stp-modal .stp-modal-products{
  display:block!important;
  min-width:0!important;
  max-height:88vh!important;
  margin:0!important;
  padding:32px 28px 28px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  background:#fff!important;
}
#stp-modal .stp-modal-title-row{
  position:relative!important;
  display:block!important;
  width:100%!important;
  margin:0 0 22px!important;
  padding:0 54px 0 0!important;
}
#stp-modal .stp-eyebrow{
  display:block!important;
  margin:0 0 8px!important;
  padding:0!important;
  color:#777!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:500!important;
  line-height:1.2!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
#stp-modal .stp-modal-title-row h2{
  all:unset!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  overflow:hidden!important;
  color:#222!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:30px!important;
  font-weight:500!important;
  line-height:1.16!important;
  letter-spacing:0!important;
  overflow-wrap:anywhere!important;
}
#stp-modal button.stp-close,
#stp-modal button.stp-close:hover,
#stp-modal button.stp-close:focus,
#stp-modal button.stp-close:active{
  all:unset!important;
  position:absolute!important;
  top:0!important;
  right:0!important;
  display:grid!important;
  place-items:center!important;
  width:40px!important;
  height:40px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #e4dfd9!important;
  border-radius:50%!important;
  background:#f7f4f1!important;
  color:#222!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:28px!important;
  font-weight:300!important;
  line-height:40px!important;
  text-align:center!important;
  cursor:pointer!important;
  transform:none!important;
}
#stp-modal button.stp-close:hover{background:#ece6e0!important}
#stp-modal button.stp-close:focus-visible{outline:2px solid #222!important;outline-offset:2px!important}

#stp-modal .stp-product-list{
  all:unset!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  width:100%!important;
}
#stp-modal a.stp-product-card,
#stp-modal a.stp-product-card:link,
#stp-modal a.stp-product-card:visited,
#stp-modal a.stp-product-card:hover,
#stp-modal a.stp-product-card:focus,
#stp-modal a.stp-product-card:active{
  all:unset!important;
  display:grid!important;
  grid-template-columns:88px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  min-width:0!important;
  min-height:110px!important;
  height:auto!important;
  margin:0!important;
  padding:10px!important;
  border:1px solid #e5e0da!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
  color:#222!important;
  cursor:pointer!important;
  box-sizing:border-box!important;
}
#stp-modal a.stp-product-card::before,
#stp-modal a.stp-product-card::after,
#stp-modal .stp-product-info::before,
#stp-modal .stp-product-info::after{
  content:none!important;
  display:none!important;
}
#stp-modal a.stp-product-card:hover{
  border-color:#cfc7bf!important;
  background:#fcfbfa!important;
}
#stp-modal .stp-product-image,
#stp-modal .stp-product-placeholder{
  all:unset!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:88px!important;
  height:88px!important;
  min-width:88px!important;
  min-height:88px!important;
  max-width:88px!important;
  max-height:88px!important;
  border-radius:10px!important;
  overflow:hidden!important;
  background:#f3f1ee!important;
  object-fit:cover!important;
  color:#666!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  letter-spacing:.1em!important;
}
#stp-modal img.stp-product-image{object-fit:cover!important}
#stp-modal .stp-product-info{
  all:unset!important;
  display:block!important;
  min-width:0!important;
  width:100%!important;
}
#stp-modal .stp-product-title{
  all:unset!important;
  display:block!important;
  min-width:0!important;
  color:#222!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.3!important;
  letter-spacing:.01em!important;
  overflow-wrap:anywhere!important;
}
#stp-modal .stp-product-cta{
  all:unset!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:94px!important;
  height:34px!important;
  padding:0 14px!important;
  border:1px solid #222!important;
  border-radius:999px!important;
  color:#222!important;
  background:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.11em!important;
  white-space:nowrap!important;
}
#stp-modal .stp-product-card:hover .stp-product-cta{
  background:#222!important;
  color:#fff!important;
}

/* Mobile */
@media(max-width:900px){
  .stp-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  #stp-modal{padding:10px!important}
  #stp-modal .stp-modal-shell{width:min(620px,96vw)!important;max-height:94vh!important;overflow:auto!important}
  #stp-modal .stp-modal-inner{display:block!important;min-height:0!important;max-height:none!important}
  #stp-modal .stp-modal-photo{height:min(44vh,420px)!important;min-height:0!important}
  #stp-modal .stp-modal-photo img{height:100%!important;min-height:0!important;max-height:none!important}
  #stp-modal .stp-modal-products{max-height:none!important;padding:24px 20px 26px!important;overflow:visible!important}
}
@media(max-width:620px){
  .stp-public-wrap{padding-left:10px;padding-right:10px}
  .stp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .stp-profile-avatar{width:48px;height:48px}
  .stp-profile-handle{font-size:16px}
  .stp-headline{font-size:16px}
  .stp-disclosure{font-size:14px}
  .stp-top-links a{font-size:14px}
  .stp-filter{font-size:13px}
  #stp-modal .stp-modal-title-row h2{font-size:24px!important}
  #stp-modal a.stp-product-card{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:11px!important;
    min-height:94px!important;
  }
  #stp-modal .stp-product-image,
  #stp-modal .stp-product-placeholder{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    min-height:72px!important;
    max-width:72px!important;
    max-height:72px!important;
  }
  #stp-modal .stp-product-cta{
    grid-column:2!important;
    justify-self:start!important;
    margin-top:8px!important;
  }
}


/* V14: modal is rendered in Shadow DOM. Theme CSS cannot enter it. */
#stp-modal{all:initial}
#stp-modal[aria-hidden="true"]{display:none!important}
