.bb-pdp{
  --bb-blue:#001689;
  --bb-dark:#050d35;
  --bb-yellow:#ffdd00;
  --bb-text:#475467;
  --bb-muted:#667085;
  --bb-line:#e4e7ec;
  --bb-soft:#f7f7f8;

  position:relative;
  left:50%;
  width:100vw;
  max-width:none;
  margin-left:-50vw;
  margin-right:-50vw;

  color:#101828;
  background:#fff;
  font-family:'Inter',sans-serif;
}

.bb-pdp *{box-sizing:border-box}
.bb-pdp a{text-decoration:none}

.bb-pdp__container{
  width:min(calc(100% - 40px),1240px);
  margin:0 auto;
}

.bb-pdp__breadcrumbs{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  padding:22px 0 6px;
  color:var(--bb-muted);
  font-size:13px;
}

.bb-pdp__breadcrumbs a{color:var(--bb-muted)}
.bb-pdp__breadcrumbs strong{color:#344054}

.bb-pdp__hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);
  gap:64px;
  align-items:center;
  padding-top:26px;
  padding-bottom:58px;
}

.bb-pdp__visual{
  min-height:560px;
  padding:36px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:var(--bb-soft);
  border:1px solid var(--bb-line);
  border-radius:8px;
}

.bb-pdp__product-image{
  display:block;
  max-width:100%;
  max-height:485px;
  width:auto;
  height:auto;
  object-fit:contain;
  mix-blend-mode:multiply;
}

.bb-pdp__brand{
  display:inline-flex;
  align-items:center;
  margin-bottom:16px;
  padding:7px 12px;
  background:#111;
  color:#fff;
  border-radius:6px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.bb-pdp__brand:before{
  content:"";
  width:8px;
  height:8px;
  margin-right:8px;
  background:var(--bb-yellow);
  border-radius:50%;
}

.bb-pdp h1{
  max-width:780px;
  margin:0 0 14px;
  color:#101828;
  font-size:clamp(40px,4.8vw,68px);
  line-height:.98;
  letter-spacing:-.052em;
  font-weight:700;
}

.bb-pdp h2{
  margin:0 0 18px;
  color:#101828;
  font-size:clamp(29px,3vw,42px);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:700;
}

.bb-pdp__sku{
  margin-bottom:20px;
  color:var(--bb-muted);
  font-size:13px;
  font-weight:760;
  letter-spacing:.05em;
}

.bb-pdp__lead{
  max-width:650px;
  margin-bottom:26px;
  color:var(--bb-text);
  font-size:17px;
  line-height:1.6;
}

.bb-pdp__lead p{margin:0}

.bb-pdp__key-specs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:26px 0 28px;
}

.bb-pdp__key-spec{padding:14px 0}

.bb-pdp__key-spec small{
  display:block;
  margin-bottom:3px;
  color:var(--bb-muted);
  font-size:12px;
}

.bb-pdp__key-spec strong{
  display:block;
  color:#101828;
  font-size:16px;
  line-height:1.2;
  font-weight:800;
}

.bb-pdp__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.bb-pdp__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 18px;
  border:1px solid transparent;
  border-radius:6px;
  font-size:14px;
  font-weight:800;
}

.bb-pdp__btn--yellow,
.bb-pdp__btn--yellow:hover{
  background:var(--bb-yellow);
  color:#171400;
}

.bb-pdp__btn--outline{
  background:#fff;
  color:var(--bb-blue);
  border-color:#cbd3ef;
}

.bb-pdp__btn--outline:hover{
  background:#fff;
  color:var(--bb-blue);
  border-color:var(--bb-blue);
}

.bb-pdp__section{
  padding:72px 0;
  border-top:1px solid var(--bb-line);
}

.bb-pdp__section--soft{
  background:var(--bb-soft);
}

.bb-pdp__two-col{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:66px;
  align-items:start;
}

.bb-pdp__copy{
  max-width:760px;
  color:var(--bb-text);
  font-size:16px;
  line-height:1.7;
}

.bb-pdp__copy p{margin:0 0 15px}
.bb-pdp__copy p:last-child{margin-bottom:0}

.bb-pdp__features{
  display:grid;
  gap:14px;
}

.bb-pdp__feature{
  display:flex;
  gap:12px;
  align-items:flex-start;
  color:#344054;
  font-size:15px;
  line-height:1.5;
}

