.ProductForm__Guarantees{width:100%;background:#fff;padding:8px 0;margin-top:6px}.ProductForm__GuaranteesList{display:flex;justify-content:space-between;align-items:stretch;list-style:none;margin:0;padding:0;gap:8px}.ProductForm__GuaranteeItem{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:10px 6px;border-radius:8px;transition:background-color .2s ease,transform .15s ease;cursor:default}.ProductForm__GuaranteeItem:hover{background-color:#f5f5f5;transform:translateY(-1px)}.ProductForm__GuaranteeIcon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:8px}.ProductForm__GuaranteeIcon img{width:100%;height:100%;object-fit:contain}.ProductForm__GuaranteeText{font-size:11px;font-weight:500;color:#000;line-height:1.35;max-width:120px}@media screen and (max-width:480px){.ProductForm__GuaranteeItem{padding:8px 4px}.ProductForm__GuaranteeText{font-size:10px;max-width:100px}.ProductForm__GuaranteeIcon{width:24px;height:24px}}