/* Sprint 11.2 — Slim cadeau toevoegen */
.smart-gift-heading{margin-bottom:18px}
.smart-gift-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}
.smart-tab{
  border:1px solid rgba(120,98,78,.16);background:#fff;color:var(--taupe);
  padding:11px 15px;border-radius:999px;font-weight:800;cursor:pointer
}
.smart-tab.active{background:var(--taupe);color:#fff;border-color:var(--taupe)}
.smart-gift-tabpanel{display:none;padding:18px;border-radius:20px;background:rgba(248,244,239,.72)}
.smart-gift-tabpanel.active{display:block}
.smart-searchbox{display:grid;gap:8px;font-weight:800}
.smart-searchbox>div{display:flex;gap:10px}
.smart-searchbox input{
  flex:1;min-width:0;border:1px solid #dfd2c6;background:#fff;border-radius:14px;padding:14px;font:inherit
}
.smart-product-status{margin:12px 0}
.smart-provider-note{
  display:grid;gap:5px;padding:15px 17px;background:#fff6e8;border:1px solid #edd9ba;border-radius:16px
}
.smart-product-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.smart-product-card{
  display:flex;gap:14px;align-items:center;background:#fff;border:1px solid rgba(120,98,78,.12);
  border-radius:18px;padding:14px;box-shadow:0 8px 22px rgba(75,52,39,.06)
}
.smart-product-card img,.smart-product-placeholder{
  width:92px;height:92px;border-radius:14px;object-fit:cover;flex:0 0 92px;background:#f4ece5
}
.smart-product-placeholder{display:grid;place-items:center;font-size:30px}
.smart-product-card>div:last-child{display:grid;gap:6px;min-width:0}
.smart-product-card strong{font-family:Georgia,serif;font-size:18px}
.smart-product-card span{color:var(--muted);font-size:13px}
.smart-product-card .btn{justify-self:start;min-height:40px;padding:8px 14px}
.smart-gift-final-form{margin-top:18px;border-top:1px solid rgba(120,98,78,.12);padding-top:18px}
.smart-selected-product{
  display:flex;align-items:center;gap:14px;padding:14px;background:#eef3e9;border-radius:16px
}
.smart-selected-product img{width:72px;height:72px;border-radius:12px;object-fit:cover}
.smart-selected-product>div{display:grid;gap:3px}
.smart-selected-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}
.smart-selected-product strong{font-family:Georgia,serif;font-size:18px}
.smart-selected-product #selectedProductShop{font-size:13px;color:var(--muted)}
.smart-form-actions{display:flex;gap:10px;flex-wrap:wrap}
.gift-admin-thumb{
  width:64px;height:64px;border-radius:13px;object-fit:cover;flex:0 0 64px;background:#f4ece5
}
.public-gift-image{
  width:64px;height:64px;border-radius:13px;object-fit:cover;flex:0 0 64px;background:#f4ece5
}
.public-gift-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px;font-size:13px;color:var(--muted)}
@media(max-width:720px){
  .smart-product-results{grid-template-columns:1fr}
  .smart-searchbox>div{flex-direction:column}
  .smart-searchbox .btn{width:100%}
  .smart-product-card{align-items:flex-start}
}