.bb-pdp__check{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:26px;
  height:26px;
  background:var(--bb-yellow);
  color:var(--bb-blue);
  border-radius:4px;
  font-size:13px;
  font-weight:950;
}

.bb-pdp__specs-wrap{
  display:grid;
  grid-template-columns:.76fr 1.24fr;
  gap:58px;
  align-items:start;
}

.bb-pdp__specs-intro p{
  margin:0;
  max-width:390px;
  color:var(--bb-text);
  font-size:15px;
  line-height:1.6;
}

.bb-pdp__specs-table{
  display:grid;
  gap:2px;
  padding:12px 0;
  background:#fff;
  border:1px solid var(--bb-line);
  border-radius:8px;
}

.bb-pdp__spec-row{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:18px;
  padding:10px 20px;
}

.bb-pdp__spec-row span{
  color:var(--bb-muted);
  font-size:14px;
}

.bb-pdp__spec-row strong{
  color:var(--bb-dark);
  font-size:15px;
  font-weight:700;
}

.bb-pdp__doc-card{
  max-width:720px;
  background:#fff;
  border:1px solid var(--bb-line);
  border-radius:8px;
  overflow:hidden;
}

.bb-pdp__doc-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 20px;
}

.bb-pdp__doc-header span{
  color:var(--bb-muted);
  font-size:13px;
}

.bb-pdp__doc-file{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px 20px;
  color:#101828;
}

.bb-pdp__doc-left{
  display:flex;
  gap:12px;
  align-items:center;
}

.bb-pdp__file-icon{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  background:#fff6b8;
  color:var(--bb-blue);
  border-radius:6px;
  font-size:12px;
  font-weight:950;
}

.bb-pdp__doc-file b{display:block}

.bb-pdp__doc-file small{
  display:block;
  margin-top:2px;
  color:var(--bb-muted);
}

.bb-pdp__doc-file>strong{
  color:var(--bb-blue);
  font-size:14px;
}

.bb-pdp__related-head{
  margin-bottom:26px;
}

.bb-pdp__related-head p{
  max-width:640px;
  margin:0;
  color:var(--bb-text);
}

.bb-pdp__related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.bb-pdp__related-card{
  display:block;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--bb-line);
  border-radius:8px;
  color:#101828;
}

.bb-pdp__related-card:hover{color:#101828}

.bb-pdp__related-image{
  height:220px;
  display:grid;
  place-items:center;
  padding:18px;
}

.bb-pdp__related-image img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}

.bb-pdp__related-body{padding:17px}

.bb-pdp__related-brand{
  color:var(--bb-blue);
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.bb-pdp__related-body h3{
  margin:7px 0 5px;
  color:#101828;
  font-size:16px;
  line-height:1.25;
}

.bb-pdp__related-body p{
  margin:0;
  color:var(--bb-muted);
  font-size:12px;
}

@media(max-width:980px){

  .bb-pdp__hero,
  .bb-pdp__two-col,
  .bb-pdp__specs-wrap{
    grid-template-columns:1fr;
  }

  .bb-pdp__hero{gap:34px}

  .bb-pdp__visual{
    min-height:470px;
  }

  .bb-pdp__key-specs{
    grid-template-columns:repeat(2,1fr);
  }

  .bb-pdp__related-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:620px){

  .bb-pdp__container{
    width:min(calc(100% - 28px),1240px);
  }

  .bb-pdp__hero{
    padding-top:18px;
    padding-bottom:44px;
  }

  .bb-pdp__visual{
    min-height:390px;
    padding:24px;
  }

  .bb-pdp__product-image{
    max-height:350px;
  }

  .bb-pdp h1{
    font-size:38px;
  }

  .bb-pdp__key-specs{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .bb-pdp__key-spec{
    padding:12px 0;
  }

  .bb-pdp__actions .bb-pdp__btn{
    width:100%;
  }

  .bb-pdp__section{
    padding:54px 0;
  }

  .bb-pdp__spec-row{
    grid-template-columns:1fr;
    gap:4px;
    padding:9px 18px;
  }

  .bb-pdp__related-grid{
    grid-template-columns:1fr;
  }
}

/* Logo de marca en PDP */
.bb-pdp__brand-logo-wrap{
  margin:0 0 18px;
}

.bb-pdp__brand-logo{
  display:block;
  width:auto;
  height:auto;
  max-width:150px;
  max-height:48px;
  object-fit:contain;
  object-position:left center;
}

@media(max-width:620px){
  .bb-pdp__brand-logo{
    max-width:130px;
    max-height:42px;
  }
}
