/* SG-APP: 2e-kansjes/knipstukken bij het origineel op de productpagina (SG_TK_Related). */
.sg-tk-related{margin:14px 0 18px;padding:14px 16px;background:#fff7e6;border:1px solid #f4c983;border-radius:8px;font-size:14px;line-height:1.45;color:#222}
.sg-tk-related[hidden],.sg-tk-related [hidden]{display:none!important}
.sg-tk-related__head{margin:0 0 10px}
.sg-tk-related__title{display:block;font-size:16px;line-height:1.3;color:#222}
.sg-tk-related__sub{display:block;margin-top:2px;color:#555}
.sg-tk-related__soldout{margin:0 0 10px;padding:8px 10px;background:#fff;border-left:3px solid #e8962b;font-weight:600;color:#333}
.sg-tk-related__list{list-style:none;margin:0;padding:0}
.sg-tk-related__item{display:flex;gap:12px;align-items:center;padding:10px 0;border-top:0}
/* Scheidingslijn alleen tussen twee zichtbare rijen (front.js verbergt rijen van andere varianten). */
.sg-tk-related__item:not([hidden])~.sg-tk-related__item:not([hidden]){border-top:1px solid rgba(0,0,0,.08)}
.sg-tk-related__item.is-fit{background:#eef9e6;margin:0 -8px;padding:10px 8px;border-radius:6px}
.sg-tk-related__thumb{flex:0 0 56px;width:56px;height:56px;border-radius:4px;overflow:hidden;background:#fff;display:block}
.sg-tk-related__thumb img{width:56px;height:56px;object-fit:cover;display:block}
.sg-tk-related__body{flex:1 1 auto;min-width:0}
.sg-tk-related__name{display:block;font-weight:700;color:#222;text-decoration:none;line-height:1.3}
.sg-tk-related__name:hover{text-decoration:underline}
.sg-tk-related__variant{font-weight:600;color:#444}
.sg-tk-related__variant::before{content:"· ";color:#999;font-weight:400}
.sg-tk-related__nr{font-weight:400;color:#777;font-size:12px;white-space:nowrap}
.sg-tk-related__nr::before{content:"· ";color:#bbb}
.sg-tk-related__staat{display:block;margin-top:2px;color:#555;font-size:13px}
.sg-tk-related__fit{display:inline-block;margin-top:4px;padding:1px 8px;background:#3d9b35;color:#fff;border-radius:10px;font-size:12px;font-weight:700}
.sg-tk-related__price{margin-top:3px}
.sg-tk-related__now{font-weight:800;font-size:16px;color:#222}
.sg-tk-related__now .woocommerce-Price-amount{font-weight:800}
.sg-tk-related__now .woocommerce-price-suffix{font-weight:400;font-size:12px;color:#777;margin-left:2px}
.sg-tk-related__was{margin-left:4px;color:#777;font-size:13px}
.sg-tk-related__was .woocommerce-Price-amount{text-decoration:line-through}
.sg-tk-related__pct{display:inline-block;margin-left:4px;padding:0 6px;background:#e0322b;color:#fff;border-radius:3px;font-size:12px;font-weight:700;vertical-align:1px}
.sg-tk-related__actions{flex:0 0 auto;display:flex;flex-direction:column;gap:4px;align-items:stretch;text-align:center}
.sg-tk-related__actions .button{margin:0;white-space:nowrap}
.sg-tk-related__view{font-size:12px;color:#555;text-decoration:underline}
@media (max-width:549px){
	.sg-tk-related{padding:12px}
	.sg-tk-related__item{flex-wrap:wrap}
	.sg-tk-related__body{flex-basis:calc(100% - 68px)}
	.sg-tk-related__actions{flex-direction:row;width:100%;justify-content:flex-start;align-items:center;gap:12px}
}
