.kp-pallet-options,.kp-delivery-check,.kp-matching-fuel{margin:24px 0;padding:20px;background:#f4f8fa;border:1px solid #d6e3eb;border-radius:16px}.kp-pallet-options h2,.kp-delivery-check h2,.kp-matching-fuel h2{font-size:1.15rem;margin:0 0 14px}.kp-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kp-pallet-choice{display:flex;flex-direction:column;gap:7px;padding:14px;border:2px solid #d6e3eb;border-radius:10px;background:white;text-decoration:none;color:#173b57;min-width:0}.kp-pallet-choice.is-selected{border-color:#173b57;box-shadow:0 0 0 1px #173b57}.kp-pallet-choice strong{font-size:1.3rem}.kp-pallet-choice b{font-size:1.2rem}.kp-pallet-choice span,.kp-pallet-options p,.kp-delivery-check small,.kp-matching-fuel small{font-size:.85rem;line-height:1.5}.kp-pallet-options p{margin-bottom:0}.kp-delivery-input{display:flex;gap:10px;margin:8px 0}.kp-delivery-input input{width:130px;min-width:0}.kp-delivery-input button{flex:1;padding:12px}.kp-delivery-check details{margin-top:16px}.kp-delivery-check summary{cursor:pointer;font-weight:700}.kp-matching-fuel article{border-top:1px solid #d6e3eb;padding:14px 0}.kp-matching-fuel article>a{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.kp-matching-fuel img{object-fit:contain;border-radius:8px;background:white;flex-shrink:0}.kp-matching-fuel span{display:grid;gap:6px;font-size:.88rem}.kp-matching-fuel form{margin-top:10px}.kp-product-gallery>img{object-fit:contain;background:#fff}.kp-pallet-choice:focus-visible,.kp-delivery-check summary:focus-visible{outline:3px solid #e8ac49;outline-offset:3px}@media(max-width:400px){.kp-pallet-options,.kp-delivery-check,.kp-matching-fuel{padding:14px}.kp-pallet-choice{padding:10px}.kp-delivery-input{flex-wrap:wrap}.kp-delivery-input input{flex:1}}
/* Product layout: gallery and delivery on the left, purchase details on the right. */
.kp-product-detail{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);grid-template-areas:"gallery purchase" "delivery purchase";grid-template-rows:auto 1fr;row-gap:24px}
.kp-product-detail>.kp-product-gallery{grid-area:gallery;min-width:0}
.kp-product-detail>.kp-product-purchase{grid-area:purchase;min-width:0}
.kp-product-detail>.kp-delivery-check{grid-area:delivery;margin:0;min-width:0;align-self:start}
.kp-product-detail .kp-delivery-check form{display:block;margin:16px 0}
.kp-delivery-check form>label{display:block;font-size:.85rem;font-weight:600;margin-bottom:8px}
.kp-delivery-check .kp-delivery-input{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;margin:0}
.kp-delivery-check .kp-delivery-input input{width:100%;min-width:0;min-height:50px;padding:12px 14px}
.kp-delivery-check .kp-delivery-input button{padding:12px 16px;white-space:nowrap}
.kp-delivery-check [data-delivery-result]{margin:16px 0 0;padding:16px;border-radius:10px;background:#e8f1f7;color:#173b57;font-size:.92rem;line-height:1.65;overflow-wrap:anywhere}
.kp-delivery-check [data-delivery-result]:empty{display:none}
.kp-product-purchase>.kp-stock{display:flex;align-items:baseline;gap:8px;font-size:.95rem;font-weight:700;margin:-10px 0 22px;line-height:1.5}
.kp-product-purchase>.kp-stock.is-available{color:#23703c}
.kp-product-purchase>.kp-stock.is-unavailable{color:#875014}
.kp-product-purchase>.kp-stock>span{font-size:.7rem;flex:none}
@media(max-width:600px){.kp-product-detail{grid-template-columns:minmax(0,1fr);grid-template-areas:"gallery" "purchase" "delivery";grid-template-rows:auto;row-gap:28px}}
@media(max-width:380px){.kp-delivery-check .kp-delivery-input{grid-template-columns:minmax(0,1fr)}.kp-delivery-check .kp-delivery-input button{width:100%}}
