/* paginas internas */
*{box-sizing:border-box}body{margin:0;font-family:'Lato',sans-serif;color:#222;background:#fff}
a{color:inherit;text-decoration:none}
.ph-top{background:#f9a8c9;color:#fff;text-align:center;font-size:13px;letter-spacing:1px;padding:8px}
.ph-header{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:14px 20px;gap:20px}
.ph-header img.logo{height:58px}
.ph-nav{display:flex;gap:26px;font-weight:700;font-size:14px;letter-spacing:.5px;text-transform:uppercase}
.ph-nav a:hover{color:#c94f7c}
.ph-cart{position:relative;font-size:22px;cursor:pointer}
.ph-band{background:#f9a8c9;height:6px}
.wrap{max-width:1200px;margin:0 auto;padding:24px 20px}
.miga{font-size:13px;color:#999;margin-bottom:18px}
.miga a{color:#c94f7c}
/* producto */
.prod{display:grid;grid-template-columns:1fr 1fr;gap:40px}
@media(max-width:820px){.prod{grid-template-columns:1fr}}
.prod-img{width:100%;border-radius:10px;background:#faf7f8}
.prod h1{font-size:26px;letter-spacing:1px;margin:0 0 6px;text-transform:uppercase}
.marca{color:#c94f7c;font-weight:700;font-size:13px;letter-spacing:2px}
.precios{margin:14px 0;font-size:24px}
.precios del{color:#aaa;font-size:18px;margin-right:10px}
.precios ins{color:#e02b2b;text-decoration:none;font-weight:700}
.cant{display:flex;align-items:center;gap:0;margin:18px 0;border:1px solid #ddd;border-radius:6px;width:fit-content}
.cant button{width:38px;height:42px;border:0;background:none;font-size:18px;cursor:pointer}
.cant input{width:50px;height:42px;border:0;text-align:center;font-size:15px}
.btn-atc{display:inline-block;background:#f9a8c9;color:#fff;border:0;padding:15px 46px;border-radius:6px;font-size:15px;font-weight:700;letter-spacing:1px;cursor:pointer;text-transform:uppercase}
.btn-atc:hover{background:#e58bb1}
.agotado{color:#e02b2b;font-weight:700}
/* grillas */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:26px;margin-top:10px}
.card{text-align:center;position:relative}
.card .imgbox{position:relative;overflow:hidden;border-radius:10px;background:#faf7f8}
.card img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:opacity .3s}
.card .oferta{position:absolute;top:10px;left:10px;background:#e02b2b;color:#fff;font-size:12px;padding:3px 8px;border-radius:4px;font-weight:700}
.card h3{font-size:13.5px;letter-spacing:1px;margin:12px 0 4px;text-transform:uppercase;font-weight:700}
.card .p{font-size:14.5px}
.card .p del{color:#aaa;margin-right:8px}
.card .p ins{color:#e02b2b;text-decoration:none;font-weight:700}
.card .btn-atc{padding:10px 0;width:100%;margin-top:10px;font-size:13px}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin:6px 0 22px}
.chips a{border:1px solid #f2c3d6;color:#c94f7c;padding:7px 16px;border-radius:20px;font-size:13px;font-weight:700}
.chips a.act,.chips a:hover{background:#f9a8c9;color:#fff;border-color:#f9a8c9}
.titulo-seccion{text-align:center;letter-spacing:3px;font-size:22px;margin:14px 0 8px;text-transform:uppercase}
/* checkout */
.chk{display:grid;grid-template-columns:1.1fr .9fr;gap:40px}
@media(max-width:820px){.chk{grid-template-columns:1fr}}
.chk h2{font-size:18px;letter-spacing:1px;text-transform:uppercase}
.chk-item{display:flex;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #f2f2f2;font-size:14px}
.chk-item img{width:54px;height:54px;object-fit:cover;border-radius:6px}
.chk-item .q{color:#888;font-size:13px}
.chk-tot{display:flex;justify-content:space-between;font-size:18px;font-weight:700;padding-top:14px}
.chk form{display:flex;flex-direction:column;gap:12px}
.chk input,.chk textarea,.chk select{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit}
.chk .btn-atc{margin-top:6px}
.nota-pago{background:#fdf3f7;border:1px dashed #f2c3d6;color:#c94f7c;border-radius:8px;padding:12px;font-size:13px;text-align:center}
.pfoot{text-align:center;color:#999;font-size:13px;padding:34px 20px;border-top:1px solid #f2f2f2;margin-top:50px}

.thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.thumbs img{width:70px;height:70px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;opacity:.75}
.thumbs img.act,.thumbs img:hover{border-color:#f9a8c9;opacity:1}
.descr{max-width:820px;margin:0 auto;line-height:1.7;font-size:15px;color:#444}
.descr img{max-width:100%;height:auto}
.lbl{display:block;font-weight:700;font-size:13px;margin:16px 0 6px}
#selvar{padding:11px;border:1px solid #ddd;border-radius:6px;font-size:14px;min-width:230px}
.buscar{display:flex;gap:10px;max-width:480px;margin:0 auto 18px}
.buscar input{flex:1;padding:11px;border:1px solid #ddd;border-radius:6px;font-size:14px}
.buscar .btn-atc{padding:11px 22px}

/* RESPONSIVE-MOVIL */
@media(max-width:760px){
  .ph-header{flex-wrap:wrap;justify-content:center;gap:10px;padding:10px 12px}
  .ph-header img.logo{height:44px}
  .ph-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:12px 16px;font-size:12.5px}
  .ph-cart{position:absolute;right:14px;top:14px}
  .ph-header{position:relative}
  .wrap{padding:16px 12px}
  .prod h1{font-size:21px}
  .grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}
  .titulo-seccion{font-size:18px;letter-spacing:2px}
  .chips a{padding:6px 12px;font-size:12px}
  .stp-caja{border-radius:10px}
  .stp-cuerpo{padding:16px 14px 22px}
  .stp-pasos{padding:16px 10px 4px}
  .stp-lbl{max-width:52px;font-size:10.5px}
}
